@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層
===================================================================== */
.main > * {
  padding-bottom: 16rem;
}

.parallax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

/* =====================================================================
    article
======================================================================*/
.article-ttl {
  position: relative;
  padding-bottom: 28rem;
}
@media screen and (min-width: 768px) {
  .article-ttl {
    padding-bottom: 33rem;
  }
}
.article-ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.5px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #ffb726;
  z-index: -1;
}
.article-ttl-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(680 / 704 * 100%);
  height: calc(100% - 22.6rem);
  background-color: #faf2e1;
  border-radius: 0 0 4rem 4rem;
}
@media screen and (min-width: 768px) {
  .article-ttl-bg {
    width: calc(920 / 1280 * 100%);
    height: calc(100% - 25rem);
  }
}
.article-ttl-bg::before, .article-ttl-bg::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -4rem;
  width: 4rem;
  height: 4rem;
  background: url(../images/img_corner.svg) no-repeat center/100% 100%;
}
.article-ttl-bg::after {
  left: auto;
  right: -4rem;
  transform: scale(-1, 1);
}
.article-ttl h2 {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0 0.7em;
  font-size: 130%;
  font-weight: 900;
  line-height: 1.5;
  color: #ff6040;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .article-ttl h2 {
    margin: 0 auto;
    width: calc(920 / 1280 * 100%);
    font-size: 186%;
  }
}
.article-ttl .anime-text {
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-ttl .anime-text-item {
  top: auto;
  bottom: -0.18vw;
}
.article-ttl .anime-text-item::before, .article-ttl .anime-text-item::after {
  background-image: url(../images/text_anime_TOPICS02.svg);
}
.article {
  /*  詳細
  -----------------------------------------*/
}
.article .article-ttl {
  padding-bottom: 63rem;
}
.article > .inner {
  width: calc(630 / 750 * 100%);
  width: 92%;
}
@media screen and (min-width: 768px) {
  .article > .inner {
    width: 94%;
  }
}
.article aside {
  margin-top: 9rem;
}
@media screen and (min-width: 768px) {
  .article aside {
    flex-shrink: 0;
    margin: 0 0 0 4.7008547009%;
    width: 26.6666666667%;
    min-width: 260px;
  }
}
.article aside #gDefSide {
  position: relative !important;
  right: 0 !important;
  margin: 0;
  width: 100%;
  font-size: 1.8rem;
  font-size: max(1.8rem, 14px);
}
.article-container {
  position: relative;
  margin-top: -60rem;
}
@media screen and (min-width: 768px) {
  .article-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.article-inner {
  padding: 6rem calc(37 / 704 * 100%);
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .article-inner {
    flex-grow: 1;
    padding: 8rem calc(55 / 1280 * 100%);
  }
}
.article-inner .btn-back a {
  min-width: 49.3506493506%;
}
.article-header {
  margin-bottom: 5.5rem;
}
.article-header h1 {
  margin-bottom: 4rem;
  font-size: 135%;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .article-header h1 {
    font-size: 150%;
  }
}
.article-header time {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 80%;
  color: #ff6040;
}
.article-header time::after {
  content: "";
  flex-grow: 1;
  margin-left: 1em;
  border-top: 3px dotted #ffb726;
}
.article-contents {
  margin-bottom: 6rem;
  line-height: 1.5;
}
.article-contents > *:not(:last-child),
.article-contents .content-block-richtext > *:not(:last-child) {
  margin-bottom: 5rem;
}
.article-contents h2 {
  font-size: 120%;
  font-weight: 700;
}
.article-contents h3 {
  padding-left: 1em;
  font-size: 106%;
  font-weight: 700;
  border-left: 0.25em solid #ff6040;
}
.article-contents p strong {
  font-weight: 700;
  color: #ff6040;
}
.article-contents p span {
  color: #ff6040;
}
.article-contents p a {
  display: inline;
  -webkit-text-decoration: underline 1px #ff6040;
          text-decoration: underline 1px #ff6040;
}
@media screen and (min-width: 768px) {
  .article-contents p a {
    transition-property: color;
  }
  .article-contents p a:hover {
    color: #ff6040;
  }
}
.article-contents figure figcaption {
  margin-top: 0.5em;
  font-size: 80%;
}

@media screen and (min-width: 768px) {
  .content-block-images,
  .topics_img,
  .img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.content-block-images > *,
.topics_img > *,
.img-list > * {
  margin-bottom: 3rem;
}
.content-block-images > *:last-child,
.topics_img > *:last-child,
.img-list > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .content-block-images > *,
  .topics_img > *,
  .img-list > * {
    margin: 0 3.8961038961% 3rem 0;
    width: 48.0519480519%;
  }
  .content-block-images > *:only-child,
  .topics_img > *:only-child,
  .img-list > *:only-child {
    width: 100%;
  }
  .content-block-images > *:nth-child(2n), .content-block-images > *:last-child,
  .topics_img > *:nth-child(2n),
  .topics_img > *:last-child,
  .img-list > *:nth-child(2n),
  .img-list > *:last-child {
    margin-right: 0;
  }
  .content-block-images > *:nth-last-child(-n+2),
  .topics_img > *:nth-last-child(-n+2),
  .img-list > *:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.content-block-itemlists dt {
  margin-bottom: 0.2em;
  font-weight: 700;
}
.content-block-itemlists dd:not(:last-child) {
  margin-bottom: 1.2em;
}

.content-block-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.content-block-youtube iframe,
.content-block-youtube video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sns-share {
  position: relative;
  border-top: 3px dotted #ffb726;
}
.sns-share > p {
  text-align: center;
  margin: 4rem 0;
  font-size: 106%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sns-share > p {
    font-size: 122%;
  }
}
.sns-share-list {
  display: flex;
  justify-content: center;
  font-size: 6rem;
}
@media screen and (min-width: 768px) {
  .sns-share-list {
    font-size: 45px;
    font-size: 250%;
  }
}
.sns-share-list li {
  position: relative;
  margin-right: 0.8em;
  width: 1em;
  height: 1em;
}
.sns-share-list li:last-child {
  margin-right: 0;
}
.sns-share-list li a,
.sns-share-list li button {
  display: block;
  width: 100%;
  height: 100%;
}
.sns-share-list li svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #000000;
}
.sns-share-list li #copyMessage {
  display: none;
  position: absolute;
  bottom: -2.3em;
  left: 55%;
  transform: translateX(-50%);
  font-size: 0.25em;
  white-space: nowrap;
}

/*  一覧
-----------------------------------------*/
.list .topics-list {
  margin-top: -16rem;
}
@media screen and (min-width: 768px) {
  .list .topics-list {
    margin-top: -18rem;
  }
}

.pagination-parent {
  margin-top: 8rem;
}
.pagination-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 133%;
}
@media screen and (min-width: 768px) {
  .pagination-ul {
    font-size: 150%;
  }
}
.pagination-ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.18em;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pagination-ul li a {
    transition-property: background-color;
  }
  .pagination-ul li a:hover {
    transform: translateY(0);
    background-color: #ffffff;
  }
}
.pagination-ul li.active a {
  background-color: #ffb726;
  pointer-events: none;
}
.pagination-ul li.disabled a {
  opacity: 0.5;
  pointer-events: none;
}
.pagination-prev a, .pagination-next a {
  color: transparent;
}
.pagination-prev a::after, .pagination-next a::after {
  content: "◀";
  position: absolute;
  display: grid;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000000;
}
.pagination-next {
  transform: scale(-1, 1);
}

/* =====================================================================
    sidebar
======================================================================*/
.program_side .topics-list-tag > a {
  line-height: 1;
}

.program_side_ad {
  display: block !important;
}

.article_side,
.program_ranking {
  background-color: #ffffff;
  border-radius: 2rem;
}

.article_side {
  position: relative;
  margin-bottom: 6rem;
  background-image: url(/program-info/images/ranking_bg02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.article_side dt {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--primary-color);
}
.article_side .gDef-side-tag ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.article_side .gDef-side-tag li {
  margin: 0;
}
.article_side .gDef-side-tag a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  color: var(--text-color);
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
.article_side .gDef-side-tag a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
  text-decoration: none;
}
.article_side > dt {
  position: relative;
  padding: 15px 15px 15px 50px;
  font-size: 115%;
  text-align: left;
  color: #333333;
  background-image: url(/program-info/images/ranking_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.article_side > dt::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  display: block;
  width: 26px;
  height: 27px;
  background-image: url(/program-info/images/icon_ranking.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.article_side > dd {
  padding: 20px;
}

.recommend-articles .recommend-article:not(:last-child) {
  margin-bottom: 20px !important;
}
.recommend-articles a .recommend-thumbnail {
  overflow: hidden;
}
.recommend-articles a .recommend-thumbnail img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .recommend-articles a .recommend-thumbnail img {
    transition: transform 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .recommend-articles a:hover {
    transform: translateY(0);
  }
  .recommend-articles a:hover .recommend-thumbnail img {
    transform: scale(1.08) !important;
  }
}
.recommend-articles .article-date {
  margin: 0.7em 0 0.5em !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 88%;
  color: #ff6040;
  line-height: 1;
}
.recommend-articles .article-title {
  margin-bottom: 1em;
  width: 100%;
  font-weight: 700;
  line-height: 1.333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/* =====================================================================
    article_template
======================================================================*/
@media screen and (min-width: 768px) {
  #article_template .header > .inner {
    width: 94%;
  }
}
#article_template .header h1 {
  padding-bottom: 0;
}
#article_template .header h1 a {
  display: block;
}
@media screen and (min-width: 768px) {
  #article_template .header h1 a {
    transition-property: opacity;
  }
  #article_template .header h1 a:hover {
    transform: translateY(0);
    opacity: 0.7;
  }
}
#article_template .header-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem 0 8rem 0;
  gap: 2rem 2em;
}
#article_template .header-link li a {
  font-size: 110%;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #article_template .header-link li a {
    transition-property: color;
  }
  #article_template .header-link li a:hover {
    transform: translateY(0);
  }
}
#article_template .article-ttl {
  display: none;
}
#article_template .article-container {
  margin-top: 0;
}
#article_template .btn-back a {
  color: #000000;
}
#article_template .article-inner {
  padding: 0;
  background-color: transparent;
}/*# sourceMappingURL=subpage.css.map */