@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  overscroll-behavior-y: contain;
}

body {
  margin: 0;
  font-family: "Roboto Condensed", "Zen Kaku Gothic Antique", sans-serif;
  color: #000;
  background: #fff9ee;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.08em;
}

a {
  color: #0e60ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.btn {
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

@media (max-width: calc(576px - 0.02px)) {
  .site-header {
    padding: 20px 30px;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.site-header .site-title {
  text-align: center;
  padding: 50px 30px;
}
@media (max-width: calc(576px - 0.02px)) {
  .site-header .site-title {
    padding: 0;
    text-align: left;
  }
  .site-header .site-title img {
    vertical-align: middle;
  }
}
.site-header .site-title a {
  display: inline-block;
  max-width: 180px;
}
@media (max-width: calc(576px - 0.02px)) {
  .site-header .site-title a {
    max-width: 100px;
  }
}
.site-header .menu--primary {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 19.2px;
}
.site-header .menu--primary li {
  margin: 0;
}
.site-header nav {
  text-align: center;
}
.site-header nav ul {
  width: 24px;
}
@media (max-width: calc(576px - 0.02px)) {
  .site-header nav ul {
    width: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.site-header nav ul li {
  width: 24px;
  margin: 4px 0;
}
@media (max-width: calc(576px - 0.02px)) {
  .site-header nav ul li {
    margin: 0 8px;
  }
  .site-header nav ul li img {
    vertical-align: middle;
  }
}
.site-header nav ul li:first-child {
  margin-bottom: 0px;
  height: 24px;
}
@media (max-width: calc(576px - 0.02px)) {
  .site-header nav ul li:first-child {
    margin-bottom: 0;
    margin-top: 2px;
    margin-right: 0;
  }
}

.site-footer {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: calc(576px - 0.02px)) {
  .site-footer {
    position: static;
    transform: inherit;
    writing-mode: inherit;
    text-align: center;
    padding: 20px;
  }
}
.site-footer .footer-inner {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  color: #666;
}
.site-footer .menu--footer {
  list-style: none;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
.hero h1 {
  margin: 0 0 16px 0;
  font-size: clamp(28px, 4vw, 48px);
  width: 300px;
}
.hero p {
  margin: 0;
  color: #666;
}
.hero .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hero-title {
  width: auto;
  max-width: 280px;
}
@media (max-width: calc(576px - 0.02px)) {
  .hero-title {
    max-width: 180px;
  }
}

.entry {
  padding: 32px 0;
}
.entry .entry-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.entry .entry-content p {
  margin: 0 0 30px 0;
}
.entry .entry-content:last-child p {
  margin-bottom: 0;
}
.entry .entry-content img {
  max-width: 100%;
  height: auto;
}
.entry .entry-footer {
  padding-top: 30px;
  margin-top: 60px;
  border-top: 1px solid #000;
}
.entry .post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.entry .post-nav a {
  color: #000;
}

section {
  width: auto;
  max-width: 1040px;
  padding: 80px 40px;
  margin: auto;
}
@media (max-width: calc(576px - 0.02px)) {
  section {
    padding: 80px 30px;
  }
  section.contact, section.archive, section.single {
    padding-top: 160px;
  }
}

.profile_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
  margin-bottom: 150px;
}
@media (max-width: calc(768px - 0.02px)) {
  .profile_wrap {
    gap: 15px;
    margin-bottom: 60px;
  }
}
@media (max-width: calc(768px - 0.02px)) {
  .profile_wrap {
    flex-direction: column;
  }
}
.profile_wrap div {
  width: 48%;
}
.profile_wrap div.btn {
  width: auto;
  justify-content: flex-end;
  padding: 0;
  margin-top: 50px;
}
@media (max-width: calc(768px - 0.02px)) {
  .profile_wrap div.btn {
    justify-content: center;
  }
}
@media (max-width: calc(768px - 0.02px)) {
  .profile_wrap div {
    width: 100%;
  }
}
.profile_wrap.reverse {
  flex-direction: row-reverse;
}
@media (max-width: calc(768px - 0.02px)) {
  .profile_wrap.reverse {
    flex-direction: column;
    margin-top: 100px;
  }
}
.profile_wrap:last-of-type {
  margin-bottom: 0;
}

.profile__img {
  max-width: 450px;
}
@media (max-width: calc(768px - 0.02px)) {
  .profile__img {
    text-align: center;
    margin: auto;
  }
}

h2 {
  font-size: 32px;
  margin-bottom: 100px;
}
@media (max-width: calc(576px - 0.02px)) {
  h2 {
    margin-bottom: 50px;
    font-size: 26px;
  }
}

.works__title {
  font-size: 32px;
  margin-bottom: 100px;
  text-transform: uppercase;
}
@media (max-width: calc(576px - 0.02px)) {
  .works__title {
    margin-bottom: 50px;
    font-size: 26px;
  }
}

.site-header {
  position: relative;
  z-index: 999999;
}
@media (max-width: calc(576px - 0.02px)) {
  .site-header {
    position: fixed;
    top: 0;
  }
}

@media (max-width: calc(576px - 0.02px)) {
  .home .site-header {
    justify-content: flex-end;
  }
}
.home .profile__txt {
  max-width: 460px;
}
@media (max-width: calc(768px - 0.02px)) {
  .home .profile__txt {
    max-width: none;
  }
}
.home .profile__txt h2 {
  margin-bottom: 40px;
  font-size: 28px;
  text-align: left;
}
.home .profile__txt h2 span {
  font-size: 14px;
  display: block;
}

.site-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
}
@media (max-width: calc(576px - 0.02px)) {
  .site-nav {
    position: static;
    transform: inherit;
  }
}
.site-nav .menu-trigger {
  position: relative;
  z-index: 1002;
}
.site-nav .menu-trigger > button {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.site-nav .menu-trigger > button span {
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 1px;
  width: 100%;
  background: #000;
  border-radius: 0;
  transition: 0.3s ease;
}
.site-nav .menu-trigger > button span:nth-child(1) {
  top: 0px;
}
@media (max-width: calc(576px - 0.02px)) {
  .site-nav .menu-trigger > button span:nth-child(1) {
    top: 4px;
  }
}
.site-nav .menu-trigger > button span:nth-child(2) {
  top: 8px;
}
@media (max-width: calc(576px - 0.02px)) {
  .site-nav .menu-trigger > button span:nth-child(2) {
    top: 12px;
  }
}
.site-nav .menu-trigger > button span:nth-child(3) {
  top: 16px;
}
@media (max-width: calc(576px - 0.02px)) {
  .site-nav .menu-trigger > button span:nth-child(3) {
    top: 20px;
  }
}
.site-nav .menu-trigger.active > button span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
@media (max-width: calc(576px - 0.02px)) {
  .site-nav .menu-trigger.active > button span:nth-child(1) {
    top: 12px;
  }
}
.site-nav .menu-trigger.active > button span:nth-child(2) {
  opacity: 0;
}
.site-nav .menu-trigger.active > button span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}
@media (max-width: calc(576px - 0.02px)) {
  .site-nav .menu-trigger.active > button span:nth-child(3) {
    top: 12px;
  }
}

#profile-title {
  position: absolute;
  left: -13px;
  top: -40px;
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  z-index: 9;
}

.news {
  padding-top: 130px;
}
.news .container {
  position: relative;
}

#news-title {
  position: absolute;
  right: 0;
  top: -140px;
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
}

.profile__img {
  position: relative;
}

.profile__txt {
  margin-top: 50px;
}
@media (max-width: calc(576px - 0.02px)) {
  .profile__txt {
    margin-top: 30px;
  }
}
.profile__txt p {
  margin-bottom: 20px;
}
.profile__txt p:last-child {
  margin-bottom: 0;
}

.arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #000;
  animation: fadeArrow 2s infinite;
}
@media (max-width: calc(576px - 0.02px)) {
  .arrow {
    bottom: 120px;
  }
}

@keyframes fadeArrow {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(5px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
}
.news-item {
  margin: 60px 0;
}
@media (max-width: calc(576px - 0.02px)) {
  .news-item {
    margin: 30px 0;
  }
}
.news-item header div {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
}
@media (max-width: calc(576px - 0.02px)) {
  .news-item header div {
    flex-direction: column;
    gap: 10px;
  }
}
.news-item header h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.news-item header a {
  color: #000;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.sns .btn {
  margin-top: 60px;
}
.btn a {
  padding: 10px 25px;
  display: block;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}

#footerlink .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: calc(576px - 0.02px)) {
  #footerlink .container {
    flex-direction: column;
    gap: 20px;
  }
}
#footerlink .container a {
  font-size: 14px;
  color: #000;
}

.wp-block-snow-monkey-forms-item {
  margin-bottom: 50px;
}
@media (max-width: calc(576px - 0.02px)) {
  .wp-block-snow-monkey-forms-item {
    margin-bottom: 25px;
  }
}

.smf-item__col--label {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media (max-width: calc(576px - 0.02px)) {
  .smf-item__col--label {
    display: block;
  }
}
.smf-item__col--label .smf-item__description {
  margin: 0;
  color: #e60012;
  font-size: 12px;
}

.smf-action .smf-button-control__control {
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  padding: 10px 25px;
}

.terms_box,
.privacy_box {
  margin-bottom: 60px;
}
.terms_box a,
.privacy_box a {
  color: #e60012;
}
@media (max-width: calc(576px - 0.02px)) {
  .terms_box,
  .privacy_box {
    margin-bottom: 30px;
  }
}
.terms_box:last-child,
.privacy_box:last-child {
  margin-bottom: 0;
}
.terms_box h3,
.privacy_box h3 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}
@media (max-width: calc(576px - 0.02px)) {
  .terms_box h3,
  .privacy_box h3 {
    font-size: 18px;
  }
}
.terms_box h4,
.privacy_box h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: calc(576px - 0.02px)) {
  .terms_box h4,
  .privacy_box h4 {
    font-size: 16px;
  }
}

.number-list {
  list-style: none;
  counter-reset: number;
  padding-left: 2em;
}
.number-list li {
  counter-increment: number;
  margin-bottom: 0.5em;
  text-indent: -2.2em;
}
.number-list li::before {
  content: "(" counter(number) ") ";
  margin-right: 0.5em;
}

.archive-list .news-item {
  padding-bottom: 60px;
  border-bottom: 1px dashed #000;
}
@media (max-width: calc(576px - 0.02px)) {
  .archive-list .news-item {
    padding-bottom: 30px;
  }
}
.archive-list .news-item:last-child {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.archive-list .news-item__date {
  color: darkgray;
}

.pager a {
  color: #000;
  padding: 0 4px;
}
.pager a.prev, .pager a.next {
  font-weight: 600;
}
.pager a.prev {
  margin-right: 10px;
}
.pager a.next {
  margin-left: 10px;
}
.pager span {
  color: darkgray;
  padding: 0 4px;
}

.archive-list h3 {
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 20px !important;
  font-weight: 600;
}
@media (max-width: calc(576px - 0.02px)) {
  .archive-list h3 {
    font-size: 18px !important;
  }
}
.archive-list h3 .news-item {
  border-bottom: 1px dashed #000;
}

.entry-cats {
  margin-left: 10px;
}
.entry-cats a {
  color: darkgray;
  font-size: 14px;
}

.entry-meta {
  margin-bottom: 10px;
  color: darkgrey;
}

.slide-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1001;
  display: flex;
  align-items: center;
}
@media (max-width: calc(576px - 0.02px)) {
  .slide-menu {
    width: 45%;
  }
}
.slide-menu.open {
  right: 0;
}
.slide-menu-inner {
  padding: 80px 20px;
}
.slide-menu-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slide-menu-inner ul li {
  margin-bottom: 20px;
}
.slide-menu-inner ul li:last-child {
  margin-bottom: 0;
}
.slide-menu-inner ul a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
}
.slide-menu-inner ul a:hover {
  text-decoration: underline;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.menu-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.mv-mask-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.mv-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff9ee;
  /* 背景と合わせる */
  z-index: 10;
  pointer-events: none;
  /* 0.2s 後に開始、2.5s かけて右へ抜ける */
  animation: maskSlide 2.5s cubic-bezier(0.6, 0, 1, 1) forwards;
  animation-delay: 0.2s;
}

@keyframes maskSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.mv {
  /* 初期状態 */
  /* ドットはフェードのみ */
  /* アニメーション
     - ロゴ：1.5s遅延 → 1.0sでフェード+スライドアップ
     - 太陽：ロゴ直後（= 1.5 + 1.0 = 2.5s から開始）
     - ドット：太陽直後（= 2.5 + 0.9 = 3.4s から開始）
  */
}
.mv .mv__svg {
  display: block;
  width: 100%;
  height: auto;
}
.mv #logoGroup,
.mv #sunGroup {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: translateY(5px);
}
.mv #dot {
  opacity: 0;
}
.mv #logoGroup {
  /*animation: upFade 1s ease-out 1.5s forwards;*/
  opacity: 1;
  transform: none;
}
.mv #sunGroup {
  /*animation: upFade 0.9s ease-out 2.5s forwards;*/
  opacity: 0;
  transform: translateY(5px);
  animation: upFade 0.8s ease-out forwards;
  animation-delay: 4s;
}
.mv #dot {
  /*animation: fadeOnly 0.6s ease-out 3.4s forwards;*/
  opacity: 0;
  animation: fadeOnly 0.6s ease-out forwards;
  animation-delay: 2.8s;
}
@media (prefers-reduced-motion: reduce) {
  .mv #logoGroup,
  .mv #sunGroup,
  .mv #dot {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@keyframes upFade {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOnly {
  to {
    opacity: 1;
  }
}
.eui-widget-title a {
  font-family: "Roboto Condensed", "Zen Kaku Gothic Antique", sans-serif;
}

:root {
  /* ベースの下マージン（自由に調整） */
  --arrow-base-bottom: 16px;
}

/* 端末共通の見た目 */
.scroll-indicator {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  /* iOSのホームバー等のセーフエリア分だけ自動で持ち上げる */
  bottom: calc(var(--arrow-base-bottom) + env(safe-area-inset-bottom, 0px));
  z-index: 1000;
  padding: 0.4rem 0.6rem;
  color: #000;
  line-height: 1;
  font-size: 14px;
  border: 0;
}

/* キーボード表示時などで隠れるのを防ぐ用：JSから .is-hidden を付け外し */
.scroll-indicator.is-hidden {
  opacity: 0 !important;
  animation: none !important;
  transition: none !important;
  pointer-events: none;
}

.eapps-widget-toolbar {
  display: none !important;
}

.fade-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dot-list {
  list-style: none;
  padding-left: 1em;
  margin-top: 100px;
}
.dot-list li {
  position: relative;
  margin-bottom: 0.5em;
  text-indent: -1.2em;
  font-size: 12px;
}
.dot-list li::before {
  content: "・";
  font-size: 1em;
  display: inline-block;
  width: 1.2em;
  text-align: center;
  color: #000;
}

.notes {
  font-size: 12px;
  margin-top: 10px;
  text-indent: -1.2em;
  padding-left: 0.8em;
}

.works h1 {
  font-size: 32px;
  margin-bottom: 80px;
}
.works h1 span {
  font-size: 18px;
  display: block;
}
.works .genre {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 30px;
}
.works .genre p:first-child {
  width: 130px;
}
.works .genre p:last-child {
  font-size: 12px;
}
.works .genre::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
  margin-bottom: -10px;
}
.works .nowshowing .genre {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
}
.works .nowshowing .genre::after {
  display: none;
}
@media (max-width: calc(576px - 0.02px)) {
  .works .nowshowing .works_box {
    flex-direction: column;
  }
  .works .nowshowing .works_box .works_y {
    padding-bottom: 0;
  }
  .works .nowshowing .works_box .works_cts {
    padding-left: 0;
  }
}

.works_wrap {
  margin-bottom: 80px;
}
.works_wrap:last-child {
  margin-bottom: 0;
}

.works_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.works_box div {
  padding: 20px;
}
@media (max-width: calc(576px - 0.02px)) {
  .works_box div.works_y {
    padding-left: 0;
  }
  .works_box div.works_cts {
    padding-right: 0;
  }
}
.works_box div.works_cts span {
  display: inline-block;
  margin-bottom: 8px;
}

.profile-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.profile-slider .slider-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}
.profile-slider .slider-item {
  min-width: 100%;
  flex-shrink: 0;
  width: 100%;
}
.profile-slider img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.profile-slider .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-slider .slider-arrow.prev {
  left: 10px;
}
.profile-slider .slider-arrow.next {
  right: 10px;
}

.appearing_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100% !important;
  margin-top: 80px;
}
.appearing_ttl div {
  font-weight: 600;
  width: 182px;
  position: relative;
}
.appearing_ttl div::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  right: 10px;
  bottom: 7px;
  background-color: #000;
}
.appearing_ttl span {
  font-size: 14px;
  opacity: 0.7;
}

.appearing_list li p {
  background-color: #ececec;
  font-size: 12px;
  padding: 3px 5px;
  text-align: center;
  display: inline-block;
  margin: 20px 0 0 0;
}
.appearing_list li h3 {
  margin-top: 5px;
  font-size: 14px;
}/*# sourceMappingURL=main.css.map */