@charset "UTF-8";
a.btn-cmn-01 {
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  background-color: var(--color-orange-1, #e3914c);
  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: var(--color-primaly, #550000);
  font-size: 1em;
  line-height: 38px;
  text-decoration: none;
  border-radius: 20px;
}

@media all and (max-width: 999px) {
  a.btn-cmn-list-01 {
    padding: 0 15px 0 45px;
    background-position: left 15px center;
  }
}
@media all 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: var(--color-orange-1, #e3914c);
    background-image: url("/common/img/ico_list_01.svg");
    color: #fff;
  }
}
p.non {
  text-align: center;
}

.ttl-cmn-01 {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 45rem;
  height: 7rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: solid 2px var(--color-brown-1, #550000);
  border-radius: 1rem;
}
.ttl-cmn-01::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  width: 6rem;
  aspect-ratio: 1/1;
  background: #fff url("/common/img/ico_ttl_01.svg") center center/contain no-repeat;
}
.ttl-cmn-01 .jpn {
  width: 100%;
  color: var(--color-brown-1, #550000);
  font-size: 2.4rem;
  line-height: 1;
}
.ttl-cmn-01 .eng {
  align-self: end;
  position: relative;
  width: 100%;
  background-color: var(--color-brown-1, #550000);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  border-radius: 0 0 0.8rem 0.8rem;
}

.ttl-cmn-02 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.ttl-cmn-02 p {
  display: grid;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 30rem;
  height: 5rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  border-radius: 1rem;
  border: solid 2px var(--color-primary-1, #550000);
}
.ttl-cmn-02 p::before {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 5rem;
  aspect-ratio: 1/1;
  background: #fff url("/common/img/ico_ttl_01.svg") center center/contain no-repeat;
}

.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-color: var(--color-pale-1);
  text-align: center;
  font-size: 11px;
  line-height: 1;
  border-radius: 10px;
}
.list-side-01 .cat-item-none {
  padding: 3px 10px 3px 15px;
  font-size: 0.8em;
  line-height: 1.5;
}

@media all and (max-width: 599px) {
  .ttl-cmn-02 {
    width: 100%;
  }
}
#form_protected {
  margin-top: 2em;
}
#form_protected form {
  display: grid;
  justify-content: start;
}
#form_protected br {
  display: none;
}
#form_protected .in {
  padding: 1em 1em;
}
#form_protected .btn {
  margin-top: 0.5rem;
  padding: 1em 1em;
}

.archive-01 .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.archive-01 li a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 2em;
  text-decoration: none;
}
.archive-01 li a > span {
  display: block;
}
.archive-01 .thumb {
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 1/0.75;
  border-radius: 5px;
  box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.3);
}
.archive-01 .thumb img {
  object-fit: cover;
  object-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}
.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: var(--color-orange-1, #e3914c);
  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 all and (max-width: 999px) {
  .archive-01 .list {
    display: grid;
    grid-gap: 3rem 0;
  }
  .archive-01 .ttl {
    margin: 1em 0 0.5em;
  }
}
@media all and (min-width: 1000px) {
  .archive-01 .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10rem 5rem;
  }
  .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 all 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: var(--color-orange-1, #e3914c);
  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 .genres {
  display: grid;
  grid-gap: 0 5px;
  width: 100%;
}
.single-01 .cat {
  display: flex;
  gap: 0 5px;
  background: var(--color-orange-1, #e3914c);
}
.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 .body p span {
  line-height: 1.3;
}
.single-01 .body img.face {
  position: relative;
  top: 0.4em;
}
.single-01 .body div:has(video) {
  max-width: 100%;
  height: auto;
}
.single-01 .ttl-01 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 0 1em;
  color: var(--color-orange-1, #e3914c);
}
.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: var(--color-orange-1, #e3914c);
}

@media all and (max-width: 599px) {
  .single-01.page p br {
    display: none;
  }
  .single-01.page p img + br {
    display: block;
  }
}
@media all 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 all and (min-width: 1000px) {
  .single-01 {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
  .single-01 .head {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 5rem 0 0 -20px;
  }
  .single-01 .ttl {
    flex: 1;
    padding: 0 0 0 20px;
    font-size: 3rem;
    line-height: 1.5;
  }
  .single-01 .date {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 10rem;
    height: 10rem;
    padding: 1rem 0 0 0;
    font-size: 1.5rem;
    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: 4rem;
    border-radius: 2rem;
  }
  .single-01 .cat a {
    padding: 0 2rem 0;
    font-size: 1.8rem;
    line-height: 1;
  }
  .single-01 .tag a {
    height: 3rem;
    padding: 0 2rem 0;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 1.5rem;
  }
  .single-01 .ttl-01 {
    margin-bottom: 5rem;
    font-size: 3rem;
    line-height: 1;
  }
  .single-01 .ttl-01:not(:nth-of-type(1)) {
    margin-top: 10rem;
  }
}
.album-01 .list {
  display: grid;
  grid-gap: 10rem 0;
}
.album-01 .imgs {
  display: grid;
  flex-wrap: wrap;
  gap: 1px;
}
.album-01 .imgs img {
  display: block;
}
.album-01 .foot {
  margin-top: 10px;
}
.album-01 .foot .ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 0.8em;
  line-height: 1.5;
}
.album-01 .foot .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 2px 2px 0;
}
.album-01 .foot .cat span {
  display: grid;
  align-items: center;
  padding: 0.4em 10px 0.4em;
  background-color: var(--color-orange-1, #e3914c);
  color: #fff;
  font-size: 0.7em;
  line-height: 1;
  border-radius: 5px;
}
.album-01 .foot .date {
  margin-top: 0.3em;
  color: #666;
  font-size: 0.7em;
  line-height: 1.5;
}

@media all and (min-width: 600px) and (max-width: 999px) {
  .album-01 .imgs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 1000px) {
  .album-01 .imgs {
    grid-template-columns: repeat(4, 1fr);
  }
}
.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: var(--color-orange-1, #e3914c);
  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: var(--color-orange-1, #e3914c);
}
.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 all and (min-width: 1000px) {
  .list-info-01 {
    display: grid;
    grid-template-columns: 20rem 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 all and (max-width: 599px) {
  .box-cmn-01 {
    padding: 0.5em 0.5em 0.5em;
  }
}
@media all 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 all 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 all 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: var(--color-primaly, #550000);
  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: var(--color-pale-1, #fbf0e6);
  text-align: center;
  font-size: 12px;
  line-height: 45px;
  border-radius: 24px;
  text-decoration: none;
}
.pager-01 a:hover {
  background-color: var(--color-orange-1, #e3914c);
  color: #fff;
}

.pager-02 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 0 40px;
}
.pager-02 a {
  transition: background-color 0.3s ease, color 0.3s ease;
  display: block;
  padding-top: 28px;
  background-color: var(--color-pale-1, #fbf0e6);
  text-align: center;
  color: var(--color-primaly, #550000);
  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 {
  grid-area: 1/1/2/2;
  justify-self: end;
  background: url("/common/img/ico_arrow_02l.svg") center top 8px/auto 10px no-repeat;
}
.pager-02 a.next {
  grid-area: 1/3/2/4;
  background: url("/common/img/ico_arrow_02r.svg") center top 8px/auto 10px no-repeat;
}
.pager-02 a.list {
  grid-area: 1/2/2/3;
  width: 48px;
  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: var(--color-orange-1, #e3914c);
  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: 2em;
  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: 0.5rem 0.5rem 2rem 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 all and (max-width: 999px) {
  .list-related-01 ul {
    display: grid;
    grid-gap: 3rem 0;
    margin-top: 3rem;
  }
  .list-related-01 .ttl {
    margin: 1em 0 0.5em;
  }
}
@media all 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: 5rem;
    margin-top: 5rem;
  }
  .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;
  }
}
.compare-01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: start;
  grid-gap: 0 1rem;
  position: relative;
  width: 35rem;
  padding: 0 9.5rem 2rem 0;
  border-bottom: solid 5px #f2f2f2;
}
.compare-01::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 12rem;
  aspect-ratio: 20/21;
}
.compare-01.good::before {
  background: url("/common/img/yeti/face_excited_01.png") center bottom/contain no-repeat;
}
.compare-01.bad::before {
  background: url("/common/img/yeti/face_scared_01.png") center bottom/contain no-repeat;
}
.compare-01.normal::before {
  background: url("/common/img/yeti/face_neutral_01.png") center bottom/contain no-repeat;
}
.compare-01 > p {
  grid-column: span 2;
  margin-bottom: 0.5em !important;
  color: #195f9e;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.compare-01 dl {
  overflow: hidden;
  border: solid 2px #195f9e;
  border-radius: 2rem;
}
.compare-01 dl dt {
  display: grid;
  justify-content: center;
  align-items: center;
  min-height: 3.5rem;
  background-color: #195f9e;
  color: #fff;
  line-height: 1;
}
.compare-01 dl dt.down + dd {
  color: #44ab42;
}
.compare-01 dl dt.down + dd::before {
  content: "↓";
}
.compare-01 dl dt.up + dd::before {
  content: "↑";
}
.compare-01 dl dt.up + dd {
  color: #cb3c3c;
}
.compare-01 dl dd {
  display: grid;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 5rem;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
}
.compare-01 dl dd::before {
  align-self: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.1rem;
  margin: auto 0;
}
.compare-01 dl dd > span {
  position: relative;
}
.compare-01 dl dd > span span {
  transform: translateX(105%);
  position: absolute;
  top: 0.4em;
  right: 0;
  min-width: 1em;
  margin-left: 0.1em;
  font-size: 2rem;
  font-weight: normal;
}

@media all and (min-width: 480px) {
  .compare-01 {
    grid-gap: 0 3rem;
    width: 42rem;
    padding: 0 9.5rem 2rem 0;
  }
  .compare-01 dl dd {
    font-size: 2.8rem;
  }
  .compare-01 dl dd::before {
    left: 0.5rem;
  }
}
