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

body{
  font-size: 16px;
  font-size: 1.6rem;
}

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

hr.full-width {
  width: 100%;
  margin: 40px auto;
}

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

/* =======================================
#　headline
======================================= */
.headline {
  position: relative;
  color:var(--color-text);
  font-family: var(--font-figtree);
  margin: 0 0 24px;
  padding:0 16px;
  text-align: left;
  font-weight: 600;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: 0.04em;
}

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

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

.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: 0;
}

@media screen and (min-width: 391px) {
  .headline {
    margin: 0 0 6.154vw;
    padding:0 4.103vw;
    font-size: 8.205vw;
  }

  .headline span {
    font-size: 3.59vw;
    padding-top: 2.051vw;
  }

  .headline--m {
    font-size: 6.154vw;
    font-size: 2.4rem;
    margin: 0 0 8.205vw;
  }

  .headline--m span {
    font-size: 3.59vw;
    padding-top: 2.051vw;
  }

  .headline__link {
    min-width: 58.462vw;
    height: 10.769vw;
    padding:2.564vw 4.103vw;
    border-radius: 12.821vw;
    font-size: 3.59vw;
    padding-top: 2.051vw;
  }

  .headline .headline__link {
    right: 14.359vw;
  }
}

/* =======================================
#　headline-sub
======================================= */
.headline-sub {
  position: relative;
  color:var(--color-text);
  font-family: var(--font-figtree);
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 100%;
  margin: 0 0 32px;
  padding:0 16px;
  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;
}

@media screen and (min-width: 391px) {
  .headline-sub {
    font-size: 5.641vw;
    margin: 0 0 8.205vw;
    padding:0 4.103vw;
  }

  .headline-sub.promoted > *:first-child::after {
    right: -6.154vw;
    top: -1.282vw;
    padding: 1.026vw 2.051vw;
    font-size: 2.564vw;
    border-radius: 7.692vw;
  }

  .headline-sub span {
    font-size: 3.59vw;
    padding-top: 2.051vw;
  }
}

/* =======================================
#　content
======================================= */
.content {
  color: var(--color-black);
  font-family: var(--font-hiragino-kaku-gothic);
  position: relative;
  z-index: 0;
}

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

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

.content__inner {
  width: calc(100% - 24px);
  margin: 0 auto ;
}

.content section {
  width: auto;
}

.content__inner .banner {
  margin: 0 auto 10px;
}

.content__inner .about {
  margin: 0 auto 30px;
}

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

.content__btn {
  margin-top: 40px;
}

.content__btn a {
  width: 259px;
  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;
  margin: 0 auto 0;
}

@media screen and (min-width: 391px) {
  .content__btn a {
    min-width: 69.067vw;
    height: 11.2vw;
    padding:2.667vw 4.267vw;
    border-radius: 13.333vw;
    font-size: 3.733vw;
    padding-top: 2.133vw;
  }
}

/* ============================================================================================================================
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 ;
    width: 100%;
  }

  .article-list__item{
    width: 100% ;
  }

  .article-list .article {
    display: flex;
    flex-direction: column;
  }

  .article-list .article__box {
    padding:0 16px;
    margin:16px 0 ;
    display: flex;
    flex-direction: column;
  }

  .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 16px;
  }
}

.slider-pagination {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  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: 60px;
  height: 1px;
  width: 100% ;
  margin:0 16px 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: 391px) {
  .slider-pagination {
    margin-top: 5.128vw;
    gap: 4.103vw;
  }

  .slider-pagination__inner {
    gap: 4.103vw;
  }

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

  .slider-pagination__fraction {
    font-size: 3.077vw;
    width: 11.282vw;
  }

  /* スクロールバー */
  .slider-pagination__scrollbar,
  .slider-pagination__scrollbar.swiper-scrollbar {
    height: 0.256vw;
    margin:0 4.103vw 0 0 ;
  }

  .custom-scrollbar-thumb {
    height: 0.513vw;
  }
}

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

.article-headline__bordernone {
  border-bottom: none;
  padding-bottom:0;
}

.article-headline h1 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 140% ;
}

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

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

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



/* =======================================
#　記事リスト　メインヴィジュアル
======================================= */
/* swiper */
#mv-swiper {
  width: 100%;
  overflow: hidden;
  padding: 0 0 20px;
  position: relative;
}

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

#mv-swiper .swiper-slide {
  width: 100%;
  max-width: 326px;
  overflow: hidden;
  padding: 0 0 ;
  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__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: 15px;
  font-size: 1.5rem;
  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: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 120%;
}

.article-list__top {
  display: flex;
  margin: 0 auto 10px;
  color: var(--color-black);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.25s ease;
}

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

.article-list__genre li {
  padding: 0;
  position: relative;
  z-index: 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:6px 0 0;
  color: var(--color-black);
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 100% ;
}

/* 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: 4px;
  right: 4px;
  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: 4px;
  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: 600;
  line-height: 100%;
  z-index: 1;
  width: calc(100% - 8px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px 3px;
}


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

.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: 8px ;
  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: 268px;
  height: 50px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--color-black);
  background: var(--color-white);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.30);
  transition: all 0.25s ease;
  margin: 24px auto 3px;
}

.article-list__btn a{
  position: relative;
  color:var(--color-black);
  text-align: center;
  font-family: var(--font-hiragino-kaku-gothic);
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.article-list__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;
}

.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(2, 1fr);
  gap: 20px 12px;
}

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

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

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

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

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

.article-list--vertical .article-list__text {
  position: relative;
  top: -1px;
  padding: 8px;
  background-color: #666666;
  width: 100%;
}

.article-list--vertical .article-list__title {
  color: var(--color-white);
  font-family: YuGothic, sans-serif;
  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;
}

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

.article-list--grandtop .article-list__imgwrap {
  position: relative;
  width: 326px;
  height: 326px;
  overflow: hidden;
  border-radius: 10px ;
}

.article-list--grandtop .article-list__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top:100%;
  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: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150%;
}

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

.article-list--grandtop .article-list__genre li {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 100% ;
}

/* =======================================
#　記事リスト　サイズ大2
======================================= */
.article-list--grandtop2 {
  position: relative;
  margin-bottom:20px;
}

.article-list--grandtop2 .article-list__link {
  gap: 14px;
  flex-direction: column;
}

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

.article-list--grandtop2 .article-list__imgwrap {
  position: relative;
  width: 100% ;
  height: 359px;
  overflow: hidden;
  border-radius: 10px ;
}

.article-list--grandtop2 .article-list__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top:110%;
  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: 20px;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 150% ;
}

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

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

.article-list--grandtop2 .article-list__icon-list {
  top: 6px;
}

/* =======================================
#　記事リスト雑誌
======================================= */
.article-list--magazine {
  position: relative;
  padding:0 ;
  display: flex;
  flex-direction: column;
  gap:40px 0 ;
  margin:0 0 50px;
}

.article-list--magazine .article-list__imgwrap {
  width: 200px;
  width: calc(200/366*100%);
  border-radius: initial;
  margin: 0 auto;
}

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

.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: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 0 0 17px;
  width: 100%;
}

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

.article-list--magazine .article-list__button .link-button a {
  min-width: initial;
  width: 100% ;
}

.article-list--magazine .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: 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: flex;
  flex-direction: column;
  gap:30px 0 ;
}

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

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

.article-list--magazine2 .article-list__text {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap:0 14px ;
  margin:0 0 19px;
}

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

.article-list--magazine2 .article-list__title{
  margin: 0 0 6px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 150% ;
}

.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: auto;
  width: 100%;
}

.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;
}

.article-list--magazine2 .article-list__link ul li {
  width: 98px;
}

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

.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%; 
  margin:0 12px;
  padding: 7px 0;
  overflow-x: scroll;
  white-space: nowrap;
}
.breadcrumbs-list.flex {
  flex-wrap: nowrap;
}
.breadcrumbs-list a {
  color: #887474;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%; 
}
.breadcrumbs-list li{
list-style: none;
}
.breadcrumbs-list li::after {
  content: '\ff0f';
  margin: 0 5px;
}
.breadcrumbs-list li:last-of-type::after {
  display: none;
}
