@charset "UTF-8";
/*!
Theme Name: ハッピーリスト
Theme URI: https://happylist.asmik-ace.co.jp
Description:
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: happylist
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

ul,
ol {
  list-style: none;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  padding: 0;
  cursor: pointer;
}

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

address {
  font-style: normal;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
    scroll-padding-top: 60px;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  color: #231815;
  background-color: #f5f5f5;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 1em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background: #fff url("img/bg-paper.webp") center/cover no-repeat;
  pointer-events: none;
}

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

svg {
  vertical-align: bottom;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 16px 32px;
  color: #fff;
  background-color: #000;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: translateY(0);
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid #69690d;
  outline-offset: 2px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #e5e519;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #69690d;
}

@supports not selector(::-webkit-scrollbar) {
  html {
    scrollbar-color: #e5e519 #f5f5f5;
    scrollbar-width: thin;
  }
}
.is-locked {
  overflow: hidden;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .js:not(.is-fade-ready) .js-fade {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.main {
  flex: 1;
}
.main--sub {
  padding: 150px 40px 120px;
}
@media (max-width: 768px) {
  .main--sub {
    padding: 100px 20px 80px;
  }
}

.section {
  padding: 80px 40px;
}
.section--pattern {
  background: #fff url("img/bg-pattern.webp") center/cover no-repeat;
}
.section__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.section__line {
  display: block;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 20px;
  }
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  line-height: 1;
  text-align: center;
}
.heading__en {
  margin-right: -0.2em;
  color: #69690d;
  font-family: "Chau Philomene One", "Noto Sans JP", sans-serif;
  font-size: 2em;
  letter-spacing: 0.2em;
}
.heading__ja {
  margin-right: -0.2em;
  color: #231815;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.heading--large {
  gap: 10px;
}
.heading--large::after {
  content: "";
  width: 120px;
  margin-top: 15px;
  border-top: 1px dashed #231815;
}
.heading--large .heading__en {
  font-size: 3.125em;
}
.heading--large .heading__ja {
  font-size: 1.25em;
}
.heading--yellow .heading__en {
  color: #e5e519;
}
@media (max-width: 768px) {
  .heading {
    gap: 3px;
  }
  .heading__en {
    font-size: 1.7143em;
  }
  .heading__ja {
    font-size: 0.7143em;
  }
  .heading--large {
    gap: 10px;
  }
  .heading--large .heading__en {
    font-size: 2.2857em;
  }
  .heading--large .heading__ja {
    font-size: 1.0714em;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  background-color: #e5e519;
  border-radius: 0 0 10px 10px;
}
.header__sns {
  display: flex;
  gap: 18px;
  height: 100%;
}
.header__sns-item {
  height: 100%;
}
.header__sns-link {
  display: flex;
  align-items: center;
  width: 22px;
  height: 100%;
  transition: opacity 0.3s ease;
}
.header__sns-link:hover {
  opacity: 0.6;
}
.header__menu-btn {
  display: none;
}
.header__nav {
  height: 100%;
}
.header__nav-list {
  display: flex;
  gap: 24px;
  height: 100%;
}
.header__nav-item {
  height: 100%;
}
.header__nav-link {
  display: flex;
  align-items: center;
  height: 100%;
  color: #30300c;
  font-family: "Chau Philomene One", "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.2em;
  line-height: 1;
  transition: opacity 0.3s ease;
}
.header__nav-link:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .header {
    height: 60px;
    padding: 0 0 0 10px;
  }
  .header__sns {
    gap: 0;
  }
  .header__sns-link {
    width: 40px;
    padding: 8px;
  }
  .header__menu-btn {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
  }
  .header__menu-line {
    position: absolute;
    right: 16px;
    height: 2px;
    background-color: #30300c;
    border-radius: 1px;
    transition: top 0.25s ease 0.2s, width 0.25s ease 0.2s, transform 0.25s ease, opacity 0.2s ease 0.2s;
  }
  .header__menu-line:nth-child(1) {
    top: 20px;
    width: 28px;
  }
  .header__menu-line:nth-child(2) {
    top: 29px;
    width: 20px;
  }
  .header__menu-line:nth-child(3) {
    top: 38px;
    width: 12px;
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 60px 40px;
    overflow-y: auto;
    background-color: #e5e519;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .header__nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    height: auto;
  }
  .header__nav-item {
    height: auto;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .header__nav-link {
    height: auto;
    font-size: 1.7143em;
  }
  .header.is-open .header__menu-line {
    top: 29px;
    width: 28px;
    transition: top 0.25s ease, width 0.25s ease, transform 0.25s ease 0.2s, opacity 0.2s ease;
  }
  .header.is-open .header__menu-line:nth-child(1) {
    transform: rotate(45deg);
  }
  .header.is-open .header__menu-line:nth-child(2) {
    opacity: 0;
  }
  .header.is-open .header__menu-line:nth-child(3) {
    transform: rotate(-45deg);
  }
  .header.is-open .header__nav {
    opacity: 1;
    visibility: visible;
  }
  .header.is-open .header__nav-item {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 0.5s;
  }
  .header.is-open .header__nav-item:nth-child(1) {
    transition-delay: 0.15s;
  }
  .header.is-open .header__nav-item:nth-child(2) {
    transition-delay: 0.22s;
  }
  .header.is-open .header__nav-item:nth-child(3) {
    transition-delay: 0.29s;
  }
  .header.is-open .header__nav-item:nth-child(4) {
    transition-delay: 0.36s;
  }
  .header.is-open .header__nav-item:nth-child(5) {
    transition-delay: 0.43s;
  }
  .header.is-open .header__nav-item:nth-child(6) {
    transition-delay: 0.5s;
  }
}

.kv {
  position: relative;
  overflow: hidden;
}
.kv__visual {
  display: block;
}
.kv.is-animate .kv__visual img {
  transform: scale(1.1);
}
.kv.is-animate .kv__copy {
  opacity: 0;
  transform: translateY(10px);
}
.kv.is-animate .kv__title,
.kv.is-animate .kv__release {
  opacity: 0;
  filter: blur(10px);
}
.kv.is-animate.is-start .kv__visual img {
  transform: scale(1);
  transition: transform 10s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.kv.is-animate.is-start .kv__copy {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 2s ease 0.6s, transform 2s ease 0.6s;
}
.kv.is-animate.is-start .kv__title,
.kv.is-animate.is-start .kv__release {
  opacity: 1;
  filter: blur(0);
  transition: opacity 2s ease, filter 2s ease;
}
.kv.is-animate.is-start .kv__title {
  transition-delay: 1.2s;
}
.kv.is-animate.is-start .kv__release {
  transition-delay: 2.4s;
}
.kv__title {
  position: absolute;
  top: 12.08%;
  left: 33.54%;
  width: 32.55%;
}
.kv__copy {
  position: absolute;
  top: 30.68%;
  left: 49.32%;
  width: 1.354%;
}
.kv__release {
  position: absolute;
  top: 89%;
  left: 79.64%;
  width: 18.33%;
}
@media (max-width: 768px) {
  .kv__title {
    top: 19.25%;
    left: 9.87%;
    width: 78.93%;
  }
  .kv__copy {
    top: 34.91%;
    left: 48.53%;
    width: 3.2%;
  }
  .kv__release {
    top: 91.52%;
    left: 32.27%;
    width: 41.07%;
  }
}

.info {
  padding: 40px 40px 80px;
  background: #fff url("img/bg-pattern.webp") center/cover no-repeat;
}
@media (max-width: 768px) {
  .info {
    padding: 20px 0 50px;
  }
}

.credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.credit__cast {
  width: 226px;
}
.credit__staff {
  width: 634px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .credit {
    gap: 8px;
    padding: 0 20px;
  }
  .credit__cast {
    width: 160px;
  }
  .credit__staff {
    width: 320px;
  }
}

.news {
  max-width: 1100px;
  margin: 60px auto 0;
}
.news__list {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.news__item {
  display: flex;
  flex: 0 0 260px;
  scroll-snap-align: start;
}
.news__more {
  display: table;
  margin: 16px 0 0 auto;
  color: #000;
  font-family: "Chau Philomene One", "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1;
  transition: opacity 0.3s ease;
}
.news__more:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .news {
    margin-top: 40px;
  }
  .news__list {
    gap: 10px;
    margin-top: 10px;
    padding: 0 20px;
    scroll-padding: 0 20px;
  }
  .news__list::after {
    content: "";
    flex: 0 0 10px;
  }
  .news__item {
    flex-basis: 220px;
  }
  .news__more {
    margin-right: 20px;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 20px;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}
.news-card:hover {
  opacity: 0.7;
}
.news-card__date {
  padding-bottom: 10px;
  font-family: "Chau Philomene One", "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 2;
  border-bottom: 1px solid #69690d;
}
.news-card__title {
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: justify;
}
@media (max-width: 768px) {
  .news-card__date {
    border-bottom-color: #e5e519;
  }
}

.trailer {
  max-width: 1100px;
  margin: 70px auto 0;
}
.trailer__thumb {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-top: 40.2%;
  overflow: hidden;
  background-color: #d9d9d9;
  border-radius: 20px;
  isolation: isolate;
}
.trailer__thumb:hover .trailer__play::before {
  transform: scale(1.1);
}
.trailer__movie {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-top: 56.25%;
  transform: translateY(-50%);
  pointer-events: none;
}
.trailer__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.trailer__movie::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 4px 4px;
}
.trailer__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  transform: translate(-50%, -50%);
}
.trailer__play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/icon-play.svg") center/contain no-repeat;
  transition: transform 0.3s ease;
}
.trailer__play-text {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  padding-left: 0.2em;
  color: #e5e519;
  font-family: "Chau Philomene One", "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.2em;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  transform: translateX(-50%);
}
.trailer__label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 20px auto 0;
  font-weight: 700;
  letter-spacing: 0.2em;
  transition: opacity 0.3s ease;
}
.trailer__label::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url("img/icon-play.svg") center/contain no-repeat;
}
.trailer__label:hover {
  opacity: 0.7;
}
.trailer__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
  margin-top: 20px;
}
.trailer__tab {
  padding-bottom: 4px;
  color: rgba(35, 24, 21, 0.5);
  font-weight: 700;
  letter-spacing: 0.2em;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.trailer__tab:hover, .trailer__tab.is-active {
  color: #231815;
}
.trailer__tab.is-active {
  border-bottom-color: #e5e519;
}
@media (max-width: 768px) {
  .trailer {
    margin-top: 40px;
    padding: 0 20px;
  }
  .trailer__thumb {
    margin-top: 10px;
    padding-top: 45%;
    border-radius: 10px;
  }
  .trailer__play {
    width: 64px;
    height: 64px;
  }
  .trailer__play-text {
    margin-top: 6px;
    font-size: 1.1429em;
  }
  .trailer__label, .trailer__tabs {
    margin-top: 12px;
  }
  .trailer__tabs {
    gap: 8px 20px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: 60px;
  height: 60px;
  background-color: #e5e519;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__video {
  --video-w: min(90vw, calc((100vh - 200px) * 16 / 9));
  position: relative;
  width: var(--video-w);
  height: calc(var(--video-w) * 9 / 16);
  background-color: #000;
}
.modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 768px) {
  .modal__close {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
  }
  .modal__video {
    --video-w: min(100vw, calc((100vh - 140px) * 16 / 9));
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff url("img/bg-paper.webp") center/cover no-repeat;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  animation: loading-fallback 0s 8s forwards;
}
.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.loading__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.loading__title {
  width: 354px;
  opacity: 0;
  animation: loading-fade 0.8s ease 0.2s forwards;
}
.loading__line {
  display: block;
  width: 480px;
  max-width: 90vw;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  animation: loading-line 1.2s ease-out 0.6s forwards;
}
@media (max-width: 768px) {
  .loading__title {
    width: 260px;
  }
  .loading__line {
    width: 300px;
  }
}

@keyframes loading-fade {
  to {
    opacity: 1;
  }
}
@keyframes loading-line {
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes loading-fallback {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.intro {
  margin-top: 40px;
}
.intro__catch {
  margin-top: 30px;
}
.intro__catch picture {
  display: block;
}
.intro__text {
  margin: 20px 0 30px;
  color: #000;
  line-height: 2;
  text-align: justify;
}
.intro__text > p + p {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .intro {
    margin-top: 30px;
  }
}

.story {
  margin-top: 40px;
}
.story__catch picture {
  display: block;
}
.story__catch--first {
  margin-top: 40px;
}
.story__catch--last {
  margin: 20px 0 40px;
}
.story__text {
  margin-top: 20px;
  color: #000;
  line-height: 2;
  text-align: justify;
}
.story__text > p + p {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .story {
    margin-top: 30px;
  }
  .story__catch--first {
    margin-top: 30px;
  }
  .story__catch--last {
    margin: 10px 0 30px;
  }
  .story__text {
    margin-top: 10px;
  }
}

.comment {
  margin-top: 60px;
}
.comment__head {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.comment__photo {
  flex: 0 0 50.36%;
}
.comment__names {
  position: relative;
  flex: 1;
  min-width: 0;
}
.comment__name-en {
  position: absolute;
  bottom: 50px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: rgba(229, 229, 25, 0.7);
  font-family: "Chau Philomene One", "Noto Sans JP", sans-serif;
  line-height: 1;
  white-space: nowrap;
}
.comment__name-en-main {
  font-size: 3.75em;
}
.comment__name-en-sub {
  font-size: 2.5em;
}
.comment__name-ja {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
  color: #000;
  font-weight: 500;
  line-height: 1;
}
.comment__name {
  font-size: 2em;
}
.comment__slash {
  font-size: 1.125em;
}
.comment__role {
  font-size: 2em;
}
.comment__role-suffix {
  font-size: 0.75em;
}
.comment__role--small {
  font-size: 1.25em;
}
.comment__body {
  margin-top: 20px;
  color: #000;
  line-height: 2;
  text-align: justify;
}
.comment__body > p + p {
  margin-top: 10px;
}
.comment__profile {
  margin-top: 20px;
  padding: 30px 40px;
  background-color: #f9f9db;
}
.comment__profile-title {
  color: #69690d;
  font-family: "Chau Philomene One", "Noto Sans JP", sans-serif;
  font-size: 1.125em;
  letter-spacing: 0.2em;
  line-height: 1;
}
.comment__profile-text {
  margin-top: 10px;
  color: #000;
  font-size: 0.9375em;
  line-height: 2;
  text-align: justify;
}
.comment__line {
  margin: 40px 0;
}
.comment__item--reverse .comment__head {
  flex-direction: row-reverse;
}
.comment__item--reverse .comment__name-en {
  right: 0;
  left: auto;
  align-items: flex-end;
}
.comment__item--reverse .comment__name-ja {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .comment {
    margin-top: 30px;
  }
  .comment__head, .comment__item--reverse .comment__head {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .comment__photo {
    flex: none;
  }
  .comment__name-en, .comment__item--reverse .comment__name-en {
    top: calc(-20px - 2em);
    right: 0;
    bottom: auto;
    left: auto;
    align-items: flex-end;
  }
  .comment__name-en-main {
    font-size: 2.1429em;
  }
  .comment__name-en-sub {
    font-size: 1.4286em;
  }
  .comment__name-ja, .comment__item--reverse .comment__name-ja {
    justify-content: flex-start;
  }
  .comment__name {
    font-size: 1.5714em;
  }
  .comment__slash {
    font-size: 1.2857em;
  }
  .comment__role {
    font-size: 1.5714em;
  }
  .comment__role-suffix {
    font-size: 0.6364em;
  }
  .comment__role--small {
    font-size: 1.1429em;
  }
  .comment__profile {
    padding: 30px 20px;
  }
  .comment__profile-title {
    font-size: 1.2857em;
  }
  .comment__profile-text {
    font-size: 0.9286em;
  }
}

.news-list {
  max-width: 1100px;
  margin: 0 auto;
}
.news-list__items {
  display: grid;
  gap: 20px;
  max-width: 800px;
  margin: 40px auto 0;
}
.news-list__item {
  display: flex;
}
.news-list__empty {
  margin-top: 40px;
  text-align: center;
}
.news-list .pagination {
  margin-top: 60px;
}
.news-list .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.news-list .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  font-family: "Chau Philomene One", "Noto Sans JP", sans-serif;
  background-color: #fff;
  border-radius: 20px;
  transition: opacity 0.3s ease;
}
.news-list .page-numbers.current {
  background-color: #e5e519;
}
.news-list .page-numbers:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .news-list__items {
    gap: 10px;
    margin-top: 24px;
  }
  .news-list .pagination {
    margin-top: 40px;
  }
}

.article {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 60px 60px;
  background-color: #fff;
  border-radius: 10px;
}
.article__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e519;
}
.article__date {
  display: block;
  font-family: "Chau Philomene One", "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}
.article__title {
  margin-top: 0.5em;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.article__thumb {
  margin-top: 30px;
}
.article__body {
  --post-content-bleed: 60px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .article {
    padding: 30px 20px 40px;
  }
  .article__title {
    font-size: 1.2857em;
  }
  .article__body {
    --post-content-bleed: 20px;
  }
}

.post-content {
  color: #231815;
  line-height: 2;
  overflow-wrap: break-word;
  --wp--preset--font-size--small: 0.875em;
  --wp--preset--font-size--medium: 1em;
  --wp--preset--font-size--large: 1.25em;
  --wp--preset--font-size--x-large: 1.5em;
}
.post-content > * + * {
  margin-top: 1.5em;
}
.post-content h2 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6;
}
.post-content h3 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.6;
}
.post-content ul {
  padding-left: 1.5em;
  list-style: disc;
}
.post-content ol {
  padding-left: 1.5em;
  list-style: decimal;
}
.post-content a {
  color: #69690d;
  text-decoration: underline;
}
.post-content strong {
  font-weight: 700;
}
.post-content img {
  width: auto;
}
.post-content figcaption {
  margin-top: 0.5em;
  font-size: 0.875em;
  text-align: center;
}
.post-content .aligncenter {
  text-align: center;
}
.post-content .aligncenter img {
  margin-right: auto;
  margin-left: auto;
}
.post-content .alignwide img,
.post-content .alignfull img {
  width: 100%;
}
.post-content .alignfull {
  max-width: none;
  margin-right: calc(var(--post-content-bleed, 0px) * -1);
  margin-left: calc(var(--post-content-bleed, 0px) * -1);
}
.post-content .youtube-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.post-content .youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.post-content .has-background:not(.wp-block-button__link) {
  padding: 1em 1.5em;
}
@media (max-width: 768px) {
  .post-content .has-background:not(.wp-block-button__link) {
    padding: 0.8em 1em;
  }
}
.post-content .has-yellow-color {
  color: #e5e519;
}
.post-content .has-yellow-background-color {
  background-color: #e5e519;
}
.post-content .has-olive-color {
  color: #69690d;
}
.post-content .has-olive-background-color {
  background-color: #69690d;
}
.post-content .has-dark-color {
  color: #30300c;
}
.post-content .has-dark-background-color {
  background-color: #30300c;
}
.post-content .has-black-color {
  color: #231815;
}
.post-content .has-black-background-color {
  background-color: #231815;
}
.post-content .has-pale-color {
  color: #f9f9db;
}
.post-content .has-pale-background-color {
  background-color: #f9f9db;
}
.post-content .has-gray-color {
  color: #d9d9d9;
}
.post-content .has-gray-background-color {
  background-color: #d9d9d9;
}
.post-content .has-white-color {
  color: #fff;
}
.post-content .has-white-background-color {
  background-color: #fff;
}

.wp-block-paragraph {
  margin-top: 0.25em;
}

.post-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  max-width: 800px;
  margin: 40px auto 0;
}
.post-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  font-family: "Chau Philomene One", "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1;
  background-color: #fff;
  border-radius: 22px;
  transition: opacity 0.3s ease;
}
.post-nav__link:hover {
  opacity: 0.7;
}
.post-nav__link--prev {
  grid-column: 1;
  justify-self: start;
}
.post-nav__link--list {
  grid-column: 2;
  background-color: #e5e519;
}
.post-nav__link--next {
  grid-column: 3;
  justify-self: end;
}
@media (max-width: 768px) {
  .post-nav {
    gap: 10px;
    margin-top: 30px;
  }
  .post-nav__link {
    padding: 0 16px;
  }
}

.notfound {
  text-align: center;
}
.notfound__title {
  font-size: 1.5em;
  font-weight: 700;
}
.notfound__text {
  margin-top: 20px;
}
.notfound__link {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 40px;
  font-weight: 700;
  background-color: #e5e519;
  border-radius: 30px;
  transition: opacity 0.3s ease;
}
.notfound__link:hover {
  opacity: 0.7;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 40px 20px 80px;
  background-color: #e5e519;
}
.footer__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__title {
  width: 354px;
  max-width: 100%;
}
.footer__release {
  width: 174px;
}
.footer__share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__share-sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__share-label {
  font-size: 0.8375em;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.footer__share-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__share-link {
  display: block;
  width: 24px;
  transition: opacity 0.3s ease;
}
.footer__share-link:hover {
  opacity: 0.6;
}
.footer__banners {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__privacy {
  font-size: 0.8125em;
  line-height: 1;
}
.footer__privacy-link {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.footer__privacy-link:hover {
  opacity: 0.6;
}
.footer__seals {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer__seal {
  display: block;
  width: 100px;
  height: 50px;
}
.footer__copyright:empty {
  display: none;
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 20px 60px;
  }
  .footer__title {
    width: 300px;
  }
  .footer__share-label {
    font-size: 0.9571em;
  }
}

.info__share-filmarks {
  display: block;
  width: 92px;
  overflow: hidden;
  border-radius: 5px;
  transition: opacity 0.3s ease;
}
.info__share-filmarks:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */