@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: inherit;
}

html {
  width: 100%;
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

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

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

address {
  font-style: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
  font-weight: normal;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "hyogen";
  src: url("fonts/hyogen.ttf?dou75t") format("truetype"), url("fonts/hyogen.woff?dou75t") format("woff"), url("fonts/hyogen.svg?dou75t#hyogen") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "hyogen" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-marker:before {
  content: "\e905";
}

.icon-play:before {
  content: "\e902";
}

.icon-home:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-instagram:before {
  content: "\f16d";
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: var(--ff-base);
  font-size: clamp(1.4rem, 0.139vw + 1.333rem, 1.6rem);
  line-height: 1.8;
  overflow-x: hidden;
  color: #333;
}

a {
  transition: all 0.15s ease;
  -webkit-touch-callout: none; /* iOSの長押しメニューを無効化 */
  -webkit-user-select: none; /* テキスト選択禁止 */
}

img {
  max-width: 100%;
  height: auto;
  -webkit-touch-callout: none; /* iOSの長押しメニューを無効化 */
  -webkit-user-select: none; /* テキスト選択禁止 */
  -webkit-user-drag: none; /* 画像のドラッグを禁止 */
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

section {
  overflow: hidden;
}

em {
  font-style: normal;
}

main {
  flex: 1;
}

.inner {
  width: 100%;
  display: flex;
  flex-flow: column;
  min-height: 100dvh;
}

:root {
  --ff-base: "中ゴシックBBB", Meiryo, "Hiragino Kaku Gothic Pro", YuGothic,
    sans-serif;
  --ff-a1: "A1明朝", serif;
  --ff-lato: "Lato", sans-serif;
  --ff-saira: "Saira", sans-serif;
  --ff-naka: "中ゴシックBBB", sans-serif;
  --ff-icon: "hyogen";
}

/***************************************************
 * Generated by SVG Artista on 3/6/2025, 4:52:37 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  will-change: opacity;
}

#blocks {
  width: 44px;
  height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#blocks span {
  animation: flash 1s ease-in-out infinite;
  background: #bbb;
  display: block;
  width: 20px;
  height: 20px;
}
#blocks span:nth-child(1) {
  animation-delay: 0s;
}
#blocks span:nth-child(2) {
  animation-delay: 0.25s;
}
#blocks span:nth-child(3) {
  animation-delay: 0.75s;
}
#blocks span:nth-child(4) {
  animation-delay: 0.5s;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top .loading {
  background: #000;
  color: #fff;
}

svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}

svg.active .svg-elem-1 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}

svg.active .svg-elem-2 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}

svg.active .svg-elem-3 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}

svg.active .svg-elem-4 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}

svg.active .svg-elem-5 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-6 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-7 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-8 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-9 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-elem-10 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-11 {
  fill: rgb(255, 255, 255);
}

svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .svg-elem-12 {
  fill: rgb(255, 255, 255);
}

.pc {
  display: none;
}

.sp_kai {
  display: block !important;
}

.txt-r {
  text-align: right;
}

.aside_instagram {
  display: none;
}

.page-ttl {
  margin-top: 16px;
  border-top: 1px solid #bbb;
  padding: 1.5em 0;
  text-align: center;
  line-height: 1.5;
  font-family: var(--ff-saira);
  font-size: clamp(1.8rem, 0.669vw + 1.116rem, 2.4rem);
}
.page-ttl span {
  display: block;
  text-align: center;
  font-size: clamp(1rem, 0.334vw + 0.658rem, 1.3rem);
}

.header {
  height: 56px;
  padding: 8px 16px;
  text-align: center;
}
.header_ttl {
  width: 120px;
}
.header_gnav {
  display: none;
}

.footer_ttl {
  filter: invert(1);
  width: 80px;
  margin: 60px auto 112px;
}
.footer_copyright {
  text-align: center;
  font-family: var(--ff-lato);
  font-size: 1rem;
  padding: 8px 2em;
  width: 100%;
}

#modalmenu_btn {
  cursor: pointer;
  position: fixed;
  bottom: 58px;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  text-align: center;
  font-family: var(--ff-saira);
  font-size: 0.9rem;
  color: #fff;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 30px;
}
#modalmenu_btn::before, #modalmenu_btn::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background: #fff;
}
#modalmenu_btn::before {
  top: 27px;
}
#modalmenu_btn::after {
  top: 35px;
}

#modalmenu.is-open {
  display: block;
  z-index: 10000;
  position: fixed;
}

#modalmenu {
  display: none;
  transition: opacity 0.5s ease;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(39px);
  backdrop-filter: blur(39px);
  text-align: center;
  width: 100%;
  height: 100dvh;
  padding: 0;
  overflow-y: auto;
}

.modalmenu_content {
  width: 100%;
  padding: calc((100% - 240px) / 2);
  height: 100dvh;
  align-items: center;
  display: flex;
  justify-content: center;
}
.modalmenu_gnav {
  font-family: var(--ff-saira);
}
.modalmenu_gnav li {
  margin: 2.5em 0;
  line-height: 1.3;
}
.modalmenu_unav {
  margin: 2em auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 2.4rem;
  width: 190px;
}
.modalmenu_unav a {
  padding: 0 10px;
}
.modalmenu-close {
  position: absolute;
  margin: 10px 10px 0 calc(100% - 60px);
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}
.modalmenu-close::before, .modalmenu-close::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 32px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.modalmenu-close::before {
  transform: rotate(45deg);
}
.modalmenu-close::after {
  transform: rotate(135deg);
}

/**************************\
   Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.micromodal-fade {
  display: none;
}

.micromodal-fade.is-open {
  display: block;
}

.micromodal-fade[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-fade[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-fade {
  will-change: transform;
}

/* スマホ横持ち時に高さ85vh制限 */
/* モーダルの基本スタイル */
.movie_modal {
  visibility: hidden; /* 初期状態（非表示） */
  opacity: 0;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: visibility 0s ease 0.2s, opacity 0.2s ease;
}

/* モーダルが開いた時 */
.movie_modal.show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; /* 遅延を解除 */
}

/* iframe のスタイル */
#videoContainer iframe {
  width: 100vw;
  height: 56.25vw; /* 16:9 の比率で高さを計算 */
  aspect-ratio: 16/9; /* 16:9 の比率を維持 */
  max-height: 85dvh; /* 高さを制限 */
  border: none;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: opacity 0.2s;
  z-index: 1;
}
.close::before {
  content: "";
  display: block;
  width: 30px;
  height: 25px;
  background-image: linear-gradient(45deg, transparent 19px, #fff 19px, #fff 20px, transparent 20px), linear-gradient(135deg, transparent 19px, #fff 19px, #fff 20px, transparent 20px); /* 縦の線 */
  background-size: 100% 100%;
}

:root {
  --masonry-gutter: 8px;
}

.pswp--touch .pswp__button--arrow {
  visibility: visible !important;
}

.pswp {
  --pswp-bg: #fff !important;
}
.pswp .pswp__counter {
  display: none;
}
.pswp .pswp__button--zoom {
  display: none !important;
}
.pswp .pswp__button--close {
  margin: 0 !important;
}
.pswp .pswp__button--close svg {
  display: none !important;
}
.pswp .pswp__button--close::before {
  content: "";
  display: block;
  width: 30px;
  height: 25px;
  background-image: linear-gradient(45deg, transparent 19px, #333 19px, #333 20px, transparent 20px), linear-gradient(135deg, transparent 19px, #333 19px, #333 20px, transparent 20px); /* 縦の線 */
  background-size: 100% 100%;
}
.pswp .pswp__button--arrow--prev {
  left: 1em !important;
}
.pswp .pswp__button--arrow--prev::after {
  content: "\f104";
}
.pswp .pswp__button--arrow--next {
  right: 1em !important;
}
.pswp .pswp__button--arrow--next::after {
  content: "\f105";
}
.pswp .pswp__button--arrow--next,
.pswp .pswp__button--arrow--prev {
  width: 2.6em !important;
  padding: 0 !important;
  font-size: clamp(1rem, 0.972vw + 0.533rem, 2.4rem);
}
.pswp .pswp__button--arrow--next svg,
.pswp .pswp__button--arrow--prev svg {
  display: none;
}
.pswp .pswp__button--arrow--next::after,
.pswp .pswp__button--arrow--prev::after {
  transition: background 0.3s linear;
  color: #fff;
  text-align: center;
  display: block;
  font-family: var(--ff-icon);
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
.pswp .pswp__button--arrow--next:hover::after,
.pswp .pswp__button--arrow--prev:hover::after {
  background: rgba(0, 0, 0, 0.5);
}

.pswp__item {
  background: #fff;
}

.pswp__dynamic-caption {
  max-width: 1240px !important;
  font-family: var(--ff-saira);
  font-size: 1.2rem;
  color: #333 !important;
  line-height: 1.3;
  text-align: center;
  background: #fff !important;
}

.photogallery {
  padding-left: 8px;
}
.photogallery .wp-block-gallery {
  margin: auto !important;
}
.photogallery .wp-block-image {
  width: calc(50% - 8px) !important;
  align-items: center;
}
.photogallery .wp-block-image img {
  border-bottom: 8px solid #fff;
}
.photogallery .wp-block-image::before {
  display: none;
}
.photogallery .wp-element-caption {
  display: none;
}
.photogallery figure {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.photogallery figure.show {
  opacity: 1;
}

.top {
  color: #fff;
}
.top .header {
  margin: 0 auto 128px;
  height: auto;
}
.top #modalmenu_btn {
  background: none;
}
.top .inner {
  justify-content: flex-end;
}
.top main {
  flex: none;
}
.top video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100dvw;
  height: 100dvh;
  min-height: 640px;
  object-fit: cover;
  z-index: -1;
}

.contact .page-ttl,
.thanks .page-ttl {
  border-top: none;
}

.contact_plane {
  position: relative;
  padding-top: 1.7em;
  width: 800px;
  margin-left: calc(95.5% - 800px);
  margin-top: -5em;
}
.contact_plane-mail {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  animation: 2s mail 1.5s ease forwards;
}
@keyframes mail {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contact_plane-line {
  mask-image: linear-gradient(#fff, #fff);
  mask-size: 100%;
  mask-repeat: no-repeat;
  animation: line 2s ease forwards;
}
@keyframes line {
  0% {
    mask-size: 0 100%;
  }
  100% {
    mask-size: 100% 100%;
  }
}
.contact_box {
  width: 93%;
  max-width: 480px;
  font-size: 1.4rem;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 8em;
}
.contact_box p {
  margin: 1em 0;
  line-height: 2;
}
.contact_box-ttl {
  text-align: center;
  padding: 0 0 4em;
}
.contact_list {
  font-size: 1.4rem;
}
.contact_list dt {
  padding: 2.5em 0 0.5em;
}
.contact_list .mfp_element_text,
.contact_list .mfp_element_number,
.contact_list .mfp_element_select-one,
.contact_list .mfp_element_email,
.contact_list .mfp_element_tel,
.contact_list .mfp_element_textarea,
.contact_list .mfp_element_date,
.contact_list .mfp_element_password {
  max-width: none;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #bbb;
  font-size: 1.6rem;
  padding: 0.3em 0.5em;
}
.contact_list input[type=checkbox] {
  margin-right: 1em;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.contact_list textarea {
  max-width: none !important;
  width: 100% !important;
  height: 16em !important;
}
.contact_list label {
  margin: 4em 0;
}
.contact .mfp_element_submit,
.contact .mfp_element_reset,
.contact .mfp_element_button,
.contact button.mfp_next,
.contact button.mfp_prev {
  width: 160px;
  font-size: 1.6rem;
  height: 48px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0 0.5em;
  transition: all 0.15s ease;
}
.contact .mfp_element_submit:hover,
.contact .mfp_element_reset:hover,
.contact .mfp_element_button:hover,
.contact button.mfp_next:hover,
.contact button.mfp_prev:hover {
  background: #bbb;
}
.contact_privacy {
  max-width: 800px;
  width: 93%;
  margin: auto;
}
.contact_privacy-ttl {
  border-top: 1px solid #bbb;
  text-align: center;
  font-size: 1.4rem;
  padding: 4em 0 3em;
}
.contact_privacy-ttl span {
  font-family: var(--ff-saira);
  display: block;
  font-size: 1.3rem;
}
.contact_privacy dd {
  font-size: 1.2rem;
  max-width: 720px;
  margin: auto;
}

.about .page-ttl {
  border-top: none;
}
.about_box {
  font-size: 1.4rem;
  width: 93%;
  max-width: 640px;
  margin: auto;
  padding-bottom: 5em;
}
.about_sttl {
  position: relative;
  text-align: center;
  padding: calc(4em + 32px) 0 2em;
  overflow: hidden;
}
.about_sttl::before {
  position: absolute;
  top: 3.5em;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  width: 1px;
  height: 32px;
  background: #bbb;
}
.about_sttl span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.3em;
}
.about_msg {
  font-family: var(--ff-a1);
  font-size: 1.6rem;
}
.about_msg-ttl {
  font-size: clamp(2.2rem, 0.368vw + 2.024rem, 2.4rem);
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  width: 1em;
  margin: 2em auto 3.5em;
}
.about_msg-ttl span {
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0.5em 0;
}
.about_msg-ttl span::before, .about_msg-ttl span::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 28px;
  background: #909090;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.about_msg-ttl span::before {
  transform: rotate(45deg);
}
.about_msg-ttl span::after {
  transform: rotate(135deg);
}
.about_msg p {
  margin: 1em 0 2.5em;
}
.about_job dt {
  padding: 0.5em 0 0.5em 1.3em;
  text-indent: -1.3em;
}
.about_job dt::before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: #909090;
  vertical-align: -0.1em;
  margin-right: 0.3em;
}
.about_job dd {
  padding-bottom: 0.5em;
}
.about_job li {
  padding-left: 1em;
  text-indent: -1em;
}
.about_job li::before {
  content: "・";
}
.about_outline {
  padding-bottom: 1em;
}
.about_outline dt {
  font-size: 1.2rem;
  padding: 1.4em 0 1em;
}
.about_outline dt::before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 1em;
  background: #909090;
  margin-right: 0.7em;
  vertical-align: -0.2em;
}
.about_outline dt span {
  display: inline-block;
}
.about_outline dd {
  padding: 0 0 1.1em;
  border-bottom: 1px solid #bbb;
}
.about_outline dd p {
  font-size: 1.2rem;
}
.about_outline li {
  padding-left: 1em;
  text-indent: -1em;
}
.about_outline li::before {
  content: "・";
}
.about_outline a {
  text-decoration: underline;
}
.about_outline-map {
  text-decoration: none !important;
  font-size: 1.2rem;
  margin-left: 1em;
}
.about_outline-map .icon-marker {
  font-size: 1.6rem;
  vertical-align: -0.1em;
}
.about_outline-map .icon-angle-right {
  margin: 0 0.6em;
  transition: all 0.15s ease;
}
.about_history {
  margin: 1em 0 0;
  line-height: 1.5;
}
.about_history th {
  max-width: 8em;
  width: 20%;
  padding: 0.5em 0;
  text-align: left;
}
.about_history td {
  padding: 0.5em 0;
}
.about_history p + p {
  margin-top: 1em;
}

main:has(.catfixed) {
  padding-top: 56px;
}

#modalmenu-cat {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out, visibility 0s 0.3s;
  visibility: hidden;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 10;
}
#modalmenu-cat.is-open {
  visibility: visible;
  max-height: 400px; /* コンテンツの高さに応じて調整 */
  transition: max-height 0.3s ease-in-out;
}

.catfixed {
  position: fixed;
  top: 0;
  left: 0;
}

.photo-works_cat {
  font-family: var(--ff-saira);
  background: #fff;
  z-index: 100;
  width: 100%;
}
.photo-works_cat-btn {
  line-height: 56px;
  text-align: right;
  font-size: 1.1rem;
  width: 100%;
  padding: 0 15px;
}
.photo-works_cat-list {
  display: flex;
  flex-direction: column;
}
.photo-works_cat-list .all {
  order: 99;
  font-size: clamp(1.4rem, 1.116vw + 0.257rem, 2.4rem);
  margin-bottom: 2em;
}
.photo-works_cat-list .current {
  color: #333;
}
.photo-works_cat-list li {
  color: #909090;
  margin-bottom: 1em;
  text-align: center;
  font-size: clamp(1.6rem, 0.893vw + 0.686rem, 2.4rem);
}
.photo-works_cat-list a {
  display: inline-block;
}
.photo-works_cat-list span {
  display: block;
  line-height: 1.3;
  font-size: clamp(1.2rem, 0.223vw + 0.971rem, 1.4rem);
}

.movie_list {
  text-align: center;
  width: 240px;
  margin: auto;
  isolation: isolate;
}
.movie_list-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  aspect-ratio: 16/9;
  background: #bbb;
}
.movie_list-img .nowprinting {
  aspect-ratio: 16/9;
}
.movie_list-img::before {
  transition: all 0.15s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1;
  margin: auto;
  width: 1em;
  height: 1em;
  color: #fff;
  opacity: 0.7;
  display: block;
  content: "\e902";
  font-family: var(--ff-icon);
  font-size: clamp(4rem, 1.111vw + 3.467rem, 5.6rem);
}
.movie_list-img::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  height: 16px;
  width: 1px;
  background: #fff;
  mix-blend-mode: difference;
}
.movie_list-ttl {
  font-size: 1.2rem;
  position: relative;
  padding: 2em 0 3em;
}
.movie_list-ttl::before {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  height: 16px;
  width: 1px;
  background: #000;
}
.movie_list li {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.movie_list li.show {
  opacity: 1;
}

.web_list {
  text-align: center;
  width: 240px;
  margin: auto;
  isolation: isolate;
}
.web_list-site {
  padding: 2em 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.web_list-site.show {
  opacity: 1;
}
.web_list-img {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}
.web_list-img .nowprinting {
  aspect-ratio: 4/3;
}
.web_list-img img {
  object-fit: cover;
  aspect-ratio: 4/3;
}
.web_list-ttl {
  font-size: 1.2rem;
  position: relative;
  padding: 1em 0;
}
.web_list a {
  display: inline-block;
}
.web_list p {
  font-family: var(--ff-saira);
  font-size: 1.4rem;
  width: 160px;
  border-top: 1px solid #909090;
  padding: 0.8em 0;
  margin: auto;
}
.web_list .icon-caret-right {
  font-size: 1rem;
  padding-right: 1em;
}

@media screen and (min-width: 1024px) and (max-width: 1360px) {
  :root {
    --masonry-gutter: 26px; /* PC版: 2vw */
  }
}
@media screen and (min-width: 1361px) and (max-width: 1680px) {
  :root {
    --masonry-gutter: 32px; /* PC版: 2vw */
  }
}
@media screen and (min-width: 1681px) {
  :root {
    --masonry-gutter: 48px; /* PC版: 2vw */
  }
}
@media screen and (min-width: 480px) {
  .about .animate-on-scroll {
    opacity: 0;
  }
  .about .animate-on-scroll.visible {
    opacity: 1;
  }
  .about .visible {
    animation: fadein 1s ease forwards;
  }
  .about .slidedown {
    opacity: 1;
  }
  .about .slidedown:before {
    height: 0;
  }
  .about .slidedown.visible {
    animation: none;
  }
  .about .slidedown.visible:before {
    animation: slideDown 1s ease forwards;
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes slideDown {
    0% {
      height: 0;
    }
    100% {
      height: 32px;
    }
  }
  .about_sttl {
    padding: calc(5.5em + 32px) 0 2em;
  }
  .about_sttl::before {
    top: 5em;
  }
  .about_msg-ttl {
    margin: 3em auto 5.5em;
  }
  .about_outline {
    display: flex;
    flex-wrap: wrap;
  }
  .about_outline dt {
    width: 165px;
    padding: 1.4em 0;
    border-bottom: 1px solid #bbb;
  }
  .about_outline dt::before {
    display: none;
  }
  .about_outline dd {
    width: calc(100% - 165px);
    padding: 1em 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px) {
  :root {
    --masonry-gutter: 18px; /* PC版: 2vw */
  }
  .photogallery {
    margin: auto;
    padding: 0;
  }
  .photogallery .wp-block-gallery {
    padding: 0 calc((100% - (92.58% + var(--masonry-gutter) * 2)) / 2);
  }
  .photogallery .wp-block-image {
    width: 30.86% !important;
    overflow: hidden;
    position: relative;
  }
  .photogallery .wp-block-image img {
    transition: scale 1s cubic-bezier(0, 1, 0.5, 1);
    border-bottom: 18px solid #fff;
    z-index: 1;
  }
  .photo-private .photogallery {
    padding: var(--masonry-gutter) 0 0;
  }
  .movie_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95.6%;
  }
  .movie_list a:hover .movie_list-img::before {
    opacity: 1;
  }
  .movie_list li {
    padding: 0 0 4em;
    width: 46.5%;
    max-width: 480px;
  }
  .movie_list-img:after {
    height: 20px;
  }
  .movie_list-ttl:before {
    height: 20px;
  }
  .web_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
  }
  .web_list-site {
    padding: 1em 0 4em;
    width: 44%;
    max-width: 480px;
  }
}
@media only screen and (min-width: 1024px), print {
  body {
    overflow-x: auto;
  }
  main {
    width: 75%;
    max-width: 1520px;
    margin: 0 0 0 25%;
  }
  article {
    padding-right: 3vw;
  }
  .inner {
    height: 100dvh;
    min-height: 640px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
  .sp_kai {
    display: inline-block !important;
  }
  .aside_instagram {
    display: block;
    position: fixed;
    top: 0.8em;
    right: 1em;
    width: 1em;
    height: 1em;
    line-height: 1;
    z-index: 100;
    color: #909090;
    font-size: clamp(2.2rem, 0.67vw + 1.514rem, 2.8rem);
  }
  .aside_instagram a:hover {
    opacity: 0.7;
  }
  .page-ttl {
    padding: 2.7em 0 3.7em;
    border-top: none;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: wrap;
    width: 25%;
    height: calc(100dvh - 40px);
    overflow-y: auto;
    padding: clamp(112px, 7.5vw, 144px) 0 0;
    font-family: var(--ff-saira);
    font-size: clamp(1.2rem, 0.536vw + 0.471rem, 1.5rem);
  }
  .header_ttl {
    width: clamp(80px, 28%, 120px);
    filter: invert(1);
    margin: auto auto 3vh;
  }
  .header_gnav {
    display: block;
    width: 100%;
    line-height: 1.6;
  }
  .header_gnav-home a {
    margin: 0 !important;
    font-size: clamp(1.6rem, 1.429vw - 0.343rem, 2.4rem);
    display: inline-block !important;
  }
  .header_gnav-home a::after {
    display: none !important;
  }
  .header_gnav-home a:hover {
    scale: 1.3;
  }
  .header_gnav a {
    margin: 2em 0;
    display: block;
  }
  .header_gnav a:after {
    display: block;
    margin: auto;
    content: "";
    height: 1px;
    width: 12em;
    background: #333;
    transform: scaleX(0);
    transition: transform 0.2s;
  }
  .header_gnav a:hover:after {
    transform: scaleX(1);
  }
  .footer {
    width: 25%;
    margin: 0 75% 0 0;
  }
  .footer_ttl {
    display: none;
  }
  #modalmenu_btn {
    display: none;
  }
  /* iframe のスタイル */
  #videoContainer iframe {
    width: 67dvw; /* 幅を67%に設定 */
    height: 37.6875dvw; /* 16:9 の比率で高さを計算 */
    max-width: 1280px; /* 最大幅を1280pxに制限 */
  }
  .close:hover {
    opacity: 0.7;
  }
  .photogallery {
    padding: 0;
  }
  .photogallery .wp-block-image {
    width: 28.7% !important;
    overflow: hidden;
    position: relative;
  }
  .photogallery .wp-block-image img {
    transition: scale 1s cubic-bezier(0, 1, 0.5, 1);
    border-bottom: var(--masonry-gutter) solid #fff;
    z-index: 1;
  }
  .photogallery .wp-block-image::before {
    content: "";
    visibility: hidden;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: var(--masonry-gutter) !important;
    margin: auto;
    width: 40px;
    height: 40px !important;
    transition: all 0.3s ease-in;
    background-image: linear-gradient(0deg, transparent 19px, #fff 19px, #fff 20px, transparent 20px), linear-gradient(90deg, transparent 19px, #fff 19px, #fff 20px, transparent 20px); /* 縦の線 */
    background-size: 100% 100%;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    mask-image: none !important;
    max-height: none !important;
    z-index: 3;
  }
  .photogallery .wp-block-image::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s ease-in-out;
    background: linear-gradient(to top, #fff var(--masonry-gutter), rgba(0, 0, 0, 0) var(--masonry-gutter));
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
  }
  .photogallery .wp-block-image:hover::before {
    pointer-events: none;
    visibility: visible;
    rotate: 180deg;
  }
  .photogallery .wp-block-image:hover::after {
    pointer-events: none;
    background: linear-gradient(to top, #fff var(--masonry-gutter), rgba(0, 0, 0, 0.25) var(--masonry-gutter));
    background-color: rgba(0, 0, 0, 0.25);
  }
  .photogallery .wp-block-image:hover img {
    scale: 1.1;
  }
  .photo-private .photogallery {
    padding: var(--masonry-gutter) 0 0;
  }
  .top .aside_instagram {
    display: none;
  }
  .top .header {
    position: relative;
    align-items: center;
    width: clamp(170px, 12vw, 240px);
    height: calc(100dvh - 40px);
    min-height: 640px;
    overflow: hidden;
    margin: 0 0 0 clamp(160px, 12vw, 240px);
    padding: 40px 0 0;
    font-size: clamp(1.4rem, 0.357vw + 0.914rem, 1.6rem);
  }
  .top .header_ttl {
    opacity: 0.65;
    margin: 0 0 4.8em;
    filter: invert(0);
    width: 100%;
  }
  .top .header_gnav a {
    margin: 1.7em 0;
  }
  .top .header_gnav a:after {
    background: #fff;
  }
  .top .header_gnav li:nth-last-of-type(1) a {
    margin-top: 0;
    font-size: clamp(1.9rem, 1.429vw - 0.043rem, 2.7rem);
    display: inline-block;
  }
  .top .header_gnav li:nth-last-of-type(1) a::after {
    display: none;
  }
  .top .header_gnav li:nth-last-of-type(1) a:hover {
    scale: 1.3;
  }
  .top .footer {
    width: 100%;
  }
  .top .footer_copyright {
    text-align: right;
  }
  .contact_plane {
    margin: -8.5em auto 0;
  }
  .contact_box-ttl {
    padding: 2em 0 4em;
  }
  .about_box {
    max-width: 800px;
    padding-bottom: 10em;
  }
  .about_msg-ttl {
    margin: clamp(10px, 2vw, 40px) auto 5em;
  }
  .about_outline a:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
  .about_outline-map:hover {
    opacity: 1 !important;
  }
  .about_outline-map:hover .icon-angle-right {
    margin: 0 0.9em;
  }
  main:has(.catfixed) {
    padding-top: 144px;
  }
  .catfixed {
    padding: 0 0 0 25%;
  }
  #modalmenu-cat {
    max-height: 400px;
    visibility: visible;
    position: relative;
    width: auto;
    background: none;
    max-width: 1296px;
  }
  .photo-works_cat {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding-right: 6vw;
  }
  .photo-works_cat-btn {
    display: none;
  }
  .photo-works_cat-list {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: clamp(112px, 7.5vw, 144px);
    max-width: 800px;
    margin: auto;
  }
  .photo-works_cat-list .all {
    order: 0;
    margin-bottom: 0;
  }
  .photo-works_cat-list li {
    position: relative;
    margin: 0;
    width: 5.8em;
    height: 5.8em;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .photo-works_cat-list li::before {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 5.8em;
    height: 5.8em;
    transition: all 0.2s ease;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(0deg, #bbb, #bbb 20%, transparent 20%, transparent 80%, #bbb 80%), linear-gradient(90deg, #bbb, #bbb 20%, transparent 20%, transparent 80%, #bbb 80%), linear-gradient(180deg, #bbb, #bbb 20%, transparent 20%, transparent 80%, #bbb 80%), linear-gradient(270deg, #bbb, #bbb 20%, transparent 20%, transparent 80%, #bbb 80%);
  }
  .photo-works_cat-list li:has(a:hover)::before {
    opacity: 1;
    width: 4.3em;
    height: 4.3em;
  }
  .photo-works_cat-list a {
    position: relative;
    display: block;
  }
  .movie_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .movie_list a:hover .movie_list-img::before {
    opacity: 1;
  }
  .movie_list li {
    padding: 2em 0;
    width: calc(50% - 2.5vw);
  }
  .movie_list-img {
    max-width: 480px;
    margin: auto;
  }
  .movie_list-img::before {
    font-size: clamp(5.6rem, 2.679vw + 2.857rem, 8rem);
  }
  .movie_list-img:after {
    height: calc(20px + 4 * (100vw - 1360px) / 560);
  }
  .movie_list-ttl {
    font-size: clamp(1.2rem, 0.357vw + 0.714rem, 1.4rem);
  }
  .movie_list-ttl:before {
    height: calc(20px + 4 * (100vw - 1360px) / 560);
  }
  .web_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .web_list-site {
    padding: 2em 0 6.4em;
    width: calc(50% - 2.5vw);
  }
  .web_list-site:has(a:hover) .web_list-img {
    scale: 1.05;
  }
  .web_list-img {
    max-width: 480px;
    margin: auto;
    transition: scale 0.3s ease-in-out;
  }
  .web_list-ttl {
    font-size: clamp(1.2rem, 0.357vw + 0.714rem, 1.4rem);
  }
  .web_list p {
    font-size: clamp(1.4rem, 0.357vw + 0.914rem, 1.6rem);
  }
  .web_list .icon-caret-right {
    font-size: clamp(1rem, 0.357vw + 0.514rem, 1.2rem);
  }
}