@charset "UTF-8";
html {
  font-size: 56.25%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 50.625%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 49.5%;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #3f3f3f;
}
@media print {
  body {
    zoom: 0.8;
  }
}

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

img {
  width: 100%;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(-35px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(35px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(-35px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(35px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #735c1c;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
body {
  background: #fffefa;
  padding-top: 10rem;
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 7rem;
  }
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fffefa;
  transition: opacity 1s ease, visibility 1s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#loading .loading-logo {
  width: 45vw;
  height: 80vh;
}
#loading .loading-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 10rem;
  background: #fff;
  z-index: 100;
  transition: box-shadow 0.4s;
  padding-left: 3.2rem;
}
@media screen and (max-width: 1400px) {
  header {
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  header {
    padding: 0 2rem;
    height: 7rem;
  }
}
header.scroll {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}
header .logo {
  flex-shrink: 0;
}
header .logo a {
  display: flex;
  align-items: center;
}
header .logo img {
  width: 31rem;
}
@media screen and (max-width: 1400px) {
  header .logo img {
    width: 25rem;
  }
}
header nav {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  header nav {
    position: fixed;
    top: 7rem;
    right: 0;
    width: 40rem;
    height: calc(100vh - 7rem);
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 2rem 4rem;
    overflow-y: auto;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }
  header nav.open {
    opacity: 1;
    pointer-events: auto;
  }
}
header nav .nav_inner {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 0 2.4rem;
}
@media screen and (max-width: 1199px) {
  header nav .nav_inner {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    gap: 0;
  }
}
header nav .nav_links {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 1400px) {
  header nav .nav_links {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav .nav_links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    border-top: 1px solid #e8e3da;
  }
}
header nav .nav_links a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #3f3f3f;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1199px) {
  header nav .nav_links a {
    display: block;
    width: 100%;
    padding: 1.8rem 0;
    border-bottom: 1px solid #e8e3da;
    white-space: normal;
  }
}
header nav .nav_links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #3f3f3f;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav .nav_links a::after {
    bottom: 0;
  }
}
header nav .nav_links a.active::after {
  width: 100%;
}
@media (hover: hover) {
  header nav .nav_links a:hover::after {
    width: 100%;
  }
}
header nav .tel_box {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  header nav .tel_box {
    margin-top: 2.4rem;
    width: 100%;
  }
}
header nav .tel_box .tel_num {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #3f3f3f;
  letter-spacing: 0.08rem;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  header nav .tel_box .tel_num {
    font-size: 1.8rem;
  }
}
header nav .tel_box .tel_time {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #3f3f3f;
}
header nav .nav_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 3rem;
  background: #615a47;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.064rem;
  white-space: nowrap;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1400px) {
  header nav .nav_contact {
    padding: 0 1.6rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav .nav_contact {
    margin-top: 2.4rem;
    width: 100%;
    height: 5.6rem;
    padding: 0 2rem;
  }
}
@media (hover: hover) {
  header nav .nav_contact:hover {
    opacity: 0.85;
  }
}
header .toggle {
  display: none;
  position: relative;
  width: 3rem;
  height: 2rem;
  cursor: pointer;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  header .toggle {
    display: block;
  }
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #3f3f3f;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.more_btn {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1rem 1.6rem;
  border: 1px solid #3f3f3f;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #3f3f3f;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  width: fit-content;
}
.more_btn .arrow {
  position: relative;
  display: block;
  width: 2rem;
  height: 8px;
  flex-shrink: 0;
}
.more_btn .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3f3f3f;
  transition: background 0.3s;
}
.more_btn .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #3f3f3f;
  border-right: 1px solid #3f3f3f;
  transition: border-color 0.3s;
}
.more_btn.white {
  border-color: #fff;
  color: #fff;
}
.more_btn.white .arrow::before {
  background: #fff;
}
.more_btn.white .arrow::after {
  border-color: #fff;
}
@media (hover: hover) {
  .more_btn:hover {
    background: #735c1c;
    color: #fff;
    border-color: #735c1c;
  }
  .more_btn:hover .arrow::before {
    background: #fff;
  }
  .more_btn:hover .arrow::after {
    border-color: #fff;
  }
  .more_btn:hover.white {
    background: #fff;
    border-color: #fff;
    color: #3f3f3f;
  }
  .more_btn:hover.white .arrow::before {
    background: #3f3f3f;
  }
  .more_btn:hover.white .arrow::after {
    border-color: #3f3f3f;
  }
}

.section_ttl {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .section_ttl {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.section_ttl-vtext {
  display: flex;
  gap: 1.6rem;
}
.section_ttl-vtext p {
  writing-mode: vertical-rl;
  font-feature-settings: "vrt2" 1;
  font-family: "Yuji Syuku", serif;
  font-size: 4rem;
  color: #3f3f3f;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .section_ttl-vtext p {
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 574px) {
  .section_ttl-vtext p {
    font-size: 3.2rem;
  }
}
.section_ttl-en {
  writing-mode: vertical-lr;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  color: #735c1c;
  padding-top: 0.7rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section_ttl-en {
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 574px) {
  .section_ttl-en {
    font-size: 1.6rem;
    padding-top: 0;
  }
}
.section_ttl.white .section_ttl-vtext p {
  color: #fff;
}
.section_ttl.white .section_ttl-en {
  color: #fff;
}

main {
  overflow-x: hidden;
}

.contact {
  position: relative;
  min-height: 65rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .contact {
    min-height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    min-height: auto;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 991px) {
  .contact .section_ttl {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .contact .section_ttl p {
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 991px) {
  .contact .section_ttl-en {
    writing-mode: horizontal-tb;
  }
}
.contact_bg {
  position: absolute;
  inset: 0;
}
.contact_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(200, 197, 189, 0.6);
  mix-blend-mode: multiply;
}
.contact_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 4rem;
}
@media screen and (max-width: 991px) {
  .contact_inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .contact_inner {
    padding: 3rem 0;
  }
}
.contact_cards {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 991px) {
  .contact_cards {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact_cards {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.contact .tel-link {
  display: block;
  min-width: 32rem;
}
@media screen and (max-width: 991px) {
  .contact .tel-link {
    min-width: 0;
    flex: 1;
  }
}
@media screen and (max-width: 574px) {
  .contact .tel-link {
    width: 100%;
  }
}
.contact .tel-link .contact_card {
  width: 100%;
  height: 100%;
}
.contact_card {
  background: #fff;
  padding: 2.4rem 3.2rem;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  min-width: 32rem;
}
@media screen and (max-width: 991px) {
  .contact_card {
    min-width: 0;
    flex: 1;
  }
}
@media screen and (max-width: 574px) {
  .contact_card {
    min-width: 0;
    width: 100%;
  }
}
.contact_card-label {
  font-family: "Yuji Syuku", serif;
  font-size: 1.8rem;
  color: #3f3f3f;
  line-height: 1.15;
  text-align: center;
}
.contact_card-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.8rem;
}
.contact_card-tel .tel_prefix {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #3f3f3f;
  font-weight: 500;
  line-height: 1.15;
}
.contact_card-tel .tel_num {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  color: #3f3f3f;
  font-weight: 500;
  line-height: 1;
}
.contact_card-time {
  margin-top: 0.8rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #3f3f3f;
  text-align: center;
}
.contact_card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.6rem;
  padding: 1.5rem 2.5rem;
  background: #735c1c;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.3s;
  border: 1px solid #735c1c;
}
@media (hover: hover) {
  .contact_card-btn:hover {
    color: #735c1c;
    background: #fff;
  }
}
.contact_card-btn i {
  font-size: 2rem;
}

.footer {
  background: #fff;
  border-top: 1px solid #e8e3da;
}
.footer_bottom {
  padding: 6rem 0;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    flex-direction: column;
    gap: 4rem;
    align-items: center;
    text-align: center;
  }
}
.footer_left .footer_logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer_left .footer_logo img {
  width: 31rem;
}
@media screen and (max-width: 767px) {
  .footer_left .footer_logo img {
    width: 25rem;
  }
}
.footer_left .footer_logo p {
  font-family: "Yuji Syuku", serif;
  font-size: 2.4rem;
  color: #3f3f3f;
  letter-spacing: 0.096rem;
}
.footer_left .footer_address {
  margin-top: 4rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #3f3f3f;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  .footer_left .footer_address {
    font-size: 1.4rem;
  }
}
.footer_left .footer_sns {
  display: flex;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
.footer_left .footer_sns-item {
  width: 13.6rem;
}
@media (hover: hover) {
  .footer_left .footer_sns-item:hover {
    opacity: 0.7;
  }
}
.footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer_right {
    align-items: center;
    width: 100%;
  }
}
.footer_right .footer_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
}
@media screen and (max-width: 1199px) {
  .footer_right .footer_nav {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_right .footer_nav {
    display: none;
  }
}
.footer_right .footer_nav a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #3f3f3f;
}
@media (hover: hover) {
  .footer_right .footer_nav a:hover {
    color: #735c1c;
  }
}
.footer_right .copy {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  color: #3f3f3f;
}
@media screen and (max-width: 991px) {
  .footer_right .copy {
    margin-top: 6rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 99;
}
.pagetop img {
  width: 5rem;
}
@media (hover: hover) {
  .pagetop:hover {
    opacity: 0.7;
  }
}

.id-target {
  display: block;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .id-target {
    scroll-margin-top: 7rem;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 10rem);
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .mv {
    height: calc(100vh - 7rem);
  }
}
@media screen and (max-width: 574px) {
  .mv {
    height: calc(80vh - 7rem);
  }
}
@media screen and (max-width: 450px) {
  .mv {
    height: auto;
  }
}
.mv_panels {
  display: flex;
  width: 100%;
  height: 100%;
}
.mv_panel {
  width: 50%;
  height: calc(100vh - 10rem);
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .mv_panel {
    height: calc(100vh - 7rem);
  }
}
@media screen and (max-width: 767px) {
  .mv_panel {
    width: 100%;
  }
  .mv_panel:last-child {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .mv_panel {
    height: calc(60vh - 7rem);
  }
}
.mv_panel img {
  width: 100%;
  height: calc(100vh - 10rem);
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .mv_panel img {
    height: calc(100vh - 7rem);
  }
}
@media screen and (max-width: 450px) {
  .mv_panel img {
    height: calc(60vh - 7rem);
  }
}
.mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6rem 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 254, 250, 0) 0%, rgba(255, 254, 250, 0.75) 35%, rgb(255, 254, 250) 50.5%, rgba(255, 254, 250, 0.75) 65%, rgba(255, 254, 250, 0) 100%);
}
@media screen and (max-width: 767px) {
  .mv_text {
    gap: 1.6rem;
    padding: 4rem 5rem;
  }
}
@media screen and (max-width: 450px) {
  .mv_text {
    padding: 4rem 2rem;
    width: 100%;
    position: static;
    transform: translate(0, 0);
    height: auto;
    padding: 1.6rem 2rem;
  }
}
.mv_text-inner {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 450px) {
  .mv_text-inner {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.mv_text p {
  writing-mode: vertical-rl;
  font-feature-settings: "vrt2" 1;
  font-family: "Yuji Syuku", serif;
  font-size: 4.8rem;
  color: #3f3f3f;
}
@media screen and (max-height: 760px) and (min-width: 992px) {
  .mv_text p {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_text p {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 450px) {
  .mv_text p {
    font-size: 2.8rem;
    writing-mode: horizontal-tb;
    font-feature-settings: normal;
  }
}

.about {
  padding: 8rem 0;
}
.about .row {
  align-items: center;
}
.about_photo {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  padding-right: 15px;
}
.about_photo img {
  width: 100%;
  height: 82rem;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .about_photo img {
    height: 60rem;
  }
}
@media screen and (max-width: 767px) {
  .about_photo img {
    height: 36rem;
  }
}
.about_content {
  display: flex;
  justify-content: flex-end;
  gap: 4.8rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about_content {
    padding: 4rem 3rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .about_content {
    padding: 3rem 2rem;
    gap: 3rem;
  }
}
.about_body {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.2rem;
}
@media screen and (max-width: 991px) {
  .about_body {
    flex-direction: row;
  }
}
.about_body p {
  writing-mode: vertical-rl;
  font-feature-settings: "vrt2" 1;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #3f3f3f;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about_body p {
    font-size: 1.6rem;
  }
}
.about_catch {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.6rem;
  flex-shrink: 0;
}
.about_catch-main {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.4rem;
}
@media screen and (max-width: 574px) {
  .about_catch-main {
    gap: 1.6rem;
  }
}
.about_catch-main p {
  writing-mode: vertical-rl;
  font-feature-settings: "vrt2" 1;
  font-family: "Yuji Syuku", serif;
  font-size: 4rem;
  color: #3f3f3f;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .about_catch-main p {
    font-size: 3rem;
  }
}
.about_catch-en {
  writing-mode: vertical-lr;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  color: #735c1c;
  padding-top: 0.7rem;
  white-space: nowrap;
  align-self: flex-start;
}
@media screen and (max-width: 574px) {
  .about_catch-en {
    font-size: 1.4rem;
  }
}

.feature {
  gap: 9rem;
  padding: 0 0 12rem 0;
}
@media screen and (max-width: 1199px) {
  .feature {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 1199px) {
  .feature .section_ttl {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  .feature .section_ttl-vtext {
    gap: 0;
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .feature .section_ttl-vtext p {
    writing-mode: horizontal-tb;
    display: inline-block;
  }
}
@media screen and (max-width: 1199px) {
  .feature .section_ttl-en {
    writing-mode: horizontal-tb;
  }
}
.feature_list {
  display: flex;
  gap: 2.4rem;
  flex: 1;
  min-width: 0;
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: calc(88% + (100vw - 100%) / 2);
  padding-left: 15px;
}
@media screen and (max-width: 1199px) {
  .feature_list {
    width: 100%;
    margin: 4rem 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .feature_list {
    flex-direction: column;
    gap: 3rem;
  }
}
.feature_item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  background: #fff;
  padding: 2.4rem;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  flex: 1;
}
@media screen and (max-width: 1400px) {
  .feature_item {
    padding: 1.6rem;
  }
}
.feature_item-head {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 1400px) {
  .feature_item-head {
    gap: 1.6rem;
  }
}
.feature_item-num {
  font-family: "Noto Serif JP", serif;
  font-size: 6.4rem;
  color: #735c1c;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .feature_item-num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .feature_item-num {
    font-size: 5rem;
  }
}
.feature_item-ttl {
  font-family: "Yuji Syuku", serif;
  font-size: 2.4rem;
  color: #3f3f3f;
  line-height: 1.4;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1400px) {
  .feature_item-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .feature_item-ttl {
    font-size: 2.4rem;
  }
}
.feature_item-body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 1400px) {
  .feature_item-body {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .feature_item-body {
    flex-direction: row;
  }
}
@media screen and (max-width: 574px) {
  .feature_item-body {
    flex-direction: column;
  }
}
.feature_item-img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .feature_item-img {
    width: 35%;
  }
}
@media screen and (max-width: 574px) {
  .feature_item-img {
    width: 100%;
  }
}
.feature_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature_item-in {
  flex: 1;
}
.feature_item-catch {
  font-family: "Yuji Syuku", serif;
  font-size: 1.9rem;
  color: #735c1c;
  line-height: 1.15;
}
@media screen and (max-width: 1400px) {
  .feature_item-catch {
    line-height: 1.5;
  }
}
.feature_item-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  color: #3f3f3f;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 1400px) {
  .feature_item-text {
    margin-top: 1.6rem;
  }
}

.picky_banner {
  display: flex;
}
@media screen and (max-width: 991px) {
  .picky_banner {
    flex-direction: column;
  }
}
.picky_banner-item {
  position: relative;
  width: 50%;
  height: 41.3rem;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 991px) {
  .picky_banner-item {
    width: 100%;
    height: 30rem;
  }
}
@media (hover: hover) {
  .picky_banner-item:hover .picky_banner-bg {
    transform: scale(1.05);
  }
  .picky_banner-item:hover .more_btn {
    background: #fff;
    border-color: #fff;
    color: #3f3f3f;
  }
  .picky_banner-item:hover .more_btn .arrow::before {
    background: #3f3f3f;
  }
  .picky_banner-item:hover .more_btn .arrow::after {
    border-color: #3f3f3f;
  }
}
.picky_banner-bg {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
}
.picky_banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.picky_banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(115, 92, 28, 0.85) 3%, rgba(115, 92, 28, 0) 77%);
}
.picky_banner-inner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 0 5.6rem;
}
@media screen and (max-width: 767px) {
  .picky_banner-inner {
    padding: 4rem 2rem;
    gap: 3rem;
  }
}
.picky_banner-inner h3 {
  font-family: "Yuji Syuku", serif;
  font-size: 4rem;
  color: #fff;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .picky_banner-inner h3 {
    font-size: 3rem;
  }
}

.works {
  display: flex;
  gap: 5.6rem;
  align-items: flex-start;
  padding: 10rem 0 10rem 31.2rem;
}
@media screen and (max-width: 1400px) {
  .works {
    padding-left: 5rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 1199px) {
  .works {
    padding-left: 3rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .works {
    padding: 6rem 3rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .works {
    padding: 5rem 2rem;
    gap: 3rem;
    flex-direction: column;
  }
}
.works_content {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .works_content {
    width: 100%;
  }
}
.works_list {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 991px) {
  .works_list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 574px) {
  .works_list {
    gap: 2rem;
  }
}
.works_item {
  min-width: 0;
  margin: 0 1.2rem;
}
@media (hover: hover) {
  .works_item:hover .works_item-img img {
    transform: scale(1.05);
  }
}
.works_item a {
  display: block;
}
.works_item-img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.works_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.works_item-ttl {
  margin-top: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #3f3f3f;
  font-weight: 500;
  line-height: 1.4;
}
.works_item-cat {
  margin-top: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #735c1c;
}
@media screen and (max-width: 767px) {
  .works .more_btn {
    margin-left: auto;
  }
}

.instagram {
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
}
@media screen and (max-width: 991px) {
  .instagram {
    padding: 5rem 0 10rem;
    gap: 3rem;
  }
}
.instagram_ttl {
  text-align: center;
}
.instagram_ttl-en {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  color: #735c1c;
}
.instagram_ttl-jp {
  margin-top: 1.6rem;
  font-family: "Yuji Syuku", serif;
  font-size: 4rem;
  color: #3f3f3f;
  line-height: 1.15;
}
.instagram_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  width: 100%;
  max-width: 130rem;
  padding: 0 3.2rem;
}
@media screen and (max-width: 991px) {
  .instagram_grid {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .instagram_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 574px) {
  .instagram_grid {
    gap: 0.8rem;
  }
}
.instagram_item {
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
@media (hover: hover) {
  .instagram_item:hover img {
    transform: scale(1.05);
  }
}
.instagram_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.subhead {
  position: relative;
  background: #f0ebe0;
  padding: 5rem 0 4.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .subhead {
    padding: 3.6rem 0 3.2rem;
  }
}
.subhead::before {
  content: none;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-58%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13rem;
  font-weight: 700;
  color: rgba(115, 92, 28, 0.07);
  letter-spacing: 0.18em;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .subhead::before {
    font-size: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .subhead::before {
    font-size: 6rem;
    right: 1rem;
    letter-spacing: 0.1rem;
  }
}
.subhead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #735c1c 0%, rgba(115, 92, 28, 0) 60%);
}
.subhead h2 {
  font-family: "Yuji Syuku", serif;
  font-size: 3.6rem;
  color: #3f3f3f;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .subhead h2 {
    font-size: 2.8rem;
  }
}
.subhead.center {
  text-align: center;
}
.subhead.center::before {
  left: 50%;
  right: auto;
  transform: translate(-50%, -58%);
}
.subhead.center::after {
  background: linear-gradient(90deg, rgba(115, 92, 28, 0) 20%, #735c1c 50%, rgba(115, 92, 28, 0) 80%);
}
.subhead .subhead_tag {
  display: inline-block;
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #735c1c;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.subhead .breadcrumb_nav {
  margin-top: 2rem;
}
.subhead .breadcrumb_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.subhead .breadcrumb_nav li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #999;
  letter-spacing: 0.04em;
  line-height: 1;
}
.subhead .breadcrumb_nav li + li::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid rgba(115, 92, 28, 0.5);
  border-right: 1px solid rgba(115, 92, 28, 0.5);
  transform: rotate(45deg) translateY(-1px);
  margin: 0 1rem 0 0.8rem;
  vertical-align: middle;
}
.subhead .breadcrumb_nav li:last-child {
  color: #735c1c;
}
.subhead .breadcrumb_nav li a {
  color: #999;
  transition: color 0.2s;
}
@media (hover: hover) {
  .subhead .breadcrumb_nav li a:hover {
    color: #735c1c;
  }
}
.subhead.center .breadcrumb_nav ul {
  justify-content: center;
}

.picky_lead {
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .picky_lead {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .picky_lead {
    padding: 5rem 0;
  }
}
.picky_lead .row {
  align-items: center;
}
.picky_lead-img {
  overflow: hidden;
}
.picky_lead-img img {
  width: 100%;
  height: 52rem;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .picky_lead-img img {
    height: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .picky_lead-img img {
    height: 30rem;
    margin-bottom: 3rem;
  }
}
.picky_lead-text {
  padding: 0 3rem 0 4rem;
}
@media screen and (max-width: 991px) {
  .picky_lead-text {
    padding: 0 1rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .picky_lead-text {
    padding: 0;
  }
}
.picky_lead-text h3 {
  font-family: "Yuji Syuku", serif;
  font-size: 3rem;
  color: #3f3f3f;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e0d8cc;
  margin-bottom: 2.8rem;
  position: relative;
}
.picky_lead-text h3::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4rem;
  height: 2px;
  background: #735c1c;
}
@media screen and (max-width: 991px) {
  .picky_lead-text h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .picky_lead-text h3 {
    font-size: 2.2rem;
  }
}
.picky_lead-text p {
  font-size: 1.55rem;
  color: #3f3f3f;
  line-height: 2.1;
  font-weight: 500;
  margin-top: 1.6rem;
}

.picky_features {
  padding: 10rem 0;
  background: #f6f2ea;
}
@media screen and (max-width: 767px) {
  .picky_features {
    padding: 6rem 0;
  }
}
.picky_features .row {
  gap: 4rem 0;
}
@media screen and (max-width: 767px) {
  .picky_features-item {
    margin-top: 5rem;
  }
  .picky_features-item:first-child {
    margin-top: 0;
  }
}
.picky_features-item .picky_features-img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.picky_features-item .picky_features-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
@media (hover: hover) {
  .picky_features-item .picky_features-img:hover img {
    transform: scale(1.04);
  }
}
.picky_features-item h4 {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #e0d8cc;
  position: relative;
  font-family: "Yuji Syuku", serif;
  font-size: 2.2rem;
  color: #3f3f3f;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
.picky_features-item h4::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 3.6rem;
  height: 2px;
  background: #735c1c;
}
.picky_features-item p {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  color: #555;
  line-height: 2;
  font-weight: 500;
}

.staff {
  padding: 10rem 0;
  background: #fffefa;
}
@media screen and (max-width: 767px) {
  .staff {
    padding: 6rem 0;
  }
}
.staff_lead {
  margin-bottom: 7rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #e0d8cc;
}
@media screen and (max-width: 767px) {
  .staff_lead {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
  }
}
.staff_lead p {
  font-family: "Yuji Syuku", serif;
  font-size: 2.6rem;
  color: #3f3f3f;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .staff_lead p {
    font-size: 2rem;
  }
}
.staff_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem 4rem;
}
@media screen and (max-width: 1400px) {
  .staff_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .staff_list {
    gap: 5rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .staff_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  .staff_list {
    gap: 4rem;
  }
}
.staff_item {
  transition: transform 0.4s ease;
}
.staff_item-img {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.staff_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.6s ease;
}
.staff_item-name {
  margin-top: 2rem;
  font-family: "Yuji Syuku", serif;
  font-size: 2rem;
  color: #3f3f3f;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e0d8cc;
}
.staff_item-en {
  margin-top: 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #735c1c;
  text-align: center;
  letter-spacing: 0.15em;
}
.staff_item-info {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  color: #3f3f3f;
  line-height: 1.85;
  font-weight: 500;
}
.staff_item-info dl {
  margin: 0;
}
.staff_item-info dt {
  font-weight: 600;
  margin-top: 1rem;
  color: #735c1c;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.staff_item-info dt:first-child {
  margin-top: 0;
}
.staff_item-info dd {
  margin: 0.2rem 0 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 574px) {
  .staff_item-info dd {
    font-size: 1.4rem;
  }
}
.staff_item-info dd ul {
  padding-left: 2em;
}
@media screen and (max-width: 574px) {
  .staff_item-info dd ul {
    padding-left: 1.5em;
  }
}
.staff_item-info dd ul li {
  list-style: disc;
}

.works_page {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .works_page {
    padding: 6rem 0;
  }
}
.works_page_filter {
  margin-bottom: 5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #e0d8cc;
}
@media screen and (max-width: 767px) {
  .works_page_filter {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.works_page_filter .filter_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .works_page_filter .filter_tabs {
    gap: 0.8rem;
  }
}
.works_page_filter .filter_tab {
  padding: 1rem 2.8rem;
  border: 1px solid #c8c0b0;
  font-size: 1.5rem;
  color: #3f3f3f;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .works_page_filter .filter_tab {
    font-size: 1.4rem;
    padding: 0.8rem 1.8rem;
  }
}
.works_page_filter .filter_tab.is-active {
  background: #735c1c;
  border-color: #735c1c;
  color: #fff;
}
@media (hover: hover) {
  .works_page_filter .filter_tab:hover {
    background: #735c1c;
    border-color: #735c1c;
    color: #fff;
  }
}
.works_page_cat-name {
  margin-bottom: 3.2rem;
  font-family: "Yuji Syuku", serif;
  font-size: 2.4rem;
  color: #3f3f3f;
  letter-spacing: 0.08em;
}
.works_page_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2.4rem;
}
@media screen and (max-width: 991px) {
  .works_page_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .works_page_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  .works_page_list {
    gap: 2.4rem 1.2rem;
  }
}
.works_page_item a {
  display: block;
}
@media (hover: hover) {
  .works_page_item:hover .works_page_item-img img {
    transform: scale(1.06);
  }
  .works_page_item:hover .works_page_item-img::after {
    opacity: 1;
  }
  .works_page_item:hover .works_page_item-ttl {
    color: #735c1c;
  }
}
.works_page_item-img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f5f0e8;
  position: relative;
}
.works_page_item-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(115, 92, 28, 0.12);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.works_page_item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s ease;
}
.works_page_item-cat {
  margin-top: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #735c1c;
  letter-spacing: 0.1em;
}
.works_page_item-ttl {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  color: #3f3f3f;
  font-weight: 500;
  line-height: 1.6;
  transition: color 0.3s;
}
.works_page .paging {
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .works_page .paging {
    margin-top: 5rem;
  }
}
.works_page .paging .paging-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 1.5rem;
  color: #3f3f3f;
  border: 1px solid #ddd;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.works_page .paging .paging-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
}
@media (hover: hover) {
  .works_page .paging .paging-text:not(.current):hover {
    background: #735c1c;
    border-color: #735c1c;
    color: #fff;
  }
}
.works_page .paging .paging-text.current {
  background: #735c1c;
  border-color: #735c1c;
  color: #fff;
  cursor: default;
}

.detail {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .detail {
    padding: 5rem 0;
  }
}
.detail_head {
  margin-bottom: 4.8rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #e0d8cc;
  position: relative;
}
.detail_head::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 5rem;
  height: 2px;
  background: #735c1c;
}
.detail_head h2 {
  font-family: "Yuji Syuku", serif;
  font-size: 2.8rem;
  color: #3f3f3f;
  line-height: 1.55;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .detail_head h2 {
    font-size: 2.2rem;
  }
}
.detail_head-cat {
  display: inline-block;
  margin-top: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  background: #735c1c;
  padding: 0.35rem 1.4rem;
  letter-spacing: 0.12em;
}
.detail_before-after {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .detail_before-after {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 574px) {
  .detail_before-after {
    flex-direction: column;
    gap: 0;
  }
}
.detail_before-after-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: 1.5px solid #735c1c;
  background: #fff;
  color: #735c1c;
  font-size: 1.4rem;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
@media screen and (max-width: 574px) {
  .detail_before-after-arrow {
    width: 4rem;
    height: 4rem;
    margin: 1rem auto;
  }
  .detail_before-after-arrow i {
    transform: rotate(90deg);
    display: block;
  }
}
.detail_before-after-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  background: #f5f0e8;
}
@media (hover: hover) {
  .detail_before-after-item:hover img {
    transform: scale(1.05);
  }
}
.detail_before-after-item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  display: block;
  transition: transform 0.7s ease;
}
@media screen and (max-width: 574px) {
  .detail_before-after-item img {
    aspect-ratio: 16/10;
  }
}
.detail_before-after-item-label {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0.9rem 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.3em;
  background: rgba(107, 92, 69, 0.82);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.detail_before-after-item-label.after {
  background: rgba(115, 92, 28, 0.82);
}
.detail_text {
  font-size: 1.6rem;
  color: #3f3f3f;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 4rem;
}
.detail_gallery {
  margin-bottom: 4rem;
}
.detail_gallery .thumbnail {
  margin-top: 1rem;
}
.detail_gallery .thumbnail-img {
  opacity: 0.7;
  width: 100%;
  aspect-ratio: 3/2;
}
.detail_gallery .thumbnail-img img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 575px) {
  .detail_gallery .thumbnail.stop .slick-track {
    transform: unset !important;
  }
}
.detail_gallery .thumbnail.stop2 .slick-track {
  transform: unset !important;
}
.detail_gallery .thumbnail-img.slick-current {
  opacity: 1;
}
.detail_gallery .slick-img {
  position: relative;
  width: 100%;
  height: clamp(24rem, 58vh, 68rem);
  background: #f5f0e8;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .detail_gallery .slick-img {
    height: clamp(22rem, 52vh, 54rem);
  }
}
@media screen and (max-width: 767px) {
  .detail_gallery .slick-img {
    height: clamp(20rem, 46vh, 40rem);
  }
}
@media screen and (max-width: 574px) {
  .detail_gallery .slick-img {
    height: clamp(18rem, 42vh, 32rem);
  }
}
.detail_gallery .slick-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.detail_back {
  margin-top: 6rem;
  text-align: center;
}

.company {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 5rem 0;
  }
}
.company_greeting {
  margin-bottom: 8rem;
  padding: 5.6rem 6rem 5rem;
  background: #f6f2ea;
}
@media screen and (max-width: 767px) {
  .company_greeting {
    padding: 3.6rem 2.4rem 3.2rem;
    margin-bottom: 5rem;
  }
}
.company_greeting .company_section-ttl {
  margin-bottom: 3.6rem;
}
.company_greeting-body p {
  font-size: 1.6rem;
  color: #3f3f3f;
  line-height: 2.2;
  font-weight: 500;
  margin-top: 1.6rem;
}
.company_greeting-body p:first-of-type {
  font-size: 1.7rem;
  line-height: 2.15;
  margin-top: 0;
}
.company_greeting-sign {
  margin-top: 4.8rem;
  padding-top: 2.4rem;
  border-top: 1px solid #e0d8cc;
  font-family: "Yuji Syuku", serif;
  font-size: 2rem;
  color: #3f3f3f;
  text-align: right;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .company_greeting-sign {
    font-size: 1.8rem;
  }
}
.company_overview {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .company_overview {
    margin-bottom: 5rem;
  }
}
.company_overview .company_section-ttl {
  margin-bottom: 3.2rem;
}
.company_access .company_section-ttl {
  margin-bottom: 4rem;
}
.company_access-block {
  margin-top: 5rem;
  padding-top: 4.8rem;
  border-top: 1px solid #e0d8cc;
  position: relative;
}
.company_access-block::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 4rem;
  height: 2px;
  background: #735c1c;
}
.company_access-block:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.company_access-block:first-of-type::before {
  display: none;
}
.company_access-name {
  font-family: "Yuji Syuku", serif;
  font-size: 2rem;
  color: #3f3f3f;
  margin-bottom: 2rem;
  padding-left: 1.6rem;
  border-left: 3px solid #735c1c;
}
.company_access .row {
  align-items: flex-start;
}
.company_access-map iframe {
  width: 100%;
  height: 30rem;
  border: 0;
}
@media screen and (max-width: 767px) {
  .company_access-map iframe {
    height: 24rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .company_access-info {
    padding: 0 1rem;
  }
}
.company_access-info p {
  font-size: 1.5rem;
  color: #3f3f3f;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 1.2rem;
}
.company_access-info ul {
  margin-top: 1.2rem;
  padding-left: 1.2em;
}
.company_access-info ul li {
  list-style: disc;
  font-size: 1.5rem;
  color: #3f3f3f;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 0.4rem;
}
.company_access-info .map_link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
  padding: 1rem 2rem;
  border: 1px solid #735c1c;
  font-size: 1.5rem;
  color: #735c1c;
  transition: 0.3s;
}
@media (hover: hover) {
  .company_access-info .map_link:hover {
    background: #735c1c;
    color: #fff;
  }
}
.company_section-ttl {
  font-family: "Yuji Syuku", serif;
  font-size: 3rem;
  color: #3f3f3f;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e0d8cc;
  margin-bottom: 3.2rem;
  position: relative;
}
.company_section-ttl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4rem;
  height: 2px;
  background: #735c1c;
}
@media screen and (max-width: 991px) {
  .company_section-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .company_section-ttl {
    font-size: 2.2rem;
  }
}
.company_table {
  width: 100%;
  border-collapse: collapse;
}
.company_table th, .company_table td {
  font-size: 1.5rem;
  color: #3f3f3f;
  font-weight: 500;
  padding: 1.6rem 2rem;
  border: 1px solid #e0d8cc;
  vertical-align: top;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .company_table th, .company_table td {
    padding: 1.2rem 1.4rem;
    font-size: 1.4rem;
  }
}
.company_table th {
  width: 20%;
  background: #f5f0e8;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .company_table th {
    width: 30%;
  }
}
.company_table td ul {
  padding-left: 1em;
}
.company_table td ul li {
  list-style: disc;
  margin-top: 0.4rem;
}

.ct_tel {
  padding: 6rem 0;
  background: #f9f6f0;
}
@media screen and (max-width: 767px) {
  .ct_tel {
    padding: 4rem 0;
  }
}
.ct_tel_inner {
  width: 100%;
}
.ct_tel_heading {
  font-family: "Yuji Syuku", serif;
  font-size: 3rem;
  color: #3f3f3f;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e0d8cc;
  margin-bottom: 3.6rem;
  position: relative;
}
.ct_tel_heading::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4rem;
  height: 2px;
  background: #735c1c;
}
@media screen and (max-width: 991px) {
  .ct_tel_heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ct_tel_heading {
    font-size: 2.2rem;
    margin-bottom: 2.8rem;
  }
}
.ct_tel_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .ct_tel_row {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.ct_tel_item {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  border: 1px solid #e0d8cc;
  padding: 3rem 3.6rem;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
@media (hover: hover) {
  .ct_tel_item:hover {
    border-color: rgba(115, 92, 28, 0.4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  }
}
@media screen and (max-width: 767px) {
  .ct_tel_item {
    gap: 2rem;
    padding: 2.4rem 2rem;
  }
}
.ct_tel_item-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: rgba(115, 92, 28, 0.1);
  color: #735c1c;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .ct_tel_item-icon {
    width: 5.2rem;
    height: 5.2rem;
    font-size: 1.8rem;
  }
}
.ct_tel_item-body {
  flex: 1;
  min-width: 0;
}
.ct_tel_label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  color: #735c1c;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
}
.ct_tel_num {
  font-size: clamp(2.4rem, 2.8vw, 3.4rem);
  color: #3f3f3f;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .ct_tel_num {
    font-size: 2.6rem;
  }
}
.ct_tel_time {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  color: #888;
}

.form_sec {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .form_sec {
    padding: 5rem 0;
  }
}
.form_sec .form_heading {
  font-family: "Yuji Syuku", serif;
  font-size: 2.8rem;
  color: #3f3f3f;
  margin-bottom: 1.6rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e0d8cc;
  position: relative;
}
.form_sec .form_heading::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 5rem;
  height: 2px;
  background: #735c1c;
}
@media screen and (max-width: 767px) {
  .form_sec .form_heading {
    font-size: 2.2rem;
  }
}
.form_sec .form_greeting {
  font-size: 1.5rem;
  color: #555;
  line-height: 1.95;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.form_sec .required_badge {
  display: inline-block;
  margin-left: 0.6rem;
  padding: 0.2rem 0.6rem;
  background: #735c1c;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  vertical-align: middle;
}
.form_sec .form_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3.2rem;
}
.form_sec .form_table th, .form_sec .form_table td {
  font-size: 1.5rem;
  color: #3f3f3f;
  font-weight: 500;
  padding: 1.6rem 2rem;
  border: 1px solid #e0d8cc;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form_sec .form_table th, .form_sec .form_table td {
    display: block;
    width: 100%;
    padding: 1.2rem 1.4rem;
  }
}
.form_sec .form_table th {
  width: 25%;
  background: #f5f0e8;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form_sec .form_table th {
    width: 100%;
    border-bottom: none;
  }
}
.form_sec .radio_group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2.4rem;
}
.form_sec .radio_group label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.5rem;
  color: #3f3f3f;
  cursor: pointer;
}
.form_sec .radio_group label input[type=radio] {
  width: auto;
  accent-color: #735c1c;
}
.form_sec .postal_wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  color: #3f3f3f;
}
.form_sec .postal_wrap input {
  width: 16rem !important;
}
.form_sec input[type=text],
.form_sec input[type=email],
.form_sec input[type=tel],
.form_sec select,
.form_sec textarea {
  width: 100%;
  padding: 1rem 1.4rem;
  border: 1px solid #ccc;
  font-size: 1.5rem;
  color: #3f3f3f;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
}
.form_sec input[type=text]:focus,
.form_sec input[type=email]:focus,
.form_sec input[type=tel]:focus,
.form_sec select:focus,
.form_sec textarea:focus {
  outline: none;
  border-color: #735c1c;
}
.form_sec textarea {
  height: 18rem;
  resize: vertical;
}
.form_sec .form_privacy_head {
  font-family: "Yuji Syuku", serif;
  font-size: 2rem;
  color: #3f3f3f;
  margin-bottom: 1.6rem;
  padding-left: 1.2rem;
  border-left: 4px solid #735c1c;
}
.form_sec .form_privacy {
  height: 24rem;
  overflow-y: auto;
  border: 1px solid #e0d8cc;
  padding: 2.4rem;
  margin-bottom: 4rem;
  background: #fff;
}
.form_sec .privacy_policy_inner {
  font-size: 1.4rem;
  color: #3f3f3f;
  line-height: 1.9;
}
.form_sec .privacy_policy_inner .mb-4 {
  margin-bottom: 2.4rem;
}
.form_sec .privacy_policy_inner_group {
  margin-top: 2.4rem;
}
.form_sec .privacy_policy_inner_group h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #3f3f3f;
  margin-bottom: 0.8rem;
}
.form_sec .privacy_policy_inner_group h5 span {
  font-weight: 500;
}
.form_sec .privacy_policy_inner_group ul {
  padding-left: 1.6em;
  margin: 0.8rem 0;
}
.form_sec .privacy_policy_inner_group ul li {
  list-style: none;
}
.form_sec .privacy_policy_inner_group ul li span {
  margin-right: 0.4rem;
}
.form_sec .privacy_policy_inner_group a {
  color: #735c1c;
  text-decoration: underline;
  word-break: break-all;
}
.form_sec .submit {
  text-align: center;
  margin-top: 3.2rem;
}
.form_sec .submit button {
  padding: 1.8rem 5rem;
  background: #735c1c;
  color: #fff;
  font-family: "Yuji Syuku", serif;
  font-size: 1.8rem;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.form_sec .submit button i {
  margin-left: 0.8rem;
}
@media (hover: hover) {
  .form_sec .submit button:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .form_sec .submit button {
    padding: 1.6rem 3rem;
    font-size: 1.6rem;
  }
}
.form_sec .confirm {
  display: none;
  gap: 1.6rem;
  margin-top: 2rem;
}
.form_sec .confirm .btn {
  padding: 1.2rem 3rem;
  border: 1px solid #3f3f3f;
  background: transparent;
  font-size: 1.5rem;
  color: #3f3f3f;
  cursor: pointer;
  transition: 0.3s;
}
.form_sec .confirm .btn i {
  margin: 0 0.6rem;
}
@media (hover: hover) {
  .form_sec .confirm .btn:hover {
    background: #3f3f3f;
    color: #fff;
  }
}

.lightbox-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.lightbox-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-in-out;
}
.lightbox-modal__content {
  position: relative;
  max-width: 80%;
  max-height: 80vh;
  margin: auto;
  cursor: default;
}
.lightbox-modal__image {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
.lightbox-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  transition: opacity 0.2s;
  opacity: 0.8;
  z-index: 10;
  user-select: none;
}
.lightbox-modal__nav:hover {
  opacity: 1;
}
.lightbox-modal__nav.prev {
  left: 20px;
}
.lightbox-modal__nav.next {
  right: 20px;
}
.lightbox-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
  z-index: 10;
}
.lightbox-modal__close:hover {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .lightbox-modal__nav {
    font-size: 1.5rem;
    padding: 5px;
  }
  .lightbox-modal__nav.prev {
    left: 10px;
  }
  .lightbox-modal__nav.next {
    right: 10px;
  }
  .lightbox-modal__close {
    font-size: 2rem;
    top: 10px;
    right: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
