@charset "UTF-8";
a.btn-cmn-01 {
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  background-color: #195f9e;
  color: #fff;
  line-height: 28px;
  text-decoration: none;
  border-radius: 15px 15px;
}

a.btn-cmn-list-01 {
  display: inline-block;
  background: url("/common/img/ico_list_02.svg") left 20px center/auto 16px no-repeat;
  height: 40px;
  text-align: center;
  color: #195f9e;
  font-size: 1em;
  line-height: 38px;
  text-decoration: none;
  border-radius: 20px;
}

@media screen and (max-width: 999px) {
  a.btn-cmn-list-01 {
    padding: 0 15px 0 45px;
    background-position: left 15px center;
  }
}
@media screen and (min-width: 1000px) {
  a.btn-cmn-list-01 {
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 0 20px 0 50px;
  }
  a.btn-cmn-list-01:hover {
    background-color: #195f9e;
    background-image: url("/common/img/ico_list_01.svg");
    color: #fff;
  }
}
.ttl-cmn-01 {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  text-align: center;
}
.ttl-cmn-01::before {
  content: "";
  display: block;
  position: absolute;
  top: 38px;
  right: 0;
  left: 0;
  width: 150px;
  margin: 0 auto;
  background: #195f9e;
  border-radius: 5px;
}
.ttl-cmn-01 .eng {
  overflow: hidden;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 300px;
  padding: 42px 20px 15px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.5;
  letter-spacing: 0.2em;
  border-radius: 5px;
}
.ttl-cmn-01 .eng::before {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 350%;
  margin: 0 auto;
  border-radius: 50% 50% 0 0;
  border-bottom: none;
}
.ttl-cmn-01 .jpn {
  display: inline-block;
  margin: 10px 0 10px;
  background-repeat: no-repeat;
  color: #2f160f;
  border-top: solid 2px #2f160f;
  border-bottom: solid 2px #2f160f;
}
.ttl-cmn-01.ico-movie .jpn {
  background-image: url("/common/img/ico_movie_02.svg");
}
.ttl-cmn-01.ico-book .jpn {
  background-image: url("/common/img/ico_book_02.svg");
}

.ttl-cmn-02 {
  display: inline-block;
  background-color: #195f9e;
  background-position: left 15px center;
  background-size: 24px auto;
  background-repeat: no-repeat;
  min-width: 250px;
  height: 40px;
  padding: 0 20px 0 50px;
  color: #fff;
  font-size: 1em;
  line-height: 38px;
  border-radius: 20px;
}
.ttl-cmn-02.ico-movie {
  background-image: url("/common/img/ico_movie_01.svg");
}
.ttl-cmn-02.ico-book {
  background-image: url("/common/img/ico_book_01.svg");
}

.ttl-side-03 {
  display: block;
  padding: 10px 0 12px 40px;
  background: #2f160f;
  background-position: left 10px center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 5px;
}
.ttl-side-03.ico-movie {
  background-image: url("/common/img/ico_movie_01.svg");
}
.ttl-side-03.ico-book {
  background-image: url("/common/img/ico_book_01.svg");
}

.ttl-side-01 {
  display: block;
  margin-bottom: 10px;
}
.ttl-side-01 img {
  display: block;
  border-radius: 5px;
}

.ttl-cmn-03 {
  padding-bottom: 0.3em;
  font-size: 1.2em;
  border-bottom: solid 2px #195f9e;
}

.list-side-01 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-side-01.child {
  display: flex;
  flex-wrap: wrap;
}
.list-side-01 a {
  display: block;
  position: relative;
  padding: 3px 10px 3px 15px;
  font-size: 0.8em;
  line-height: 1.5;
  text-decoration: none;
}
.list-side-01 a::before {
  transition: width 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 1px;
  margin: auto 0;
  background-color: #111;
}
.list-side-01 a:hover::before {
  width: 10px;
}
.list-side-01 a span {
  display: inline-block;
  position: relative;
  top: -1px;
  min-width: 20px;
  height: 20px;
  margin-left: 5px;
  padding: 4px 3px 0;
  background: #eee;
  text-align: center;
  color: #666;
  font-size: 11px;
  line-height: 1;
  border-radius: 10px;
}

@media screen and (max-width: 599px) {
  .ttl-cmn-02 {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .ttl-cmn-01::before {
    height: 24px;
  }
  .ttl-cmn-01 .eng::before {
    border: solid 7px #195f9e;
  }
  .ttl-cmn-01 .jpn {
    padding: 0 20px 5px 45px;
    font-size: 1.5em;
    line-height: 1.5;
    background-position: left 10px center;
    background-size: 25px auto;
  }
}
@media screen and (min-width: 1000px) {
  .ttl-cmn-01::before {
    height: 30px;
  }
  .ttl-cmn-01 .eng::before {
    border: solid 10px #195f9e;
  }
  .ttl-cmn-01 .jpn {
    padding: 0 30px 5px 80px;
    font-size: 2em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    background-position: left 30px center;
    background-size: 40px auto;
  }
}
#side-01 .about {
  width: 100%;
}
#side-01 .about .chara {
  display: block;
  width: 50%;
  margin: 0 auto 5px;
}
#side-01 .about ul {
  max-width: 300px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#side-01 .about li {
  font-size: 0.8em;
  line-height: 1.5;
}
#side-01 .about li:nth-child(1) {
  margin: 0 0 10px;
  text-align: center;
  color: #195f9e;
  font-weight: 700;
}
#side-01 .about li:nth-child(3) {
  margin: 10px 0 20px;
  text-align: center;
}

.archive-01 .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.archive-01 li a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 4em;
  text-decoration: none;
}
.archive-01 li a > span {
  display: block;
}
.archive-01 .thumb {
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 1/0.5;
  border-radius: 5px;
  box-shadow: clamp(3.5714px, 0.35715vw, 5px) clamp(3.5714px, 0.35715vw, 5px) clamp(14.2856px, 1.4286vw, 20px) rgba(0, 0, 0, 0.3);
}
.archive-01 .thumb img {
  display: block;
}
.archive-01 .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 2px 0;
}
.archive-01 .cat span {
  display: grid;
  align-items: center;
  padding: 0.4em 10px 0.4em;
  background-color: #000;
  color: #fff;
  font-size: 0.7em;
  line-height: 1;
  border-radius: 5px;
}
.archive-01 .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  min-height: 1em;
  color: #666;
}
.archive-01 .tag span {
  display: grid;
  align-items: center;
  padding: 0.4em 10px 0.4em;
  background: #eee;
  font-size: 0.7em;
  line-height: 1;
  border-radius: 5px;
}
.archive-01 .date {
  display: block;
  margin: 0.5em 0 0.5em;
  color: #666;
  font-size: 0.7em;
  line-height: 1.5;
}
.archive-01 .ttl {
  margin: 1.5em 0 0.5em;
  line-height: 1.5;
}
.archive-01 .foot {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: solid 1px #ccc;
}

@media screen and (min-width: 1000px) {
  .archive-01 .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: clamp(71.428px, 7.143vw, 100px) clamp(35.714px, 3.5715vw, 50px);
  }
  .archive-01 .list a:hover .thumb {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0);
  }
  .archive-01 .thumb {
    transition: box-shadow 0.3s ease;
  }
  .archive-01 .ttl {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1800px) {
  .archive-01 .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-01.page .head {
  margin-bottom: 1em;
}
.single-01 .thumb {
  text-align: center;
}
.single-01 .thumb img {
  display: inline-block;
}
.single-01 .date {
  background: #195f9e;
  text-align: center;
  color: #fff;
  font-family: "Inter", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.single-01 .date span {
  display: block;
}
.single-01 .ttl {
  font-weight: 700;
}
.single-01 .genres {
  display: grid;
  grid-gap: 0 5px;
  width: 100%;
}
.single-01 .cat {
  display: flex;
  gap: 0 5px;
  background: #195f9e;
}
.single-01 .cat span {
  display: grid;
}
.single-01 .cat a {
  display: grid;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.single-01 .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}
.single-01 .tag span {
  display: grid;
}
.single-01 .tag a {
  display: grid;
  align-items: center;
  background: #eee;
  text-decoration: none;
}
.single-01 .body p {
  margin-bottom: 1em;
}
.single-01 .ttl-01 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 0 1em;
  color: #195f9e;
}
.single-01 .ttl-01 > span.l2, .single-01 .ttl-01 > span.l3 {
  display: inline-block;
  width: 4em;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.single-01 .ttl-01::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #195f9e;
}

@media screen and (max-width: 599px) {
  .single-01.page p br {
    display: none;
  }
  .single-01.page p img + br {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .single-01 .ttl {
    font-size: 1.2em;
    line-height: 1.5;
  }
  .single-01 .date {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80px;
    height: 80px;
    margin: 15px auto 20px;
    padding: 10px 0 0 20px;
    padding: 10px 0 0;
    border-radius: 50px 0 0 50px;
    border-radius: 40px 40px;
  }
  .single-01 .year {
    font-size: 12px;
    line-height: 1;
  }
  .single-01 .month {
    font-size: 12px;
    line-height: 1;
  }
  .single-01 .day {
    font-size: 40px;
    width: 100%;
    line-height: 0.9;
  }
  .single-01 .week {
    width: 100%;
    font-size: 11px;
    line-height: 1;
  }
  .single-01 .genres {
    width: 100%;
    margin: 10px 0 20px;
  }
  .single-01 .cat {
    height: 30px;
    border-radius: 15px;
  }
  .single-01 .cat a {
    padding: 0 10px 0;
    line-height: 28px;
  }
  .single-01 .tag a {
    height: 26px;
    padding: 0 10px 0;
    font-size: 12px;
    line-height: 24px;
    border-radius: 10;
  }
  .single-01 .ttl-01 {
    font-size: 20px;
    line-height: 1;
  }
}
@media screen and (min-width: 1000px) {
  .single-01 {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .single-01 .thumb {
    margin-top: clamp(35.714px, 3.5715vw, 50px);
  }
  .single-01 .head {
    display: flex;
    align-items: center;
    width: 100%;
    margin: clamp(35.714px, 3.5715vw, 50px) 0 0 -20px;
  }
  .single-01 .ttl {
    flex: 1;
    padding: 0 0 0 20px;
    font-size: clamp(21.4284px, 2.1429vw, 30px);
    line-height: 1.5;
  }
  .single-01 .date {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: clamp(71.428px, 7.143vw, 100px);
    height: clamp(71.428px, 7.143vw, 100px);
    padding: clamp(7.1428px, 0.7143vw, 10px) 0 0 0;
    font-size: clamp(10.7142px, 1.07145vw, 15px);
    border-radius: 50%;
  }
  .single-01 .year {
    line-height: 1;
  }
  .single-01 .month {
    line-height: 1;
  }
  .single-01 .day {
    font-size: 3.333em;
    width: 100%;
    line-height: 0.9;
  }
  .single-01 .week {
    width: 100%;
    font-size: 0.733em;
    line-height: 1;
  }
  .single-01 .genres {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    width: 100%;
    margin: 50px 0 80px;
  }
  .single-01 .cat {
    height: clamp(28.5712px, 2.8572vw, 40px);
    border-radius: clamp(14.2856px, 1.4286vw, 20px);
  }
  .single-01 .cat a {
    padding: 0 clamp(14.2856px, 1.4286vw, 20px) 0;
    font-size: clamp(12.85704px, 1.28574vw, 18px);
    line-height: 1;
  }
  .single-01 .tag a {
    height: clamp(21.4284px, 2.1429vw, 30px);
    padding: 0 clamp(14.2856px, 1.4286vw, 20px) 0;
    font-size: clamp(9.99992px, 1.00002vw, 14px);
    line-height: 1;
    border-radius: clamp(10.7142px, 1.07145vw, 15px);
  }
  .single-01 .ttl-01 {
    margin-bottom: clamp(35.714px, 3.5715vw, 50px);
    font-size: clamp(21.4284px, 2.1429vw, 30px);
    line-height: 1;
  }
  .single-01 .ttl-01:not(:nth-of-type(1)) {
    margin-top: clamp(71.428px, 7.143vw, 100px);
  }
}
.rate-wrap {
  display: grid;
  width: 100%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}
.rate-wrap p {
  margin: 0 0 0.5em !important;
  text-align: center;
  border-bottom: solid 1px #ccc;
}

.rate-01 {
  display: flex;
  gap: 0 1px;
  margin-bottom: 2em;
}
.rate-01 > div {
  overflow: hidden;
  position: relative;
  width: 33.333%;
}
.rate-01 > div::before {
  transform-origin: center bottom;
  content: "";
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.rate-01 > div > div {
  position: relative;
  z-index: 1;
}
.rate-01 > div > div:first-child {
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1.1;
  line-height: 1;
}
.rate-01 > div > div:last-child {
  text-align: center;
  font-size: 0.7em;
  line-height: 1.5em;
}
.rate-01 > div.yeti::before {
  transform: translate(-1%, 0);
  width: 98%;
  background-image: url("/common/img/yeti/face_neutral_01.png");
}
.rate-01 > div.yeti > div:first-child {
  color: #195f9e;
}
.rate-01 > div.yeti > div:last-child {
  background-color: #195f9e;
  color: #fff;
}
.rate-01 > div.fox::before {
  transform: translate(13%, 13%);
  width: 80%;
  background-image: url("/common/img/fox/face_neutral_01.png");
}
.rate-01 > div.fox > div:first-child {
  color: #ef5c37;
}
.rate-01 > div.fox > div:last-child {
  background-color: #ef5c37;
  color: #fff;
}
.rate-01 > div.stoat::before {
  transform: translate(14%, 15%);
  width: 70%;
  background-image: url("/common/img/stoat/face_neutral_01.png");
}
.rate-01 > div.stoat > div:first-child {
  color: #599f4c;
}
.rate-01 > div.stoat > div:last-child {
  background-color: #599f4c;
  color: #fff;
}
.rate-01 .rate-0 {
  display: hidden;
}

.list-talk-01 {
  display: grid;
  align-items: end;
  grid-gap: 0 1em;
  position: relative;
  border-radius: 1em;
}
.list-talk-01::before {
  box-sizing: border-box;
  transform: scale(1.5);
  content: "";
  position: relative;
  display: block;
  width: calc(100% + 2em);
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-style: solid;
  border-width: 0.2em;
  border-radius: 50%;
}
.list-talk-01.talk-l {
  grid-template-columns: 3em 1fr;
  margin-right: 1em;
  padding: 0.5em 1em 0.5em 0.5em;
}
.list-talk-01.talk-l::before {
  grid-area: 1/1/2/2;
}
.list-talk-01.talk-l .face {
  grid-area: 1/1/2/2;
}
.list-talk-01.talk-r {
  grid-template-columns: 1fr 3em;
  margin-left: 1em;
  padding: 0.5em 0.5em 0.5em 1em;
}
.list-talk-01.talk-r::before {
  grid-area: 1/2/2/3;
}
.list-talk-01.talk-r .face {
  grid-area: 1/2/2/3;
}
.list-talk-01 .face {
  justify-self: center;
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
}
.list-talk-01:has(.yeti) {
  background-color: #e8faff;
}
.list-talk-01:has(.yeti)::before {
  border-color: #e8faff;
}
.list-talk-01:has(.fox) {
  background-color: #ffefeb;
}
.list-talk-01:has(.fox)::before {
  border-color: #ffefeb;
}
.list-talk-01:has(.stoat) {
  background-color: #ebfff1;
}
.list-talk-01:has(.stoat)::before {
  border-color: #ebfff1;
}
.list-info-01 dt {
  background-color: #195f9e;
  color: #fff;
}
.list-info-01 dt > span.l2, .list-info-01 dt > span.l3 {
  display: inline-block;
  width: 4em;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.list-info-01 dd:not(:last-child) {
  border-bottom: dotted 1px rgba(25, 95, 158, 0.2);
}
.list-info-01 .cast li div:nth-of-type(2) {
  color: #195f9e;
}
.list-info-01 .cast li div:nth-of-type(2)::before {
  content: "（";
}
.list-info-01 .cast li div:nth-of-type(2)::after {
  content: "）";
}

@media screen and (min-width: 1000px) {
  .list-info-01 {
    display: grid;
    grid-template-columns: clamp(142.856px, 14.286vw, 200px) auto;
    grid-gap: 1px 0;
  }
  .list-info-01 dt {
    padding: 0.3em 1em 0.4em;
    font-size: 16px;
    line-height: 1.6;
  }
  .list-info-01 dd {
    padding: 0.3em 1em 0.4em;
    font-size: 16px;
    line-height: 1.6;
  }
  .list-info-01 .cast li {
    display: flex;
    gap: 0 0.5em;
    font-size: 16px;
    line-height: 1.6;
  }
}
.box-cmn-01 {
  background-color: #f7f7f7;
}

@media screen and (max-width: 599px) {
  .box-cmn-01 {
    padding: 0.5em 0.5em 0.5em;
  }
}
@media screen and (min-width: 600px) {
  .box-cmn-01 {
    padding: 0.5em 1em 0.5em;
  }
}
.list-cmn-01 {
  border-top: double 3px #ccc;
  border-bottom: double 3px #ccc;
}
@media screen and (max-width: 599px) {
  .list-cmn-01 tr {
    border-bottom: solid 1px #ccc;
  }
  .list-cmn-01 tr > td {
    display: block;
  }
  .list-cmn-01 tr > td:nth-of-type(1) {
    padding: 0.5em 0.5em 0.3em 0;
  }
  .list-cmn-01 tr > td:nth-of-type(1)::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0.1em;
    width: 3px;
    height: 1em;
    margin-right: 0.5em;
    background-color: #ccc;
  }
  .list-cmn-01 tr > td:nth-of-type(2) {
    padding: 0 0.5em 1em;
  }
}
@media screen and (min-width: 600px) {
  .list-cmn-01 tr td {
    padding: 0.5em 1em 0.5em;
    border: solid 1px #ccc;
  }
}
.pager-01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pager-01 > *:not(:first-child) {
  margin-left: 5px;
}
.pager-01 .current,
.pager-01 .dots {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 5px;
  background-color: #195f9e;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 45px;
  border-radius: 24px;
}
.pager-01 a {
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-bottom: 5px;
}
.pager-01 a.page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 12px;
  line-height: 45px;
  border-radius: 24px;
  text-decoration: none;
}
.pager-01 a:hover {
  background-color: #195f9e;
  color: #fff;
}

.pager-02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pager-02 *:not(:first-child) {
  margin-left: 5px;
}
.pager-02 a {
  transition: background-color 0.3s ease, color 0.3s ease;
  display: block;
  padding-top: 28px;
  background-color: #f2f2f2;
  text-align: center;
  color: #195f9e;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}
.pager-02 a:not(.list) {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.pager-02 a.prev {
  background: url("/common/img/ico_arrow_02l.svg") center top 8px/auto 10px no-repeat;
}
.pager-02 a.next {
  background: url("/common/img/ico_arrow_02r.svg") center top 8px/auto 10px no-repeat;
}
.pager-02 a.list {
  width: 155px;
  height: 48px;
  background: url("/common/img/ico_list_02.svg") center top 6px/auto 15px no-repeat;
  border-radius: 24px;
}
.pager-02 a:hover {
  background-color: #195f9e;
  color: #fff;
}
.pager-02 a:hover.prev {
  background-image: url("/common/img/ico_arrow_01l.svg");
}
.pager-02 a:hover.next {
  background-image: url("/common/img/ico_arrow_01r.svg");
}
.pager-02 a:hover.list {
  background-image: url("/common/img/ico_list_01.svg");
}

.list-related-01 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-related-01 li {
  position: relative;
}
.list-related-01 li a {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 4em;
  text-decoration: none;
}
.list-related-01 li a > span {
  display: block;
}
.list-related-01 .thumb {
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 1/0.5;
  border-radius: 5px;
  box-shadow: clamp(3.5714px, 0.35715vw, 5px) clamp(3.5714px, 0.35715vw, 5px) clamp(14.2856px, 1.4286vw, 20px) rgba(0, 0, 0, 0.3);
}
.list-related-01 .thumb img {
  display: block;
}
.list-related-01 .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 2px 0;
}
.list-related-01 .cat span {
  display: grid;
  align-items: center;
  padding: 0.4em 10px 0.4em;
  background-color: #000;
  color: #fff;
  font-size: 0.7em;
  line-height: 1;
  border-radius: 5px;
}
.list-related-01 .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  min-height: 1em;
  color: #666;
}
.list-related-01 .tag span {
  display: grid;
  align-items: center;
  padding: 0.4em 10px 0.4em;
  background: #eee;
  font-size: 0.7em;
  line-height: 1;
  border-radius: 5px;
}
.list-related-01 .date {
  display: block;
  margin: 0.5em 0 0.5em;
  font-size: 0.7em;
  line-height: 1.5;
  color: #666;
}
.list-related-01 .ttl {
  margin: 1.5em 0 0.5em;
  font-size: 0.9em;
  line-height: 1.5;
}
.list-related-01 .foot {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: solid 1px #ccc;
}

@media screen and (min-width: 1000px) {
  .list-related-01 {
    grid-column: span 2;
  }
  .list-related-01 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: clamp(35.714px, 3.5715vw, 50px);
    margin-top: clamp(14.2856px, 1.4286vw, 20px);
  }
  .list-related-01 ul a:hover .thumb {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0);
  }
  .list-related-01 .thumb {
    transition: box-shadow 0.3s ease;
  }
}
