body {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body.is-loaded {
  opacity: 1 !important;
}

@media screen and (min-width: 640px) {
  [data-element-id] ul.news > div > li > a {
    margin: 0;
    padding: 0;
    color: #000;
    border-bottom: 1px solid #eee;
    display: block;
  }

  [data-element-id] ul.news > div > li > a > ul {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  [data-element-id] ul.news > div > li > a > ul > li.left,
  [data-element-id] ul.news > div > li > a > ul > li.right  {
    width: 50%;
  }
}

.news .left img {
  aspect-ratio: 464 / 320;
  object-fit: contain;
}

/*詳細ページ*/

.up-d_news_main-text::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width:639px) {
  .up-d_news_main-text {
    margin: 0 8px;
  }
  .up-d_news_main-text iframe {
    max-width: 100%;
  }
}

div.monthly_ranking a.btn {
  background-color: #2f7cf0;
}

.up-d_news_detail img {
  aspect-ratio: 1/1;
  object-fit: contain;
}

div.dresskinmagazine div.items_2 p.brand-category {
  font-size: 0.8rem;
}

.up-d_item-ttl:not(:has(h3:not(:empty))) {
  display: none;
}

.up-d_news_detail.items_2 li:not(:has(.name:not(:empty))),
.up-d_news_detail.items_2:not(:has(li .name:not(:empty))) {
  display: none;
}

.up-d_news_detail.items li:not(:has(.name span:not(:empty))),
.up-d_news_detail.items:not(:has(li .name span:not(:empty))) {

  display: none;
}

body[data-element-id] {
  opacity: 1 !important;
}
