@charset "UTF-8";
/* CSS Document */
/* ローダー全体を全画面にする */
#loader {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  z-index: 99999;
  transition: opacity 0.6s ease;
}

#lottie {
  width: 100%;
  height: 100%;
}
#lottie svg {
  width: 100%;
  height: 100%;
}

h1, .h1 {
  font-size: clamp(1.75rem, 20vw, 50rem);
  line-height: 1em;
}
h2, .h2 {
  font-size: clamp(1.5rem, 7vw, 1.75rem);
  line-height: 1.5em;
  letter-spacing: 2px;
  font-weight: normal;
  color: #A94545;
}
h3, .h3 {
  font-size: clamp(1.75rem, 4vw, 2rem);
  line-height: 1.5em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
}
h4, .h4 {
  font-size: clamp(1rem, 3vw, 1.5rem);
}
h5, .h5 {
  font-size: clamp(0.9rem, 4vw, 1.3rem);
  font-weight: normal;
  line-height: 1.75em;
}
.h6 {
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
}
p, .p {
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  line-height: 2em;
}
.serif {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
h5.read {
    font-size: clamp(0.9rem, 4vw, 1.3rem);
    font-weight: normal;
    line-height: 2.5em;
    letter-spacing: 3px;
}
h5.read2 {
    font-size: clamp(0.9rem, 2.5vw, 1.3rem);
    font-weight: normal;
    line-height: 2em;
    letter-spacing: 3px;
}
@media screen and (max-width: 769px) {
.menu-logo {
    max-width: 150px;
}
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}
a:hover {
     opacity: 0.7;
}
.text-white a {color: #fff;}
a img:hover {
  opacity: 0.7;
}

a figure {
    overflow: hidden;
    margin-bottom: 0px;
}
a figure img.img-fluid {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
a:hover figure img.img-fluid {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

section, footer {
  z-index: 10;
}
ul li {
  list-style-type: none;
}
.sns {
  margin-left: 0px;
  padding-left: 0px;
  display: flex;
}
.sns li {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sns li img {
  width: auto;
  height: 50px;
  max-width: 60px;
}
@media screen and (max-width: 769px) {
    .sns li img {
  width: auto;
  height: 30px;
  max-width: 60px;
}
}
.text-red {
  color: #A94545;
}
.btn-danger {
  background-color: #A94545;
  border-color: #A94545;
}
.bg-koushi {
  background-image: url(../img/bg-pattern.svg);
  background-repeat: repeat;
  background-size: 50px auto;
}
.oowaku {
  position: fixed;
  border: 10px solid #e6e5d7;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.waku {
  position: relative;
  width: 100%;
  height: auto;
}
.waku1, .waku2, .waku3, .waku4 {
  position: absolute;
  width: 50px;
  height: auto;
  z-index: 2;
}
.waku1 {
  background-image: url(../img/photo-waku.svg);
  top: -11px;
  left: -25px;
}
.waku2 {
  background-image: url(../img/photo-waku.svg);
  bottom: -9px;
  left: -25px;
}
.waku3 {
  background-image: url(../img/photo-waku.svg);
  top: -9px;
  right: -25px;
  transform: rotate(180deg);
}
.waku4 {
  background-image: url(../img/photo-waku.svg);
  bottom: -11px;
  right: -25px;
  transform: rotate(180deg);
}
@media screen and (max-width: 769px) {
  .waku {
    width: calc(100% - 0px);
    margin-left: auto;
    margin-right: auto;
  }
  .waku1, .waku2, .waku3, .waku4 {
    width: 30px;
  }
    .waku1 {
  top: -6px;
  left: -15px;
}
.waku2 {
  bottom: -6px;
  left: -15px;
}
.waku3 {
  top: -6px;
  right: -15px;
  transform: rotate(180deg);
}
.waku4 {
  bottom: -6px;
  right: -15px;
  transform: rotate(180deg);
}
}
header {
  z-index: 99;
  width: 100%;
}
header .logo {
  max-width: clamp(120px, 35vw, 250px);
  position: fixed;
  z-index: 99;
  padding-left: 32px;
  padding-top: 34px;
  filter: invert(1);
  mix-blend-mode: difference;
}
@media screen and (max-width: 769px) {
    header .logo {;
  z-index: 99;
  padding-left: 15px;
  padding-top: 30px;
}
}
header .fv-menu {
  top: 64px;
  right: 80px;
  z-index: 2;
}
header .fv-menu.second {
  top: 18px;
  right: 100px;
  z-index: 10000;
  position: fixed;
  font-size: 1.2rem;
  filter: invert(1);
  mix-blend-mode: difference;
}
header .fv-menu.second.headersns.active{
    filter: invert(1);
  mix-blend-mode: normal;
}
.hamburger {
  filter: invert(1);
  mix-blend-mode: difference;
}
.hamburger.active {
  filter: invert(1);
  mix-blend-mode: normal;
}
header .fv-menu.second li a {
  color: #000;
}
@media screen and (max-width: 769px) {
  header .fv-menu {
    display: none !important;
  }
  header .fv-menu.second {
    display: inherit !important;
  }
  header .fv-menu.second.smpmenu {
    display: inline-flex !important;
  }
}
header .fv-menu li {
  margin-left: 0px;
}
header .fv-menu.second li {
  margin-left: 5px;
  height: 15px;
  line-height: 0px;
}
header .fv-menu.second li:last-child {
  padding-left: 5px;
  border-left: 1px solid #000;
}
.fat-nav {
  top: 0px;
  width: 400px;
  right: 0;
  padding: 24px;
  background-color: #a94545;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fat-nav.active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 769px) {
  .fat-nav {
    top: 40px;
  }
}
.fat-nav .list-wrap .logo {
  margin-bottom: 14px;
  line-height: 1;
}
.fat-nav .list-wrap .main-list li {
  margin-top: 24px;
  text-align: left;
  border-bottom: 1px solid #fff;
  color: #FFFFFF;
  padding-bottom: 12px;
}
.fat-nav .list-wrap .main-list li.shop {
    margin-top: 24px;
    text-align: center;
    border-bottom: 0px solid #fff;
    color: #a94545;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.fat-nav .list-wrap .main-list li.shop:hover {
    opacity: 0.7;
}

.fat-nav .list-wrap .main-list li a {
    font-weight: 600;
    font-size: clamp(14px, 1.1764705882vw, 16px);
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    color: #FFFFFF;
    width: 100%;
    display: block;
}
.fat-nav .list-wrap .main-list li.shop a {
    color: #a94545;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fat-nav .list-wrap .main-list li .inner-list {
  margin-left: 14px;
}
.fat-nav .list-wrap .main-list li .inner-list li a {
  font-size: 12px;
}
.bg-gray {
  background-color: #1b1b1e;
}
.swiper-container {
  height: 100vh;
  width: 100%;
}
.swiper-slide {
  height: 0;
  overflow: hidden;
  padding: 66% 0 0;
  position: relative;
  height: 100vh;
  width: auto;
}
@media screen and (max-width: 769px) {
  .swiper-slide {
    padding: 100% 0 0;
  }
}
.swiper-slide img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fv-lead {
    position: absolute;
z-index: 12;
bottom: 5vh;
width: 50px;
height: 50px;
text-align: center;
right: calc(50% - 25px);
}

.fv-lead a img {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}
.fv {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  z-index: 0;
}
.fv-2 {
  overflow: hidden;
  height: 200vh;
  width: 100%;
  padding-top: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.fv .fv-text {
  bottom: 60px;
  left: 60px;
  z-index: 99;
}
@media screen and (max-width: 769px) {
  .fv .fv-text {
    bottom: 24px;
    left: 24px;
  }
}
.fv .fv-text .text-main {
  font-size: clamp(24px, 3.9705882353vw, 54px);
  line-height: 120%;
}
.fv .fv-text .text-sub {
  font-size: 12px;
  margin-top: 24px;
  line-height: 120%;
}
.fv-menu li {
  margin-left: 24px;
}
.fv-menu.second li {
  margin-left: 12px;
  height: 15px;
  line-height: 0px;
}
.fv-menu.second li:last-child {
  padding-left: 12px;
  border-left: 1px solid #000;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}

.fade-stagger > * {
  opacity: 0;
  /* 600ms → 1200ms に、delay 600ms → 900ms に */
  animation-duration: 1200ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-name: none;                 /* 初期は再生しない */
  animation-delay: calc(var(--i) * 900ms);
}
.is-inview .fade-stagger > * {
  animation-name: fadeIn;
}
/* アクセシビリティ（動きを減らす設定の人にはアニメ無効） */
@media (prefers-reduced-motion: reduce) {
  .fade-stagger > * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.bg-brown {
    background-color: #E6E5D7;
}
.scroll-arrow {
  display: inline-block;
  animation: arrowDown 1.6s ease-in-out infinite;
}

@keyframes arrowDown {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    transform: translateY(12px);
    opacity: 1;
  }
  100% {
    transform: translateY(12px);
    opacity: 0;
  }
}