@charset "UTF-8";
@import url("https://unpkg.com/ress/dist/ress.min.css");
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 1023px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Zen Maru Gothic", "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo", sans-serif;
  font-weight: 400;
  font-display: swap;
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Maru Gothic", "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo", sans-serif;
  font-weight: 700;
  font-display: swap;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

h2 {
  font-size: 1.875rem;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.4;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
}

p {
  margin: 0 0 1rem 0;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #0f3460;
  text-decoration: none;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}

li {
  margin-bottom: 0.25rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

th, td {
  padding: 0.5rem 1rem;
  text-align: left;
  border-bottom: 1px solid #f8f9fa;
}

th {
  font-family: "Zen Maru Gothic", "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo", sans-serif;
  font-weight: 700;
  font-display: swap;
  background-color: #f8f9fa;
}

button, input, select, textarea {
  font-family: "Zen Maru Gothic", "Hiragino Sans", "ヒラギノ角ゴシック Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo", sans-serif;
  font-weight: 400;
  font-display: swap;
  font-size: inherit;
}

::selection {
  background-color: #f3a683;
  color: white;
}

::-moz-selection {
  background-color: #f3a683;
  color: white;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f8f9fa;
}

::-webkit-scrollbar-thumb {
  background: #6c757d;
  border-radius: 50rem;
}
::-webkit-scrollbar-thumb:hover {
  background: #343a40;
}

*:focus {
  outline: 2px solid #0f3460;
  outline-offset: 2px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-color: #6c5ce7;
}

.dev-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
}

.header {
  text-align: center;
  margin-bottom: 3rem;
}
.header__title {
  color: #1a1a2e;
  margin-bottom: 0.5rem;
}
.header__subtitle {
  color: #6c757d;
  font-size: 1.125rem;
  line-height: 1.5;
}

.welcome {
  text-align: center;
}
.welcome__title {
  color: #0f3460;
  margin-bottom: 1rem;
}
.welcome__description {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #343a40;
  margin-bottom: 3rem;
}

.test-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.test-card {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  transition: all 0.3s ease;
  text-align: center;
}
.test-card:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.test-card h3 {
  color: white;
  margin-bottom: 0.5rem;
}
.test-card p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.test-card--blue {
  background: linear-gradient(135deg, #0f3460, #6c5ce7);
}
.test-card--green {
  background: linear-gradient(135deg, #16537e, #0f3460);
}
.test-card--orange {
  background: linear-gradient(135deg, #e94560, #fd79a8);
}

.floating-button {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1030;
}

.grid-container {
  display: grid;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 1023px) {
  .grid-container {
    padding: 0 1rem;
    gap: 1rem;
  }
}
.grid-container--2cols {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1023px) {
  .grid-container--2cols {
    grid-template-columns: 1fr;
  }
}
.grid-container--3cols {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-container--3cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .grid-container--3cols {
    grid-template-columns: 1fr;
  }
}
.grid-container--4cols {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1024px) {
  .grid-container--4cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-container--4cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .grid-container--4cols {
    grid-template-columns: 1fr;
  }
}

.header {
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media (max-width: 1023px) {
  .header {
    padding: 0;
  }
}
.header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1023px) {
  .header-nav {
    background-color: #ffffff;
    padding: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    justify-content: space-between;
  }
}
.header-nav-right {
  display: flex;
  align-items: center;
}
.header-logo {
  width: auto;
  height: 60px;
  object-fit: contain;
}

.header-menu {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 0 0 8px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}
.header-menu img {
  height: auto;
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-menu {
    display: inline-flex;
  }
}
@media (max-width: 1023px) {
  .header-menu {
    display: inline-flex;
  }
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 2rem;
}
.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .nav-menu {
    display: none;
  }
}

.footer {
  background-color: #ffffff;
  padding: 2rem 0;
  margin-top: 4rem;
}
.footer-links {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.footer-links a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.copyright {
  color: #666;
  font-size: 0.9rem;
}

.sidebar {
  width: min(400px, 28vw);
  background: white;
  position: fixed;
  height: 100vh;
  z-index: 1400;
  overflow-y: auto;
}
.sidebar-logo {
  text-align: center;
}
@media (max-width: 1023px) {
  .sidebar-logo {
    text-align: left;
  }
}
.sidebar-logo img {
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .sidebar-logo img {
    display: inline-block;
    width: 200px;
    height: auto;
  }
}
.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-nav li {
  margin: 0;
}
.sidebar-nav a {
  display: block;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  background-size: cover;
  background-position: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  margin: 0 2rem 1rem 0;
}
.sidebar-nav li:nth-child(1) a {
  background: url("../../dist/images/bg_blue.png") center/cover, #5BC0DE;
}
.sidebar-nav li:nth-child(2) a {
  background: url("../../dist/images/bg_pink.png") center/cover, #FF6B92;
}
.sidebar-nav li:nth-child(3) a {
  background: url("../../dist/images/bg_green.png") center/cover, #5CB85C;
}
.sidebar-nav li:nth-child(4) a {
  background: url("../../dist/images/bg_purple.png") center/cover, #BB86FC;
}
.sidebar-nav li:nth-child(5) a {
  background: url("../../dist/images/bg_red.png") center/cover, #FF6B6B;
}
.sidebar-nav li:nth-child(6) a {
  background: url("../../dist/images/bg_red.png") center/cover, #FF6B6B;
}
.sidebar-nav li:nth-child(7) a {
  background: url("../../dist/images/bg_brown.png") center/cover, #FF9F43;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar {
    right: 0;
    left: auto;
    width: 90vw;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    box-shadow: -6px 0 16px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 1023px) {
  .sidebar {
    right: 0;
    left: auto;
    width: 90vw;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    box-shadow: -6px 0 16px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sidebar.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1023px) {
  .sidebar.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}

.main-content {
  margin-left: min(400px, 28vw);
  flex: 1;
  background: url("../../dist/images/bg_main.png") repeat;
  background-size: auto, auto;
}
.main-content::before {
  content: "";
  position: fixed;
  top: -50%;
  left: -50%;
  width: 300%;
  height: 300%;
  background: url("../../dist/images/bg_main_star.png") repeat;
  pointer-events: none;
  z-index: 1;
  animation: starFlow 5s linear infinite;
}
.main-content section {
  padding: 4rem 0 4rem 4rem;
}
@media (max-width: 1023px) {
  .main-content section {
    padding: 2rem;
  }
}
@media (max-width: 1023px) {
  .main-content {
    margin-left: 0;
  }
}

.mobile-sidebar-close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  font-size: 0;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mobile-sidebar-close {
    display: block;
  }
}
@media (max-width: 1023px) {
  .mobile-sidebar-close {
    display: block;
  }
}
.mobile-sidebar-close img {
  display: block;
}

.container {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.btn {
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  color: #000000;
  background-color: #ffffff;
}
.btn-primary {
  background: url("../../dist/images/bg_green.png") center/cover, #5CB85C;
  color: white;
  box-shadow: 0 4px 16px rgba(76, 175, 80, 0.3);
}
.btn-secondary {
  background: #FF9800;
  color: white;
  box-shadow: 0 4px 16px rgba(255, 152, 0, 0.3);
}
.btn-d-arrow::after {
  content: "》";
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0;
}
@media (max-width: 1023px) {
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

.card {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.work-card {
  background: white;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: stretch;
}
@media (max-width: 1023px) {
  .work-card {
    flex-direction: column;
    margin-right: 0;
  }
}
.work-card img {
  max-width: 50%;
  height: fit-content;
  aspect-ratio: 440/610;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .work-card img {
    width: 100%;
    max-width: 100%;
  }
}
.work-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.work-card h3 small {
  font-size: 1rem;
}
@media (max-width: 1023px) {
  .work-card h3 {
    font-size: 1.3rem;
  }
  .work-card h3 small {
    font-size: 1rem;
  }
}

.work-info {
  flex: 1;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .work-info {
    padding: 2rem;
  }
}
@media (max-width: 1023px) {
  .work-info {
    text-align: center;
    padding: 1rem;
  }
}

.work-author {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.work-copyright {
  color: #999;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.work-btn {
  margin-top: auto;
  width: 100%;
  font-size: 1rem;
  padding: 0.5rem 0;
  text-align: center;
}
@media (min-width: 1400px) {
  .work-btn {
    padding: 1rem 0;
  }
}
@media (max-width: 1023px) {
  .work-btn {
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
    bottom: 1rem;
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes starFlow {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 400px 310px;
  }
}
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 1023px) {
  .hero {
    flex-direction: column;
  }
}
.hero-logo {
  height: auto;
  width: clamp(280px, 34vw, 440px);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.hero-title {
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .hero-title {
    font-size: 3rem;
  }
}
.hero-info {
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  font-weight: 600;
  background-image: url("../../dist/images/bg_orange.png");
  padding: 0.5rem 1rem;
  margin: 2rem 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .hero-info {
    font-size: 1.5rem;
    text-align: left;
  }
}
.hero-announcement {
  font-size: 1.5rem;
  font-weight: 600;
}
.hero h1 {
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 900;
  color: #FF6B35;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .hero h1 {
    font-size: 2.5rem;
  }
}
.hero .subtitle {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 2rem;
  font-weight: 600;
}

.volume-cover {
  width: 60px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.announcement {
  background: #FF6B35;
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 2rem;
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.3);
}

.logo {
  font-size: 1.8rem;
  font-weight: 900;
  color: #FF6B35;
  text-decoration: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.language-selector {
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  font-weight: 600;
  cursor: pointer;
  border: solid 1px #000000;
  border-radius: 0;
  appearance: base-select;
  margin-right: 1rem;
}

.news-section {
  margin: 4rem 0;
  background: url("../../dist/images/bg_pink.png");
  background-size: cover;
}

.section-header {
  color: white;
  font-size: clamp(1.5rem, 2.5vw, 3rem);
  font-weight: 600;
  border-bottom: 5px solid #ffffff;
  margin-bottom: 2rem;
}

.news-slider,
.backnumber-slider {
  position: relative;
}

.news-slider .swiper {
  width: 100%;
  overflow: hidden;
}
.news-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-slider .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.news-slider .swiper-button-prev,
.news-slider .swiper-button-next {
  width: 52px;
  height: 52px;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.news-slider .swiper-button-prev::after,
.news-slider .swiper-button-next::after {
  content: "";
}
.news-slider .swiper-button-prev {
  left: 8px;
  background-image: url("../../dist/images/icon_back.png");
}
.news-slider .swiper-button-next {
  right: 8px;
  background-image: url("../../dist/images/icon_next.png");
}
@media (max-width: 1023px) {
  .news-slider .swiper-button-prev,
  .news-slider .swiper-button-next {
    width: 44px;
    height: 44px;
  }
  .news-slider .swiper-button-prev {
    left: 6px;
  }
  .news-slider .swiper-button-next {
    right: 6px;
  }
}
.news-slider .news-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.news-slider img {
  max-width: 100%;
  height: auto;
}

.backnumber-slider .swiper {
  width: 100%;
  overflow: hidden;
}
.backnumber-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.backnumber-slider .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.backnumber-slider .swiper-button-prev,
.backnumber-slider .swiper-button-next {
  width: 52px;
  height: 52px;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.backnumber-slider .swiper-button-prev::after,
.backnumber-slider .swiper-button-next::after {
  content: "";
}
.backnumber-slider .swiper-button-prev {
  left: 8px;
  background-image: url("../../dist/images/icon_back.png");
}
.backnumber-slider .swiper-button-next {
  right: 8px;
  background-image: url("../../dist/images/icon_next.png");
}
@media (max-width: 1023px) {
  .backnumber-slider .swiper-button-prev,
  .backnumber-slider .swiper-button-next {
    width: 44px;
    height: 44px;
  }
  .backnumber-slider .swiper-button-prev {
    left: 6px;
  }
  .backnumber-slider .swiper-button-next {
    right: 6px;
  }
}
.backnumber-slider .backnumber-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.backnumber-slider img {
  max-width: 100%;
  height: auto;
}

.news-slider {
  color: #ffffff;
}

.news-item {
  padding: 1.5rem;
}

.news-image {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}

.news-date {
  font-weight: 600;
  font-size: 1rem;
}

.news-title {
  font-size: 1rem;
  font-weight: 500;
}

.works-section {
  margin: 4rem 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.works-header {
  color: #000000;
  border-bottom: 5px solid;
  border-image: url("../../dist/images/bg_green.png") 0 0 10 0 repeat;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 1400px) {
  .works-grid {
    gap: 2rem;
    margin-right: 4rem;
  }
}

.backnumber-section {
  margin: 4rem 0;
  background: url("../../dist/images/bg_purple.png");
  background-size: cover;
}

.backnumber-slider {
  color: #ffffff;
}

.backnumber-item {
  padding: 1.5rem;
}

.backnumber-image {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}

.backnumber-date {
  font-weight: 600;
  font-size: 1rem;
}

.backnumber-title {
  font-size: 1rem;
  font-weight: 500;
}

.work-image {
  margin: auto;
  margin-bottom: 2rem;
}

.work-section-header {
  background: url("../../dist/images/bg_green.png");
  background-size: cover;
  padding: 1rem;
  color: white;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .work-section-header {
    font-size: 2rem;
    padding: 0 0.5rem;
  }
}

.work-section p {
  padding-right: 4rem;
}
@media (max-width: 1023px) {
  .work-section p {
    padding-right: 0;
  }
}

.work-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.work-title small {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .work-title {
    text-align: center;
    font-size: 2rem;
  }
  .work-title small {
    font-size: 1.5rem;
  }
}

.profile-author h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.profile-author h3 small {
  font-size: 2rem;
}
.profile-author .author-content {
  display: flex;
  gap: 2rem;
  margin: 3rem 0;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .profile-author .author-content {
    flex-direction: column;
  }
}
.profile-author .author-content p {
  padding-right: 4rem;
}
@media (max-width: 1023px) {
  .profile-author .author-content p {
    padding-right: 0;
  }
}
.profile-author .author-content .author-link::before {
  content: "▶";
  color: #ff820b;
}

.author-content a, .works-list a {
  color: #ff820b;
  text-decoration: underline;
}
.author-content ul, .works-list ul {
  padding-left: 0;
  list-style: none;
}
.author-content ul li::before, .works-list ul li::before {
  content: "●";
  color: #83c600;
}
.author-content ul ul li::before, .works-list ul ul li::before {
  content: "▶";
  color: #ff820b;
}

.works-list h3 {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: solid 5px #5CB85C;
  line-height: 2;
}
.works-list .work-item {
  margin-top: 2rem;
}
.works-list .big-copyright {
  font-size: 3rem;
  font-weight: 600;
}

.news-page-container {
  background: white;
  margin: 4rem;
}
@media (max-width: 1023px) {
  .news-page-container {
    margin: 2rem 0;
  }
}

.news-page-header {
  background: url("../../dist/images/bg_pink.png") center/cover;
  padding: 0 1rem;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.backnumber-page-header {
  background: url("../../dist/images/bg_purple.png") center/cover, #BB86FC;
  padding: 0 1rem;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.news-articles-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-articles-list .news-article-item {
  background: white;
  margin-bottom: 2rem;
  display: flex;
  align-items: stretch;
  min-height: 200px;
}
@media (max-width: 1023px) {
  .news-articles-list .news-article-item {
    align-items: flex-start;
    gap: 1rem;
  }
}

.news-article-image {
  width: 250px;
  border: 3px solid black;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 1rem;
}
.news-article-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .news-article-image {
    width: 40%;
    padding: 0;
  }
}

.news-article-content {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .news-article-content {
    padding: 0;
  }
}

.news-article-date {
  font-size: 1.1rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 0.5rem;
}

.news-article-title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #333;
}

.news-article-excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  flex: 1;
}
@media (max-width: 1023px) {
  .news-article-excerpt {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical; /* 垂直方向に配置 */
    overflow: hidden; /* 溢れた部分を隠す */
    text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
    -webkit-line-clamp: 3; /* 最大行数を2行に設定 */
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .pagination {
    font-size: 1.5rem;
  }
}
.pagination a {
  color: #FF9800;
}
.pagination img {
  width: 52px;
}

.pagination-back, .pagination-next {
  display: flex;
  align-items: center;
}

.pagination-numbers {
  display: flex;
  gap: 1rem;
}
.pagination-numbers .page-number {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pagination-numbers .page-number.current {
  color: #FF9800;
}
.pagination-numbers .page-number:not(.current) {
  color: #ccc;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

@media (max-width: 1023px) {
  .hidden-sp {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-pc {
    display: none !important;
  }
}

.fixed-trial-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: url("../../dist/images/fl_btn.png");
  z-index: 1000;
  width: 269px;
  height: 347px;
  background-size: contain;
  transform-origin: bottom right;
  transform: scale(0.5);
}
@media (max-width: 1023px) {
  .fixed-trial-btn {
    width: 180px;
    height: 232px;
    right: 0;
    bottom: 0;
  }
}
.fixed-trial-btn span {
  display: block;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.2;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1023px) {
  .fixed-trial-btn span {
    font-size: 1.5rem;
    bottom: 70px;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  color: #333;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1300;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.menu-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .menu-overlay {
    display: none;
  }
}

.mobile-menu {
  position: fixed;
  inset: 0 0 0 30%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1500;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: none;
}
.mobile-menu.is-open {
  display: block;
  transform: translateX(0);
}
@media (max-width: 1023px) {
  .mobile-menu {
    inset: 0;
  }
}
@media (min-width: 1024px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #ffffff;
}
.mobile-menu__logo {
  height: 48px;
  width: auto;
}
.mobile-menu__close {
  background: transparent;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.mobile-menu__nav {
  background: #ffffff;
  height: 100%;
  overflow-y: auto;
  padding: 16px;
}
.mobile-menu__link {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  padding: 12px 16px;
  margin: 0 16px 12px 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-position: center;
}
.mobile-menu__link--blue {
  background: url("../../dist/images/bg_blue.png") center/cover, #5BC0DE;
}
.mobile-menu__link--pink {
  background: url("../../dist/images/bg_pink.png") center/cover, #FF6B92;
}
.mobile-menu__link--green {
  background: url("../../dist/images/bg_green.png") center/cover, #5CB85C;
}
.mobile-menu__link--orange {
  background: url("../../dist/images/bg_orange.png") center/cover, #F9C74F;
}
.mobile-menu__link--purple {
  background: url("../../dist/images/bg_purple.png") center/cover, #BB86FC;
}
.mobile-menu__link--red {
  background: url("../../dist/images/bg_red.png") center/cover, #FF6B6B;
}

.news-detail-container {
  display: flex;
  gap: 30px;
  margin: 4rem;
  padding: 4rem !important;
  background-color: #ffffff;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .news-detail-container {
    margin: 0;
    padding: 2rem !important;
  }
}
.news-detail-container .news-detail-cover {
  flex: 0 0 50%;
  width: 50%;
  max-width: 440px;
}
.news-detail-container .news-detail-cover .cover-main {
  background: white;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.news-detail-container .news-detail-cover .cover-main .cover-swiper {
  width: 100%;
  aspect-ratio: auto;
  background: #fff;
  display: block;
  overflow: hidden;
  border: 6px solid #000;
}
.news-detail-container .news-detail-cover .cover-main .cover-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-detail-container .news-detail-cover .cover-main .cover-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-detail-container .news-detail-cover .cover-main .cover-swiper .swiper-button-prev,
.news-detail-container .news-detail-cover .cover-main .cover-swiper .swiper-button-next {
  color: #FF9A00;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  width: 52px;
  height: 52px;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.news-detail-container .news-detail-cover .cover-main .cover-swiper .swiper-button-prev::after,
.news-detail-container .news-detail-cover .cover-main .cover-swiper .swiper-button-next::after {
  content: "";
}
.news-detail-container .news-detail-cover .cover-main .cover-swiper .swiper-button-prev {
  left: 8px;
  background-image: url("../../dist/images/icon_back.png");
}
.news-detail-container .news-detail-cover .cover-main .cover-swiper .swiper-button-next {
  right: 8px;
  background-image: url("../../dist/images/icon_next.png");
}
.news-detail-container .news-detail-cover .cover-main .cover-thumbs {
  margin-top: 14px;
  box-sizing: border-box;
}
.news-detail-container .news-detail-cover .cover-main .cover-thumbs .swiper-slide {
  opacity: 0.7;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.news-detail-container .news-detail-cover .cover-main .cover-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 440/610;
}
.news-detail-container .news-detail-cover .cover-main .cover-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #000;
}
.news-detail-container .news-detail-cover .cover-main .vol-number {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #FFA500;
  font-size: 3rem;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.news-detail-container .news-detail-cover .cover-main .works-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 5px;
}
.news-detail-container .news-detail-cover .cover-main .works-thumbnails .thumb-item {
  position: relative;
}
.news-detail-container .news-detail-cover .cover-main .works-thumbnails .thumb-item img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.news-detail-container .news-detail-cover .cover-main .works-thumbnails .thumb-item .thumb-title {
  font-size: 0.65rem;
  text-align: center;
  margin-top: 3px;
  color: #333;
  line-height: 1.2;
}
.news-detail-container .news-detail-cover .additional-covers {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
}
.news-detail-container .news-detail-cover .additional-covers .cover-small {
  width: 120px;
}
.news-detail-container .news-detail-cover .additional-covers .cover-small img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.news-detail-container .news-detail-info {
  flex: 1;
}
.news-detail-container .news-detail-info .news-detail-date {
  background: url("../../dist/images/bg_pink.png") center/cover;
  padding: 0 1rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.news-detail-container .news-detail-info .backnumber-detail-date {
  background: url("../../dist/images/bg_purple.png") center/cover, #BB86FC;
  padding: 0 1rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.news-detail-container .news-detail-info .news-detail-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.3;
}
.news-detail-container .news-detail-info .news-detail-description {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 40px;
}
.news-detail-container .news-detail-info .news-detail-description p {
  margin-bottom: 1.2rem;
}
.news-detail-container .news-detail-info .purchase-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
.news-detail-container .news-detail-info .purchase-buttons .purchase-btn {
  background: url("../../dist/images/bg_red.png") center/cover, #FF6B6B;
  color: white;
  padding: 0.5rem 1.5rem;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.tatsunoko-page-container {
  margin: 4rem;
  padding: 4rem !important;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .tatsunoko-page-container {
    margin: 0;
    padding: 2rem !important;
  }
}
@media (max-width: 1023px) {
  .tatsunoko-page-container {
    margin: 0;
    padding: 2rem !important;
  }
}
.tatsunoko-page-container .tatsunoko-page-header {
  background: url("../../dist/images/bg_brown.png") center/cover, #FF9F43;
  padding: 0 1rem;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.tatsunoko-page-container h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 4rem 0 1rem;
  border-bottom: 5px solid;
  border-image: url("../../dist/images/bg_brown.png") 0 0 10 0 repeat;
}
.tatsunoko-page-container p {
  font-size: 1rem;
  line-height: 2;
}
.tatsunoko-page-container p a {
  color: #ff820b;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  body {
    display: block;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .magazine-covers {
    flex-direction: column;
    align-items: center;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .news-detail-container {
    flex-direction: column;
  }
  .news-detail-container .news-detail-cover {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }
  .news-detail-container .news-detail-cover .cover-main .works-thumbnails {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-detail-container .news-detail-cover .cover-main .vol-number {
    font-size: 2rem;
  }
  .news-detail-container .news-detail-cover .cover-main .cover-swiper {
    height: 480px;
  }
  .news-detail-container .news-detail-cover .additional-covers {
    flex-wrap: wrap;
  }
  .news-detail-container .news-detail-cover .additional-covers .cover-small {
    width: 80px;
  }
  .news-detail-container .news-detail-info .news-detail-title {
    font-size: 1.8rem;
  }
  .news-detail-container .news-detail-info .purchase-buttons .purchase-btn {
    font-size: 1rem;
    padding: 12px 20px;
    width: 100%;
  }
  .news-detail-cover .cover-swiper .swiper-button-prev,
  .news-detail-cover .cover-swiper .swiper-button-next {
    width: 44px;
    height: 44px;
  }
  .news-detail-cover .cover-swiper .swiper-button-prev {
    left: 6px;
  }
  .news-detail-cover .cover-swiper .swiper-button-next {
    right: 6px;
  }
}/*# sourceMappingURL=style.css.map */