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

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

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

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

  .article__title strong {
    font-weight: initial;
  }

  .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: absolute;
    top: 0;
    left: -8px;
    transform: rotate(90deg);
    transform-origin: left top;
    font-family: var(--font-figtree);
    font-weight: 500;
    font-size: 1.0rem;
    line-height: 100%;
    z-index: 1;
  }

  .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 0 19px;
    width: calc(100% - 26px) ;
    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: 15px;
    margin-bottom:14px;
    padding: 0 15px;
  }

  .article__head__icon {
    display: inline-block;
    width: 56px;
    height: 56px;
    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: 1.4rem;
    line-height: 160%;
    flex: 1;
    padding: 0 10px 0 0;
  }

  .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: flex;
    align-items: center;
    justify-content: center;
    gap:12px;
    padding:0 24px;
  }

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

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

  .article__ico-bunshun { width:149px; }
  .article__ico-bunshun img { width:100px; }
  .article__ico-amazon { width:74px; }
  .article__ico-amazon img { width:54px; }
  .article__ico-rakuten { width:74px; }
  .article__ico-rakuten img { width:54px; }
  .article__ico-seven { width:74px; }
  .article__ico-seven img { width:32px; }

  .article__genre{
    margin-top:24px;
    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: 1366px) {
  .article {
    .article__content {
      margin-top:1.171vw;
    }

    .article__title {
      font-size: 1.025vw;
    }

    .article__ename {
      font-size: 0.878vw;
    }

    .article__name {
      font-size: 1.025vw;
    }

    .article__head__text {
      font-size: 1.025vw;
    }

    .article__time {
      font-size: 0.732vw;
    }

    .article__button a {
      font-size: 1.025vw;
    }

    .article__author {
      font-size: 1.171vw;
    }

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

    .article__list-link ul {
      gap:0.878vw;
      padding:0 1.757vw;
    }

    .article__list-link ul li {
      padding: 0 0.878vw;
      line-height: 2.928vw;
    }

    .article__ico-bunshun { width:10.908vw; }
    .article__ico-bunshun img { width:7.321vw; }
    .article__ico-amazon { width:5.417vw; }
    .article__ico-amazon img { width:3.953vw; }
    .article__ico-rakuten { width:5.417vw; }
    .article__ico-rakuten img { width:3.953vw; }
    .article__ico-seven { width:5.417vw; }
    .article__ico-seven img { width:2.343vw; }

    .article__genre li{
      font-size: 0.805vw;
      padding: 0.22vw 0.878vw;
      border-radius: 2.928vw;
    }
  }

  article.promoted .article__content {
    padding-bottom:2.196vw;
  }

  article.promoted .article__content::after {
    margin-top: 0.366vw;
  }
}

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

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

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

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

  .article__box {
    background: #fff;
    background-repeat: no-repeat;
    width: 342px;
    aspect-ratio: 342 / 352;
    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: -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;
    clip-path: polygon( 0% 0% , 0% 100% , 15% 100% , 15% 10% , 85% 10% , 85% 72% , 15% 72%, 15% 100% , 100% 100% , 100% 0% );
  }

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

  .article__content {
    position: absolute;
    top: 72% ;
    padding:0 56px;
    z-index:10;
  }

  .article__time {
    top: 10% ;
    left: 13% ;
  }
}

article.promoted.article--bg .article__content::after {
  right: 56px;
}

@media screen and (min-width: 1366px) {
  .article--bg {
    /*丸マスク*/
    .article__mask--circle{
      mask-image: radial-gradient(circle at 50% 50%, transparent 7.32vw, black 7.32vw);
    }
  }
}

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

  .article__box {
    position: relative;
    background: #fff;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 342 / 352;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding:31px 56px;
  }

  .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;
    width:230px;
    aspect-ratio: 230 / 230;
  }

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

  .article__content {
    z-index: 1;
  }

  .article__time {
    top: 0;
    left: -4% ;
  }
}

.article-list .article--bgfilter {
  height: 100%;

  .article__box {
    padding:31px 56px;
    height: 100%;
    aspect-ratio: initial;
  }
}

@media screen and (min-width: 1366px) {
  .article--bgfilter {
    .article__imgwrap {
      width:16.837vw;
    }
  }
}

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

  .article__box {
    position: relative;
    width: auto;
    aspect-ratio: initial;
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    gap: 56px;
    padding: 32px 56px;
    border-right: none;
  }

  .article__imgwrap {
    width:200px;
    height:200px;
  }

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

/* ------------------------------
   2カラム
------------------------------ */
.article--2column {
  .article__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    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 32px;
    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: 14px 32px 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: 1366px) {
  .article--2column {
    .article__box {
      padding: 1.171vw 1.757vw 0 1.757vw;
    }
  }

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

    img.article__img {
      aspect-ratio: 164 / 250;
      width: 12.006vw;
    }

    .article__content {
      padding: 1.025vw 2.343vw 0;
    }

    .article__title {
      font-size: 1.171vw;
    }

    .article__author {
      font-size: 0.878vw;
      margin-top:0.659vw;
    }

    .article__about {
      font-size: 1.025vw;
      margin-top:1.171vw;
    }

    .article__date {
      font-size: 0.878vw;
      margin-top:1.171vw;
    }
  }
}