.hot-top-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .hot-top-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
.hot-top-item a {
  display: block;
  border: #000 1px solid;
}
.hot-top-item a p {
  width: 100%;
  display: inline-block;
  position: relative;
  background-image: url(../../_shared/images/parts/btn_common_l.png), url(../../_shared/images/parts/btn_common_r.png);
  background-position: center left, center right;
  background-repeat: repeat-y, repeat-y;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px 40px 8px 40px;
  background-size: 21px;
  border-bottom: #000 1px solid;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .hot-top-item a p {
    font-size: 18px;
  }
}
.hot-interview-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .hot-interview-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
.hot-interview-list a {
  text-decoration: none;
}
.hot-interview-list a figure {
  position: relative;
  margin: 0;
  padding-top: 57%;
  overflow: hidden;
}
.hot-interview-list a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hot-interview-list-title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 0.5em;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .hot-interview-list-title {
    font-size: 18px;
  }
}
.hot-interview-list-player {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .hot-interview-list-player {
    font-size: 14px;
  }
}
.hot-interview-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .hot-interview-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
  }
}
.hot-interview-header-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0.5em;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .hot-interview-header-title {
    font-size: 36px;
  }
}
.hot-interview-header-player {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .hot-interview-header-player {
    font-size: 20px;
  }
}
.hot-interview-post {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .hot-interview-post {
    margin-bottom: 100px;
  }
}
.hot-interview-post-article {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .hot-interview-post-article {
    margin-top: 100px;
    padding-inline: 50px;
  }
}
.hot-interview-post-title {
  margin-bottom: 20px;
  padding-left: 35px;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='30'%3E%3Cpath fill='%23000' d='M22.822 2.183a7.44 7.44 0 0 0-12.329 7.575L.554 19.722l1.766 1.77-1.054 1.056a4.354 4.354 0 0 0 0 6.14 4.3 4.3 0 0 0 3.049 1.281h.016a4.3 4.3 0 0 0 3.059-1.281l1.81-1.813a2.49 2.49 0 0 1 3.563 0A2.53 2.53 0 0 1 13.114 30H15.1a4.35 4.35 0 0 0-1.052-4.409 4.28 4.28 0 0 0-6.125 0L6.11 27.4a2.5 2.5 0 0 1-1.779.75h-.008a2.535 2.535 0 0 1-1.775-4.321L3.6 22.777l1.726 1.73 9.939-9.964a7.45 7.45 0 0 0 7.556-12.36M5.326 21.91l-2.182-2.188 8.186-8.206a7.5 7.5 0 0 0 2.182 2.184ZM13.6 11.427a5.64 5.64 0 0 1-.594-7.242l7.819 7.838a5.594 5.594 0 0 1-7.225-.6m8.52-.7L14.3 2.886a5.594 5.594 0 0 1 7.225.6 5.64 5.64 0 0 1 .594 7.242'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .hot-interview-post-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.hot-interview-post-title-sub {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .hot-interview-post-title-sub {
    font-size: 20px;
  }
}
.hot-interview-post-body:has(.hot-interview-post-photo) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .hot-interview-post-body:has(.hot-interview-post-photo) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hot-interview-post-body > .hot-interview-post-text {
    order: 2;
  }
}
.hot-interview-post-text p {
  line-height: 1.7;
}
.hot-collaboration-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .hot-collaboration-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
.hot-collaboration-list a {
  border: 1px solid #000;
  text-decoration: none;
}
.hot-collaboration-list a figure {
  position: relative;
  margin: 0;
  padding-top: 57%;
  overflow: hidden;
}
.hot-collaboration-list a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hot-collaboration-list-header {
  padding: 1em;
}
.hot-collaboration-list-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.5em;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .hot-collaboration-list-title {
    font-size: 18px;
  }
}
.hot-collaboration-list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .hot-collaboration-list-text {
    font-size: 14px;
  }
}
.hot-collaboration-title {
  font-size: 20px;
  font-weight: bold;
  padding: 1em;
  background-color: #ffc600;
  border: 1px solid #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hot-collaboration-title {
    font-size: 36px;
  }
}
.hot-collaboration-text {
  padding-top: 25px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .hot-collaboration-text {
    padding-top: 50px;
    font-size: 20px;
  }
}
.hot-collaboration-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .hot-collaboration-header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
  }
}
.hot-collaboration-header-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0.5em;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .hot-collaboration-header-title {
    font-size: 36px;
  }
}
.hot-collaboration-header-player {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .hot-collaboration-header-player {
    font-size: 20px;
  }
}
.hot-collaboration-post {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .hot-collaboration-post {
    margin-bottom: 100px;
  }
}
.hot-collaboration-post-article {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .hot-collaboration-post-article {
    margin-top: 50px;
    padding-inline: 50px;
  }
}
.hot-collaboration-post-body:has(.hot-collaboration-post-photo) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .hot-collaboration-post-body:has(.hot-collaboration-post-photo) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
.hot-collaboration-post-text p {
  line-height: 1.7;
}
.hot-collaboration-post-photo {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.inner_meta h3.meta {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.inner_meta p.meta_ph_wrap {
  margin-bottom: 30px;
}

.inner_meta p {
  line-height: 1.8em;
}

.inner_meta p.link {
  margin-left: 2em;
}

.inner_meta p.link a {
  position: relative;
}

.inner_meta p.link a:before {
  content: "";
  top: 0.1em;
  margin-left: -1.5em;
  position: absolute;
  background-image: url(/_shared/images/parts/arw_right.png);
  width: 1em;
  height: 1em;
  background-size: contain;
  vertical-align: middle;
}

@media print, screen and (min-width: 600px) {
  .inner_meta h3.meta {
    font-size: 26px;
  }
  .inner_meta p.meta_ph_wrap {
    margin-bottom: 60px;
  }
}
.table_meta {
  width: 100%;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  margin-bottom: 30px;
}

.table_meta th {
  font-size: 16px;
  font-weight: bold;
  background: #ffc600;
  text-align: center;
  padding: 0.5em;
}

.table_meta th:first-child {
  width: 65%;
}

.table_meta th:last-child {
  width: 35%;
}

.table_meta td {
  font-size: 14px;
  padding: 1em;
}

.table_meta th,
.table_meta td {
  border-bottom: #000 solid 1px;
  border-right: #000 solid 1px;
}

@media print, screen and (min-width: 600px) {
  .table_meta {
    margin-bottom: 60px;
  }
  .table_meta th {
    font-size: 18px;
  }
  .table_meta td {
    font-size: 16px;
  }
}/*# sourceMappingURL=hot.css.map */