@charset "utf-8";
/* ############################################################################################################################
#    リニューアル
#    v1 listファイル
############################################################################################################################ */

.article-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax( 50% , 1fr ));
  gap: 0 ;
  margin-bottom: 40px;
}

.article-list article {
  width: 100% ;
  height: 100% ;
  vertical-align: bottom;
  line-height: 0;
}

.article-list.swiper-wrapper {
  display: flex;
  gap: 0;
  flex-direction: initial;
}

.article-list .article__box {
  width: auto;
  padding: 0 16px;
  border-right: 1px solid var(--color-gray1);
}

.article-list .article--bg .article__box {
  padding: 0 ;
}

.article-list__item {
  width: 100%;
}

.article-list__item:nth-of-type(2n) .article__box,
.article-list__item:last-child .article__box {
  border-right: none;
}

.article-list--sp-border .article-list__item {
  border-bottom: 1px solid var(--color-gray1);
  padding-top:24px;
  padding-bottom:24px;
}

@media screen and (min-width: 391px) {
  .article-list {
    margin-bottom: 10.256vw;
  }

  .article-list .article__box {
    padding: 0 4.103vw;
  }

  .article-list--sp-border .article-list__item {
    padding-top:6.154vw;
    padding-bottom:6.154vw;
  }
}

/* ------------------------------
   3カラム
------------------------------ */
.article-list--3column {
  grid-template-columns: 1fr 1fr 1fr;

  .article__title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 391px) {
  .article-list--3column {
    .article__title {
      font-size: 3.077vw;
    }
  }
}

/* ------------------------------
   縦長
------------------------------ */
.article-list--vertical {
  .article__imgwrap {
    width: auto;
  }
}

/* ------------------------------
   本
------------------------------ */
.article-list--book {
  .article__img {
    background-size: contain;
    height: 100%;
    width: auto;
    background-position: center;
    display: block;
  }
}

/* ------------------------------
   ランキング
------------------------------ */
.article-list--ranking {
  counter-reset: rank;
  margin: 0;
  background: #fff;
  padding:32px 0;
  display: flex;
  flex-wrap: initial;
  gap:0;
}

.article-list--ranking .article-list__item {
  width: 100%;
  max-width: 312px;
  padding:0 ;
  counter-increment: count-number;
  height: 100%;
  display: flex;
  flex-direction: column;
  height: auto;
}

.article-list--ranking.article-list .article__box {
  counter-increment: rank;
  border-right: 1px solid var(--color-gray1);
}

.article__imgwrap-inner {
  position: relative;
}

.article-list--ranking .article__imgwrap-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  border-top: 40px solid transparent;
  border-left: 40px solid #fff;
  z-index: 1;
}

.article-list--ranking .article__imgwrap-inner::after {
  content: counter(rank); 
  position: absolute;
  bottom: 6px;
  left: 4px;
  z-index: 1;
  font-family: var(--font-figtree);
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--color-text);
}

@media screen and (min-width: 391px) {
  .article-list--ranking {
    padding:8.205vw 0;
  }

  .article-list--ranking .article-list__item {
    max-width: 80vw;
  }

  .article-list--ranking .article__imgwrap-inner::before {
    bottom: 0;
    left: -1px;
    border-top: 10.25vw solid transparent;
    border-left: 10.25vw solid #fff;
  }

  .article-list--ranking .article__imgwrap-inner::after {
    bottom: 1.538vw;
    left: 1.026vw;
    font-size: 4.615vw;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------------
グリッド
---------------------------------------------------------------------------------------------------------------------------- */

.article-grid {
  display: grid;
  grid-template-columns: 1fr;
}

/* ------------------------------
   2column
------------------------------ */

.article-grid--2column .article-list ,
.article-grid--2column-rtl .article-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax( 50% , 1fr ));
  gap: 0 ;
}

.article-grid--2column .article-list:first-child,
.article-grid--2column-rtl .article-list:first-child {
  display: block;
  margin-bottom: 16px;
}

.article-grid--2column .article-list:last-child .article-list__item ,
.article-grid--2column-rtl .article-list:last-child .article-list__item {
  border-bottom: 1px solid var(--color-gray1);
  padding-top:24px;
  padding-bottom:24px;
}

.article-grid--2column .article-list:last-child .article-list__item:nth-child(2n) .article__box {
  border-right: none;
}

.article-grid--2column-rtl .article-list:last-child .article-list__item .article__box {
  border-right: none;
  border-left: 1px solid var(--color-gray1);
  height:100% ;
}

.article-grid--2column .article-list--book:first-child .article__box,
.article-grid--2column .article--bg:first-child .article__box,
.article-grid--2column-rtl .article--bg:first-child .article__box {
  padding: 0 ;
  aspect-ratio: 390 / 390;
}

.article-grid--2column .article-list--book:first-child .article__box:before,
.article-grid--2column .article--bg:first-child .article__box:before,
.article-grid--2column-rtl .article--bg:first-child .article__box:before {
  content:'';
  background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100% );
  width: 100% ;
  height: 100% ;
  display: block;
  position: absolute;
}

.article-grid--2column-rtl .article-list--book .article__box .article__time:before {
  content: none;
}

.article-grid--2column .article-list--book:first-child .article__box,
.article-grid--2column-rtl .article-list--book:first-child .article__box  {
  background: #fff;
}

.article-grid--2column .article-list--book:first-child .article__imgwrap,
.article-grid--2column-rtl .article-list--book:first-child .article__imgwrap  {
  width: 63% ;
  padding: 40px 0;
}

.article-grid--2column .article-list--book:first-child .article__content,
.article-grid--2column .article--bg:first-child .article__content,
.article-grid--2column-rtl .article--bg:first-child .article__content {
  top:initial;
  bottom: 24px;
  left:0;
  width: 100%;
  padding: 0 26px 0 16px;
}

.article-grid--2column .article-list--book:first-child .article__title,
.article-grid--2column .article--bg:first-child .article__title,
.article-grid--2column-rtl .article--bg:first-child .article__title {
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 160% ;
}

@media screen and (min-width: 391px) {
  .article-grid--2column .article-list:first-child,
  .article-grid--2column-rtl .article-list:first-child {
    margin-bottom: 4.103vw;
  }

  .article-grid--2column .article-list:last-child .article-list__item ,
  .article-grid--2column-rtl .article-list:last-child .article-list__item {
    padding-top:6.154vw;
    padding-bottom:6.154vw;
  }

  .article-grid--2column .article-list--book:first-child .article__imgwrap,
  .article-grid--2column-rtl .article-list--book:first-child .article__imgwrap  {
    padding: 10.256vw 0;
  }

  .article-grid--2column .article-list--book:first-child .article__content,
  .article-grid--2column-rtl .article-list--book:first-child .article__content ,
  .article-grid--2column .article--bg:first-child .article__content,
  .article-grid--2column-rtl .article--bg:first-child .article__content {
    bottom: 6.154vw;
    padding: 0 6.667vw 0 4.103vw;
  }

  .article-grid--2column .article-list--book:first-child .article__title,
  .article-grid--2column-rtl .article-list--book:first-child .article__title ,
  .article-grid--2column .article--bg:first-child .article__title,
  .article-grid--2column-rtl .article--bg:first-child .article__title {
    font-size: 5.641vw;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------------
people
---------------------------------------------------------------------------------------------------------------------------- */
.people-list {
  overflow: hidden;
}

.people-list__items {
  display: flex;
  gap: 16px;
}

.people-list__item {
  width: 98px;
}

.people-list__icon {
  width: 98px;
  height: 98px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgb(217, 217, 217);
  background-image: url(/common/images/author/photo_base.jpg);
  border-radius: 50%;
  overflow: overlay;
  border: 1px solid var(--color-gray1);
}

.people-list__name {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  text-align: center;
  margin-top:12px;
}

.people-swiper .slider-pagination {
  padding: 0 16px 0 0;
}

.people-swiper .slider-pagination__scrollbar {
  margin: 0;
}

@media screen and (min-width: 391px) {
  .people-list__items {
    gap: 4.103vw;
  }

  .people-list__item {
    width: 25.128vw;
  }

  .people-list__icon {
    width: 25.128vw;
    height: 25.128vw;
  }

  .people-list__name {
    font-size: 3.59vw;
    margin-top:3.077vw;
  }

  .people-swiper .slider-pagination {
    padding: 0 4.103vw 0 0;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------------
essay
---------------------------------------------------------------------------------------------------------------------------- */
.essay-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.essay-list .article {
  width: 100%;
}

.essay-list .article__title {
  width: 100%;
}

.essay-list .article__box {
  width: 100%;
  padding: 0 16px;
}

.essay-list__box {
  padding: 0 16px ;
}

.essay-list__title-img {
  width: 138px;
  height: 138px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
}

.essay-list__title {
  display: grid;
  grid-template-columns: 138px 1fr;
  align-items: center;
  gap:32px;
  position: relative;
  margin: 0 0 ;
}

.essay-list__title p {
  font-family: var(--font-figtree);
  font-weight: 800;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  padding: 0 0 17px;
}

.essay-list__title--icon p:after,
.essay-list__title--icon2 p:after {
  content: " ";
  background: url(/common/crea/images/v1_1/icon/speech_balloon.svg) no-repeat center;
  background-size: contain;
  width: 100% ;
  aspect-ratio: 162 / 25;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.essay-list__title--icon2 p:after {
  background: url(/common/crea/images/v1_1/icon/speech_balloon2.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 284 / 21;
}

.essay-list__title p span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 160%;
  text-align: center;
  margin-top: 12px;
}

.essay-list__past {
  border-bottom: 1px solid #FFFFFF;
  padding:16px 0;
  display: block;
}

.essay-list__past a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 160% ;
  padding:0 20px 0 0;
}

.essay-list__past a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px var(--color-text);
  border-right: solid 1px var(--color-text);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2px;
  bottom: 0;
  margin: -2px auto 0;
}

.essay-list__link {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  padding: 0 16px;
  margin: 24px 0 0;
}

.essay-list__link:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px var(--color-text);
  border-right: solid 1px var(--color-text);
  transform: rotate(45deg);
  position: relative;
  top: 0;
  right: -12px;
  bottom: 0;
  margin: 0;
  display: inline-block;
}

@media screen and (min-width: 391px) {
  .essay-list {
    margin-bottom: 8.205vw;
  }

  .essay-list .article__box {
    padding: 0 4.103vw;
  }

  .essay-list__box {
    padding: 0 4.103vw ;
  }

  .essay-list__title-img {
    width: 35.385vw;
    height: 35.385vw;
  }

  .essay-list__title {
    grid-template-columns: 35.38vw 1fr;
    gap:8.205vw;
  }

  .essay-list__title p {
    font-size: 4.615vw;
    padding: 0 0 4.359vw;
  }

  .essay-list__title p span {
    font-size: 3.077vw;
    margin-top: 3.077vw;
  }

  .essay-list__past {
    padding:4.103vw 0;
  }

  .essay-list__past a {
    font-size: 3.59vw;
    padding:0 5.128vw 0 0;
  }

  .essay-list__past a:after {
    width: 2.051vw;
    height: 2.051vw;
    right: 0.513vw;
    margin: -2px auto 0;
  }

  .essay-list__link {
    font-size: 3.59vw;
    padding: 0 4.103vw;
    margin: 6.154vw 0 0;
  }

  .essay-list__link:after {
    width: 2.051vw;
    height: 2.051vw;
    right: -3.077vw;
  }
}

/* ----------------------------------------------------------------------------------------------------------------------------
category-list
---------------------------------------------------------------------------------------------------------------------------- */
.category-list .article__box {
  width: 258px;
  aspect-ratio: 258 / 242;
  padding:31px 40px;
}

.category-list .article__content {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  padding:16px 16px 8px;
  aspect-ratio: 258 / 242;
}

.category-list .article__ename {
  position: absolute;
  top:16px;
  right:16px;
  z-index: 5;
}

.category-list .article__name {
  position: absolute;
  bottom:16px;
  left:16px;
  z-index: 5;
}

@media screen and (min-width: 391px) {
  .category-list .article__box {
    width: 66.154vw;
  }

  .category-list .article__ename {
    top:4.103vw;
    right:6.282vw;
  }

  .category-list .article__name {
    bottom:4.103vw;
    left:6.282vw;
  }
}

