@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ======== */
/**
 * Use a better box model (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/**
 * Use a more readable tab size (opinionated).
 */
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ======== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Lists
   ===== */
/**
 * Remove list styles (bullets/numbers).
 */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Links
   ===== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/* Grouping content
   =============== */
/**
 * 1. Add the correct height in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/* Text-level semantics
   =================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Edge and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Improve consistency of default fonts in all browsers.
 * 2. Correct the odd 'em' font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Tabular data
   ============ */
/**
 * 1. Remove text indentation from table contents in Chrome and Safari.
 * 2. Correct table border color inheritance in Chrome and Safari.
 */
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/* Forms
   ===== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional ':invalid' styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/**
 * Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
 */
legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to 'inherit' in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========== */
/*
 * Add the correct display in Chrome and Safari.
 */
summary {
  display: list-item;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body.no-scroll {
  overflow: hidden;
}

html {
  background-color: rgba(77, 170, 168, 0.1);
  font-size: 18px;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 16px;
  }
}

ul,
li {
  list-style: none;
}

iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-container {
  padding: 50px 0;
  overflow-x: hidden !important;
}
.l-main__container {
  width: 100%;
  margin-top: 120px;
}
@media screen and (max-width: 1080px) {
  .l-main__container {
    padding: 0 10px;
  }
}
.l-main__container_group:not(:first-child) {
  margin-top: 60px;
}
.l-main__container_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1080px) {
  .l-main__container_inner {
    flex-direction: column;
    gap: 60px;
  }
}
.l-main__container_inner ul.wpp-list > li {
  position: relative;
}
.l-main__container_inner ul.wpp-list > li:not(:first-child) {
  margin-top: 30px;
}
.l-main__container_inner ul.wpp-list > li > a {
  display: block;
}
.l-main__container_inner ul.wpp-list > li:nth-child(1)::before {
  content: "1";
  color: #fff;
  position: absolute;
  font-size: 1em;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #007574;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-main__container_inner ul.wpp-list > li:nth-child(2)::before {
  content: "2";
  color: #fff;
  position: absolute;
  font-size: 1em;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #007574;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-main__container_inner ul.wpp-list > li:nth-child(3)::before {
  content: "3";
  color: #fff;
  position: absolute;
  font-size: 1em;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #007574;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-main__container_inner ul.wpp-list > li:nth-child(4)::before {
  content: "4";
  color: #fff;
  position: absolute;
  font-size: 1em;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #007574;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-main__container_inner ul.wpp-list > li:nth-child(5)::before {
  content: "5";
  color: #fff;
  position: absolute;
  font-size: 1em;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #007574;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-main__container_left {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .l-main__container_left {
    max-width: 100%;
  }
}
.l-main__container_left_inner {
  width: 100%;
  margin-top: 20px;
}
.l-main__container_left_inner > :not(:first-child) {
  margin-top: 30px;
}
.l-main__container_left_inner_item, .l-main__container_inner ul.wpp-list > li {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
}
@media screen and (max-width: 1080px) {
  .l-main__container_left_inner_item, .l-main__container_inner ul.wpp-list > li {
    flex-direction: column;
    gap: 20px;
  }
}
.l-main__container_left_inner_item img, .l-main__container_inner ul.wpp-list > li img {
  width: 356px;
  height: 100%;
  aspect-ratio: 356/200;
  max-width: 356px;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1080px) {
  .l-main__container_left_inner_item img, .l-main__container_inner ul.wpp-list > li img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
.l-main__container_left_inner_item_text {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 1080px) {
  .l-main__container_left_inner_item_text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .l-main__container_left_inner_item_text .c-column__date {
    text-align: right;
  }
  .l-main__container_left_inner_item_text :last-child {
    grid-column: 1/3;
  }
}
.l-main__container_left_inner_item_text > :not(:first-child) {
  margin-top: 18px;
}
@media screen and (max-width: 1080px) {
  .l-main__container_left_inner_item_text > :not(:first-child) {
    margin-top: 0;
  }
}
.l-main__container_right {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 1080px) {
  .l-main__container_right {
    max-width: 100%;
  }
}
.l-archive__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .l-archive__list {
    gap: 10px;
  }
}
.l-archive__list_item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-archive__list_item img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 356/200;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-archive__list_item_text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (max-width: 1080px) {
  .l-archive__list_item_text {
    display: flex;
    flex-direction: column;
  }
}
.l-archive__list_item_text .c-column__date {
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .l-archive__list_item_text .c-column__date {
    text-align: left;
  }
}
@media screen and (max-width: 1080px) {
  .l-archive__list_item_text .c-column__category {
    font-size: 12px;
  }
}
.l-archive__list_item_text :last-child {
  margin-top: 0;
  grid-column: 1/3;
}
@media screen and (max-width: 1080px) {
  .l-archive__list_item_text :last-child {
    grid-column: auto;
  }
}
.l-archive__vtuber_list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .l-archive__vtuber_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-archive__vtuber_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-archive__vtuber_item img {
  aspect-ratio: 1/1;
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 1080px) {
  .l-archive__vtuber_item img {
    width: 100%;
    height: 100%;
    max-width: 160px;
    max-height: 160px;
  }
}
.l-archive__vtuber_name {
  margin-top: 10px;
  text-align: center;
}
.l-side__part:not(:first-child) {
  margin-top: 60px;
}

.sponly {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sponly {
    display: block;
  }
}

.pconly {
  display: block;
}
@media screen and (max-width: 1080px) {
  .pconly {
    display: none;
  }
}

.l-header__hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}
.l-header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4daaa8;
  transition: transform 0.3s, opacity 0.3s;
}
.l-header__hamburger span:nth-child(1) {
  top: 0;
}
.l-header__hamburger span:nth-child(2) {
  top: 9px;
}
.l-header__hamburger span:nth-child(3) {
  bottom: 0;
}
.l-header__hamburger.is-active {
  z-index: 1100;
}
.l-header__hamburger.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.l-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.l-header__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900;
}
.l-header__overlay.is-active {
  display: block;
}
.l-header__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5% 20px 2%;
}
.l-header__logo_left {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__logo_left img {
  width: 100px;
}
@media screen and (max-width: 1080px) {
  .l-header__logo_left img {
    width: 80px;
  }
}
.l-header__logo_right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .l-header__logo_right {
    gap: 20px;
  }
}
.l-header__logo_right img {
  height: 33px;
}
@media screen and (max-width: 1080px) {
  .l-header__logo_right img {
    height: 20px;
  }
}
.l-header__nav {
  position: relative;
  background-color: #4daaa8;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1080px) {
  .l-header__nav {
    padding: 14px 0 14px 14px;
  }
}
.l-header__nav:after {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  display: block;
  width: 100vw;
  height: 170px;
  background-color: #4daaa8;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .l-header__nav:after {
    height: 140px;
  }
}
.l-header__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 14px 0;
  color: #fff;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE, Edge */
  scrollbar-width: none; /* Firefox */
}
.l-header__nav ul::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
@media screen and (max-width: 1080px) {
  .l-header__nav ul {
    padding: 0;
    justify-content: flex-start;
  }
}
.l-header__nav ul li a:hover {
  border-bottom: 1px solid #fff;
}
.l-header__nav ul li:last-child {
  padding-right: 20px;
}
.l-header__nav_hum {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  padding: 20px 0;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: 1000;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .l-header__nav_hum {
    width: 90vw;
  }
}
.l-header__nav_hum.is-active {
  transform: translateX(0);
}
.l-header__nav_hum_logo {
  max-width: 100px;
  width: 100%;
}
.l-header__nav_hum_nav {
  padding: 0 40px;
}
.l-header__nav_hum_nav ul {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 30px;
  align-items: flex-start;
}
.l-header__nav_hum_sns {
  margin: 40px auto 0;
  width: 80%;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
}

.l-footer {
  margin-top: 100px;
  background-color: #4daaa8;
  padding: 20px 5%;
  color: #fff;
}
.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 75px;
}
@media screen and (max-width: 1080px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.l-footer__inner img {
  width: 100px;
}
@media screen and (max-width: 1080px) {
  .l-footer__inner img {
    width: 80px;
  }
}
.l-footer__nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .l-footer__nav ul {
    flex-direction: column;
    gap: 10px;
  }
}
.l-footer__nav ul li a:hover {
  border-bottom: 1px solid #fff;
}
.l-footer__info {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}

.l-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  min-height: 25vh;
}

.u-slider__item {
  max-width: 800px;
  border-radius: 20px;
}
.u-slider__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.u-slider__item a img {
  aspect-ratio: 800/450;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.swiper {
  overflow: visible !important;
  overflow-y: visible !important;
  padding-bottom: 50px;
  min-height: 350px;
}
@media screen and (max-width: 1080px) {
  .swiper {
    min-height: 160px;
  }
}
.swiper-pagination {
  bottom: -50px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 16px;
  height: 16px;
  background-color: #4daaa8;
}
@media screen and (max-width: 1080px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.c-column__slider_title {
  white-space: nowrap;
  overflow-y: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.1;
}
@media screen and (max-width: 1080px) {
  .c-column__slider_title {
    font-size: 16px;
  }
}
.c-column__category {
  background-color: #007574;
  color: #fff;
  padding: 2px 10px;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.c-column__date {
  font-size: 16px;
}
.c-column__title {
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .c-column__title {
    font-size: 16px;
  }
}
.c-section__title {
  font-size: 20px;
  color: #4daaa8;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1.5em;
}
@media screen and (max-width: 1080px) {
  .c-section__title {
    font-size: 20px;
  }
}
.c-section__title_center {
  text-align: center;
  margin: 0 auto;
}
.c-icon__face1 {
  background: url(../images/face001.svg) no-repeat right center/20px;
}
.c-icon__face2 {
  background: url(../images/face002.svg) no-repeat right center/20px;
}
.c-icon__heart1 {
  background: url(../images/heart001.svg) no-repeat right center/20px;
}
.c-mt0 {
  margin-top: 0;
}
.c-bg__none::after {
  display: none;
}
.c-article__thumbnail {
  width: 100%;
  height: 100%;
  aspect-ratio: 800/450;
}
.c-article__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-article__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.c-article__title {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 28px;
}
@media screen and (max-width: 1080px) {
  .c-article__title {
    font-size: 16px;
  }
}
.c-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.c-article__tags li a {
  color: #fff;
  background: #4daaa8;
  padding: 4px 12px;
  font-size: 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-article__content {
  margin-top: 20px;
  line-height: 1.7;
}
.c-article__content > *:not(:first-child) {
  margin-top: 30px;
}
.c-character__list_main {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .c-character__list_main {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-character__list_main_item a {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.c-character__list_main_item a img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1080px) {
  .c-character__list_main_item a img {
    width: 100%;
    height: 100%;
  }
}
.c-character__list {
  margin-top: 20px;
}
.c-character__list_item:not(:first-child) {
  margin-top: 25px;
}
.c-character__list_item a {
  display: flex;
  align-items: center;
  gap: 40px;
}
.c-character__list_item a img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.c-event__list {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .c-event__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
.c-event__list_item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .c-event__list_item:not(:first-child) {
    margin-top: 0;
  }
}
.c-event__list_item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-event__list_link {
  display: block;
}
.c-event__list_content {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-event__list_title {
  margin-top: 8px;
  overflow-wrap: break-word;
}
.c-readmore {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  padding: 10px 20px;
  background-color: #4daaa8;
  color: #fff;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-readmore_center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .c-readmore {
    font-size: 18px;
    margin: 40px auto 0;
    width: 80vw;
    max-width: 350px;
  }
}
.c-white__border {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 3px 3px 12px rgba(76, 169, 167, 0.5);
}
@media screen and (max-width: 1080px) {
  .c-white__border {
    width: 100%;
  }
}
.c-pagination {
  text-align: center;
  margin-top: 40px;
}
.c-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.c-pagination .nav-links > .current {
  font-weight: 800;
  color: #4daaa8;
}
.c-pagination .nav-links > * {
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 3px 3px 12px rgba(76, 169, 167, 0.5);
}

.c-writer__vtuber {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.c-writer__vtuber__title {
  margin-bottom: 20px;
}
.c-writer__vtuber__content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 1080px) {
  .c-writer__vtuber__content {
    flex-direction: column;
    gap: 15px;
  }
}
.c-writer__vtuber__thumbnail {
  flex-shrink: 0;
}
.c-writer__vtuber__thumbnail img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 1080px) {
  .c-writer__vtuber__thumbnail img {
    width: 100px;
    height: 100px;
  }
}
.c-writer__vtuber__info {
  flex: 1;
}
.c-writer__vtuber__kana {
  margin-bottom: 10px;
}
.c-writer__vtuber__name {
  margin-bottom: 10px;
}
.c-writer__vtuber__name a {
  text-decoration: none;
  color: inherit;
}
.c-writer__vtuber__text {
  margin-bottom: 15px;
  line-height: 1.6;
}
.c-writer__vtuber__link {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .c-writer__vtuber__link {
    padding: 8px 16px;
    font-size: 14px;
  }
}

h2.u-h2title__ver1 {
  background-color: #4daaa8;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  padding: 0.5em 1em;
}
@media screen and (max-width: 1080px) {
  h2.u-h2title__ver1 {
    font-size: 20px;
  }
}

h3.u-h3title__ver1 {
  border-left: 5px solid #4daaa8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(77, 170, 168, 0.2);
  font-weight: bold;
  font-size: 20px;
  padding: 5px 1em;
}
@media screen and (max-width: 1080px) {
  h3.u-h3title__ver1 {
    font-size: 16px;
  }
}

body.c-modal__open {
  overflow: hidden;
  touch-action: none;
}

.c-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
}
.c-modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.c-modal__content {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  position: relative;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
}
.c-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.5rem;
  border: none;
  background: none;
  cursor: pointer;
}
.c-modal__body {
  text-align: center;
}

.c-article__vtuber_column {
  display: grid;
  grid-template-columns: 25% 70%;
  gap: 5%;
}
@media screen and (max-width: 1080px) {
  .c-article__vtuber_column {
    display: block;
  }
}
.c-article__vtuber_thumbnail img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .c-article__vtuber_text {
    margin-top: 20px;
  }
}
.c-article__vtuber_v_kana_en {
  font-size: 16px;
}
.c-article__vtuber_inner_column {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 10px;
}
.c-article__vtuber_v_name {
  font-size: 32px;
}
.c-article__vtuber_sns {
  display: flex;
  gap: 20px;
}
.c-article__vtuber_sns > * {
  flex: 1;
}
.c-article__vtuber_v_text {
  margin-top: 20px;
  line-height: 1.5;
}
.c-article__vtuber_inner_column2 {
  display: flex;
  margin-top: 20px;
}
.c-article__vtuber_inner_column2 > * {
  flex: 1;
}
.c-article__vtuber_label_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.c-article__vtuber_label_wrap:not(:first-of-type) {
  margin-top: 20px;
}
.c-article__vtuber_label {
  border-radius: 999px;
  padding: 5px 2em;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.c-article__vtuber_img_character img {
  width: 100%;
}
.c-article__youtube {
  margin-top: 20px;
}
.c-article__youtube h1 {
  font-size: 24px;
  font-weight: 700;
}
.c-article__youtube .swiper {
  max-width: 1010px;
  margin-top: 40px;
  overflow: hidden !important;
}
.c-article__youtube_item {
  max-width: 356px;
}
.c-article__youtube_img {
  width: 356px;
  height: 100%;
  aspect-ratio: 356/200;
  max-width: 356px;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 1080px) {
  .c-article__youtube_img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
.c-article__youtube_title {
  margin-top: 10px;
  line-height: 1.2;
}
.c-article__youtube_info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.c-article__youtube_watch > span {
  font-size: 0.7em;
}