@charset "utf-8";
/* ############################################################################################################################
#    リニューアル
#    v1 articleファイル
############################################################################################################################ */
/* 共通ベース（article） */
.article {
  font-family: var(--font-noto-sans);
  position: relative;
  display: inline-block;
  width: 230px;

  .article__box {
    position: relative;
    padding-left: 0;
    width: auto;
  }

  .article__imgwrap {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.25s ease;
  }

  .article__img {
    position: relative;
    height: 0;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
  }

  div.article__img {
    height: 100%;
    background-repeat: no-repeat;
  }

  img.article__img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    padding-top: 0;
    position: relative;
    z-index: 1;
  }

  .article__content {
    position: relative;
    margin-top:12px;
  }

  .article__content--text-wh {
    color:#fff;
  }

  .article__content--arrow-r::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50% ;
    right: 15px;
    bottom: 0;
    margin: 0 auto 0;
  }

  .article__title {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160% ;
    text-align: left;
  }

  .article__title--arrow-r::after {
    content: "";
    width: 6px;
    height: 6px;
    border-bottom-style: initial;
    border-left-style: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    border-width: 1px 1px 0px 0px;
    border-image: initial;
    border-top: 1px solid var(--color-text);
    border-right: 1px solid var(--color-text);
    margin: 0 0 0 17px;
    display: inline-block;
  }

  .article__title--truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 160% ;
  }

  .article__ename {
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 100%;
    text-align: right;
  }

  .article__name {
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 100%;
    text-align: right;
  }

  .article__time {
    position: relative;
    font-family: var(--font-figtree);
    font-weight: 500;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 100%;
    z-index: 1;
    margin-top: 12px;
    left: 0;
    text-align: left;
    display: block;
  }

  .article__link {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  .article__link:hover {
    opacity: 0.6;
  }

  .article__button {
    display: flex;
    flex-direction: column;
    gap:16px;
  }

  .article__button a{
    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;
  }

  .article__head {
    position: relative;
    margin:0 auto 14px;
    padding: 0 15px 19px;
    width: auto ;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .article__head:after {
    content:" ";
    background: url(/common/crea/images/v1_1/icon/speech_balloon.svg) no-repeat;
    background-size: contain;
    width: calc(100% - 26px) ;
    aspect-ratio: 313 / 48;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }

  .article__head__box  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom:0;
  }

  .article__head__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    overflow: overlay;
    border: 1px solid var(--color-gray1);
  }

  .article__head__iconimg {
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .article__head__text {
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 160%;
    flex: 1;
    padding: 0 5px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
  }

  .article__author {
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160% ;
  }

  .article__list-link{
    margin-top:16px;
  }

  .article__list-link ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    align-items: center;
    justify-content: center;
    gap:12px;
    padding:0 16px;
  }

  .article__list-link ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    border-radius: 4px;
    border: 1px solid #D1D1D1;
    line-height: 48px;
  }

  .article__list-link ul li:first-child {
    grid-column: 1 / -1;
    width: 100% ;
  }

  .article__list-link ul li:not(:first-child) {
    grid-template-columns: repeat(2, 1fr);
  }

  .article__list-link img {
    vertical-align: middle;
  }

  .article__ico-bunshun { width:auto; }
  .article__ico-bunshun img { width:120px; }
  .article__ico-amazon { width:auto; }
  .article__ico-amazon img { width:58px; }
  .article__ico-rakuten { width:auto; }
  .article__ico-rakuten img { width:72px; }
  .article__ico-seven { width:auto; }
  .article__ico-seven img { width:40px; }

  .article__genre{
    margin-top:12px;
    display: flexk;
    gap:3px;
  }

  .article__genre li{
    display: inline-block;
    font-weight: 500;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 160%;
    border: 1px solid var(--color-gray1);
    background: #FFFFFF;
    padding: 3px 12px;
    border-radius: 40px;
  }
}

article.new .article__time:before {
  content:"\025cf";
  color: var(--color-green);
  padding-right:4px;
}

article.promoted .article__content{
  padding-bottom:30px;
}

article.promoted .article__content::after {
  content: 'Promoted';
  position: absolute;
  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;
  right: 0;
  margin-top: 12px;
}

@media screen and (min-width: 391px) {
  .article {
    width: 58.974vw;

    .article__content {
      margin-top: 3.077vw;
    }

    .article__content--arrow-r::after {
      width: 2.051vw;
      height: 2.051vw;
      right: 3.846vw;
    }

    .article__title {
      font-size: 3.59vw;
    }

    .article__title--arrow-r::after {
      width: 1.538vw;
      height: 1.538vw;
      top: -0.513vw;
      margin: 0 0 0 4.359vw;
    }

    .article__ename {
      font-size: 3.077vw;
    }

    .article__name {
      font-size: 3.59vw;
    }

    .article__time {
      font-size: 2.564vw;
      margin-top: 3.077vw;
    }

    .article__time:before {
      padding-right:1.026vw;
    }

    .article__button {
      gap:4.103vw;
    }

    .article__button a{
      min-width: 58.462vw;
      height: 10.769vw;
      padding:2.564vw 4.103vw;
      font-size: 3.59vw;
      padding-top: 2.051vw;
    }

    .article__head {
      margin:0 auto 14px;
      padding: 0 3.846vw 4.872vw;
      gap: 2.564vw;
    }

    .article__head:after {
      width: calc(100% - 6.667vw) ;
    }

    .article__head__box  {
      gap: 3.077vw;
    }

    .article__head__icon {
      width: 10.256vw;
      height: 10.256vw;
    }

    .article__head__text {
      font-size: 3.077vw;
      padding: 0 1.282vw 0 0;
    }

    .article__author {
      font-size: 4.103vw;
    }

    .article__list-link{
      margin-top:4.103vw;
    }

    .article__list-link ul {
      gap: 3.077vw;
      gap:3.077vw;
      padding:0 4.103vw;
    }

    .article__list-link ul li {
      padding: 0 3.077vw;
      border-radius: 1.026vw;
      line-height: 12.308vw;
    }

    .article .article__ico-bunshun img { width:30.769vw; }
    .article .article__ico-amazon img { width:14.872vw; }
    .article .article__ico-rakuten img { width:18.462vw; }
    .article .article__ico-seven img { width:10.256vw; }
  }
}

/* ------------------------------
   ランキング
------------------------------ */
.article--ranking {
  .article__content {
    margin-top: 8px;
  }
}

@media screen and (min-width: 391px) {
  .article--ranking {
    .article__content {
      margin-top: 2.051vw;
    }
  }
}

/* ------------------------------
   sサイズ
------------------------------ */
.article--s {
  .article__box {
    display: grid;
    grid-template-columns: 138px 1fr;
    gap:16px;
    align-items: center;
  }

  .article__content {
      margin-top: 0;
  }

  .article__title--truncate {
      -webkit-line-clamp: 3;
  }
}

@media screen and (min-width: 391px) {
  .article--s {
    .article__box {
      grid-template-columns: 35.385vw 1fr;
      gap:4.103vw;
    }
  }
}

/* ------------------------------
   背景フィルター付き(四角)
------------------------------ */
.article--bg {
  width: auto;

  .article__box {
    background: #fff;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 195 / 303;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 0;
  }

  .article__box--bgsquare{
    background-size: contain;
  }

  .article__mask {
    height: 101%;
    width: 101%;
    overflow: hidden;
    position: absolute;
    inset: 0;
    backdrop-filter: blur(40px);
    background-color: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    z-index: 1;
    mask-size: contain;
    mask-repeat: no-repeat;
    clip-path: polygon(0% 0%, 0% 100%, 7% 100%, 7% 5%, 91% 5%, 91% 58%, 7% 58%, 7% 100%, 100% 100%, 100% 0%);
  }

  /*丸マスク*/
  .article__mask--circle{
    clip-path: initial;
    mask-image: radial-gradient(circle at 50% 50%, transparent 89px, black 89px);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-composite: exclude;
  }

  .article__content {
    position: absolute;
    top: 68%;
    padding: 0 16px;
    margin-top: 0;
    z-index:10;
  }

  .article__time {
    top: 58% ;
    margin-left: 10% ;
  }
}
article.article--bg.promoted .article__content::after {
    right: 16px;
}


/* ------------------------------
   背景フィルター+画像
------------------------------ */
.article--bgfilter {
  width: 100% ;

  .article__box {
    position: relative;
    background: #fff;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: auto;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding:16px 16px 24px;
  }

  .article__box:before {
    content:"";
    height: 101%;
    width: 101%;
    overflow: hidden;
    position: absolute;
    inset: -1px;
    backdrop-filter: blur(40px);
    background-color: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    z-index: 1;
  }

  .article__imgwrap {
    z-index: 1;
  }

  .article__img--radius {
    border-radius: 50%;
  }

  .article__content {
    z-index: 1;
  }

  .article__time {
    top: 0;
    left: 0 ;
  }
}

.article-list .article--bgfilter {
  .article__box {
    padding:16px ;
    height: 100%;
  }
}

@media screen and (min-width: 391px) {
  .article--bg {
    .article__content {
      padding: 0 4.103vw;
    }

    /*丸マスク*/
    .article__mask--circle{
      mask-image: radial-gradient(circle at 50% 50%, transparent 22.82vw, black 22.82vw);
    }
  }
}

/* ------------------------------
   背景フィルター2カラム（関連）
------------------------------ */
.article-list .article--maskbg-2column,
.article--maskbg-2col {
  overflow: hidden;
  height: 100%;

  .article__box {
    position: relative;
    width: auto;
    aspect-ratio: initial;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 16px 16px 24px;
    border-right: none;
    height: 100%;
  }

  .article__imgwrap {
    width:163px;
  }

  .article__box::before {
    content: " ";
    height: 101%;
    width: 101%;
    position: absolute;
    backdrop-filter: blur(40px);
    background-color: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    z-index: 1;
    mask-size: contain;
    mask-repeat: no-repeat;
    overflow: hidden;
    inset: -1px 0px 0px;
    z-index:0;
  }

    .article__content {
      position: relative;
      padding: 0 0;
      z-index: 0;
      margin-top: 12px;
    }
}

/* ------------------------------
   2カラム
------------------------------ */
.article--2column {
  .article__box {
    display: flex;
    padding: 0;
    background:none;
    aspect-ratio: initial;
    padding: 16px 24px 0 24px;
    border-right: none;
  }
}

.article--2column.article--bg {
  .article__box {
    border-right: none;
  }

  .article__box:before {
    content:none;
  }

  .article__imgwrap {
    backdrop-filter: blur(40px);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 16px ;
    display: flex;
    align-items: center;
  }

  .article__imgwrap:before {
    content:" ";
    height: 101%;
    width: 101%;
    overflow: hidden;
    position: absolute;
    inset: 0;
    top: -1px;
    backdrop-filter: blur(40px);
    background-color: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    z-index: 1;
    mask-size: contain;
    mask-repeat: no-repeat;
  }

  img.article__img {
    aspect-ratio: 164 / 250;
    width: 164px;
    height: auto;
    object-fit: initial;
  }

  .article__content {
    position: relative;
    top: 0;
    bottom: initial;
    padding: 16px 16px 0;
    z-index: 0;
    margin-top: 0;
  }

  .article__title {
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160% ;
  }

  .article__author {
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 160% ;
    margin-top:9px;
  }

  .article__about {
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
    margin-top:16px;
  }

  .article__date {
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 160%;
    color:#6D6D6D;
    margin-top:16px;
  }
}

@media screen and (min-width: 391px) {
  .article--2column {
    .article__box {
      padding: 4.103vw 6.154vw 0 6.154vw;
    }
  }

  .article--2column.article--bg {
    .article__imgwrap {
      padding: 4.103vw ;
    }

    img.article__img {
      width: 42.051vw;
    }

    .article__content {
      padding: 4.103vw 4.103vw 0;
    }

    .article__title {
      font-size: 4.103vw;
    }

    .article__author {
      font-size: 3.077vw;
      margin-top:2.308vw;
    }

    .article__about {
      font-size: 3.59vw;
      margin-top:4.103vw;
    }

    .article__date {
      font-size: 3.077vw;
      margin-top:4.103vw;
    }
  }
}

