@keyframes open_slide_frames {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes close_slide_frames {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes open_slide_frames {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes close_slide_frames {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
*,
:before,
::before,
:after,
::after {
  box-sizing: border-box;
}

* {
  border: 0;
  border-radius: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}

a,
blockquote,
button,
code,
div,
figcaption,
h1,
h2,
h3,
input[type=email],
input[type=text],
input[type=password],
li,
ol,
option,
p,
pre,
select,
span,
strong,
sub,
sup,
td,
textarea,
th,
ul {
  color: #1f1f1f;
}

a,
blockquote,
body,
br,
button,
code,
div,
figure,
figcaption,
h1,
h2,
h3,
html,
iframe,
img,
input,
li,
ol,
option,
p,
pre,
select,
span,
strong,
sub,
sup,
table,
tbody,
td,
th,
thead,
tr,
ul {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

a {
  background: transparent;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

p a {
  font-size: 100%;
  font-weight: bold;
}

strong {
  font-size: 100%;
  vertical-align: baseline;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  font-size: 0;
  max-width: 100%;
}

svg {
  border: 0;
  stroke-width: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
}

th {
  font-weight: bold;
}

blockquote {
  quotes: none;
}

blockquote::after,
blockquote::before {
  content: "";
}

pre code {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Consolas, Menlo, "Liberation Mono", monospace;
}

input[type=text] {
  background-color: transparent;
}

input[type=file],
input[type=checkbox] {
  display: none;
}

textarea {
  background-color: transparent;
  resize: vertical;
  text-rendering: optimizeLegibility;
  width: 100%;
  overflow-y: scroll;
  overflow-anchor: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  font-family: inherit;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-calendar-picker-indicator {
  display: none;
}

::-webkit-resizer {
  display: none;
}

iframe {
  display: block;
  max-width: 100%;
}

@keyframes open_slide_frames {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes close_slide_frames {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

h1 {
  font-size: 23px;
  line-height: 31px;
}
@media (max-width: 760px) {
  h1 {
    padding: 20px 24px 20px;
  }
}
@media (min-width: 761px) {
  h1 {
    padding: 22px 32px 20px;
  }
}

#description {
  font-size: 15px;
  line-height: 23px;
}
@media (max-width: 760px) {
  #description {
    margin: -4px 32px 20px;
  }
}
@media (min-width: 761px) {
  #description {
    margin: -4px 40px 20px;
  }
}

@media (max-width: 760px) {
  #meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 24px 16px;
  }
}
@media (min-width: 761px) {
  #meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 28px 16px;
  }
}

@media (max-width: 760px) {
  #meta > *:first-child {
    margin-bottom: 16px;
  }
}

@keyframes open_slide_frames {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes close_slide_frames {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.author-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  margin-right: 12px;
}

.author-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  object-fit: cover;
}

.author-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.author-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.author-name,
.author-time {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 21px;
}

.author-bull {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 21px;
  margin: 0 6px;
}

@keyframes open_slide_frames {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes close_slide_frames {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-icon img {
  height: 22px;
}

.view {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  margin: 2px 24px 0;
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", meiryo, sans-serif;
}

.view span {
  font-size: 13px;
  line-height: 15px;
}

.view span:first-child {
  font-weight: bold;
  margin-right: 6px;
}

@keyframes open_slide_frames {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes close_slide_frames {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 760px) {
  .items {
    padding: 20px 24px 21px;
  }
}
@media (min-width: 761px) {
  .items {
    padding: 24px 28px 25px;
  }
}

.item:not(:last-child) {
  margin-bottom: 33px;
}

@media (min-width: 761px) {
  .item.--with-image {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.item-image {
  display: block;
  overflow: hidden;
  border-radius: 2px;
}
@media (max-width: 760px) {
  .item-image {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 8px;
  }
}
@media (min-width: 761px) {
  .item-image {
    width: 192px;
    margin-top: 4px;
    margin-bottom: 3px;
    margin-right: 24px;
  }
}

.item-image img {
  object-fit: cover;
}
@media (max-width: 760px) {
  .item-image img {
    --width: calc(min(100vw - 48px, 400px));
    width: var(--width);
    height: calc(var(--width) * 9 / 16);
  }
}
@media (min-width: 761px) {
  .item-image img {
    width: 192px;
    height: 108px;
  }
}

@media (max-width: 760px) {
  .item.--with-image .item-main {
    width: 100%;
  }
}
@media (min-width: 761px) {
  .item.--with-image .item-main {
    width: calc(100% - 192px - 24px);
  }
}

@media (max-width: 760px) {
  .item.--no-image .item-main {
    width: 100%;
  }
}
@media (min-width: 761px) {
  .item.--no-image .item-main {
    width: 100%;
    max-width: 510px;
  }
}

.item-title a {
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
}

.item-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0 6px;
}

.item-view {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 21px;
}

.item-bull {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 21px;
  margin: 0 6px;
}

.item-time {
  color: #8b8b8b;
  font-size: 13px;
  line-height: 21px;
}

.item-summary {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 18px;
}