@charset "utf-8";
/* ############################################################################################################################
#    2024/11/10　リニューアル
#    v1 共通ファイル
############################################################################################################################ */

body{
  font-size: 18px;
  font-size: 1.8rem;
}

.sp{display:none!important;}
.pc{display:block!important;}

hr.full-width {
  width: 100%;
  max-width: var(--content-width);
  margin: 50px auto;
}

hr.full-width-100 {
  width: 100%;
  margin: 50px 0;
}

#wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: var(--content-width);
  min-height: 100%;
  margin: 0 auto;
  background-color: #fff;
}

/* =======================================
#　content
======================================= */
.content {
  color: var(--color-text);
  font-family: var(--font-noto-sans);
  position: relative;
  z-index: 0;
  margin: 0 auto 0 ;
}

.content img {
  width: 100%;
  vertical-align: top;
  height:auto;
}

.content--author .list-normal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px
}

.content--author .list-normal .item {
  width: auto;
}

.content--fortune .link-button {
  border:none;
  margin: 50px auto ;
  padding:  0;
}

.content--article .content__col {
  margin: 50px auto ;
}

.content--photo .content__col {
  margin: 40px auto ;
}

.content--single .article-body {
  width: 800px;
  margin: 50px auto 100px;
}

.content__full {
  position: relative;
  z-index: 0;
  width: var(--content-width);
  margin: 0 auto 0 ;
}

.content__inner {
  width: var(--content-inner-width);
  margin: 0 auto 0 ;
}

.content__col {
  width: var(--content-inner-width);
  margin: 70px auto 70px;
  display: flex;
  justify-content: space-between;
  gap:40px;
}

.content__left {
  width: 906px;
  flex: 1;
}

.content__left-inner {
  width: 728px;
  margin:0 auto;
}

.content__right {
  width: 300px;
}

.content__right *:first-child {
  margin-top: 0 ;
}

.content__aside {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content__aside-inner {
  &:has( + .side-related-links) {
    margin-bottom: 40px;
  }
}

.content__aside-top {
  position: sticky;
  top: 70px;

  & + .sticky-space {
    height: 800px;
  }
}

/* =======================================
#　headline
======================================= */
.headline {
  position: relative;
  color:var(--color-text);
  font-family: var(--font-figtree);
  font-size: 40px;
  font-size: 4.0rem;
  margin: 0 0 48px;
  padding:0 56px;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
}

.headline span {
  position: relative;
  font-family: var(--font-noto-sans);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
  padding-top: 8px;
  display: block;
}

.headline.headline--page {
  padding:0 0;
  margin-top: 40px;
}

.headline--m {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 32px;
  font-weight: 600;
  line-height: 100%;
}

.headline--m span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
  padding-top: 8px;
}

.headline__link {
  min-width: 228px;
  height: 42px;
  padding:10px 16px;
  border: 1px solid var(--color-text);
  border-radius: 50px;
  font-family: var(--font-noto-sans);
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 8px;
  line-height: 160%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headline .headline__link {
  position: absolute;
  right: 56px;
  top: 24px;
}

@media screen and (min-width: 1366px) {
  .headline {
    font-size: 2.928vw;
    font-size: 4.0rem;
    font-size: 2.9vw;
    margin: 0 0 2.3vw;
  }

  .headline span {
    font-size: 1.025vw;
    font-size: 1.4rem;
    font-size: 1.0vw;
  }

  .headline--m {
    font-size: 1.757vw;
  }

  .headline--m span {
    font-size: 1.025vw;
    padding-top: 0.586vw;
  }

  .headline__link {
    width: 16.691vw;
    height: 3.075vw;
    font-size: 1.4rem;
    font-size: 1.0vw;
  }
}

/* =======================================
#　headline-sub
======================================= */
.headline-sub {
  position: relative;
  color:var(--color-text);
  font-family: var(--font-figtree);
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 32px;
  padding:0 56px;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
}

.headline-sub > *:first-child {
  position: relative;
}

.headline-sub.promoted > *:first-child::after {
  content: 'Promoted';
  position: relative;
  right: -24px;
  top: -5px;
  padding: 4px 8px;
  font-family: var(--font-figtree);
  font-weight: 500;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 100%;
  background: var(--color-gray1);
  border-radius: 30px;
}

.headline-sub.pr > *:first-child::after {
  content: 'PR';
  position: relative;
  right: -24px;
  top: -5px;
  padding: 4px 8px;
  font-family: var(--font-figtree);
  font-weight: 500;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 100%;
  background: var(--color-gray1);
  border-radius: 30px;
}

.headline-sub span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%;
  padding-top: 8px;
  display: block;
}

.headline-sub .headline__link {
  position: absolute;
  right: 56px;
  bottom: 0;
}

/* サイドバー */
.content__right {
  .headline-sub {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 24px;
    padding:0 ;
  }
}

@media screen and (min-width: 1366px) {
  .headline-sub {
    font-size: 2.05vw;
    margin: 0 0 2.343vw;
  }

  .headline-sub.promoted > *:first-child::after {
    right: -1.757vw;
    top: -0.366vw;
    padding: 0.293vw 0.586vw;
    font-size: 0.732vw;
    border-radius: 2.196vw;
  }

  .headline-sub span {
    font-size: 1.025vw;
    padding-top: 0.586vw;
  }
}

/* =======================================
#　セクション　section
======================================= */
.content__sec {
  width: 100%;
  margin: 0 0 160px;
}

.content__btn {
  position: relative;
  display: flex;
  width: 340px;
  height: 60px;
  padding: 0px ;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--color-black);
  background: var(--color-white);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.30);
  transition: all 0.25s ease;
  margin: 68px auto;
}

.content__sec .content__btn {
  margin: 68px auto 0 ;
}

.content__btn a,
.article-body .content__btn a {
  position: relative;
  color:var(--color-black);
  text-align: center;
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0 20px;
}

.content__btn a::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-black);
  border-left: 2px solid var(--color-black);
  transform: translateY(-50%) rotate(137deg);
  transition: border-color 0.25s ease;
}

.content__btn:hover {
  background: var(--color-black);
  border: 1px solid var(--color-black);
}

.content__btn a:hover,
.article-body .content__btn a:hover{
  color:var(--color-white);
  opacity: 1;
  text-decoration: none;
}

.content__btn a:hover::after {
  border-top: 2px solid var(--color-white);
  border-left: 2px solid var(--color-white);
}

/* ============================================================================================================================
slider
============================================================================================================================ */
.js-slider {
  overflow: hidden;
  position: relative;
}

.slider-pagination-wrap {
  position: relative;
  overflow: hidden;

  .js-slider {
    border-top: 1px solid var(--color-gray1);
    border-bottom: 1px solid var(--color-gray1);
  }

  .article-list {
    margin-bottom: 0 ;
  }

  .article-list .article {
    display: flex;
    flex-direction: column;
    margin:32px 0 ;
  }

  .article-list .article__box {
    padding:0 56px;
    display: flex;
    flex-direction: column;
    height:100%;
  }

  .article-list .article__content {
    padding:0 0 30px;
  }

  .article-list.article-list--book .article__box .article__imgwrap {
    width: 100%;
    padding: 0;
  }

  .slider-pagination {
    padding:0 0 0 56px;
  }
}

.slider-pagination {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 16px;
}

.slider-pagination__inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.slider-pagination__arrow {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  width: 40px;
  height: 40px;
}

.slider-pagination__arrow:hover {
  opacity: 1;
}

.slider-pagination__arrow img {
  width: 100%;
  height: 100% ;
}

.slider-pagination__fraction {
  font-size: 12px;
  font-size: 1.2rem;
  width: 44px;
}

.slider-pagination__arrow {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.slider-pagination__arrow.disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* ナビゲーションボタンの無効化状態 */
.slider-pagination__arrow.disabled {
  pointer-events: none;
  opacity: 0.3 !important;
}

/* ページネーション全体が空の場合は非表示 */
.slider-pagination__fraction:empty {
  display: none;
}

/* スライドが1枚しかない場合の対応 */
.slider-swiper .swiper-wrapper .swiper-slide:only-child ~ .slider-pagination {
  display: none;
}

/* スクロールバー */
.slider-pagination__scrollbar,
.slider-pagination__scrollbar.swiper-scrollbar {
  position: absolute;
  cursor: pointer;
  background: var(--color-gray3);
  right: 0;
  left:initial;
  bottom: 22px;
  height: 1px;
  width: 78% ;
  margin:0 56px 0 0 ;
}

.slider-pagination .slider-pagination__scrollbar{
  position: relative;
  bottom: 0;
}

.custom-scrollbar-thumb {
  background: var(--color-text);
  display: block;
  height: 2px;
  position: absolute;
}

@media screen and (min-width: 1366px) {

  .slider-pagination {
    margin-top: 1.4vw;
    gap: 1.1vw;
  }

  .slider-pagination__fraction {
    font-size: 0.73vw;
  }

  .slider-pagination__arrow {
    width: 2.928vw;
    height: 2.928vw;
  }
}

/* ============================================================================================================================
#breadcrumbs
============================================================================================================================ */
.breadcrumbs-hr{
  border-top: 1px solid var(--color-gray5);
  margin: 0;
}

.breadcrumbs-list-outer {
  max-width: var(--content-inner-width);
  margin: 0 auto;
}

.breadcrumbs-list {
  display: flex;
  color: #887474;
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%; 
  padding: 10px 0 9px;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumbs-list a {
  color: #887474;
}

.breadcrumbs-list a:hover {
  opacity: 0.5;
}

.breadcrumbs-list li{
list-style: none;
}

.breadcrumbs-list li::after {
  content: '\ff0f';
  margin: 0 5px;
}

.breadcrumbs-list li:last-of-type::after {
  display: none;
}

/* ============================================================================================================================
etc
============================================================================================================================ */

.hidden {
  display: none;
}

.billboard-banner {
  text-align: center;
}

.ad-banner-list {
  margin: 40px 0;
}

.ad-banner {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

#sub-bnr-one-swiper .ad-banner{
  width: 100%;
  margin: 0px auto;
}

.ad-banner.full-width {
  width: 100%;
}

.ad-banner-block {
  width: 89.33%;
  margin: 10px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

@media print,
screen and (max-width: 374px) {
  .link-banner a {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.link-banner a p {
  float: left;
  width: 50%;
  margin: 0;
}

.link-banner a p img {
  vertical-align: bottom;
}

.link-banner a p.image {
  width: 150px;
  padding: 10px 0;
}

.link-banner a p.text {
  width: calc(100% - 150px);
  padding: 20px 0;
}

@media print,
screen and (max-width: 374px) {
  .link-banner a p.image {
    width: 120px;
  }
  .link-banner a p.text {
    width: calc(100% - 120px);
    padding: 16px 0;
  }
}

.headline.pr {
  position: relative;
}

.headline.pr:after {
    content: '【PR】';
    display: inline-block;
}

.headline.small {
  width: 89.33%;
  margin: 0 auto 10px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}

.headline.medium {
  margin: 0 auto 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

.headline-ribbon-wrap {
  text-align: center;
}

.headline-ribbon {
  display: inline-block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
}

.headline-ribbon:before,
.headline-ribbon:after {
  content: '';
  position: absolute;
  bottom: -13px;
  z-index: 0;
  border: 21px solid #E2CBBD;
  width: 60px;
  box-sizing: border-box;
}

.headline-ribbon:before {
  left: -21px;
  border-left-color: transparent;
  border-left-width: 14px;
}

.headline-ribbon:after {
  right: -21px;
  border-right-color: transparent;
  border-right-width: 14px;
  z-index: -1;
}

.article-body .headline-ribbon h3,
.headline-ribbon h3 {
  width: 280px;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 7px 10px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 25.5px;
  color: #222;
  background: #FFF;
  border-top:solid 1px #707070;
  border-bottom:solid 1px #707070;
}

.headline-ribbon h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 14px transparent;
  border-right: solid 38px #707070;
}

.headline-ribbon h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 14px transparent;
  border-left: solid 38px #707070;
}

.headline-ribbon-icon {
  position: absolute;
  margin: 0 auto;
  top: -32px;
  left: 0;
  right: 0;
  width: 62px;
  height: 62px;
  border: solid 1px #707070;
  border-radius: 50%;
  background: #FFF;
}

.headline-ribbon-icon img {
  width: 18px;
  height: 18px;
  position: relative;
  top: 9px;
}

.comic-title {
  width: 50.15%;
  margin: 0 auto 10px;
}

.basic-width {
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
}

a.blank {
  text-decoration: underline;
  padding-right: 20px;
  background: url(/common/crea/images/v1/icon/link_blank.png) calc(100% - 5px) center no-repeat;
  background-size: 10px;
}

a.arrow:after {
  content: '＞';
  padding-left: 0.5em;
}

.gray {
  color: #aaa;
}

@media print,screen and (max-width: 374px) {
  .article-body .headline-ribbon h3,
  .headline-ribbon h3 {
    width: 250px;
    font-size: 15px;
  }
}


































/* =======================================
#　記事　見出し
======================================= */
.article-headline {
  font-family: var(--font-josefin-sans);
  position: relative;
  width: auto;
  margin: 0 auto;
  margin:50px 0 ;
  padding-bottom:17px;
  border-bottom: 1px solid var(--color-black);
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 100% 
}

.article-headline h1 {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 100% 
}

.article-headline__subtitle{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100% ;
  text-align: center;
  margin:0 0 20px;
}

.article-headline .context {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160% ;
}

.article-headline .genre {
  margin:0 0 20px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100% ;
}

.article-headline .paging {
  margin:0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 100% ;
}

/* =======================================
#　記事リスト　list
======================================= */
.article-list{
  position: relative;
}

/* =======================================
#　記事リスト　メインヴィジュアル
======================================= */
/* swiper */
#mv-swiper {
  overflow: hidden;
  padding: 0 0 40px;
  position: relative;
  margin: 0 auto;
  min-width:var(--content-width);
}

#mv-swiper:after {
  content: " ";
  background: #F8F0EB;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
}

#mv-swiper .swiper-slide {
  width: 100%;
  max-width: 640px;
  overflow: hidden;
  padding: 0 0 10px;
  position: relative;
  display: flex;
  gap: 40px;
}

.swiper-wrapper{
  gap: 0;
}

.article-list__item {
  position: relative;
  transition: transform 0.3s ease;
}

.article-list__item:hover {
  /*transform: translateY(-3px);*/
}

.article-list__link {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  transition: all 0.25s ease;
  position: relative;
}

.article-list__link:hover{
    opacity: 1;
}

.article-list__link:hover .article-list__title {
  color: var(--link-active);
}

.article-list__link:hover .article-list__imgwrap ,
.article-list__link:hover .article-list__top {
    opacity: 0.6;
}

/* テキストエリアのスタイル */
.article-list__text {
  padding: 0;
  width: 100% ;
}

.article-list__title {
  color: var(--link-color);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150% ;
  margin: 0 0 ;
  overflow: hidden;
  transition: all 0.25s ease;
}

.article-list__subtitle {
  color: var(--color-quaternary);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 150% ;
}

.article-list__top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 0 0 9px;
  color: var(--color-black);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.25s ease;
}

.article-list__genre {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.article-list__genre li {
  padding: 0;
  line-height: 1.2;
}

.article-list__genre li span {
  display: block;
  position: relative;
  z-index: 1;
}

.article-list__genre li span::before{
  content: "";
  width: 100%;
  height: 4px;
  background: var(--color-secondary);
  position: absolute;
  left: 0;
  bottom: 1px;
  right: 0;
  z-index: -1;
}

.article-list--grandtop .article-list__genre li span::before {
  bottom: 0;
}

.article-list__date {
  margin: 0 0 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 150%; 
}

/* Promoted と New と 47portalバッジ用スタイル */
.article-list--grandtop.new::after,
.article-list__item.new::after,
.article-list--grandtop.promoted::after,
.article-list__item.promoted::after,
.article-list--grandtop.portal47::after,
.article-list__item.portal47::after {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  padding: 2px 5px;
  text-align: center;
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 100%; 
  z-index: 1;
  border-radius: 20px;
}

.article-list--grandtop.new::after,
.article-list__item.new::after {
  content: "NEW";
  background: #4ecdc4;
}

.article-list--grandtop.portal47::after,
.article-list__item.portal47::after {
  content: "47portal";
  background: #7882a4;
  background-image: url(/common/crea/images/v1_1/icon/ico_47portal.svg);
  background-repeat: no-repeat;
  background-size: 10px 9px;
  padding: 2px 6px 2px 16px;
  background-position: 4px 2px;
}

.article-list--grandtop.promoted::after,
.article-list__item.promoted::after {
  content: "Promoted";
  background: #887474;
  background-image: url(/common/crea/images/v1_1/icon/ico_promoted.svg);
  background-repeat: no-repeat;
  background-size: 10px 9px;
  padding: 2px 6px 2px 16px;
  background-position: 4px 2px;
}

.article-list__icon-list {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  text-align: center;
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 100%; 
  z-index: 1;
  width: calc(100% - 12px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px 3px;
}

.article-list--grandtop .article-list__icon-list {
  top: 10px;
  width: calc(100% - 20px);
}

.article-list__icon-list span.portal47{
  width: 68px;
  display: block;
  background: #7882a4;
  border-radius: 20px;
  padding: 3px 6px 2px 16px;
  position: relative;
}

.article-list__icon-list span.portal47::before{
  content: "";
  background-image: url(/common/crea/images/v1_1/icon/ico_47portal.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 4px;
  top: 3px;
  width: 10px;
  height: 9px;
}

.article-list__icon-list span.portal47::after{
  content: "47Portal";
  color: #FFF;
  text-align: right;
  font-family: var(--font-hiragino-kaku-gothic);
}

.article-list__icon-list span.promoted{
  width: 74px;
  display: block;
  background: #887474;
  border-radius: 20px;
  padding: 3px 6px 2px 15px;
  position: relative;
}

.article-list__icon-list span.promoted::before{
  content: "";
  background-image: url(/common/crea/images/v1_1/icon/ico_promoted.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 4px;
  top: 3px;
  width: 10px;
  height: 9px;
}

.article-list__icon-list span.promoted::after{
  content: "Promoted";
  color: #FFF;
  text-align: right;
  font-family: var(--font-hiragino-kaku-gothic);
}

.article-list__imgwrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 12px ;
  transition: all 0.25s ease;
  border: 1px solid #ccc;
}

.article-list__img img{
  width: 184px;
  height: 184px;
  object-fit: cover;
}

/* Lazy load 画像用スタイル */
.article-list__img.lazyload {
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.article-list__btn {
    position: relative;
    display: flex;
    width: 340px;
    height: 60px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--color-black);
    background: var(--color-white);
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.30);
    transition: all 0.25s ease;
    margin: 68px auto 5px;
}
.article-list__btn a{
  position: relative;
  color:var(--color-black);
  text-align: center;
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
}

.article-list__btn a::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -1px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-black);
  border-left: 2px solid var(--color-black);
  transform: translateY(-50%) rotate(137deg);
  transition: border-color 0.25s ease;
}
.article-list__btn:hover {
  background: var(--color-black);
}

.article-list__btn a:hover {
  color:var(--color-white);
  opacity: 1;
}

.article-list__btn a:hover::after {
  border-top: 2px solid var(--color-white);
  border-left: 2px solid var(--color-white);
}

/* =======================================
#　記事リスト　通常リスト用スタイル
======================================= */
.article-list--normal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.article-list--normal .article-list__link {
  flex-direction: column;
  gap: 12px;
}

.article-list--normal .article-list__imgwrap {
  height: 280px;
}

/* =======================================
#　記事リスト　縦用スタイル
======================================= */
.article-list--vertical {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: auto;
}

.article-list--vertical .article-list__item {
  position: relative;
}

.article-list--vertical .article-list__link {
  flex-direction: column;
  gap: 12px;
}

.article-list--vertical .article-list__imgwrap {
  border-radius: initial;
  height: 201px;
}

.article-list--vertical .article-list__text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}

.article-list--vertical .article-list__title {
  color: var(--color-white);
  font-family: YuGothic;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 130%;
}

 .article-list--vertical .article-list__item.promoted::after,
  .article-list--vertical .article-list__item.portal47::after{
  top: 4px;
  right: 4px;
 }

/* =======================================
#　記事リスト　サイズ大
======================================= */
.article-list--grandtop {
  position: relative;
}

.article-list--grandtop .article-list__link {
  gap: 17px;
  flex-direction: column;
  width: 100%;
}

.article-list--grandtop .article-list__link:hover {
  opacity: 0.8;
}

.article-list--grandtop .article-list__imgwrap {
  position: relative;
  width: 640px;
  height: 480px;
  overflow: hidden;
  border-radius: 14px ;
  background: var(--color-white);
}

.article-list--grandtop .article-list__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top:75%;
  overflow: hidden;
}

.article-list--grandtop .article-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-list--grandtop .article-list__title {
  margin: 0 0;
  color: var(--color-black);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 150%;
}

.article-list--grandtop .article-list__top {
  margin: 0 0 11px;
}

.article-list--grandtop .article-list__genre li {
  color: var( --link-color);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100% ;
}

/* =======================================
#　記事リスト　サイズ大2(横)
======================================= */
.article-list--grandtop2 {
  position: relative;
  margin:0 0 40px;
}

.article-list--grandtop2 .article-list__link {
  gap: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: 438px 1fr;
  align-items: center;
}

.article-list--grandtop2 .article-list__link:hover {
  opacity: 0.8;
}

.article-list--grandtop2 .article-list__imgwrap {
  position: relative;
  width: 438px;
  height: 430px;
  overflow: hidden;
  border-radius: 14px ;
  background: var(--color-white);
}

.article-list--grandtop2 .article-list__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top:100%;
  overflow: hidden;
}

.article-list--grandtop2 .article-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-list--grandtop2 .article-list__title {
  margin: 0 0;
  color: var(--color-black);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 150% ;
}

.article-list--grandtop2 .article-list__bottom {
  margin: 14px 0 0 ;
}

.article-list--grandtop2 .article-list__date {
  color: var(--color-black);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 150% ;
  text-align: right;
}

.article-list--grandtop2 .article-list__genre li {
  color: var( --link-color);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100% ;
}

/* =======================================
#　記事リスト雑誌
======================================= */
.article-list--magazine {
  position: relative;
  padding:0 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:50px 22px ;
}

.article-list--magazine .article-list__imgwrap {
  width: 244px;
  border-radius: initial;
  margin: 0 auto;
}

.article-list--magazine .article-list__img {
  height: 312px;
}

.article-list--magazine .article-list__top {
  flex-direction: column;
  align-items: center;
  margin:17px 0 0;
  gap: 0;
}

.article-list--magazine .article-list__subtitle{
  color: var(--link-color);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 100% ;
  margin: 0 0 8px;
}

.article-list--magazine .article-list__title{
  color: var(--link-color);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150% ;
  margin: 0 0 17px;
}

.article-list--magazine .article-list__button{
  display: flex;
  gap:20px;
  margin: 0 0 17px;
}

.article-list--magazine .article-list__button .link-button {
  height: 44px;
  margin: 0 auto;
}

.article-list--magazine .article-list__button .link-button a {
  min-width: 180px;
}

.article-list--magazine .article-list__link {
  color: var(--link-color);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130% ;
  position: relative;
}

.article-list--magazine .article-list__link p {
  margin: 0;
  padding: 0 10px;
  position: relative;
}

.article-list--magazine .article-list__link a {
  text-decoration: underline;
}

.article-list--magazine .article-list__link p:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -5px;
  color: #000;
}

/* =======================================
#　記事リスト雑誌2
======================================= */
.article-list--magazine2 {
  position: relative;
  padding:0 ;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:50px 34px ;
}

.article-list--magazine2 .article-list__imgwrap {
  width: 170px;
  height: 245px;
  border-radius: initial;
  margin: 0 ;
}

.article-list--magazine2 .article-list__img {
  height: 245px;
}

.article-list--magazine2 .article-list__text {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap:16px 20px ;
  margin:0 0 16px;
}

.article-list--magazine2 .article-list__top {
  display: block;
  margin: 0 0 ;
}

.article-list--magazine2 .article-list__title{
  margin: 0 0 6px;
}

.article-list--magazine2 .article-list__author{
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 150% ;
  margin: 0 0 6px;
}

.article-list--magazine2 .article-list__date{
  color: var(--link-color);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100% ;
  margin: 0 0 20px;
}

.article-list--magazine2 .article-list__about{
  color: var(--link-color);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150% ;
  margin: 0 0 14px;
}

.article-list--magazine2 .article-list__button{
  margin: 0 0 0;
}

.article-list--magazine2 .article-list__button .link-button {
  height: 44px;
  margin: 0 auto;
}

.article-list--magazine2 .article-list__button .link-button a {
  min-width: 246px;
}

.article-list--magazine2 .article-list__link {
  color: var(--link-color);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150% ;
  position: relative;
  display: block;
}

.article-list--magazine2 .article-list__link p {
  margin: 0 0 10px;
}

.article-list--magazine2 .article-list__link ul {
  display: flex;
  gap:14px;
  margin: 0 0 10px;
  padding: 0 ;
  position: relative;
}
