@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
}

/* 要素のデフォルトスタイルをリセット */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* リストスタイルのリセット */
ul[class],
ol[class] {
  list-style: none;
}

/* リンクのデフォルトスタイルをリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* テーブル要素のスタイルをリセット */
table {
  border-collapse: collapse;
}

/* フォーム要素のリセット */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

h1 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  h2 {
    font-size: 44px;
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1600px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1600px) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  h5 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  h5 {
    font-size: 32px;
  }
}

h6 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  h6 {
    font-size: 28px;
  }
}

p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 22px;
  }
}

a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  a {
    font-size: 22px;
  }
}

div {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  div {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  div {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  div {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  div {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  div {
    font-size: 22px;
  }
}

.text__black {
  color: #2c3e50;
}

.bg__black {
  background-color: #2c3e50;
}

.text__gray {
  color: #95a5a6;
}

.bg__gray {
  background-color: #95a5a6;
}

.text__white {
  color: #ffffff;
}

.bg__white {
  background-color: #ffffff;
}

.text__red {
  color: #e74c3c;
}

.bg__red {
  background-color: #e74c3c;
}

.text__blue {
  color: #3498db;
}

.bg__blue {
  background-color: #3498db;
}

.text__green {
  color: #2ecc71;
}

.bg__green {
  background-color: #2ecc71;
}

.text__yellow {
  color: #f1c40f;
}

.bg__yellow {
  background-color: #f1c40f;
}

.text__dark_blue {
  color: #34495e;
}

.bg__dark_blue {
  background-color: #34495e;
}

.text__light_gray {
  color: #ecf0f1;
}

.bg__light_gray {
  background-color: #ecf0f1;
}

.text__turquoise {
  color: #1abc9c;
}

.bg__turquoise {
  background-color: #1abc9c;
}

.sec_image_container {
  width: 100%;
}

.sec_image_container img {
  width: 100%;
  height: auto;
  padding: 5px;
}
@media screen and (max-width: 575px) {
  .sec_image_container img {
    max-width: 50%;
  }
}
@media screen and (min-width: 576px) {
  .sec_image_container img {
    max-width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .sec_image_container img {
    max-width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .sec_image_container img {
    max-width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .sec_image_container img {
    max-width: 16.67%;
  }
}
@media screen and (min-width: 1400px) {
  .sec_image_container img {
    max-width: 14.29%;
  }
}
@media screen and (min-width: 1600px) {
  .sec_image_container img {
    max-width: 12.5%;
  }
}
@media screen and (min-width: 1800px) {
  .sec_image_container img {
    max-width: 11.11%;
  }
}

.bl-single-post {
  background-color: #3a3a3a;
  color: #fff;
  padding: 80px 20px;
}
@media screen and (min-width: 1200px) {
  .bl-single-post {
    padding: 120px 40px;
  }
}

.bl-single-post__inner {
  max-width: 900px;
  margin: 0 auto;
}

.bl-single-post__header {
  margin-bottom: 40px;
  text-align: left;
}

.bl-single-post__title {
  font-weight: 100;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bl-single-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  color: #ccc;
  margin-left: 2px;
  gap: 0 20px;
}
@media screen and (min-width: 1200px) {
  .bl-single-post__meta {
    font-size: 14px;
    gap: 0 30px;
  }
}

.bl-single-post__categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bl-single-post__category-item {
  color: #fff;
  font-size: 12px;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .bl-single-post__category-item {
    font-size: 13px;
  }
}

.bl-single-post__thumbnail-wrapper {
  position: relative;
  margin-bottom: 60px;
  line-height: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .bl-single-post__thumbnail-wrapper {
    margin-bottom: 80px;
  }
}

.bl-single-post__thumbnail {
  width: 100%;
  height: auto;
  display: block;
}

.bl-single-post__save-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bl-single-post__save-overlay .bl-single-post__save-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  -webkit-mask: url("path/to/pin-icon.svg") no-repeat center/contain;
  mask: url("path/to/pin-icon.svg") no-repeat center/contain;
  margin-right: 5px;
}

.bl-single-post__content {
  line-height: 1.8;
  color: #f5f5f5;
  font-weight: 100;
}
@media screen and (min-width: 1200px) {
  .bl-single-post__content {
    font-size: 16px;
  }
}
.bl-single-post__content p {
  margin-bottom: 1.5em;
}
.bl-single-post__content ul {
  list-style: disc;
  margin: 0 0 1.5em 20px;
  padding: 0;
}
.bl-single-post__content ul li {
  margin-bottom: 0.5em;
}
.bl-single-post__content strong,
.bl-single-post__content b {
  font-weight: bold;
  color: #fff;
}

/* bodyのスクロールを禁止するクラス（JSで付与） */
body.is-gnav-open {
  overflow: hidden;
}

.site-header {
  width: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0); /* ヘッダーの背景を透明に */
  z-index: 1000;
  /* --- ▼ ハンバーガーメニュー（開くボタン）のスタイルを修正 ▼ --- */
  /* --- ▲ ハンバーガーメニュー（開くボタン）のスタイルを修正 ▲ --- */
}
.site-header .header-inner {
  display: flex;
  width: 100%;
  height: 60px;
  position: absolute;
  align-items: center;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .site-header .header-inner {
    height: 100px;
  }
}
.site-header .header-logo .header-logo-sp {
  display: block;
  height: 20px;
  padding: 0 20px;
}
.site-header .header-logo .header-logo-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .site-header .header-logo .header-logo-sp {
    display: none;
  }
  .site-header .header-logo .header-logo-pc {
    display: block;
    padding: 0 0 0 180px;
    height: 40px;
  }
}
.site-header .hamburger-menu-open {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1010;
  display: flex;
  align-items: center;
  flex-direction: row-reverse; /* アイコンを左、テキストを右に */
  gap: 12px;
  color: #ffffff; /* テキスト色 */
  padding: 10px 18px; /* パディング */
  cursor: pointer;
  transition: opacity 0.3s ease;
  background-color: transparent; /* ボタン背景を透明に */
}
.site-header .hamburger-menu-open:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .site-header .hamburger-menu-open {
    right: 180px;
  }
}
.site-header .hamburger-icon {
  position: relative;
  width: 24px;
  height: 16px;
}
.site-header .hamburger-icon span {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #ffffff; /* アイコンの線色 */
  position: absolute;
  left: 0;
  transition: all 0.4s ease;
}
.site-header .hamburger-icon span:nth-child(1) {
  top: 0;
}
.site-header .hamburger-icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.site-header .hamburger-icon span:nth-child(3) {
  bottom: 0;
}
.site-header .hamburger-text {
  font-family: "Montserrat", sans-serif; /* Montserratは仮。必要であればWebフォントを読み込む */
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 12px;
}

/* --- ▼ グローバルナビゲーション（スライドインメニュー）のスタイルを追加・修正 ▼ --- */
.gnav {
  position: fixed;
  top: 0;
  left: 30vw;
  width: 100%;
  height: 100%;
  background-color: #3a3a3a; /* 黒背景 */
  z-index: 9999; /* 最前面に表示 */
  overflow-y: auto; /* メニューが長い場合にスクロール可能にする */
  /* 初期状態では画面右外に配置 */
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.83, 0, 0.17, 1); /* スライドアニメーション */
  /* activeクラスが付いたら画面内に表示 */
}
@media screen and (min-width: 1200px) {
  .gnav {
    left: 60vw;
  }
}
.gnav.is-active {
  transform: translateX(0%);
}

.gnav-inner {
  display: flex;
  flex-direction: column; /* 縦並び */
  justify-content: space-between; /* 上下いっぱいに広げ、閉じるボタンとフッターリンクを配置 */
  min-height: 100%;
  padding: 40px 20px; /* 全体的な内側余白 */
}
@media screen and (min-width: 1200px) {
  .gnav-inner {
    padding: 60px 80px; /* PCでの内側余白 */
  }
}

/* 閉じるボタン */
.gnav-close-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 20px; /* 画像の配置に合わせる */
  left: 200px; /* 画像の配置に合わせる */
  width: 25px;
  height: 25px;
  padding: 0;
  z-index: 100; /* 他の要素より手前に */
}
@media screen and (min-width: 1200px) {
  .gnav-close-button {
    top: 30px;
    left: 350px;
    width: 32px;
    height: 32px;
  }
}
.gnav-close-button span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg); /* 1本目 */
}
.gnav-close-button span:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg); /* 2本目 */
}

/* メインナビゲーションリスト */
.gnav-main-list {
  list-style: none;
  padding: 0;
  margin: 60px 0 0 0; /* 閉じるボタンの下に配置 */
}
@media screen and (min-width: 1200px) {
  .gnav-main-list {
    margin-top: 80px;
  }
}

.gnav-main-item {
  margin-bottom: 20px; /* メイン項目間の余白を調整 */
  /* CONTACTリンクのスタイルは他のメインメニューと同じ。
     もし特別なスタイルが必要ならここに追記 */
}
.gnav-main-item:last-child {
  margin-bottom: 0;
}
.gnav-main-item a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  padding: 10px 0; /* パディングを調整 */
  transition: color 0.3s ease;
}
.gnav-main-item a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.gnav-main-item .gnav-contact-link {
  /* 例: background-color: #fff; color: #000; padding: 10px 20px; border-radius: 5px; */
}

/* サブメニュー関連のスタイルは削除（現在のメニュー構造では不要） */
/* フッター部分のリンクとソーシャルアイコン */
.gnav-bottom {
  margin-top: auto; /* 親要素の底に配置 */
  padding-top: 40px; /* 上部に余白 */
}
@media screen and (min-width: 1200px) {
  .gnav-bottom {
    padding-top: 60px;
  }
}

.gnav-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gnav-footer-links li {
  margin-bottom: 10px;
}
.gnav-footer-links li:last-child {
  margin-bottom: 0;
}
.gnav-footer-links li a {
  color: #888; /* グレーアウトした色 */
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.gnav-footer-links li a:hover {
  color: #fff;
}

.gnav-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1); /* 細い区切り線 */
  margin: 30px 0;
}
@media screen and (min-width: 1200px) {
  .gnav-divider {
    margin: 40px 0;
  }
}

.gnav-social-icons {
  display: flex;
  flex-wrap: wrap; /* 小さい画面で改行させる */
  gap: 20px; /* アイコン間の余白 */
}
.gnav-social-icons a {
  display: flex;
  align-items: center;
  color: #fff; /* アイコンの色 */
  font-size: 14px; /* テキストサイズ */
  text-decoration: none;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.gnav-social-icons a:hover {
  opacity: 0.7;
}
.gnav-social-icons .gnav-social-icon {
  display: inline-block;
  width: 20px; /* アイコンのサイズ */
  height: 20px;
  border-radius: 2px; /* 角丸にするかはお好みで */
  margin-right: 8px; /* アイコンとテキストの間隔 */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* 各アイコン用の背景画像やSVG、またはFont Awesomeなどの設定 */
}
.gnav-social-icons .gnav-social-icon--instagram {
  background-image: url("../images/sns/sns_1.png");
}

/* --- ▲ グローバルナビゲーション（スライドインメニュー）のスタイルを追加・修正 ▲ --- */
.bl-footer {
  background-color: #3a3a3a;
  color: #ffffff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 60px 20px;
}
@media screen and (min-width: 1200px) {
  .bl-footer {
    padding: 100px 180px;
    text-align: left;
  }
}

.bl-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.bl-footer__main-content-wrapper {
  margin-bottom: 60px;
  display: block;
}
@media screen and (min-width: 1200px) {
  .bl-footer__main-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
  }
}

.bl-footer__nav-area {
  display: none;
}
@media screen and (min-width: 1200px) {
  .bl-footer__nav-area {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
  }
}

.bl-footer__nav-col {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .bl-footer__nav-col {
    width: 26%;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1200px) {
  .bl-footer__nav-col.bl-footer__nav-col--access, .bl-footer__nav-col.bl-footer__nav-col--online-shop {
    width: 26%;
    margin-top: 30px;
  }
}

.bl-footer__nav-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
.bl-footer__nav-title:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .bl-footer__nav-title {
    font-size: 16px;
  }
}

.bl-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bl-footer__nav-list li {
  margin-bottom: 8px;
  line-height: 1.5;
}
.bl-footer__nav-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  opacity: 0.9;
  transition: opacity 0.3s;
}
.bl-footer__nav-list a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .bl-footer__nav-list a {
    font-size: 14px;
  }
}

.bl-footer__right-content {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .bl-footer__right-content {
    width: 40%;
    text-align: left;
  }
}

.bl-footer__logo-area {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .bl-footer__logo-area {
    margin-bottom: 20px;
  }
}

.bl-footer__logo {
  width: 150px;
  height: auto;
  display: block;
  margin: 0 auto 5px auto;
}
@media screen and (min-width: 1200px) {
  .bl-footer__logo {
    width: 180px;
    margin-bottom: 5px;
  }
}

.bl-footer__logo-subtext {
  font-size: 10px;
  letter-spacing: 0.15em;
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .bl-footer__logo-subtext {
    font-size: 12px;
    text-align: right;
  }
}

.bl-footer__info-area {
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (min-width: 1200px) {
  .bl-footer__info-area {
    margin-bottom: 30px;
  }
}

.bl-footer__shop-name {
  font-size: 16px;
  font-weight: 100;
}
@media screen and (min-width: 1200px) {
  .bl-footer__shop-name {
    font-size: 18px;
    font-weight: 100;
  }
}

.bl-footer__cafe-name {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .bl-footer__cafe-name {
    font-size: 16px;
    font-weight: 100;
  }
}

.bl-footer__address {
  font-size: 13px;
  font-weight: 100;
  opacity: 0.9;
}
@media screen and (min-width: 1200px) {
  .bl-footer__address {
    font-size: 14px;
    font-weight: 100;
  }
}

.bl-footer__contact {
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .bl-footer__contact {
    margin-bottom: 40px;
  }
}

.bl-footer__contact-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 0.5px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: background-color 0.3s, color 0.3s;
}
.bl-footer__contact-btn:hover {
  background-color: #ffffff;
  color: #3a3a3a;
}
@media screen and (min-width: 1200px) {
  .bl-footer__contact-btn {
    padding: 15px 40px;
    font-size: 16px;
  }
}

.bl-footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .bl-footer__social {
    justify-content: flex-start;
    margin-bottom: 0;
    gap: 15px 40px;
  }
}

.bl-footer__social-link {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.bl-footer__social-link:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .bl-footer__social-link {
    font-size: 16px;
  }
}

.bl-footer__social-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bl-footer__social-icon.bl-footer__social-icon--instagram {
  background-image: url("../images/sns/sns_1.png");
}

.bl-footer__divider {
  border: none;
  border-top: 0.5px solid #ffffff;
  margin: 0 auto 30px auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .bl-footer__divider {
    margin: 50px auto 40px auto;
  }
}

.bl-footer__copyright {
  font-size: 12px;
  opacity: 0.7;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .bl-footer__copyright {
    font-size: 13px;
  }
}

.side-nav.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* ===============================================
 * 右側固定ナビゲーションのスタイル（SCSS）
 * =============================================== */
.side-nav-apartment {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
}
@media screen and (min-width: 1200px) {
  .side-nav-apartment {
    right: 35px;
  }
}
.side-nav-apartment ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.side-nav-apartment ul::before {
  content: "";
  position: absolute;
  top: 21px;
  bottom: -20px;
  right: -4.5px;
  width: 1px;
  background-color: #fff;
  z-index: 1;
}
.side-nav-apartment ul li {
  height: 30px;
  display: flex;
  align-items: center;
}
.side-nav-apartment .line-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  text-decoration: none;
  z-index: 2;
}
.side-nav-apartment .line-nav::before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #fff;
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.side-nav-apartment .line-nav.longline::before {
  width: 70px;
}
.side-nav-apartment .line-nav::after {
  content: "";
  position: absolute;
  right: -4.5px;
  top: 62%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  border-radius: 0 4px 0 0;
  transition: all 0.3s ease;
}
.side-nav-apartment .line-nav__text-wrapper {
  position: absolute;
  right: 25px;
  bottom: 3px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.4s;
  z-index: 3;
}
.side-nav-apartment .line-nav__text {
  display: block;
  padding: 5px 15px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
}
.side-nav-apartment .line-nav.active {
  z-index: 10;
}
.side-nav-apartment .line-nav.active::before {
  width: 70px;
}
.side-nav-apartment .line-nav.active.longline::before {
  width: 50px;
}
.side-nav-apartment .line-nav.active .line-nav__text-wrapper {
  opacity: 1;
  visibility: visible;
  right: 60px;
  transform: translateY(0);
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
}

.sec_apartment {
  background-color: #3a3a3a;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

.sec_apartment__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .sec_apartment__inner {
    padding: 0 180px;
  }
}
.sec_apartment__inner_txt {
  padding: 0 0 20px 0;
  font-weight: 100;
}

.sec_apartment__intro {
  padding: 80px 0;
}
@media screen and (min-width: 1200px) {
  .sec_apartment__intro {
    padding: 100px 0;
  }
}
.sec_apartment__intro .sec_apartment__intro-title {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  .sec_apartment__intro .sec_apartment__intro-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.sec_apartment__intro .sec_apartment__intro-text {
  line-height: 2;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: 0.04em;
  opacity: 0.9;
  font-weight: 300;
}
.sec_apartment__intro .sec_apartment__intro-text p {
  margin-bottom: 1em;
}
.sec_apartment__intro .sec_apartment__intro-text p:last-child {
  margin-bottom: 0;
}

.sec_apartment__image-section {
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .sec_apartment__image-section {
    padding-bottom: 100px;
  }
}
.sec_apartment__image-section .sec_apartment__image-section-img {
  display: block;
  width: 100%;
  height: auto;
}

.sec_apartment__details {
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .sec_apartment__details {
    padding-bottom: 100px;
  }
}
.sec_apartment__details .sec_apartment__details-subheading {
  letter-spacing: 0.05em;
  text-align: left;
  opacity: 0.8;
  margin-bottom: 8px;
  font-weight: 100;
  padding: 0 0 20px 0;
}
.sec_apartment__details .sec_apartment__details-heading {
  font-weight: 400;
  margin-bottom: 40px;
  text-align: left;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .sec_apartment__details .sec_apartment__details-heading {
    margin-bottom: 60px;
  }
}
.sec_apartment__details .sec_apartment__details-heading::after {
  content: none;
}
.sec_apartment__details .sec_apartment__details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #cccccc;
}
.sec_apartment__details .sec_apartment__details-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #cccccc;
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .sec_apartment__details .sec_apartment__details-item {
    padding: 40px 0;
  }
}
.sec_apartment__details .sec_apartment__details-item dt {
  width: 40%;
  flex-shrink: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .sec_apartment__details .sec_apartment__details-item dt {
    width: 50%;
  }
}
.sec_apartment__details .sec_apartment__details-item dd {
  flex-grow: 1;
  text-align: left;
  margin-left: 0;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.9;
  color: #ffffff;
  font-weight: 100;
}
@media screen and (min-width: 1200px) {
  .sec_apartment__details .sec_apartment__details-item dd {
    font-size: 16px;
  }
}
/* ===============================================
 * スライダー
 * =============================================== */
.bl_slider {
  overflow: hidden;
  position: relative;
  padding: 50px 0 20px 0;
}

@media screen and (min-width: 768px) {
  .bl_slider {
    padding: 80px 0;
  }
}
.bl_slider {
  --slide-width-sp: 55vw;
  --slide-margin-sp: 3vw;
  --slide-width-pc: 32vw;
  --slide-margin-pc: 2vw;
}

.bl_slider__track {
  display: flex;
  width: calc((var(--slide-width-sp) + var(--slide-margin-sp)) * 8);
  animation: sliderLoop 30s linear infinite;
  animation-play-state: running;
}

@media screen and (min-width: 768px) {
  .bl_slider__track {
    width: calc((var(--slide-width-pc) + var(--slide-margin-pc)) * 8);
  }
}
.bl_slider__track:hover {
  animation-play-state: paused;
}

.bl_slider__slide {
  flex-shrink: 0;
  height: 45vh;
  overflow: hidden;
  width: var(--slide-width-sp);
  margin-right: var(--slide-margin-sp);
}

@media screen and (min-width: 768px) {
  .bl_slider__slide {
    width: var(--slide-width-pc);
    margin-right: var(--slide-margin-pc);
  }
}
/* 変更点：aタグを追加したことによる調整 */
.bl_slider__slide a {
  display: block; /* aタグをブロック要素にする */
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}

.bl_slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@keyframes sliderLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ===============================================
 * ★ここから追記★
 * ライトボックス（拡大表示）
 * =============================================== */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85); /* 背景を少し濃くする */
  display: flex; /* is-activeが付いた時に表示 */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0; /* 初期状態は透明 */
  visibility: hidden; /* 初期状態は非表示 */
  transition: opacity 0.3s, visibility 0.3s;
}

.lightbox-overlay.is-active {
  opacity: 1; /* is-activeクラスが付いたら表示 */
  visibility: visible;
}

.lightbox-container {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  transform: scale(0.9); /* 少し小さい状態から */
  transition: transform 0.3s;
}
@media screen and (min-width: 1200px) {
  .lightbox-container {
    max-width: 50vw;
  }
}

/* is-activeになったらコンテナを元のサイズに戻す */
.is-active .lightbox-container {
  transform: scale(1);
}

.lightbox-container img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 4px; /* 画像の角を少し丸める */
}

.lightbox-close {
  position: absolute;
  top: -30px;
  right: -10px;
  background: transparent;
  border: none;
  color: #3a3a3a;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
}
@media screen and (min-width: 1200px) {
  .lightbox-close {
    top: -60px;
    right: -10px;
    font-size: 3rem;
  }
}

/* ★ここまで追記★ */
/* ===============================================
 * 右側固定ナビゲーションのスタイル（SCSS）
 * =============================================== */
.side-nav-cafe {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
}
@media screen and (min-width: 1200px) {
  .side-nav-cafe {
    right: 35px;
  }
}
.side-nav-cafe ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.side-nav-cafe ul::before {
  content: "";
  position: absolute;
  top: 21px;
  bottom: -20px;
  right: -4.5px;
  width: 1px;
  background-color: #fff;
  z-index: 1;
}
.side-nav-cafe ul li {
  height: 30px;
  display: flex;
  align-items: center;
}
.side-nav-cafe .line-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  text-decoration: none;
  z-index: 2;
}
.side-nav-cafe .line-nav::before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #fff;
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.side-nav-cafe .line-nav.longline::before {
  width: 70px;
}
.side-nav-cafe .line-nav::after {
  content: "";
  position: absolute;
  right: -4.5px;
  top: 62%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  border-radius: 0 4px 0 0;
  transition: all 0.3s ease;
}
.side-nav-cafe .line-nav__text-wrapper {
  position: absolute;
  right: 25px;
  bottom: 3px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.4s;
  z-index: 3;
}
.side-nav-cafe .line-nav__text {
  display: block;
  padding: 5px 15px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
}
.side-nav-cafe .line-nav.active {
  z-index: 10;
}
.side-nav-cafe .line-nav.active::before {
  width: 70px;
}
.side-nav-cafe .line-nav.active.longline::before {
  width: 50px;
}
.side-nav-cafe .line-nav.active .line-nav__text-wrapper {
  opacity: 1;
  visibility: visible;
  right: 60px;
  transform: translateY(0);
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
}

.sec_cafe {
  background-color: #3a3a3a;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

.sec_cafe__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .sec_cafe__inner {
    padding: 0 40px 0 0;
  }
}

.sec_cafe {
  background-color: #3a3a3a;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

.sec_cafe__main-content {
  display: block;
}
@media screen and (min-width: 1200px) {
  .sec_cafe__main-content {
    display: flex;
    align-items: stretch;
    min-height: 700px;
    padding: 100px 0;
  }
}

.sec_cafe__intro-section {
  padding: 80px 0;
}
@media screen and (min-width: 1200px) {
  .sec_cafe__intro-section {
    flex: 0 0 50%;
    padding: 0 0 0 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.sec_cafe__concept-label {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-weight: 100;
}
@media screen and (min-width: 1200px) {
  .sec_cafe__concept-label {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.sec_cafe__heading {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  .sec_cafe__heading {
    margin-bottom: 40px;
  }
}

.sec_cafe__text {
  font-weight: 100;
  line-height: 2;
  letter-spacing: 0.03em;
  max-width: 800px;
}
.sec_cafe__image-section {
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .sec_cafe__image-section {
    flex: 0 0 50%;
    width: auto;
    padding: 0;
  }
}

.sec_cafe__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_menu {
  color: #fff;
  padding: 80px 20px;
}
@media screen and (min-width: 1200px) {
  .bl_menu {
    padding: 120px 180px;
  }
}
.bl_menu .sec_cafe__concept-label {
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .bl_menu .sec_cafe__concept-label {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.bl_menu .sec_cafe__heading {
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  .bl_menu .sec_cafe__heading {
    margin-bottom: 60px;
    margin-bottom: 40px;
  }
}
.bl_menu .bl_menu__category {
  margin-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .bl_menu .bl_menu__category {
    margin-bottom: 70px;
  }
}
.bl_menu .bl_menu__category:last-of-type {
  margin-bottom: 0;
}
.bl_menu .bl_menu__category-title {
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 0.5px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .bl_menu .bl_menu__category-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.bl_menu .bl_menu__description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  .bl_menu .bl_menu__description {
    font-size: 15px;
    margin-bottom: 35px;
  }
}
.bl_menu .bl_menu__item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1200px) {
  .bl_menu .bl_menu__item-list {
    gap: 20px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_menu .bl_menu__item-list--two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.bl_menu .bl_menu__item {
  display: flex;
  align-items: flex-end;
  font-size: 15px;
}
@media screen and (min-width: 1200px) {
  .bl_menu .bl_menu__item {
    font-size: 16px;
  }
}
.bl_menu .bl_menu__item-name {
  position: relative;
  padding-right: 5px;
  z-index: 1;
  white-space: nowrap;
  font-weight: 100;
}
.bl_menu .bl_menu__item-dots {
  flex-grow: 1;
  border-bottom: 1px dotted rgba(204, 204, 204, 0.062745098);
  margin: 0 5px;
}
.bl_menu .bl_menu__item-price {
  position: relative;
  padding-left: 5px;
  z-index: 1;
  white-space: nowrap;
}

.news-list-page {
  background-color: #3a3a3a;
  color: #ffffff;
}

.news-list-page__mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.news-list-page__mv .news-list-page__mv-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.news-list-page__mv .news-list-page__mv-text-area {
  position: absolute;
  bottom: 50%;
  left: 20px;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .news-list-page__mv .news-list-page__mv-text-area {
    bottom: 40%;
    left: 180px;
  }
}
.news-list-page__mv .news-list-page__mv-news-label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.news-list-page__mv .news-list-page__mv-catchphrase {
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1200px) {
  .news-list-page__mv .news-list-page__mv-catchphrase {
    font-size: 30px;
  }
}

.news-list-page__container {
  padding: 60px 20px;
}
@media screen and (min-width: 1200px) {
  .news-list-page__container {
    padding: 80px 180px;
  }
}

.news-list__inner {
  max-width: 1230px;
  margin: 0 auto;
}

.news-list__items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list__item + .news-list__item {
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .news-list__item + .news-list__item {
    margin-top: 150px;
  }
}
.news-list__item a {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
.news-list__item a:hover {
  opacity: 0.8;
}
.news-list__item a b {
  display: inline-block;
  font-size: 11px;
  margin-left: 2px;
  margin-top: 2px;
  font-weight: 300;
  vertical-align: middle;
  line-height: 1;
}

.news-list__item-img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}
.news-list__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-list__item-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .news-list__item-meta {
    margin-bottom: 20px;
  }
}

.news-list__item-cat {
  display: inline-block;
  background-color: #ffffff;
  color: #333333;
  font-size: 12px;
  padding: 4px 8px 1px 8px;
}

.news-list__item-date {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.news-list__item-title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 12px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1200px) {
  .news-list__item-title {
    font-size: 20px;
  }
}

.news-list__item-excerpt {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  font-weight: 300;
}
.news-list__item-excerpt p {
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .news-list__item a {
    display: flex;
  }
  .news-list__item a .news-list__item-more {
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .news-list__item a .news-list__item-more {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .news-list__item a .news-list__item-more b {
    display: inline-block;
    font-size: 11px;
    margin-left: 4em;
    margin-top: 2px;
    vertical-align: middle;
    line-height: 1;
  }
  .news-list__item:nth-child(even) a {
    flex-direction: row-reverse;
  }
  .news-list__item-img {
    width: 40%;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .news-list__item-body {
    width: 60%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
  }
}
.news-list__pagination {
  width: 100%;
  padding: 48px 0 0px;
  box-sizing: border-box;
}
.news-list__pagination ul,
.news-list__pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list__pagination .page-numbers {
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  font-weight: normal;
  transition: opacity 0.2s;
}
.news-list__pagination .page-numbers.current {
  font-weight: bold;
  text-decoration: none;
}
.news-list__pagination .page-numbers:hover {
  opacity: 0.7;
}
.news-list__pagination .page-numbers.prev,
.news-list__pagination .page-numbers.next {
  font-size: 0;
  position: relative;
  width: 8px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  pointer-events: auto;
}
.news-list__pagination .page-numbers.prev::before,
.news-list__pagination .page-numbers.next::before {
  display: block;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: #fff;
  font-family: inherit;
  line-height: 1;
  content: "";
}
.news-list__pagination .page-numbers.prev::before {
  content: "＜";
}
.news-list__pagination .page-numbers.next::before {
  content: "＞";
}
.news-list__pagination .page-numbers.prev[aria-disabled=true],
.news-list__pagination .page-numbers.next[aria-disabled=true] {
  opacity: 0.3;
  pointer-events: none;
}

.bl-contact {
  background-color: #3a3a3a;
  color: #fff;
  padding: 80px 20px;
}
@media screen and (min-width: 1200px) {
  .bl-contact {
    padding: 120px 180px;
  }
}

.bl-contact__inner {
  max-width: 1230px;
  margin: 0 auto;
}

.bl-contact__title {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.2;
  font-weight: 400;
}
.bl-contact__subtitle {
  margin-bottom: 50px;
  text-align: left;
  font-weight: 100;
}
@media screen and (min-width: 1200px) {
  .bl-contact__subtitle {
    margin-bottom: 60px;
  }
}

.bl-contact__form-wrapper .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 30px;
}
.bl-contact__form-wrapper p:last-of-type {
  margin-bottom: 0;
}

.bl-contact__label {
  display: block;
  font-weight: 200;
  margin-bottom: -10px;
  text-align: left;
}
.bl-contact__input,
.bl-contact__textarea {
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid #777;
  border-radius: 5px;
  color: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.bl-contact__input::-moz-placeholder, .bl-contact__textarea::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.bl-contact__input::placeholder,
.bl-contact__textarea::placeholder {
  color: #bbb;
  opacity: 1;
}
.bl-contact__input:focus,
.bl-contact__textarea:focus {
  outline: none;
  border-color: #aaa;
}

.bl-contact__textarea {
  height: 200px;
  resize: vertical;
}

.bl-contact__submit {
  display: block;
  width: 180px;
  padding: 15px 0;
  margin: 60px auto 0 auto;
  background-color: #fff;
  color: #3a3a3a;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.bl-contact__submit:hover {
  background-color: #eee;
}
@media screen and (min-width: 1200px) {
  .bl-contact__submit {
    width: 220px;
  }
}

.wpcf7-response-output {
  margin: 30px 0;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

.wpcf7-not-valid-tip {
  color: #ff5252;
  display: block;
  margin-top: 5px;
  text-align: left;
}

.wpcf7-validation-errors {
  background-color: #ffdede;
  color: #c00;
  border: 1px solid #ff0000;
}

.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}

/* ===============================================
 * ベースのスタイル
 * =============================================== */
/* ---
 * 1. フォントの読み込み定義 (@font-face)
 * --- */
@font-face {
  font-family: "Aalto Sans Essential";
  src: url("../font/Demo_Fonts/Fontspring-DEMO-aaltosansessential-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ---
 * 2. body にフォントを適用
 * --- */
body {
  margin: 0;
  font-family: "Aalto Sans Essential", "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #3a3a3a;
  color: #ffffff;
}

/* ===============================================
 * 固定フレーム線 (PCのみ) - 修正版
 * =============================================== */
@media (min-width: 768px) {
  html::before {
    content: "";
    position: fixed;
    top: 90px;
    left: 0px;
    right: 0px;
    height: 0.5px;
    background-color: rgba(255, 255, 255, 0.3411764706);
    z-index: 999;
  }
  html::after {
    content: "";
    position: fixed;
    left: 90px;
    top: 0px;
    bottom: 0px;
    width: 0.5px;
    background-color: rgba(255, 255, 255, 0.3411764706);
    z-index: 999;
  }
}

@media (min-width: 768px) {
  body::before {
    content: "";
    position: fixed;
    right: 90px;
    top: 0px;
    bottom: 0px;
    width: 0.5px;
    background-color: rgba(255, 255, 255, 0.3411764706);
    z-index: 999;
  }
}

/* ===============================================
 * ビジュアル全般
 * =============================================== */
.visual {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.visual__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: brightness(0.82);
}

.visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: brightness(0.82);
}

.visual__title {
  position: absolute;
  bottom: 0%;
  left: 0%;
  color: #fff;
  text-align: left;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .visual__title {
    padding: 50px 180px;
  }
}
.visual__title h2 {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02rem;
}
@media (min-width: 768px) {
  .visual__title h2 {
    font-size: 30px;
    letter-spacing: 0.5rem;
  }
}
.visual__title_subtxt {
  padding: 20px 0;
}

/* ===============================================
 * 右側固定ナビゲーションのスタイル
 * =============================================== */
.side-nav {
  position: fixed;
  top: 50%;
  right: 50px; /* 線よりさらに内側にする場合は調整 */
  transform: translateY(-50%);
  z-index: 1000; /* 固定フレーム線より手前に */
}
@media (min-width: 768px) {
  .side-nav {
    right: 35px;
  }
}

.side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.side-nav ul::before {
  content: "";
  position: absolute;
  top: 21px;
  bottom: -20px;
  right: -4.5px;
  width: 1px;
  background-color: #ffffff;
  z-index: 1;
}

.side-nav li {
  height: 30px;
  display: flex;
  align-items: center;
}

.line-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  text-decoration: none;
  z-index: 2;
}

.line-nav::before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #fff;
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.line-nav::after {
  content: "";
  position: absolute;
  right: -4.5px;
  top: 62%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  border-radius: 0 4px 0 0;
  transition: all 0.3s ease;
}

.line-nav__text-wrapper {
  position: absolute;
  right: 25px;
  bottom: 3px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.4s;
  z-index: 3;
}

.line-nav__text {
  display: block;
  padding: 5px 15px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
}

.line-nav.active {
  z-index: 10;
}

.line-nav.active::before {
  width: 70px;
}

.line-nav.active .line-nav__text-wrapper {
  opacity: 1;
  visibility: visible;
  right: 60px;
  transform: translateY(0);
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
}

/* ===============================================
 * .visual__title h2 の下線
 * =============================================== */
.visual__title h2::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #fff;
  margin: 20px 0 30px;
}
@media (min-width: 768px) {
  .visual__title h2::after {
    margin: 20px 0 30px 0;
    width: 65%;
  }
}

/* Moreボタン */
.visual__title a {
  color: #fff;
  text-decoration: none;
  border: 0.5px solid #fff;
  padding: 5px 30px;
  border-radius: 0px;
  transition: all 0.3s ease;
}

.visual__title a:hover {
  background-color: #fff;
  color: #222;
}

/* ===============================================
 * レスポンシブ
 * =============================================== */
@media (max-width: 768px) {
  .side-nav {
    right: 20px;
  }
  .line-nav::before {
    width: 20px;
  }
  .line-nav__text-wrapper {
    right: 20px;
  }
  .line-nav.active::before {
    width: 50px;
  }
  .line-nav.active .line-nav__text-wrapper {
    right: 40px;
  }
  html::before,
  html::after,
  body::before {
    display: none;
  }
}/*# sourceMappingURL=app.css.map */