@charset "UTF-8";
/*!
Theme Name: naihana
Theme URI:
Author:
Author URI:
Description: naihana オリジナルテーマ
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: naihana
*/
/* =========================================
   Base
   ========================================= */
/* =========================================
   Reset
   ========================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl, dt, dd, li,
figure,
blockquote {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

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

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

/* =========================================
   Base
   ========================================= */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

span.nobasu {
  margin-left: -0.25em;
}

.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}

.br-pc {
  display: inline;
}
@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.js-fadein {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(5px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-fadein.is-visible {
  filter: blur(0px);
  opacity: 1;
  transform: translateY(0);
}

.js-chars {
  opacity: 0;
}
.js-chars.is-ready {
  opacity: 1;
}
.js-chars__c {
  display: inline-block;
  opacity: 0;
  filter: blur(6px);
  transform: translateY(8px);
  transition: opacity 0.7s ease, filter 0.7s ease, transform 0.7s ease;
  will-change: opacity, filter, transform;
}
.js-chars.is-visible .js-chars__c {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fadein {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .js-chars {
    opacity: 1;
  }
  .js-chars__c {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}
.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130vh;
  height: 130svh;
  z-index: -9;
  pointer-events: none;
  overflow: hidden;
  mix-blend-mode: lighten;
}
.l-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.l-main {
  position: relative;
  flex: 1 0 auto;
}

.l-bg-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -5;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.l-bg-pink {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
  mix-blend-mode: multiply;
}
.l-bg-pink img {
  width: 100%;
  height: 100svh;
}

.l-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  pointer-events: none;
  transition: opacity 0.9s ease, filter 0.9s ease, visibility 0.9s ease;
}
.l-loading--top {
  transition: opacity 5s ease, filter 5s ease, visibility 5s ease;
}
.l-loading__logo {
  position: relative;
  width: 160px;
  max-width: 60%;
}
@media (max-width: 768px) {
  .l-loading__logo {
    width: 100px;
  }
}
.l-loading__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-loading__logo-bg {
  opacity: 0.18;
}
.l-loading__logo-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 100% 0);
  animation: l-loading-fill 1.4s cubic-bezier(0.55, 0.08, 0.4, 1) forwards;
}
.l-loading__logo-fill img {
  opacity: 1;
}

body.is-loaded .l-loading {
  opacity: 0;
  filter: blur(20px);
  visibility: hidden;
}

@keyframes l-loading-fill {
  to {
    clip-path: inset(0 0 0 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-loading__logo-fill {
    animation: none;
    clip-path: inset(0 0 0 0);
  }
  .l-loading {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    filter: none;
  }
  body.is-loaded .l-loading {
    filter: none;
  }
}
.youtube-embed {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  margin: 1.5em auto;
}
.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================================
   Sections
   ========================================= */
/* =========================================
   Header（左上SNS / 右上MENU / SPハンバーガー）
   ========================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
.l-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 60px;
  padding: 10px 40px;
}
@media (max-width: 768px) {
  .l-header__inner {
    padding: 0;
    min-height: 56px;
  }
}
.l-header__sns {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .l-header__sns {
    gap: 5px;
  }
}
.l-header__sns-item {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .l-header__sns-item {
    width: 40px;
    height: 40px;
  }
}
.l-header__sns-link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #5cacb5;
  overflow: hidden;
  transition: opacity 0.2s ease;
}
.l-header__sns-link:hover {
  opacity: 0.8;
}
.l-header__sns-link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__menu {
  display: flex;
  gap: 24px;
}
.l-header__menu-item {
  line-height: 1;
}
.l-header__menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  transition: opacity 0.2s ease;
}
.l-header__menu-link:hover {
  opacity: 0.7;
}
.l-header__menu-en {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 2rem;
  line-height: 1;
}
.l-header__menu-ja {
  margin-top: 2px;
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #0d7d91;
}
.l-header__hamburger {
  display: none;
}
@media (max-width: 768px) {
  .l-header__hamburger {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    transition: opacity 0.2s ease;
  }
  .l-header__hamburger:hover {
    opacity: 0.7;
  }
}
.l-header__hamburger-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease;
}
.l-header__hamburger-icon--close {
  opacity: 0;
}
.l-header__hamburger.is-open .l-header__hamburger-icon--menu {
  opacity: 0;
}
.l-header__hamburger.is-open .l-header__hamburger-icon--close {
  opacity: 1;
}

.fixed_bg {
  z-index: -10;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 130vh;
  height: 130svh;
  opacity: 1;
}
.fixed_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

/* =========================================
   Drawer（SPハンバーガーメニュー）
   ヘッダーの SNS / ハンバーガー（×に変形）はそのまま前面に残し、
   ドロワー本体は背面で blur + fade で開閉する。
   ========================================= */
.l-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 90;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.l-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-drawer__inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 80px 20px 80px;
}
.l-drawer__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 80px;
}
.l-drawer__menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.l-drawer__menu-en {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #000;
}
.l-drawer__menu-ja {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #0d7d91;
}

/* =========================================
   #top : メインビジュアル
   ========================================= */
.p-top {
  position: relative;
  width: 100%;
  padding: 120px 0 80px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top {
    padding: 100px 0 60px;
  }
}
.p-top__inner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .p-top__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-top__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.p-top__title {
  width: 320px;
  max-width: 50%;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .p-top__title {
    width: 48%;
    max-width: 220px;
  }
}
.p-top__title img {
  width: 100%;
  height: auto;
}
.p-top__release {
  width: 280px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .p-top__release {
    width: 200px;
  }
}
.p-top__release img {
  width: 100%;
  height: auto;
}

/* =========================================
   #info : OFFICIAL SNS
   ========================================= */
.p-info {
  width: 100%;
  padding: 60px 0 0px;
  background-color: rgba(255, 202, 233, 0.1);
}
@media (max-width: 768px) {
  .p-info {
    padding: 40px 0 0px;
  }
}
.p-info__inner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .p-info__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-info__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.p-info__title {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #5cacb5;
  text-align: center;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .p-info__title {
    font-size: 1.6rem;
  }
}
.p-info__sns {
  display: flex;
  gap: 10px;
}
.p-info__sns-item {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .p-info__sns-item {
    width: 44px;
    height: 44px;
  }
}
.p-info__sns-item a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}
.p-info__sns-item a:hover {
  opacity: 0.8;
}
.p-info__sns-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =========================================
   #news : NEWS
   ========================================= */
.p-news {
  width: 100%;
  padding: 40px 0 60px;
  background-color: rgba(255, 202, 233, 0.1);
}
@media (max-width: 768px) {
  .p-news {
    padding: 40px 0 40px;
  }
}
.p-news__inner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .p-news__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-news__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-news__title {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #e07a9e;
  text-align: center;
}
@media (max-width: 768px) {
  .p-news__title {
    font-size: 2.4rem;
  }
}
.p-news__title {
  width: 100%;
}
.p-news__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.p-news__item {
  background: linear-gradient(to right, #f5feff 0%, #fff 100%);
}
.p-news__link {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 10px 30px;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  .p-news__link {
    gap: 16px;
    padding: 10px 16px;
  }
}
.p-news__link:hover {
  opacity: 0.7;
}
.p-news__date {
  flex-shrink: 0;
  width: 130px;
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #e07a9e;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-news__date {
    width: auto;
    font-size: 1.3rem;
  }
}
.p-news__text {
  flex: 1;
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-news__text {
    font-size: 1.4rem;
  }
}
.p-news__empty {
  text-align: center;
  color: #333;
}
.p-news__more {
  align-self: flex-end;
}
.p-news__more-link {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.6rem;
  color: #eb6ea5;
  transition: opacity 0.2s ease;
}
.p-news__more-link:hover {
  opacity: 0.7;
}

/* =========================================
   #story : STORY
   ========================================= */
.p-story {
  width: 100%;
  padding: 80px 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .p-story {
    padding: 60px 0;
  }
}
.p-story__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .p-story__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-story__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-story__title {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #5cacb5;
  text-align: center;
}
@media (max-width: 768px) {
  .p-story__title {
    font-size: 2.4rem;
  }
}
.p-story__title {
  width: 100%;
}
.p-story__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
}
.p-story__paragraph {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.8rem;
  line-height: 2.2;
  color: #000;
}
@media (max-width: 768px) {
  .p-story__paragraph {
    font-size: 1.5rem;
    line-height: 2;
  }
}

/* =========================================
   #comment : COMMENT
   ========================================= */
.p-comment {
  width: 100%;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-comment {
    padding: 60px 0;
  }
}
.p-comment__inner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .p-comment__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-comment__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .p-comment__inner {
    gap: 50px;
  }
}
.p-comment__title {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #e07a9e;
  text-align: center;
}
@media (max-width: 768px) {
  .p-comment__title {
    font-size: 2.4rem;
  }
}
.p-comment__title {
  width: 100%;
}
.p-comment__item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 40px;
  border: 1px solid #ffe8e8;
}
@media (max-width: 768px) {
  .p-comment__item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px 20px;
  }
}
.p-comment__item--no-photo {
  display: block;
}
.p-comment__photo {
  flex-shrink: 0;
  width: 250px;
  height: 250px;
}
.p-comment__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-comment__photo--book {
  width: 250px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
}
@media (max-width: 768px) {
  .p-comment__photo--book {
    width: 200px;
  }
}
.p-comment__photo--book img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-comment__photo-caption {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #000;
}
@media (max-width: 768px) {
  .p-comment__photo-caption {
    font-size: 10px;
  }
}
.p-comment__comic-wrap {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #ffc5c5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-comment__comic-wrap {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.p-comment__comic-link {
  flex: 0 1 auto;
  width: 100%;
  max-width: 320px;
  padding: 12px 16px;
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background-color: #d474a1;
  transition: background-color 0.2s ease;
}
@media (max-width: 768px) {
  .p-comment__comic-link {
    font-size: 1.3rem;
    width: 100%;
    padding: 10px 12px;
  }
}
.p-comment__comic-link::after {
  content: " →";
  letter-spacing: 0.1em;
}
.p-comment__comic-link:hover {
  background-color: #e07a9e;
}
.p-comment__texts {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-comment__name {
  width: 100%;
  padding-bottom: 10px;
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  line-height: 1;
  color: #000;
  letter-spacing: 0.2em;
  text-align: left;
}
@media (max-width: 768px) {
  .p-comment__name {
    letter-spacing: 0.1em;
  }
}
.p-comment__name--book {
  padding-bottom: 0;
}
.p-comment__name--booktitle {
  padding-bottom: 10px;
  letter-spacing: 0;
}
.p-comment__role {
  font-size: 2.4rem;
  color: #5cacb5;
}
@media (max-width: 768px) {
  .p-comment__role {
    font-size: 1.8rem;
  }
}
.p-comment__person {
  font-size: 3.2rem;
  color: #000;
}
@media (max-width: 768px) {
  .p-comment__person {
    font-size: 2.4rem;
  }
}
.p-comment__suffix {
  font-size: 2rem;
  color: #000;
}
@media (max-width: 768px) {
  .p-comment__suffix {
    font-size: 1.3rem;
  }
}
.p-comment__book-title {
  font-size: 3rem;
  color: #000;
}
@media (max-width: 768px) {
  .p-comment__book-title {
    font-size: 1.55rem;
    margin-bottom: 0.5em;
    display: inline-block;
  }
}
.p-comment__body {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
}
@media (max-width: 768px) {
  .p-comment__body {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.p-comment__body p {
  margin: 0;
  text-align: justify;
}
.p-comment__profile {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #ffc5c5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-comment__profile-label {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #e07a9e;
  letter-spacing: 0.2em;
}
.p-comment__profile-body {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-comment__profile-body {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

/* =========================================
   NEWS 一覧（archive-news）
   ========================================= */
.p-archive-news {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-archive-news__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 50px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-archive-news__inner {
    padding: 100px 20px 60px;
    gap: 30px;
  }
}
.p-archive-news__title {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #5cacb5;
  text-align: center;
}
@media (max-width: 768px) {
  .p-archive-news__title {
    font-size: 2.4rem;
  }
}
.p-archive-news__title {
  width: 100%;
}
.p-archive-news__list {
  width: 100%;
  max-width: 1100px;
}
.p-archive-news__empty {
  text-align: center;
  color: #333;
}
.p-archive-news__pagination,
.p-archive-news .pagination {
  margin-top: 20px;
}
.p-archive-news__pagination .nav-links,
.p-archive-news .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.6rem;
  color: #eb6ea5;
}
.p-archive-news__pagination .nav-links a,
.p-archive-news__pagination .nav-links span,
.p-archive-news .pagination .nav-links a,
.p-archive-news .pagination .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  padding: 4px 8px;
  transition: opacity 0.2s ease;
}
.p-archive-news__pagination .nav-links a:hover,
.p-archive-news .pagination .nav-links a:hover {
  opacity: 0.7;
}
.p-archive-news__pagination .nav-links .current,
.p-archive-news .pagination .nav-links .current {
  color: #e07a9e;
  font-weight: bold;
}
.p-archive-news__pagination .nav-links .prev,
.p-archive-news__pagination .nav-links .next,
.p-archive-news .pagination .nav-links .prev,
.p-archive-news .pagination .nav-links .next {
  font-size: 2rem;
  letter-spacing: 0.2em;
}

/* =========================================
   NEWS 個別記事（single-news）
   ========================================= */
.p-single-news {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-single-news__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 50px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-single-news__inner {
    padding: 100px 20px 60px;
    gap: 30px;
  }
}
.p-single-news__title {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #5cacb5;
  text-align: center;
}
@media (max-width: 768px) {
  .p-single-news__title {
    font-size: 2.4rem;
  }
}
.p-single-news__title {
  width: 100%;
}
.p-single-news__article {
  width: 100%;
  max-width: 1100px;
  padding: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-single-news__article {
    padding: 24px 20px;
    gap: 16px;
  }
}
.p-single-news__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-single-news__header {
    gap: 12px;
  }
}
.p-single-news__date {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #eb6ea5;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-single-news__date {
    font-size: 1.4rem;
  }
}
.p-single-news__heading {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media (max-width: 768px) {
  .p-single-news__heading {
    font-size: 1.8rem;
  }
}
.p-single-news__body {
  padding-top: 20px;
  border-top: 1px solid #eb6ea5;
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-single-news__body {
    font-size: 1.4rem;
    padding-top: 16px;
  }
}
@media (max-width: 768px) {
  .p-single-news__body .has-small-font-size {
    font-size: 1.2rem !important;
  }
  .p-single-news__body .has-medium-font-size {
    font-size: 1.8rem !important;
  }
  .p-single-news__body .has-large-font-size {
    font-size: 2.1rem !important;
  }
  .p-single-news__body .has-x-large-font-size {
    font-size: 2.4rem !important;
  }
}
.p-single-news__body p {
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .p-single-news__body p {
    margin: 0 0 14px;
  }
}
.p-single-news__body p:last-child {
  margin-bottom: 0;
}
.p-single-news__body a {
  color: #eb6ea5;
  text-decoration: underline;
}
.p-single-news__body a:hover {
  text-decoration: none;
}
.p-single-news__body .has-background {
  padding: 20px 1em !important;
}
@media (max-width: 768px) {
  .p-single-news__body .has-background {
    padding: 14px 10px !important;
  }
}
.p-single-news__body img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.p-single-news__body .wp-block-gallery {
  margin: 1.5em 0;
}
.p-single-news__body .wp-block-gallery img {
  margin: 0;
}
.p-single-news__body .wp-block-embed {
  width: 100%;
  margin: 1.5em 0;
}
.p-single-news__body .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #000;
}
.p-single-news__body .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-single-news__body > iframe,
.p-single-news__body p > iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  margin: 1.5em 0;
  border: 0;
}
.p-single-news__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .p-single-news__nav {
    max-width: 100%;
  }
}
.p-single-news__nav-prev, .p-single-news__nav-next {
  flex: 0 0 auto;
  min-width: 60px;
}
.p-single-news__nav-next {
  text-align: right;
}
.p-single-news__nav-list {
  flex: 1;
  text-align: center;
}
.p-single-news__nav-link {
  display: inline-block;
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.6rem;
  color: #eb6ea5;
  transition: opacity 0.2s ease;
}
.p-single-news__nav-link:hover {
  opacity: 0.7;
}
.p-single-news__nav-arrow {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.25em;
}

/* =========================================
   Footer（タイトル / 公開時期 / SHARE / コピーライト）
   ========================================= */
.l-footer {
  width: 100%;
  padding: 80px 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .l-footer {
    padding: 60px 0 120px;
  }
}
.l-footer__inner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.l-footer__logo {
  width: 340px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: 240px;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__release {
  width: 180px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .l-footer__release {
    width: 140px;
  }
}
.l-footer__release img {
  width: 100%;
  height: auto;
}
.l-footer__share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .l-footer__share {
    align-items: flex-end;
    gap: 16px;
  }
}
.l-footer__share-label {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.34rem;
  line-height: 1;
  color: #000;
}
@media (max-width: 768px) {
  .l-footer__share-label {
    padding-bottom: 2px;
  }
}
.l-footer__share-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .l-footer__share-list {
    gap: 16px;
  }
}
.l-footer__share-list a {
  display: block;
  transition: opacity 0.2s ease;
}
.l-footer__share-list a:hover {
  opacity: 0.7;
}
.l-footer__share-list img {
  width: auto;
  height: 24px;
}
.l-footer__banner-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-footer__banner-list img {
  width: auto;
  height: 24px;
}
.l-footer__copyright {
  font-family: "Hina Mincho", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #5cacb5;
  text-align: center;
}

/* =========================================
   Page Top（右下固定の▲ボタン）
   ========================================= */
.l-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #5cacb5;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  z-index: 40;
}
.l-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-pagetop.is-visible:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .l-pagetop {
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
  }
}
.l-pagetop__arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(3px) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */