@charset "utf-8";

@font-face {
  font-family: "otomanopee-one";
  src: url(fonts/otomanopee-one-regular.ttf);
}

@font-face {
  font-family: "Sawarabi Gothic";
  src: url(fonts/SawarabiGothic-Regular.ttf);
}

/* ==========================================================
   MOBILE – max-width: 720px
========================================================== */
@media (max-width: 720px) {

/* --- FV --- */
.fv {
  position: relative;
}

.fv-inner {
  position: relative;
}

.fv-image {
  position: relative;
}

.fv-image img {
  width: 100%;
  height: auto;
  display: block;
}

.fv-title {
  position: absolute;
  top: 10vw;
  left: 5vw;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 1.2vw;
}

.fv-title img {
  display: block;
  width: auto;
  height: 14vw;
  object-fit: contain;
}

.fv-copy-ja {
  position: absolute;
  left: 4vw;
  bottom: 8vw;
  z-index: 2;
  font-size: 4.2vw;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #ffffff;
  font-family: "dnp-shuei-nmincho-std", serif;
  font-weight: 400;
  transform: scaleY(0.95) skewX(-10deg);
  transform-origin: left bottom;
}

/* --- INTRODUCTION --- */
.introduction {
  background: #f5f5f5;
  padding: 0;
}

.introduction .section-inner {
  max-width: none;
  width: 100%;
  padding: 0;
}

.introduction .section-heading {
  display: none;
}

.introduction-layout {
  position: relative;
  overflow: visible;
}

.introduction-body {
  position: relative;
  background: linear-gradient(180deg, #df7ea7 0%, #efb9ce 100%);
  padding: 7rem 10.67vw 5rem;
  overflow: visible;
}

.introduction-body::before {
  content: "INTRODUCTION";
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(86, 77, 90, 0.45);
  font-family: "square-peg", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}

.introduction-body p {
  position: relative;
  z-index: 10;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  width: 100%;
  margin: 3rem auto 0;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #fff;
}

.intro-mini {
  position: absolute;
  display: block;
  z-index: 10;
}

.intro-mini-left {
  left: 0;
  bottom: -6.1rem;
  width: 7rem;
}

.intro-mini-right {
  top: 0;
  right: 0;
  width: 7rem;
}

.introduction-layout::before {
  display: none;
}

.introduction-deco {
  position: absolute;
  right: 0;
  z-index: 10;
  padding-right: 5vw;
  margin-top: 0.8rem;
}

.introduction-deco img {
  width: 9rem;
}

.introduction-layout::after {
  display: none;
}

.introduction-image2 {
  display: none;
}

.introduction-body2 {
  display: none;
}

.introduction-body2-sp {
  position: relative;
  z-index: 8;
  width: 100%;
  padding: 2rem 9.67vw;
  background: none;
  margin-bottom: -60vw;
}

.introduction-body2-sp p {
  font-size: 1.2rem;
  line-height: 2.8;
  letter-spacing: 0.04em;
  color: #4a3f48;
  text-align: right;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
}

.introduction-body2-sp p span:first-child {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #4a3f48;
}

.introduction-body2-sp .line {
  display: inline-block;
  width: 4rem;
  height: 1px;
  margin: 0 0.8rem;
  vertical-align: middle;
  background: #4a3f48;
}

.introduction-body2 p {
  font-size: 1.2rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #4a3f48;
  text-align: right;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
}

.introduction-body2 p span:first-child {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #4a3f48;
}

.introduction-body2 .line {
  display: inline-block;
  width: 4rem;
  height: 1px;
  margin: 0 0.8rem;
  vertical-align: middle;
  background: #4a3f48;
}

/* --- STORY --- */
.story {
  position: relative;
  background: none;
  padding: 0;
  overflow: visible;
}

.story-bg-sp {
  display: block;
  width: 100%;
  height: auto;
}

.story::before {
  content: "";
  position: absolute;
  top: 8.2rem;
  left: 0;
  width: 60%;
  height: 5rem;
  background: rgba(223, 126, 167, 0.55);
  z-index: 10;
}

.story-overlay {
  position: absolute;
  bottom: auto;
  top: 27%;
  left: 0;
  width: 100%;
  background: none;
  padding-top: 20vw;
}

.story .section-inner {
  padding: 0 10.67vw;
}

.story .section-heading {
  margin-bottom: 3rem;
}

.story .section-title {
  text-align: center;
  font-family: "square-peg", sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  font-weight: 400;
}

.story-body {
  margin: 0 0 4rem;
}

.story-body p {
  text-align: left;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #ED7CA7;
  font-weight: 400;
}

.sp-white-gap {
  height: 42vw;
  background: #ffffff;
}

.story-gallery {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
}

.story-gallery img {
  width: 85%;
  height: 58vw;
  object-fit: cover;
  display: block;
}

.story-gallery img:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
}

.story-gallery img:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}

.story-gallery {
  position: relative;
  z-index: 5;
}

.story-gallery img {
  position: relative;
}

.story-gallery > img {
  -webkit-mask-image: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 90%);
  mask-image: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 90%);
}

/* --- STAFF --- */
.staff {
  background: linear-gradient(180deg, #ED7CA7 0%, #f4b0c8 100%);
  padding: 5rem 0 3rem;
}

.staff .section-inner {
  padding: 0 10.67vw;
}

.staff .section-heading {
  margin-bottom: 3.5rem;
}

.staff .section-title {
  text-align: center;
  font-family: "square-peg", sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-style: italic;
  font-weight: 400;
}

.staff-list,
.staff-list2 {
  margin: 0 auto 7rem;
}

.staff-list2 {
  margin-bottom: 1rem;
}

.staff-name,
.staff-name2 {
  margin-bottom: 5rem;
  text-align: center;
  font-family: "shippori-mincho-b1", serif;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-weight: 400;
}

.staff-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}

.staff-row.reverse {
  flex-direction: column;
}

.staff-thumb,
.staff-thumb2 {
  width: 50vw;
  max-width: 20rem;
  flex-shrink: 0;
}

.staff-thumb img,
.staff-thumb2 img {
  width: 100%;
  display: block;
}

.staff-content,
.staff-content2 {
  flex: 1;
  padding: 0;
}

.staff-text,
.staff-text2 {
  font-family: "shippori-mincho-b1", serif;
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-weight: 400;
}

/* --- INFORMATION --- */
.information {
  background: #FFE5E9;
  padding: 5rem 0 6rem;
}

.information .section-inner {
  padding: 0 10.67vw;
}

.information .section-heading {
  margin-bottom: 4rem;
}

.information .section-title {
  text-align: center;
  font-family: "square-peg", sans-serif;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(86, 77, 90, 0.5);
  font-style: italic;
  font-weight: 400;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1.2rem;
  margin-bottom: 5rem;
}

.news-item {
  position: relative;
  list-style: none;
}

.news-item a {
  display: block;
  position: relative;
  background: #ffffff;
  border: 1px solid #b8b2b4;
}

.label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  min-width: 5rem;
  height: 2rem;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e982ab;
  color: #fff;
  font-family: "shippori-mincho-b1", serif;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.news-thumb {
  height: 20vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-bottom: 1px solid #b8b2b4;
}

.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-title {
  padding: 0.8rem;
  font-family: "shippori-mincho-b1", serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #4a4345;
}

.news-date {
  padding: 0.6rem 0.8rem 0;
  font-family: "shippori-mincho-b1", serif;
  font-size: 0.9rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #8f888b;
}

.news-more {
  display: flex;
  justify-content: center;
}

.pagination-list {
  display: flex;
  gap: 1.4rem;
}

.pagination-list li {
  list-style: none;
}

.prev a,
.next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 4rem;
  line-height: 1;
  color: #e982ab;
}

.page a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #b8b2b4;
  font-family: "shippori-mincho-b1", serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #8f888b;
  background: #ffffff;
}

.page.current a {
  background: #e982ab;
  border: 1px solid #e982ab;
  color: #fff;
}

/* --- FOOTER --- */
.footer {
  background: #ffffff;
  padding: 6rem 0 4rem;
}

.footer-inner {
  padding: 0 10.67vw;
}

.footer-main {
  text-align: center;
  font-family: "shippori-mincho-b1", serif;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #4a4345;
  margin-bottom: 4rem;
}

.staff-credit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 1rem;
  list-style: none;
  padding: 0;
  margin: 0 0 3rem;
}

.staff-credit li {
  text-align: center;
  font-family: "shippori-mincho-b1", serif;
  font-size: 1.3rem;
  line-height: 2;
  color: #4a4345;
}

.staff-credit .full {
  grid-column: 1 / -1;
}

.release-text {
  text-align: center;
  font-family: "shippori-mincho-b1", serif;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #e982ab;
  margin-bottom: 3rem;
}

.copyright {
  font-family: "shippori-mincho-b1", serif;
  text-align: center;
  font-size: 1rem;
  color: #8f888b;
}

} /* end mobile */


/* ==========================================================
   PC – min-width: 721px
   Reference width: 720px (1rem = 10px at 720px)
   All rem values scale proportionally with viewport
========================================================== */
@media (min-width: 721px) {

/* --- FV --- */
.fv {
  position: relative;
}

.fv-inner {
  position: relative;
}

.fv-image {
  position: relative;
}

.fv-image img {
  width: 100%;
  height: auto;
  display: block;
}

.fv-title {
  position: absolute;
  top: 6.64vw;
  left: 10vw;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 1.2vw;
}

.fv-title img {
  display: block;
  width: auto;
  height: 12.5vw;
  object-fit: contain;
}

.fv-copy-ja {
  position: absolute;
  left: 4vw;
  bottom: 10vw;
  z-index: 2;
  font-size: 2.6vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #ffffff;
  font-family: "dnp-shuei-nmincho-std", serif;
  font-weight: 400;
  transform: scaleY(0.95) skewX(-10deg);
  transform-origin: left bottom;
}

/* --- INTRODUCTION --- */
.introduction {
  padding: 0;
  background: #f5f5f5;
}

.introduction .section-inner {
  max-width: none;
  width: 100%;
  padding: 0;
}

.introduction .section-heading {
  display: none;
}

.introduction-layout {
  position: relative;
}

.introduction-body {
  position: relative;
  background: linear-gradient(180deg, #df7ea7 0%, #efb9ce 100%);
  padding: 7rem 0 6rem;
}

.introduction-body p {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 66rem;
  margin: 8rem auto 0;
  font-size: 1.6rem;
  line-height: 2.6;
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}

.introduction-body::before {
  content: "INTRODUCTION";
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(86, 77, 90, 0.45);
  font-family: "square-peg", sans-serif;
  font-weight: 400;
}

.intro-mini {
  position: absolute;
  display: block;
  z-index: 2;
}

.intro-mini-left {
  left: 0;
  bottom: 0;
  width: 14rem;
}

.intro-mini-right {
  top: 0;
  right: 0;
  width: 14rem;
}

/* Deco — in the white gap area, right side */
.introduction-deco {
  position: relative;
  z-index: 4;
  text-align: right;
  padding-right: 10%;
  height: 0;
  overflow: visible;
}

.introduction-deco img {
  width: 11rem;
  position: absolute;
  top: 3rem;
  right: 6%;
}

/* White gap + image area */
.introduction-image2 {
  position: relative;
  z-index: 1;
  padding-top: 18rem;
  background: #ffffff;
}

.introduction-image2 img {
  width: 100%;
  display: block;
}

/* Pink semi-transparent band — at transition between white gap and image */
.introduction-image2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12rem;
  width: 46rem;
  height: 12rem;
  background: rgba(223, 126, 167, 0.55);
  z-index: 2;
}

/* Remove layout pseudo-elements — no longer needed */
.introduction-layout::before,
.introduction-layout::after {
  display: none;
}

.introduction-body2 {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  z-index: 4;
  width: 100%;
  max-width: 75rem;
}

.introduction-body2 p {
  font-size: 2.2rem;
  line-height: 2.6;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: right;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
}

.introduction-body2 p span:first-child {
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.introduction-body2 .line {
  display: inline-block;
  width: 8rem;
  height: 1px;
  margin: 0 1.6rem 0 2.4rem;
  vertical-align: middle;
  background: #fff;
}

/* --- STORY --- */
.story {
  position: relative;
  background: #FFE5E9;
  padding-top: 7rem;
}

.story-bg-sp {
  display: none;
}

.introduction-body2-sp {
  display: none;
}

.story-overlay {
  position: static;
  background: none;
  padding-top: 0;
}

.story .section-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 3rem;
}

.story .section-heading {
  margin-bottom: 5rem;
}

.story .section-title {
  text-align: center;
  font-family: "square-peg", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(86, 77, 90, 0.55);
  font-style: italic;
  font-weight: 400;
}

.story-body {
  max-width: 62rem;
  margin: 0 auto 7rem;
}

.story-body p {
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6;
  letter-spacing: 0.04em;
  color: #ef93b3;
  font-weight: 400;
}

.sp-white-gap {
  display: none;
}

.story-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #FFE5E9;
}

.story-gallery img {
  width: 100%;
  height: 22rem;
  object-fit: cover;
  display: block;
}

/* --- STAFF --- */
.staff {
  background: linear-gradient(180deg, #df7ea7 0%, #efb9ce 100%);
  padding: 7rem 0 4rem;
}

.staff .section-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.staff .section-heading {
  margin-bottom: 5rem;
}

.staff .section-title {
  text-align: center;
  font-family: "square-peg", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-style: italic;
  font-weight: 400;
}

.staff-list,
.staff-list2 {
  max-width: 72rem;
  margin: 0 auto 10rem;
}

.staff-name,
.staff-name2 {
  margin-bottom: 2.5rem;
  text-align: center;
  font-family: "shippori-mincho-b1", serif;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #4a3f48;
  font-weight: 400;
}

.staff-row {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.staff-thumb,
.staff-thumb2 {
  width: 18rem;
  flex-shrink: 0;
}

.staff-thumb img,
.staff-thumb2 img {
  width: 100%;
  display: block;
}

.staff-content,
.staff-content2 {
  flex: 1;
  padding-left: 2rem;
}

.staff-text,
.staff-text2 {
  font-family: "shippori-mincho-b1", serif;
  font-size: 1.6rem;
  line-height: 2.4;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-weight: 400;
}

/* --- INFORMATION --- */
.information {
  background: #FFE5E9;
  padding: 8rem 0 9rem;
}

.information .section-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.information .section-heading {
  margin-bottom: 7rem;
}

.information .section-title {
  text-align: center;
  font-family: "square-peg", sans-serif;
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(86, 77, 90, 0.5);
  font-style: italic;
  font-weight: 400;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.4rem;
  margin-bottom: 6rem;
}

.news-item {
  position: relative;
  list-style: none;
}

.news-item a {
  display: block;
  position: relative;
  background: #ffffff;
  border: 1px solid #b8b2b4;
}

.label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  min-width: 9rem;
  height: 3rem;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e982ab;
  color: #fff;
  font-family: "shippori-mincho-b1", serif;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.news-thumb {
  height: 14rem;
  border-bottom: 1px solid #b8b2b4;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-title {
  min-height: 5.4rem;
  padding: 1.6rem 1.8rem;
  font-family: "shippori-mincho-b1", serif;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #4a4345;
  white-space: nowrap;
}

.news-date {
  padding: 1.8rem 1.8rem 0.6rem;
  font-family: "shippori-mincho-b1", serif;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #8f888b;
}

.news-more {
  display: flex;
  justify-content: center;
}

.pagination-list {
  display: flex;
  gap: 1.6rem;
}

.pagination-list li {
  list-style: none;
}

.prev a,
.next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 4.5rem;
  line-height: 1;
  color: #e982ab;
}

.page a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid #b8b2b4;
  font-family: "shippori-mincho-b1", serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #8f888b;
  background: #ffffff;
}

.page.current a {
  background: #e982ab;
  border: 1px solid #e982ab;
  color: #fff;
}

/* --- FOOTER --- */
.footer {
  background: #ffffff;
  padding: 7rem 0 5rem;
}

.footer-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 3rem;
}

.footer-main {
  text-align: center;
  font-family: "shippori-mincho-b1", serif;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #4a4345;
  margin-bottom: 3rem;
}

.staff-credit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0 auto 5rem;
  max-width: 50rem;
}

.staff-credit li {
  text-align: center;
  font-family: "shippori-mincho-b1", serif;
  font-size: 1.3rem;
  line-height: 2;
  color: #4a4345;
}

.staff-credit .full {
  grid-column: 1 / -1;
}

.release-text {
  text-align: center;
  font-family: "shippori-mincho-b1", serif;
  font-size: 4.5rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #e982ab;
  margin-bottom: 2rem;
}

.copyright {
  font-family: "shippori-mincho-b1", serif;
  text-align: center;
  font-size: 1.2rem;
  color: #8f888b;
}

.footer-menu {
  display: none;
}

} /* end PC */

/* 990px以下: イントロダクション全体をビューポート比例で縮小 */
@media (max-width: 990px) and (min-width: 721px) {
  .intro-mini-left,
  .intro-mini-right {
    width: 12vw;
  }

  .introduction-body p {
    font-size: 1.6vw;
    line-height: 2.6;
  }

  .introduction-body::before {
    font-size: 4.6vw;
  }

  .introduction-body2 p {
    font-size: 2.2vw;
  }

  .introduction-body2 p span:first-child {
    font-size: 4.2vw;
  }

  .introduction-body2 .line {
    width: 6vw;
  }
}