/* 250604 短歌ページ */

.tanka-archive {
  margin-top: 100px;
}

.tanka-latest .tanka__listitem__link {
  margin: 30px 0 15px;
  padding: 10px 0;
}

.tanka__listitem__date {
  white-space: nowrap;
}

.tanka .main-title-en {
  display: block;
}

.tanka__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tanka__contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tanka__title {
  margin: 0;
}

.tanka__main {}

.tanka__past {
  float: none;
}

.tanka__profile {
  width: 100%;
  margin-top: 100px;
  display: flex;
  gap: 30px;
}

.tanka__profile__img {
  flex-shrink: 0;
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tanka__profile__img img {
  width: 100%;
}

.tanka__profile__detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tanka__profile__detail__contents {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.tanka__qr-wrap {
  width: 100%;
  margin-top: 20px;
  display: flex;
  gap: 30px;
}

.tanka__qr {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width:928px) {
  .tanka__profile {
    flex-direction: column;
  }

  .tanka__profile__img {
    flex-direction: row;
    width: 45%;
  }

  .tanka__profile__detail {
    gap: 0;
  }

}