/*
Theme Name: 9n1k
Theme URI: https://girls-adult.com
Author: Girls Adult
Author URI: https://girls-adult.com
Version: 1.0
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: initial;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  word-break: break-all;
}

:root {
  --header-height: 48px;
  --inline-padding-base: 16px;
  --block-padding-base: 16px 20px;
  --margin-bottom-base: 16px;
  --main-color: #d98993;
  --sub-color: #f3e4df;
  --accent-color: #cfe6e0;
  --base-color: #fff8f6;
  --text-color: #42373a;
  --text-color-gray: #7f7a74;
  --link-color: #7f7a74;
  --base-gradient: linear-gradient(180deg, #fff, rgba(255, 248, 246, 0.76));
}

@media screen and (min-width: 768px) {
  :root {
    --header-height: 64px;
    --inline-padding-base: 24px;
    --block-padding-base: 20px 24px;
    --margin-bottom-base: 20px;
  }
}

html {
  font-family: "Hiragino Sans", "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
}

a {
  color: var(--link-color);
}

.main {
  background-color: var(--base-color);
}

.section {
  padding-block: var(--block-padding-base);
}

.container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: var(--inline-padding-base);
}

@media screen and (min-width: 960px) {
  .main {
    padding: var(--block-padding-base) var(--inline-padding-base);
  }
  .container {
    border: 1px solid rgba(238, 220, 216, 0.86);
    border-radius: 16px;
  }
}

.site-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: var(--margin-bottom-base);
}

.site-description {
  font-size: 14px;
  color: var(--text-color-gray);
}

.section-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: var(--margin-bottom-base);
}

.video-list-item {
  margin-bottom: var(--margin-bottom-base);
}

.video-list-item-card {
  display: flex;
}

.video-list-item-card-image {
  flex: 0 0 auto;
  width: 45%;
  position: relative;
}

.video-list-item-card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
}

.video-list-item-length {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
}

.video-list-item-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 55%;
  padding-left: 12px;
}

@media screen and (min-width: 440px) {
  .video-list-item-card-content {
    justify-content: flex-start;
    gap: 8px;
  }
}

.video-list-item-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  max-height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: var(--text-color);
}

.video-list-item-actor {
  font-size: 12px;
  line-height: 1.2;
  color: var(--main-color);
  font-weight: bold;
}

.video-list-item-genre {
  font-size: 12px;
  line-height: 1.2;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text-color-gray);
}
.video-list-item-genre span {
  display: inline-block;
  margin-right: 4px;
}
