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

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #EEEEEE;
  color: #222222;
  font-family: "Zen Kaku Gothic Antique", "sans-serif";
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0em;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  display: inline-block;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
}

ul,
ol,
li {
  list-style: none;
}

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  border: 1px solid #eee;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

.l-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-top: 2px solid #222222;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 8px 0;
    margin-bottom: 40px;
  }
}
.l-footer__copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2857142857;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .l-footer__copyright {
    font-size: 12px;
  }
}

.l-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  border-bottom: 2px solid #222222;
  background-color: #FFFFFF;
  z-index: 800;
}
.l-header__logo {
  width: 111px;
  height: 18px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 89px;
    height: 14px;
  }
}
.l-header__logo:hover {
  opacity: 0.8;
}

.l-main {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .l-main {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .l-main {
    width: 100%;
  }
}

.l-section {
  width: 100%;
  border: 2px solid #222222;
  padding: 40px 24px;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .l-section {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .l-section {
    border-right: none;
    border-left: none;
  }
}

.l-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  padding: 40px;
  width: 100%;
}
@media (max-width: 1024px) {
  .l-wrap {
    padding-inline: 24px;
    gap: 24px;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .l-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-inline: 0;
  }
}

.c-button {
  background-color: #FFFFFF;
  padding: 12px 24px;
  border: 2px solid #222222;
  -webkit-box-shadow: 2px 2px 0 0 #222;
  box-shadow: 2px 2px 0 0 #222;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.c-button span {
  font-family: "Zen Kaku Gothic Antique";
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0em;
}
.c-button:hover {
  background-color: #222222;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.c-card {
  width: 100%;
  height: 100%;
  border: 2px solid #222222;
  -webkit-box-shadow: 2px 2px 0 0 #222;
  box-shadow: 2px 2px 0 0 #222;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .c-card {
    padding: 8px;
  }
}
.c-card:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.c-card .item-img {
  width: 100%;
}
.c-card .item-title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 4.5em;
}
@media (max-width: 1336px) {
  .c-card .item-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c-card .item-title {
    font-size: 14px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.c-sidebar {
  width: 18%;
  height: calc(100vh - 80px);
  overflow-y: scroll;
  min-width: 195px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border: 2px solid #222222;
  background-color: #FFFFFF;
  position: sticky;
  top: 40px;
}
@media (max-width: 1024px) {
  .c-sidebar {
    padding: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 24px;
  }
}
@media (max-width: 767px) {
  .c-sidebar {
    width: 100%;
    border-left: none;
    border-right: none;
  }
}
.c-sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .c-sidebar__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-sidebar__list--item {
  width: 100%;
}
@media (max-width: 767px) {
  .c-sidebar__list--item {
    width: calc((100% - 16px) / 2);
  }
}
.c-sidebar__list--item a {
  border: 2px solid #222222;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-box-shadow: 2px 2px 0 0 #222;
  box-shadow: 2px 2px 0 0 #222;
}
.c-sidebar__list--item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.c-sidebar__list--item a img {
  -o-object-fit: cover;
  object-fit: cover;
}

.c-title.h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .c-title.h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .c-title.h1 {
    font-size: 24px;
  }
}
.c-title.h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .c-title.h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .c-title.h2 {
    font-size: 20px;
  }
}
.c-title.h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .c-title.h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .c-title.h3 {
    font-size: 16px;
  }
}

.p-arrival {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.p-arrival__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-arrival__list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .p-arrival__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-arrival__list--item {
  width: calc((100% - 72px) / 4);
  max-width: 320px;
}
@media (max-width: 1336px) {
  .p-arrival__list--item {
    width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 1024px) {
  .p-arrival__list--item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .p-arrival__list--item {
    width: 100%;
    max-width: 400px;
  }
}

.p-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.p-article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 24px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-article__list {
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-article__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-article__list--item {
  width: calc((100% - 72px) / 4);
  max-width: 320px;
}
@media (max-width: 1336px) {
  .p-article__list--item {
    width: calc((100% - 48px) / 3);
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .p-article__list--item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .p-article__list--item {
    width: 100%;
  }
}

.p-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.p-category__text {
  text-align: center;
}
.p-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-category__list {
    gap: 16px;
  }
}
.p-category__list--item {
  width: calc((100% - 72px) / 4);
  max-width: 320px;
}
@media (max-width: 1336px) {
  .p-category__list--item {
    width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 1024px) {
  .p-category__list--item {
    width: calc((100% - 16px) / 2);
  }
}
.p-category__list--item a {
  width: 100%;
  height: 100%;
  border: 2px solid #222222;
  -webkit-box-shadow: 2px 2px 0 0 #222;
  box-shadow: 2px 2px 0 0 #222;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .p-category__list--item a {
    padding: 8px;
  }
}
.p-category__list--item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.p-category__list--item a .item-img {
  width: 100%;
}
.p-category__list--item a .item-title {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1336px) {
  .p-category__list--item a .item-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .p-category__list--item a .item-title {
    font-size: 14px;
  }
}

.p-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1336px) {
  .p-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .p-cta {
    gap: 24px;
  }
}
.p-cta__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.p-drawer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40px;
  background-color: #222222;
  padding: 24px;
  z-index: 700;
  -webkit-transform: translateY(190%);
  transform: translateY(190%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}
@media (max-width: 767px) {
  .p-drawer {
    overflow-y: auto;
    max-height: calc(100vh - 40px);
    -webkit-overflow-scrolling: touch;
  }
}
.p-drawer.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.p-drawer__list--item.text {
  color: #FFFFFF;
  text-align: center;
}
.p-drawer__list--item.text a {
  text-decoration: underline;
}
.p-drawer__list--item.img-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.p-drawer__list--item.img-list ul li {
  width: calc((100% - 16px) / 2);
}

.p-menu {
  width: 100%;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 600;
  padding: 8px;
  text-align: center;
  border: 1px solid #222222;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.p-menu span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-family: "Zen Kaku Gothic Antique";
}
.p-menu.active {
  background-color: #222222;
}
.p-menu.active span {
  color: #FFFFFF;
}

.p-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.p-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.p-profile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .p-profile__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-profile__wrap--left img {
  width: 120px;
}
.p-profile__wrap--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  .p-profile__wrap--right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-single {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.p-single__img {
  width: 100%;
}
.p-single__img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.p-single__date {
  color: #828282;
}
.p-single__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.p-single__category a {
  padding: 4px 8px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.p-single__category a:hover {
  opacity: 0.8;
}
.p-single__category a.usagi {
  background-color: #FFA24C;
}
.p-single__category a.books {
  background-color: #E75A5A;
}
.p-single__category a.human {
  background-color: #C47C48;
}
.p-single__category a.thought {
  background-color: #9A6AFF;
}
.p-single__category a.politics {
  background-color: #4A90E2;
}
.p-single__category a.economy {
  background-color: #4CAF50;
}
.p-single__category a.ai {
  background-color: #7E8C99;
}
.p-single__category a.ds {
  background-color: #00B8D9;
}
.p-single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.p-single__content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 16px;
  border-left: 8px solid;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .p-single__content h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-single__content h2 {
    font-size: 20px;
  }
}
.p-single__content h2.usagi {
  border-color: #FFA24C;
}
.p-single__content h2.books {
  border-color: #E75A5A;
}
.p-single__content h2.human {
  border-color: #C47C48;
}
.p-single__content h2.thought {
  border-color: #9A6AFF;
}
.p-single__content h2.politics {
  border-color: #4A90E2;
}
.p-single__content h2.economy {
  border-color: #4CAF50;
}
.p-single__content h2.ai {
  border-color: #7E8C99;
}
.p-single__content h2.ds {
  border-color: #00B8D9;
}
.p-single__content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
  padding-bottom: 8px;
  border-bottom: 2px solid;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .p-single__content h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .p-single__content h3 {
    font-size: 16px;
  }
}
.p-single__content h3.usagi {
  border-color: #FFA24C;
}
.p-single__content h3.books {
  border-color: #E75A5A;
}
.p-single__content h3.human {
  border-color: #C47C48;
}
.p-single__content h3.thought {
  border-color: #9A6AFF;
}
.p-single__content h3.politics {
  border-color: #4A90E2;
}
.p-single__content h3.economy {
  border-color: #4CAF50;
}
.p-single__content h3.ai {
  border-color: #7E8C99;
}
.p-single__content h3.ds {
  border-color: #00B8D9;
}
.p-single__content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media (max-width: 1024px) {
  .p-single__content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .p-single__content p {
    font-size: 14px;
  }
}
.p-single__content a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: underline;
}
.p-single__content a:hover {
  opacity: 0.8;
}
.p-single__content a.usagi {
  color: #FFA24C;
}
.p-single__content a.books {
  color: #E75A5A;
}
.p-single__content a.human {
  color: #C47C48;
}
.p-single__content a.thought {
  color: #9A6AFF;
}
.p-single__content a.politics {
  color: #4A90E2;
}
.p-single__content a.economy {
  color: #4CAF50;
}
.p-single__content a.ai {
  color: #7E8C99;
}
.p-single__content a.ds {
  color: #00B8D9;
}
.p-single__content ul li {
  padding-left: 1.5em;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
.p-single__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.875em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-radius: 99px;
}
.p-single__content ul.usagi li::before {
  background-color: #FFE561;
}
.p-single__content ul.books li::before {
  background-color: #F7B2B2;
}
.p-single__content ul.human li::before {
  background-color: #F2CFA0;
}
.p-single__content ul.thought li::before {
  background-color: #E0D0FF;
}
.p-single__content ul.politics li::before {
  background-color: #B5D8FF;
}
.p-single__content ul.economy li::before {
  background-color: #BEE3B3;
}
.p-single__content ul.ai li::before {
  background-color: #C8D6E5;
}
.p-single__content ul.ds li::before {
  background-color: #A7EFFF;
}
.p-single__content blockquote {
  padding: 24px;
}
.p-single__content blockquote.usagi {
  background-color: #FFE561;
}
.p-single__content blockquote.books {
  background-color: #F7B2B2;
}
.p-single__content blockquote.human {
  background-color: #F2CFA0;
}
.p-single__content blockquote.thought {
  background-color: #E0D0FF;
}
.p-single__content blockquote.politics {
  background-color: #B5D8FF;
}
.p-single__content blockquote.economy {
  background-color: #BEE3B3;
}
.p-single__content blockquote.ai {
  background-color: #C8D6E5;
}
.p-single__content blockquote.ds {
  background-color: #A7EFFF;
}
.p-single__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .p-single__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

.p-toTop {
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 32px;
  right: 32px;
}
@media (max-width: 1024px) {
  .p-toTop {
    width: 40px;
    height: 40px;
    bottom: 16px;
    right: 16px;
  }
}
@media (max-width: 767px) {
  .p-toTop {
    bottom: 50px;
  }
}
.p-toTop a {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.p-toTop a:hover {
  opacity: 0.8;
}
.p-toTop a svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
