/* 共通 */

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000;
}

body:not(.home):not(.front-page) {
  background: url("/assets/images/page-bg.svg") no-repeat center center / cover;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 480;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

section:not(.kv-area) {
  opacity: 0;
  transform: translateY(-30px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

section:not(.kv-area).is-show {
  opacity: 1;
  transform: translateY(0);
}

button {
  color: #000;
}

/* popup表示中だけ無効化 */
body.page-id-21 section:not(.kv-area),
body.page-id-21 section:not(.kv-area).is-show {
  opacity: 1;
  transform: none;
  transition: none;
}

/* TOPcss */

.is-top .site-logo {
  display: none;
}

.site-header {
  position: relative;
}

.header-inner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
}

.header-nav {
  padding: 30px;
}

.header-nav ul {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.header-nav li {
  font-size: 16px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.header-nav li a {
  color: #fff;
  text-decoration: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100000;
}

.menu-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 7px;
  transition: 0.3s;
}

.menu-toggle span:nth-child(1) {
  top: 13px;
}

.menu-toggle span:nth-child(2) {
  top: 21px;
}

.menu-toggle span:nth-child(3) {
  top: 29px;
}

.menu-toggle.is-open span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

body.menu-open {
  overflow: hidden;
}

.kv-area {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kv-area-inner {
  position: relative;
  width: 100%;
}

.kv-swiper {
  width: 100%;
}

.kv-swiper .swiper-wrapper {
  width: 100%;
}

.kv-swiper .swiper-slide {
  position: relative;
  width: 100%;
}

.kv-swiper .swiper-slide picture {
  display: block;
  width: 100%;
}

.kv-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.kv-area-tl-box {
  position: absolute;
  z-index: 10;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.kv-area-tl-box h1 {
  display: grid;
  text-align: left;
  gap: 34px;
  font-size: 100px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.kv-area-tl-box h1 span {
  font-size: 30px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.contents-1 {
  margin: 0 0 160px 0;
}

.news-area {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 115px auto 0 auto;
}

.news-area-flex {
  display: flex;
  gap: 97px;
}

.news-area-title h2 {
  font-size: 150px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.news-list {
  display: flex;
  flex-direction: column;
}

.news-item,
.works-item {
  margin: 30px 0 0 0;
}

.news-meta,
.works-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.news-category,
.news-article-category {
  position: relative;
  margin-left: 40px;
}

.news-category::before,
.news-article-category::before {
  content: "/";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news-article {
  padding: 10px 0 30px 0;
  font-size: 16px;
  line-height: 150%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-article-contents {
  padding: 10px 0 30px 0;
  font-size: 16px;
  line-height: 150%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.youtube-center {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube-center iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.works-article {
  padding: 10px 0 30px 0;
  font-size: 16px;
  line-height: 150%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-article a,
.works-article a {
  color: #000;
  text-decoration: none;
}

.list-btn {
  margin: 50px 0 0 0;
}

.list-btn a {
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}

.list-btn a:hover {
  opacity: 0.6;
}

.list-btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 15px;
  background: url("/assets/images/news-arrow.svg") no-repeat center center /
    contain;
  flex-shrink: 0;
}

.contents-2 {
  background-image: url("/assets/images/contents-2-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.profile-area {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.profile-area-content {
  padding: 100px 0 0 0;
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.profile-text-box {
  padding: 50px 0 0 0;
  flex: 1 1 0;
  min-width: 0;
}

.profile-name {
  margin: 0 0 50px 0;
  font-size: 28px;
  line-height: 100%;
}

.profile-name .en {
  position: relative;
  margin-left: 71px;
}

.profile-name .en::before {
  content: "/";
  position: absolute;
  left: -35.5px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.profile-text-box dl > div {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
  font-size: 16px;
  line-height: 130%;
}

.profile-text-box dt {
  max-width: 100px;
  width: 100%;
  font-weight: bold;
}

.profile-image {
  position: relative;
  flex: 0 0 400px;
}

.profile-image img {
  display: block;
  width: 100%;
  height: auto;
}

.profile-area-title {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(65%, -35%);
  -webkit-transform: translate(65%, -35%);
  -ms-transform: translate(65%, -35%);
}

.profile-area-title h2 {
  font-size: 150px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.works-area {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto 0 auto;
}

.works-area-title h2 {
  font-size: 150px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.works-category-list {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
}

.works-category-btn {
  padding: 0 30px 10px 30px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.works-category-btn:hover {
  border-bottom: 1px solid #000;
}

.works-category-list {
  row-gap: 20px;
}

.contents-4 {
  background-image: url("/assets/images/contents-4-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 130px;
}

.gallery-area {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 230px auto 0 auto;
}

.gallery-area-content {
  position: relative;
}

.img-gallery01 {
  position: relative;
  padding: 100px 0 0 0;
}

.img-gallery01 img {
  max-width: 300px;
}

.gallery-area-title {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-65%, -16%);
  -webkit-transform: translate(-65%, -16%);
  -ms-transform: translate(-65%, -16%);
}

.gallery-area-title h2 {
  font-size: 150px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.img-gallery02 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-30%, -15%);
  -ms-transform: translate(-50%, -50%);
}

.img-gallery02 img {
  max-width: 600px;
}

.img-gallery03 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-0%, 120%);
  -ms-transform: translate(-50%, -50%);
}

.img-gallery03 img {
  max-width: 200px;
}

footer {
  margin-top: 50px;
}

.sns-area {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.sns-flex {
  display: flex;
  gap: 193px;
}

.sns-title h2 {
  font-size: 150px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.sns-list {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.sns-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  text-align: center;
  padding: 23px 36px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.sns-list a:hover {
  opacity: 0.6;
}

.sns-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns-icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.footer-menu {
  max-width: 582px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.footer-menu ul {
  padding: 100px 0;
  display: flex;
  gap: 50px;
  justify-content: center;
}

.footer-menu li {
  font-size: 20px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.footer-menu li a {
  color: #000;
  text-decoration: none;
}

.footer-menu li a:hover {
  opacity: 0.6;
}

.copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.copyright p {
  font-size: 14px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* singlepage */

.news-article-area {
  margin: 80px 0 150px 0;
}

.news-article-single h3 {
  font-size: 18px;
  line-height: 150%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-article-meta {
  margin: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.news-article-nav {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.news-article-prev a,
.news-article-next a {
  text-decoration: none;
  color: #000;
}

/* pagecss */

.site-header.is-page .header-nav li a {
  color: #000;
}

.site-header.is-page .header-inner {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}

.site-header.is-page .site-logo a {
  font-size: 36px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-decoration: none;
  color: #000;
}

.site-header.is-page .header-nav {
  padding: 0;
}

.news-page {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto 150px auto;
  padding-top: 70px;
}

.works-page,
.movie-page,
.page-title {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 70px;
}

.news-page-title h2,
.works-page-title h2,
.movie-page-title h2,
.page-title h2 {
  font-size: 150px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.page-id-129 .page-title h2 {
  font-size: 50px;
}

.news-page .news-data .news-category-list {
  display: inline-block;
  margin: 80px 0 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-page .news-data .news-category-btn {
  padding: 0 30px 10px 30px;
  text-align: center;
}

.news-page .news-data .news-category-btn:hover {
  border-bottom: 1px solid #000;
}

button.news-view-more-btn {
  margin: 50px auto 150px auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}

button.news-view-more-btn:hover {
  opacity: 0.6;
}

button.news-view-more-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 15px;
  background: url("/assets/images/page-plus.svg") no-repeat center center /
    contain;
  flex-shrink: 0;
}

.page-contents {
  margin-bottom: 150px;
}

.profile-page-area {
  max-width: 1440px;
  width: 100%;
  margin: 80px auto 0 auto;
}

.profile-flex {
  display: flex;
  gap: 100px;
}

.profile-item-img {
  max-width: 600px;
  width: 100%;
}

.profile-item-info {
  max-width: 520px;
  width: 100%;
}

.profile-item-info .profile-name {
  display: inline-flex;
  font-size: 30px;
}

.profile-info,
.profile-education,
.profile-skills,
.profile-text {
  margin: 0 0 50px 0;
}

.profile-info p {
  font-size: 16px;
  line-height: 200%;
}

.profile-info p span {
  font-weight: bold;
}

.profile-education h4,
.profile-skills h4 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 100%;
  font-weight: bold;
}

.profile-education p {
  font-size: 16px;
  line-height: 150%;
}

.profile-skills p,
.profile-text p {
  font-size: 16px;
  line-height: 200%;
}

.lang-content {
  display: none;
}

.lang-content.is-show {
  display: block;
}

.profile-lang-switch {
  display: flex;
}

.profile-lang-switch .en {
  position: relative;
  margin-left: 40px;
}

.profile-lang-switch .en::before {
  content: "/";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.profile-fade-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.profile-fade-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 1.2s ease,
    visibility 1.2s ease;
}

.profile-fade-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.profile-fade-slide img {
  display: block;
  width: 100%;
}

.page-id-17 .page-title {
  display: flex;
  gap: 100px;
  align-items: baseline;
}

.works-content,
.movie-content {
  margin: 80px 0 150px 0;
}

.works-content .works-flex,
.movie-content .movie-flex {
  display: flex;
  gap: 50px;
  flex-direction: row-reverse;
}

.works-content .works-category-list {
  border-bottom: none;
}

.movie-content .movie-category-list {
  max-width: 200px;
  width: 100%;
  border-bottom: none;
}

.movie-category-list ul {
  display: inline-flex;
  flex-direction: column;
}

.works-content .works-category-list li,
.movie-content .movie-category-list li {
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.works-content .works-category-list li:first-child,
.movie-content .movie-category-list li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.works-content .works-category-list li a,
.movie-content .movie-category-list li a {
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  color: #000;
}

.works-content .works-category-list,
.movie-content .movie-category-list {
  margin: 0;
}

.works-article-box,
.movie-article-box {
  max-width: 670px;
}

.works-article-list h3,
.movie-article-list h3 {
  margin: 0 0 30px 0;
  font-size: 20px;
  line-height: 100%;
  font-weight: bold;
}

.works-article-list h3 + ul + h3,
.movie-article-list h3 + ul + h3 {
  margin-top: 30px;
}

.works-article-list,
.movie-article-list {
  padding: 80px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.works-article-box > .works-article-list:first-child,
.movie-article-box > .movie-article-list:first-child {
  padding-top: 0;
}

.works-article-list ul,
.movie-article-list ul {
  padding-left: 1.5em;
  margin: 0;
}

.works-article-list ul li,
.movie-article-list ul li {
  list-style: disc;
}

.works-article-list li,
.movie-article-list li {
  font-size: 16px;
  line-height: 200%;
}

.works-movie-flex,
.movie-movie-flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 670px;
  gap: 30px;
}

.works-movie-list {
  width: calc(100% / 2 - 15px);
}

.works-movie-embed,
.movie-movie-embed {
  width: 100%;
}

.works-movie-list.is-youtube .works-movie-embed iframe,
.movie-movie-list.is-youtube .movie-movie-embed iframe {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  margin: 0 auto;
}

.works-movie-list.is-vertical .works-movie-embed,
.movie-movie-list.is-vertical .movie-movie-embed {
  max-width: 320px;
  margin: 0 auto;
}

.works-movie-list.is-vertical .tiktok-embed,
.works-movie-list.is-vertical .instagram-media,
.movie-movie-list.is-vertical .tiktok-embed,
.movie-movie-list.is-vertical .instagram-media {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto !important;
  margin: 0 auto !important;
}

.page-gallery {
  max-width: 1000px;
  margin: 80px auto 0 auto;
  width: calc(100% - 40px);
}

.gallery-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.gallery-item {
  width: calc((100% - 100px) / 3);
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.gallery-popup.is-open {
  display: block;
}

.gallery-popup__overlay {
  position: absolute;
  inset: 0;
  background: #fff;
}

.gallery-popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(90vw, 1000px);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-popup__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  background: #fff;
}

.gallery-popup__close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url("/assets/images/close-btn.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  appearance: none;
  z-index: 10000;
}

body.is-gallery-open .header,
body.is-gallery-open header {
  opacity: 0;
  visibility: hidden;
}

.contact-page-area,
.thanks-area {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 80px auto 0 auto;
}

.contact-page-area p {
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 50px;
}

.contact-page-area span {
  color: #ff0000;
}

.thanks-area p {
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 20px;
}

.wpcf7-form .form-item {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
}

.wpcf7-form .form-item label {
  margin: 0;
}

.wpcf7-form .form-input input,
.wpcf7-form .form-input textarea {
  width: 100%;
  box-sizing: border-box;
}

.wpcf7-form .form-item-textarea {
  align-items: start;
}

.wpcf7-form .form-item-textarea label {
  padding-top: 12px;
}

.wpcf7-form .required {
  margin-left: 4px;
}

button.js-confirm-btn {
  margin: 50px auto 150px auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}

button.js-confirm-btn:hover {
  opacity: 0.6;
}

button.js-confirm-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 15px;
  background: url("/assets/images/news-arrow.svg") no-repeat center center /
    contain;
  flex-shrink: 0;
}

.wpcf7-form .form-item-textarea .form-input p {
  margin-bottom: 0 !important;
}
.confirm-item {
  margin-bottom: 20px;
}

.confirm-item p {
  margin-bottom: 0 !important;
}

.form-step-confirm {
  margin-top: 30px;
}

.form-step-confirm h3 {
  margin: 30px 0;
}

.confirm-btns {
  display: flex;
  gap: 16px;
  align-items: center;
}

.confirm-btns p {
  margin: 0;
}

.confirm-btns input[type="submit"] {
  width: auto;
}

.js-back-btn,
.confirm-btns input[type="submit"] {
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
  margin-left: 20px;
  background-color: unset;
}

/* tablet */
@media (min-width: 769px) and (max-width: 1050px) {
  .kv-area-tl-box h1 {
    font-size: 70px;
  }
  .news-area-title h2,
  .profile-area-title h2,
  .works-area-title h2,
  .gallery-area-title h2 {
    font-size: 100px;
  }
  .profile-area-content {
    gap: 40px;
  }
  .profile-area-title {
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  .gallery-area-title {
    transform: translate(0%, -30%);
    -webkit-transform: translate(0%, -30%);
    -ms-transform: translate(0%, -30%);
  }
  .img-gallery01 img {
    max-width: 300px;
    width: 28vw;
  }
  .img-gallery02 img {
    max-width: 600px;
    width: 50vw;
  }
  .page-id-17 .page-title {
    gap: 50px;
  }
  .sns-flex {
    gap: 80px;
    justify-content: center;
    text-align: center;
  }
  .sns-title {
    width: calc(100% / 2);
  }
  .sns-list {
    width: calc(100% / 2);
    flex-wrap: wrap;
  }
  .sns-list a {
    width: calc(100% / 3);
  }
}

/* SP */

@media screen and (max-width: 768px) {
  .site-header.is-page .header-inner {
    padding: 10px 20px;
  }
  .header-inner {
    width: 100%;
    left: 0;
    right: auto;
  }

  .menu-toggle {
    display: block;
    top: auto;
  }

  .header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding: 100px 30px 30px;
    background: #fff;
    transition: right 0.3s ease;
    z-index: 9999;
  }

  .header-nav li a {
    color: #000;
  }

  .header-nav.is-open {
    right: 0;
  }

  .header-nav ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .header-nav li {
    font-size: 28px;
  }

  .kv-swiper,
  .kv-swiper .swiper-wrapper,
  .kv-swiper .swiper-slide,
  .kv-swiper .swiper-slide picture,
  .kv-swiper .swiper-slide img {
    height: 100%;
  }

  .kv-swiper .swiper-slide {
    position: relative;
  }

  .kv-swiper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 1;
  }

  .kv-area-tl-box {
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .sp-hide-slide {
    display: none !important;
  }

  .kv-area-tl-box h1 {
    font-size: 50px;
    color: #fff;
    text-align: center;
  }

  .kv-area-tl-box h1 span {
    display: block;
  }

  .news-page {
    max-width: none;
    width: 100%;
    margin: 0 auto 75px auto;
    padding: 35px 4% 0 4%;
  }

  .works-page,
  .movie-page,
  .page-title {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 35px 4% 0 4%;
  }

  .contents-2 {
    padding-bottom: 50px;
  }

  .profile-area {
    max-width: none;
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
  }

  .profile-area-content {
    flex-direction: column-reverse;
    padding: 20px 0 0 0;
    gap: 0;
  }

  .profile-area-title {
    margin: 0 auto 30px auto;
    position: static;
    top: 0;
    right: 0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }

  .profile-area-title h2 {
    font-size: 60px;
    writing-mode: unset;
  }

  .profile-text-box {
    padding: 30px 0 0 0;
  }

  .news-area {
    max-width: none;
    width: 100%;
    padding: 0 4%;
    margin: 65px auto 0 auto;
  }

  .news-area-title h2 {
    font-size: 60px;
  }

  .news-area-flex {
    flex-direction: column;
    gap: 40px;
  }

  .works-area-title h2 {
    font-size: 60px;
  }

  .contents-4 {
    padding-bottom: 75p;
  }

  .gallery-area {
    max-width: none;
    width: 100%;
    padding: 0 4%;
    margin: 115px auto 0 auto;
  }

  .img-gallery01 {
    padding: 30px 0 0 0;
  }

  .gallery-area-title {
    position: static;
    -webkit-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
  }

  .gallery-area-title h2 {
    font-size: 60px;
    writing-mode: unset;
    margin-bottom: 30px;
  }

  .img-gallery02 {
    position: static;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    margin: 20px 0;
  }

  .img-gallery03 {
    position: static;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }

  .img-gallery01 img,
  .img-gallery02 img,
  .img-gallery03 img {
    max-width: none;
    width: 100%;
  }

  .news-page-title h2,
  .works-page-title h2,
  .movie-page-title h2,
  .page-title h2 {
    font-size: 60px;
  }

  .news-article,
  .works-article,
  .news-article-contents {
    padding: 5px 0 15px 0;
  }

  .profile-name .en {
    margin-left: 35px;
  }

  .profile-name .en::before {
    left: -15.5px;
  }

  .news-page .news-data .news-category-list {
    margin: 40px 0 25px 0;
  }

  .news-page .news-data .news-category-btn {
    padding: 0 15px 5px 15px;
  }

  .profile-page-area {
    padding: 0 4%;
    margin-top: 40px;
  }

  .profile-item-info .profile-name {
    font-size: 24px;
  }

  .profile-flex {
    flex-direction: column;
    gap: 50px;
  }

  .profile-info,
  .profile-education,
  .profile-skills,
  .profile-text {
    margin: 0 0 25px 0;
  }

  .works-content,
  .movie-content {
    margin: 40px 0 75px 0;
  }

  .works-content .works-flex,
  .movie-content .movie-flex {
    flex-direction: column;
  }

  .works-content .works-category-list ul,
  .movie-content .movie-category-list ul {
    display: flex;
    flex-wrap: wrap;
  }

  .works-article-list h3 {
    line-height: 200%;
    margin: 0 0 15px 0;
  }

  .works-content .works-category-list li:first-child,
  .movie-content .movie-category-list li:first-child {
    border-top: none;
  }

  .works-article-list {
    padding: 40px 0;
  }

  .page-gallery {
    max-width: none;
    padding: 0 4%;
    width: 100%;
    margin: 40px auto 0 auto;
  }

  .page-contents {
    margin-bottom: 75px;
  }

  .gallery-flex {
    gap: 25px;
  }

  .gallery-item {
    width: calc(100% / 2 - 13px);
  }

  .gallery-popup__inner {
    width: 100%;
  }

  .gallery-popup__close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  .wpcf7-form .form-item {
    display: block;
  }
  .contact-page-area p {
    margin-bottom: 25px;
  }
  .button.js-confirm-btn {
    margin: 25px auto 75px auto;
  }
  .sns-title h2 {
    font-size: 60px;
  }
  .sns-area {
    max-width: none;
    width: 100%;
    padding: 0 4%;
  }
  .sns-flex {
    gap: 0;
    align-items: center;
  }
  .sns-title {
    width: calc(100% / 2);
    text-align: center;
  }
  .sns-list {
    gap: 25px;
    width: calc(100% / 2);
    flex-wrap: wrap;
  }
  .sns-list a {
    padding: 0;
    width: calc(100% / 3);
  }
  footer {
    margin: 0;
  }
  .footer-menu ul {
    padding: 50px 0;
    flex-wrap: wrap;
    gap: 40px;
  }
  .page-id-17 .page-title {
    gap: 50px;
  }
  .footer-menu {
    width: calc(100% - 20px);
  }
  .works-movie-list.is-youtube .works-movie-embed iframe,
  .works-movie-list.is-vertical .works-movie-embed iframe {
    max-width: none;
  }
  .works-movie-list,
  .movie-movie-list {
    width: 100%;
  }
  .news-article-area {
    margin: 40px 0 75px 0;
  }
  .movie-category-list {
    max-width: none;
    width: 100%;
  }
  .movie-category-list ul {
    flex-direction: row;
  }
  .movie-movie-list.is-youtube .movie-movie-embed iframe {
    max-width: none;
  }
  .sp-hide-slide {
    display: none !important;
  }
}

/* テスト用 */
.kv-area-movie video {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kv-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* 20260418 */
.error-area {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 115px auto 0 auto;
}

.error-title {
  font-size: 150px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.error-contents {
  margin: 80px auto 150px auto;
}

@media screen and (max-width: 768px) {
  .error-area {
    max-width: none;
    width: 100%;
    padding: 0 4%;
    margin: 80px auto 0 auto;
  }
  .error-title {
    font-size: 60px;
  }
  .error-contents {
    margin: 40px auto 75px auto;
  }
}

/* 20260421追加 */
.news-article-contents {
  line-height: 1.6;
}

.news-article-contents p {
  margin: 0 0 1em;
}

.news-article-contents .has-text-align-center,
.news-article-contents .aligncenter {
  text-align: center;
}

.news-article-contents img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single-button {
  display: inline-block;
  padding: 0.8em 3em;
  background-color: #d97fa6;
  box-shadow: 0 5px 0 #c56b92;
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.single-button:hover {
  box-shadow: none;
  transform: translateY(5px);
}
