@charset "UTF-8";
/* CSS Document */
/*---------------------
companion
----------------------*/
.top-companion-wrap {
  position: relative;
  width: 100%;
  display: grid;
  /* auto-fit を auto-fill に変更 */
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* paddingによる幅崩れ防止（お好みで） */
}
.top-companion-wrap .cast {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.8s ease, transform 0.6s ease;
  transition: opacity 0.8s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  background: url(../img/common/bg_companion.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 20px;
  margin-bottom: 20px;
}
.top-companion-wrap .cast img.i-classbar {
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.top-companion-wrap a.cast-inner {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  color: #fff;
}
.top-companion-wrap a.cast-inner img.cast-base {
  display: block;
  width: 100%;
  z-index: 1;
}
.top-companion-wrap a.cast-inner img.kazari-left {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 100px;
  z-index: 1;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.top-companion-wrap a.cast-inner img.kazari-right {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 100px;
  z-index: 1;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.top-companion-wrap a.cast-inner img.i-ranking {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 3;
}
.top-companion-wrap a.cast-inner img.i-newface {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 60px;
  z-index: 4;
  -webkit-animation: blinkNew 1.2s ease-in-out infinite;
          animation: blinkNew 1.2s ease-in-out infinite;
}
.top-companion-wrap a.cast-inner img.i-photo {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 100%;
  max-width: 60px;
  z-index: 3;
}
.top-companion-wrap a.cast-inner .thumb-msg1 {
  position: absolute;
  display: block;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 1.8rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  z-index: 2;
  font-family: "Cinzel", serif;
}
.top-companion-wrap a.cast-inner .thumb-msg1 span {
  font-size: 0.8rem;
}
.top-companion-wrap a.cast-inner .thumb-msg2 {
  position: absolute;
  display: block;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 1.8rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 1;
  z-index: 2;
  font-family: "Cinzel", serif;
}
.top-companion-wrap a.cast-inner .thumb-msg2 span {
  font-size: 0.8rem;
}
.top-companion-wrap a:hover.cast-inner img.cast-base {
  -webkit-transform: rotate(-2deg) scale(1.11);
          transform: rotate(-2deg) scale(1.11);
  -webkit-transition: all 0.6s cubic-bezier(0.6, 0.2, 0.2, 0.6);
  transition: all 0.6s cubic-bezier(0.6, 0.2, 0.2, 0.6);
}
.top-companion-wrap a:hover.cast-inner .thumb-msg1 {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 767px) {
  .top-companion-wrap .cast {
    padding-top: 0;
  }
  .top-companion-wrap a.cast-inner .thumb-msg1 {
    font-size: 1.3rem;
  }
  .top-companion-wrap a.cast-inner .thumb-msg2 {
    font-size: 1.3rem;
  }
}
@-webkit-keyframes blinkNew {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes blinkNew {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.heading-sapphire {
  background: -webkit-gradient(linear, right top, left top, from(#6fc7ff), color-stop(25%, #228bfc), color-stop(50%, #6fc7ff), color-stop(75%, #228bfc), to(#6fc7ff));
  background: linear-gradient(to left, #6fc7ff 0%, #228bfc 25%, #6fc7ff 50%, #228bfc 75%, #6fc7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.heading-sapphire-anime {
  background: -webkit-gradient(linear, right top, left top, from(#6fc7ff), color-stop(25%, #228bfc), color-stop(50%, #6fc7ff), color-stop(75%, #228bfc), to(#6fc7ff));
  background: linear-gradient(to left, #6fc7ff 0%, #228bfc 25%, #6fc7ff 50%, #228bfc 75%, #6fc7ff 100%);
  background-size: 200% 100%;
  -webkit-animation: sapphireText 4s linear infinite;
          animation: sapphireText 4s linear infinite;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@-webkit-keyframes sapphireText {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

@keyframes sapphireText {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
.thumb-sns {
  position: relative;
  bottom: 60px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.thumb-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.thumb-sns li {
  margin: 0;
  padding: 0;
}
.thumb-sns a {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.thumb-sns a:hover {
  opacity: 0.75;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.thumb-sns img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb-sns-detail {
  position: relative;
  left: 50%;
  width: 100%;
  margin-top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.thumb-sns-detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.thumb-sns-detail li {
  margin: 0;
  padding: 0;
}
.thumb-sns-detail a {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.thumb-sns-detail a:hover {
  opacity: 0.75;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.thumb-sns-detail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1439px) {
  .thumb-sns {
    width: 100%;
    bottom: 40px;
    margin: 0 auto;
  }
  .thumb-sns ul {
    gap: 7px;
  }
  .thumb-sns a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
}
@media (max-width: 1279px) {
  .thumb-sns {
    width: 100%;
    bottom: 40px;
    margin: 0 auto;
  }
  .thumb-sns ul {
    gap: 7px;
  }
  .thumb-sns a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}
@media (max-width: 979px) {
  .thumb-sns {
    width: 100%;
    bottom: 40px;
    margin: 0 auto;
  }
  .thumb-sns ul {
    gap: 7px;
  }
  .thumb-sns a {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .thumb-sns {
    width: 100%;
    bottom: 35px;
    margin: 0 auto;
  }
  .thumb-sns ul {
    gap: 5px;
  }
  .thumb-sns a {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
  }
}
@media (max-width: 480px) {
  .thumb-sns {
    width: 100%;
    bottom: 35px;
    margin: 0 auto;
  }
  .thumb-sns ul {
    gap: 5px;
  }
  .thumb-sns a {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
}
.thumb-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.thumb-tags span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 8px 6px;
  border-radius: 3px;
  background: #b68b2f;
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

@media (max-width: 767px) {
  .thumb-tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 12px;
  }
  .thumb-tags span {
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 480px) {
  .thumb-tags span {
    padding: 3px 6px 5px;
    font-size: 10px;
  }
}
/* 表示されたらアニメーション */
.cast.show_cast {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.top-companion-wrap .cast figure {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.top-companion-wrap .cast figure::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.top-companion-wrap .cast figure:hover::before {
  -webkit-animation: shine 0.6s;
  animation: shine 0.6s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.cast p {
  margin: 5px 0;
}
.cast .cast-bottom {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-top: -50px;
  z-index: 3;
}
@media (max-width: 979px) {
  .cast .cast-bottom {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .cast .cast-bottom {
    margin-top: -30px;
  }
}
@media (max-width: 480px) {
  .cast .cast-bottom {
    margin-top: -30px;
  }
}
.cast .cast-bottom-inner {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cast .cast-name {
  text-align: center;
  font-size: 1.9rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.cast .cast-name span.name-en {
  display: block;
  font-size: 1rem;
  color: #fed36f;
  letter-spacing: 0.1rem;
  font-family: "Cinzel", serif;
  word-break: break-all;
}
@media (max-width: 979px) {
  .cast .cast-name {
    font-size: 1.5rem;
  }
}
.cast .cast-size {
  margin-top: 10px;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  font-family: "Cinzel", serif;
  word-break: break-all;
}
.cast .cast-size span {
  font-size: 0.65rem;
}
@media (max-width: 767px) {
  .cast .cast-size {
    font-size: 0.75rem;
  }
}
.cast .cast-sche {
  color: #dac089;
  text-align: center;
  font-size: 0.8rem;
  font-family: "Cinzel", serif;
}
.cast .cast-sche span {
  margin-left: 0.5rem;
  color: #fff;
}
.cast .cast-bottom-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* レスポンシブで折り返す */
}
.cast .icon-link {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}
.cast .icon-link img {
  display: inline-block;
  width: 100%;
  max-width: 30px;
  border-radius: 5px;
}
.cast .icon-link img.castpage-icon {
  display: inline-block;
  width: 100%;
  max-width: 40px;
  border-radius: 5px;
}
.cast .icon-link:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #b3882d; /* 任意のホバー色 */
}
@media (max-width: 600px) {
  .cast .icon-link {
    font-size: 1.6rem;
  }
}

/* ノートPC〜デスクトップ標準（〜1279px） */
@media (max-width: 1279px) {
  /* 小〜中型ノートPC */
  .top-companion-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .top-companion-wrap::after {
    display: block;
    content: "";
    width: calc(25% - 15px);
  }
}
/* タブレット横・小型PC（〜1023px） */
@media (max-width: 1023px) {
  .top-companion-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .top-companion-wrap::after {
    display: block;
    content: "";
    width: calc(50% - 15px);
  }
}
/* スマホ大・タブレット縦（〜767px） */
@media (max-width: 767px) {
  .top-companion-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 10px;
  }
  .top-companion-wrap .cast {
    margin-bottom: 10px;
  }
  .top-companion-wrap::after {
    display: block;
    content: "";
    width: calc(50% - 10px);
  }
  .cast .icon-link {
    font-size: 1rem;
  }
}
/* スマホ（〜479px） */
@media (max-width: 479px) {
  .top-companion-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .top-companion-wrap .cast .cast-bottom-inner {
    padding-left: 8px;
    padding-right: 8px;
  }
  .top-companion-wrap .cast .icon-link {
    font-size: 1.1rem;
  }
  .top-companion-wrap .cast .cast-size,
  .top-companion-wrap .cast .cast-sche {
    font-size: 0.6rem;
  }
  .top-companion-wrap::after {
    display: block;
    content: "";
    width: calc(50% - 5px);
  }
}
.top-topics-wrap {
  position: relative;
  grid-template-columns: repeat(1, 1fr);
}

.topics-cast-bottom::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  background: url(../img/common/top_topics_bg.png) no-repeat top center;
  background-size: cover;
  z-index: 0;
}

.topics-cast-bottom {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-top: -50px;
  z-index: 3;
}
@media (max-width: 979px) {
  .topics-cast-bottom {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .topics-cast-bottom {
    margin-top: -30px;
  }
}
@media (max-width: 480px) {
  .topics-cast-bottom {
    margin-top: -30px;
  }
}

.topics-recommend {
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.3;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.topics-recommend span {
  display: block;
  font-size: 1rem;
  color: #fed36f;
  letter-spacing: 0.1rem;
  font-family: "Cinzel", serif;
}
@media (max-width: 979px) {
  .topics-recommend {
    font-size: 1.5rem;
  }
}

.ch-topics-title {
  position: relative;
  width: 100%;
  color: #ffd471;
  font-size: 1.9rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}

.heading-gold {
  display: inline-block;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, from(#ffd471), color-stop(25%, #b8954b), color-stop(75%, #ffde91), to(#a78e55));
  background: linear-gradient(90deg, #ffd471 0%, #b8954b 25%, #ffde91 75%, #a78e55 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}/*# sourceMappingURL=thumbs.css.map */