@charset "utf-8";

/* ==============================================================
*  top
* ============================================================ */
.story-topHeader {
  position: relative;
  width: 100%;
  height: 586px;
  margin-bottom: -1px;
  background: url(/jp/story/img/bg_story_main.jpg) no-repeat center/cover;
  overflow: hidden;
}
@media screen and (max-width: 768.98px) {
  .story-topHeader {
    height: auto;
    aspect-ratio: 375/236;
  }
}

.story-topHeader-inner {
  position: relative;
  max-width: 1520px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768.98px) {
  .story-topHeader-inner {
    max-width: 100%;
    padding: 0;
  }
}

.story-topHeading-h1 {
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 1;
  padding: 40px 40px 16px 0;
  background-color: #EAEEEF;
  font-family: "HammersmithOne";
  font-size: clamp(46px, 5.14vw, 72px);;
  font-weight: 400;
  line-height: 0.6;
  white-space: nowrap;
}
@media screen and (max-width: 768.98px) {
  .story-topHeading-h1 {
    left: 0;
    padding: 30px 20px 10px 15px;
    font-size: 52px;
  }
}

.story-topHeading-h1::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  translate: -99% 0;
  width: 30vw;
  height: 100%;
  background-color: #EAEEEF;
  content: "";
}
@media screen and (max-width: 768.98px) {
  .story-topHeading-h1::before {
    content: none;
  }
}

.story-container {
  max-width: 100%;
  padding: 0;
}

.story-leadBox {
  position: relative;
  padding: 70px 0 70px;
  background-color: #EAEEEF;
}
@media screen and (max-width: 768.98px) {
  .story-leadBox {
    padding: 50px 0 90px;
  }
}

.story-leadBox::before {
  position: absolute;
  top: 110px;
  right: 0;
  width: 640px;
  height: auto;
  aspect-ratio: 720/1036;
  background: url(/jp/story/img/bg_story_logo.svg) no-repeat center/cover;
  content: "";
}
@media screen and (max-width: 768.98px) {
  .story-leadBox::before {
    top: 20px;
    width: 270px;
  }
}

.story-leadBox-inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768.98px) {
  .story-leadBox-inner {
    max-width: 100%;
  }
}

.story-leadBox-ttl {
  font-family: "HammersmithOne";
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768.98px) {
  .story-leadBox-ttl {
    font-size: 26px;
  }
}

.story-leadBox p {
  margin-top: 65px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.2;
}
@media screen and (max-width: 768.98px) {
  .story-leadBox p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 2.22;
  }
}

.story-leadBox-ttl + p {
  margin-top: 40px;
}
@media screen and (max-width: 768.98px) {
  .story-leadBox p {
    margin-top: 30px;  
  }
}

.story-section {
  padding: 45px 0 200px;
}
@media screen and (max-width: 768.98px) {
  .story-section {
    padding: 0 0 77px;
  }
}

@media screen and (max-width: 768.98px) {
  .story-section_new {
    padding: 0 0 86px;
  }
}

.story-section._footer {
  padding: 110px 0 136px;
  background-color: #EAEEEF;
}
@media screen and (max-width: 768.98px) {
  .story-section._footer {
    padding: 30px 0 60px;
  }
}

.story-section-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
}

.story-heading-h2 {
  margin: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768.98px) {
  .story-heading-h2 {
    margin: 50px 0 40px;
  }
}

.story-heading-h2 span {
  display: inline-block;
  border-bottom: 8px solid #222;
  font-family: "HammersmithOne";
  font-size: 115px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768.98px) {
  .story-heading-h2 span {
    font-size: 65px;
    border-bottom-width: 8px;
  }
}

.story-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.story-col-3 {
  width: calc((100% - 60px) / 3);
  opacity: 1;
}
@media screen and (max-width: 768.98px) {
  .story-col-3 {
    width: 100%;
  }
}

.story-col-3.is-hidden {
  display: none;
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
}

.story-thumbCard {
  display: block;
  text-decoration: none;
}

.story-thumbCard-img {
  width: 100%;
  aspect-ratio: 474/290;
  overflow: hidden;
}

.story-thumbCard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}

.story-thumbCard:hover .story-thumbCard-img img {
  scale: 1.05;
}

.story-thumbCard-contents {
  padding: 15px 0 30px;
}
@media screen and (max-width: 768.98px) {
  .story-thumbCard-contents {
    padding-top: 12px;
  }
}

.story-thumbCard-ttl {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.story-thumbCard-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
@media screen and (max-width: 768.98px) {
  .story-thumbCard-tag {
    margin-top: 18px;
  }
}

.story-thumbCard-tag li {
  padding: 3px 15px 5px;
  border-radius: 9999px;
  background-color: #333;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768.98px) {
  .story-thumbCard-tag li {
    padding: 1px 15px 3px;
    font-size: 13px;
  }
}

.story-filterBox {
  padding: 80px 0;
  background-color: #EAEEEF;
}

.story-filterBox-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
}

.story-filterBox-ttl {
  translate: 0 -50%;
  margin-top: -75px;
}

.story-filterBox-ttl span {
  font-family: "HammersmithOne";
  font-size: 65px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768.98px) {
  .story-filterBox-ttl span {
    font-size: 45px;
  }
}

.story-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768.98px) {
  .story-filter {
    gap: 10px;
  }
}

.story-filter-btn {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 9999px;
  background-color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.86;
}

.story-filter input[type="checkbox"],
.story-filter input[type="radio"] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.story-filter input[type="checkbox"]:checked + .story-filter-btn,
.story-filter input[type="radio"]:checked + .story-filter-btn {
  background-color: #222;
  color: #FFF;
}

.story-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 725px;
  height: 80px;
  margin: 115px auto 0;
  border: 3px solid #222;
  background-color: #222;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  appearance: none;
  transition: background 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 768.98px)  {
  .story-more {
    height: 60px;
    margin-top: 60px;
    font-size: 18px;
  }
}

.story-more:hover {
  background-color: #FFF;
  color: #222;
}

.story-more.is-hidden {
  display: none;
}

.story-more span {
  position: relative;
  padding-right: 31px;
}

.story-more span::before,
.story-more span::after {
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 50% -50%;
  width: 16px;
  height: auto;
  aspect-ratio: 16/3;
  background-color: #FFF;
  transition: background 0.3s ease;
  content: "";
}

.story-more:hover span::before,
.story-more:hover span::after {
  background-color: #222;
}

.story-more span::after {
  rotate: 90deg;
}

.story-footer-list {
  display: flex;
  gap: 0 80px; 
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 768.98px) {
  .story-footer-list {
    align-items: center;
    flex-direction: column;
    gap: 20px 0;
    max-width: 100%;
  }
}

.story-footer-item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768.98px) {
  .story-footer-item {
    width: 290px;
  }
}

.story-footerLink {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 40px 20px 10px;
  border-bottom: 2px solid #222;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.41;
}
@media screen and (max-width: 768.98px) {
  .story-footerLink {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 40px 10px 10px;
    font-size: 20px;
    line-height: 1.7;
  }
}

.story-footerLink::after {
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  width: 21px;
  height: auto;
  aspect-ratio: 21/15;
  background: url(/jp/story/img/icn_footer_arrow.svg) no-repeat center/cover;
  transition: right 0.3s;
  content: "";
}

.story-footerLink:hover::after {
  right: 3px;
}

.story-footerLink span {
  margin-right: 20px;
  font-size: 16px;
  line-height: 2.12;
}
@media screen and (max-width: 768.98px) {
  .story-footerLink span {
    margin-right: 0;
    font-size: 16px;
    line-height: 1.56;
  }
}

/* ==============================================================
*  format
* ============================================================ */
.story-pageHeader {
  position: relative;
  padding: 37px min(2vw,40px);
  background-color: #EAEEEF;
}
@media screen and (max-width: 768.98px)  {
  .story-pageHeader {
    padding: 0 0 min(10.6vw,40px) min(5.3vw,20px);
  }
}

.story-pageHeader-inner {
  position: absolute;
  bottom: min(6.13vw,92px);
  left: min(2vw,40px);
}
@media screen and (max-width: 768.98px) {
  .story-pageHeader-inner {
    bottom: 17vw;
    left: 20px;
  }
}

.story-pageHeader-ttl {
  font-size: min(2.66vw,40px);
  font-weight: 700;
}
@media screen and (max-width: 768.98px) {
  .story-pageHeader-ttl {
    padding-right: 5.33vw;
    font-size: 5.86vw;
    line-height: 1.5;
  }
}

.story-pageHeader-ttl span {
  padding: min(0.73vw,11px) 0;
  background-color: #FFF;
  line-height: 2.3;
}
@media screen and (max-width: 768.98px) {
  .story-pageHeader-ttl span {
    padding: 1.06vw 0;
    line-height: 2;
  }
}

.story-pageHeader-ttl span + span {
  margin-top: 12px;
}
@media screen and (max-width: 768.98px) {
  .story-pageHeader-ttl span + span {
    margin-top: 1.33vw;
  }
}

.story-pageHeader-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: min(1.33vw,20px);
}
@media screen and (max-width: 768.98px) {
  .story-pageHeader-tag {
    gap: 1.33vw;
    margin-top: 4vw;
  }
}

.story-pageHeader-tag li {
  padding: 3px 15px 5px;
  border-radius: 9999px;
  background-color: #333;
  color: #FFF;
  font-size: min(0.93vw,14px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768.98px) {
  .story-pageHeader-tag li {
    padding: 1.06vw 3.2vw;
    font-size: 14px;
  }
}

.story-pageHeader-img img {
  width: 100%;
  object-fit: cover;
}

.story-introduction {
  background-color: #EAEEEF;
}

.story-introduction-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 36px 20px 120px;
}
@media screen and (max-width: 768.98px) {
  .story-introduction-inner {
    max-width: 100%;
    padding: 16px 10px 60px;
  }
}

.story-introduction-ttl {
  display: inline-block;
  border-bottom: 4px solid #222;
  font-family: "HammersmithOne";
  font-size: 70px;
  font-weight: 400;
  line-height: 0.94;
}
@media screen and (max-width: 768.98px) {
  .story-introduction-ttl {
    padding: 0 10px 8px;
    font-size: 46px;
    line-height: 0.73;
  }
}

.story-introduction-txt {
  margin-top: 47px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (max-width: 768.98px) {
  .story-introduction-txt {
    margin-top: 40px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 2.22;
  }
}

.story-profileWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 130px;
  padding: 0 20px 60px;
  background-color: #FFF;
}
@media screen and (max-width: 768.98px) {
  .story-profileWrap {
    margin-top: 84px;
    padding: 0 20px 60px;
  }
}

.story-profile-ttl {
  width: 100%;
  max-width: 964px;
  margin-top: -13px;
  font-family: "HammersmithOne";
  font-size: 40px;
  font-weight: 400;
  line-height: 0.85;
}
@media screen and (max-width: 768.98px) {
  .story-profile-ttl {
    max-width: 100%;
    margin-top: -13px;
    font-size: 38px;
    line-height: 0.94;
  }
}

.story-profile-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 44px;
  width: 100%;
  max-width: 964px;
  margin-top: 40px;
}
@media screen and (max-width: 768.98px) {
  .story-profile-list {
    gap: 30px 20px;
    max-width: 100%;
    margin-top: 28px;
  }
}

.story-profile-list li {
  width: calc((100% - 132px) / 4);
}
@media screen and (max-width: 768.98px) {
  .story-profile-list li {
    width: calc((100% - 5.33vw) / 2);
  }
}

.story-profile-img {
  width: 100%;
  aspect-ratio: 208/138;
}
@media screen and (max-width: 768.98px) {
  .story-profile-img {
    aspect-ratio: 1;
  }
}

.story-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.story-profile-post {
  padding-top: 16px;
  font-size: 15px;
  line-height: 1.6;
}

.story-profile-name {
  margin-top: 5px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.story-profile-txt {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
}

.story-detailWrap {
  padding: 90px 0 180px;
}
@media screen and (max-width: 768.98px) {
  .story-detailWrap {
    padding: 66px 0 60px;
  }
}

.story-detail:first-child {
  position: relative;
}

.story-detail:first-child::before {
  position: absolute;
  top: calc(min(1.56vw,30px) * -1);
  left: calc(min(0.93vw,18px) * -1);
  width: min(32.2vw,620px);
  height: auto;
  aspect-ratio: 620/709;
  background: url(/jp/story/format/img/bg_detail_logo.svg) no-repeat center/cover;
  content: "";
}
@media screen and (max-width: 768.98px) {
  .story-detail:first-child::before {
    top: -43px;
    left: -40px;
    width: 312px;
  }
}

/*.story-detail + .story-detail {
  margin-top: 60px;
}
@media screen and (max-width: 768.98px) {
  .story-detail + .story-detail {
    margin-top: 13.3vw;
  }
}*/

.story-detail-head {
  position: relative;
}

.story-detail-head .story-detail-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768.98px) {
  .story-detail-head .story-detail-inner {
    max-width: 100%;
  }
}

.story-detail-ttl {
  position: absolute;
  bottom: min(3.12vw,60px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: min(1.87vw,36px);
  font-weight: 700;
  line-height: 2.13;
}
@media screen and (max-width: 768.98px) {
  .story-detail-ttl {
    bottom: -62px;
    width: calc(100% - 20px);
    padding: 15px 20px;
    background-color: #FFF;
    font-size: 20px;
    line-height: 1.75;
  }
}

.story-detail._left .story-detail-ttl {
  right: calc(50% - min(6.77vw,130px));
  translate: 50% 0;
}
@media screen and (max-width: 768.98px) {
  .story-detail._left .story-detail-ttl {
    right: 0;
    translate: 0;
  }
}

.story-detail._right .story-detail-ttl {
  left: calc(50% - min(6.77vw,130px));
  translate: -50% 0;
}
@media screen and (max-width: 768.98px) {
  .story-detail._right .story-detail-ttl {
    left: 0;
    translate: 0;
  }
}

.story-detail-ttl span {
  margin: -1px 0;
  padding: 0 min(1.04vw,20px);
  background-color: #FFF;
}
@media screen and (max-width: 768.98px) {
  .story-detail-ttl span {
    
  }
}

.story-detail-img {
  width: 75vw;
  height: auto;
  aspect-ratio: 1440/624;
}
@media screen and (max-width: 768.98px) {
  .story-detail-img {
    width: calc(100% - 30px);
    aspect-ratio: 345/276;
  }
}

.story-detail._left .story-detail-img {
  margin-right: auto;
}

.story-detail._right .story-detail-img {
  margin-left: auto;
}

.story-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-detail-body {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.story-detailCopy {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 86px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.46;
}
@media screen and (max-width: 768.98px) {
  .story-detailCopy {
    margin-top: 100px;
    margin-bottom: 30px;
    padding-left: 66px;
    font-size: 18px;
    line-height: 1.88;
  }
}

.story-detailCopy::before {
  position: absolute;
  top: 15px;
  right: calc(100% - 66px);
  width: 197px;
  height: 2px;
  background-color: #222;
  content: "";
}
@media screen and (max-width: 768.98px) {
  .story-detailCopy::before {
    top: 18px;
    right: auto;
    left: 0;
    width: 60px;
  }
}

.story-detalTalk {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  margin-top: 50px;
}
@media screen and (max-width: 768.98px) {
  .story-detalTalk {
    gap: 0 16px;
    margin-top: 30px;
  }
}

.story-detalTalk dt {
  margin-top: 5px;
  padding: 6px 17px;
  background-color: #222;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768.98px) {
  .story-detalTalk dt {
    margin-top: 0;
    padding: 3px 9px;
  }
}

.story-detalTalk dd {
  max-width: calc(100% - 86px);
  font-size: 18px;
  font-weight: 500;
  line-height: 2.11;
}
@media screen and (max-width: 768.98px) {
  .story-detalTalk dd {
    font-size: 16px;
    line-height: 1.75;
  }
}

.story-detailImg {
  margin-top: 60px;
}
@media screen and (max-width: 768.98px) {
  .story-detailImg {
    margin-top: 50px;
  }
}

.story-detailImg-txt {
  margin-top: 10px;
  line-height: 1.56;
}
@media screen and (max-width: 768.98px) {
  .story-detailImg-txt {
    font-size: 15px;
  }
}

.story-detailNext {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: right;
}
@media screen and (max-width: 768.98px) {
  .story-detailNext {
    max-width: 100%;
  }
}

.story-detailNext-button {
  position: relative;
  display: inline-block;
  padding: 10px 100px 10px 0;
  border-bottom: 5px solid #222;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.88;
}
@media screen and (max-width: 768.98px) {
  .story-detailNext-button {
    padding: 10px 53px 8px 0;
    border-bottom-width: 4px;
    font-size: 16px;
    line-height: 2.12;
  }
}

.story-detailNext-button::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 23px;
  height: 23px;
  background: url(/jp/story/format/img/icn_next_arrow.svg) no-repeat center/cover;
  transition: right 0.3s;
  content: "";
}

.story-detailNext-button:hover::after {
  right: -7px;
}

.story-detailList {
  max-width: 1260px;
  margin: 130px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768.98px) {
  .story-detailList {
    max-width: 100%;
    margin-top: 70px;
  }
}

.story-detailList-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
@media screen and (max-width: 768.98px) {
  .story-detailList-list {
    gap: 20px;
  }
}

.story-detailList-list li {
  width: calc((100% - 78px) / 4);
}
@media screen and (max-width: 768.98px) {
  .story-detailList-list li {
    width: calc((100% - 20px) / 2);
  }
}

.story-detailItem-img {
  width: 100%;
  height: auto;
  aspect-ratio: 286/268;
}
@media screen and (max-width: 768.98px) {
  .story-detailItem-img {
    aspect-ratio: 1;
  }
}

.story-detailItem-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-detailItem-caption {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.66;
}
@media screen and (max-width: 768.98px) {
  .story-detailItem-caption {
    margin-top: 5px;
    line-height: 1.33;
  }
}

.story-related {
  padding: 60px 0 150px;
  background-color: #E9E9E9;
}
@media screen and (max-width: 768.98px) {
  .story-related {
    padding: 45px 0 75px;
  }
}

.story-related-head {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768.98px) {
  .story-related-head {
    max-width: 100%;
  }
}

.story-related-ttl {
  padding-bottom: 10px;
  border-bottom: 4px solid #222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768.98px) {
  .story-related-ttl {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.story-related-body {
  max-width: 1520px;
  margin: 20px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768.98px) {
  .story-related-body {
    max-width: 100%;
    margin-top: 24px;
  }
}

.story-relatedList-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768.98px) {
  .story-relatedList-list {
    gap: 32px;
  }
}

.story-relatedList-list > li {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 768.98px) {
  .story-relatedList-list > li {
    width: 100%;
  }
}

.story-relatedCard {
  display: block;
}

.story-relatedCard-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 340/305;
  overflow: hidden;
}
@media screen and (max-width: 768.98px) {
  .story-relatedCard-img {
    aspect-ratio: 335/220;
  }
}

.story-relatedCard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}

.story-relatedCard:hover .story-relatedCard-img img {
  scale: 1.05;
}

.story-relatedCard-contents {
  padding: 15px 0 30px;
}
@media screen and (max-width: 768.98px) {
  .story-relatedCard-contents {
    padding-top: 12px;
  }
}

.story-relatedCard-txt {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (max-width: 768.98px) {
  .story-relatedCard-txt {
    line-height: 1.66;
  }
}

.story-relatedCard-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
@media screen and (max-width: 768.98px) {
  .story-relatedCard-tag {
    margin-top: 18px;
  }
}

.story-relatedCard-tag li {
  padding: 3px 15px 5px;
  border-radius: 9999px;
  background-color: #333;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768.98px) {
  .story-relatedCard-tag li {
    padding: 1px 15px 3px;
    font-size: 13px;
  }
}

