@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500&family=Noto+Serif+JP&family=Montserrat&family=Shippori+Mincho+B1&family=Shippori+Mincho&family=DM+Sans:wght@700&display=swap");
@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

/* リセットCSS */
* {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
  font-feature-settings: "palt"; /* 日本語テキストのプロポーショナル配置を有効化 */
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

/* 基本スタイル */
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  overflow-x: hidden;
  position: relative;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a:hover {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.85;
}
.NV-item-link a:hover {
  opacity: 1; /* 商品画像リンクはホバー時に不透明度を変えない */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


h1 {
  display: none;
}

/* ヘッダースタイル */
#fixed_position_content {
  position: fixed;
  background: #FFFFFF;
  overflow: hidden;
  width: 100%;
  padding: 10px 2% 0px 2%;
  z-index: 9999;
  box-shadow: rgba(113, 135, 164, 0.129412) 0px 10px 4px -7px;
  -webkit-box-shadow: rgba(113, 135, 164, 0.129412) 0px 10px 4px -7px;
  -moz-box-shadow: rgba(113, 135, 164, 0.129412) 0px 10px 4px -7px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.5;
  opacity: 0.8;
}

#fixed_position_content #header {
  text-align: center;
}

#fixed_position_content #header img {
  max-width: 207px;
  display: inline-block;
}

/* メイン構造 */
.body-in {
  width: 100%;
  margin: 0 auto;
  background-color: #4C4948;
}

/* 見出しスタイル */
.h2-title {
  font-family: "oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1.34375;
  color: #fff;
  margin: 0 0 80px 0;
  position: relative;
}

.h2-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -16px;
  display: inline-block;
  width: 26px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
}

.h2-title-2 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #FFFFFF;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.34375;
  margin: 0 0 80px 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.h2-title-2::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #FFFFFF;
  display: block;
}

.h3-title {
  font-family: "gill-sans-nova", sans-serif;
font-weight: 700;
font-style: normal;
  text-align: left;
  letter-spacing: -0.0em;
  display: inline-block;
  height: auto;
  font-size: 18px;
  color: white;
  margin: 0px 0 24px 0;
  padding: 0px 0 0 46px;
  width: 100%;
  background-image: url("https://www.mutabor.jp/contents/2025_sozai/navalwatch-special-img/arrow_1.png");
  background-repeat: no-repeat;
  background-size: 28px 19px;
  background-position: left 0px center;
  overflow-wrap: break-word;
}

/* テキストスタイル */
.NW-text-14 {
  font-size: 14px;
  line-height: 1.857;
  color: #FFFFFF;
  text-align: left;
  font-family: "noto-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt"; /* 日本語テキストのプロポーショナル配置を保持 */
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
  box-sizing: border-box; /* ボックスモデルを統一 */
}

.NW-text-b30 {
  margin-bottom: 30px;
}
.NW-text-b40 {
  margin-bottom: 40px;
}

/* メインビジュアル */
.main-image {
  background-image: url('https://www.mutabor.jp/contents/2025_sozai/navalwatch-special-img/header_background.png');
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: relative;
}

.top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 30%;
}

@media only screen and (max-width: 999px) {
  .top-logo {
    min-width: 50%;
  }
}

/* メインエリア */
.mein-area {
  width: 100%;
  margin-top: 160px;
}

.NW-Concept, .NW-Collection {
  max-width: 876px;
  margin: auto;
  animation: fadeIn 1.2s ease-out forwards;
}

/* 親要素のスタイル */
.NW-Concept-1, .NW-Concept-2, .NW-Collection-1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  opacity: 1; /* 透明度を1に変更 */
  /* アニメーションを一時的に削除 */
}

/* 子要素のスタイル - これは別のルールです */
.NW-Concept-1 > *, .NW-Concept-2 > *, .NW-Collection-1 > * {
  opacity: 1; /* 0から1に変更 */
  transform: translateY(0); /* 位置ずれを解消 */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.NW-Concept-1-img, .NW-Collection-img {
  max-width: 424px; /* 424pxから拡大 */
  margin-right: 28px; /* 余白も少し広げる */
  height: auto;
}

.NW-Concept-2-img {
  width: 424px; /* 424pxから拡大 */
  margin-left: 28px; /* 余白も少し広げる */
  height: auto;
}

.NW-Concept-1-text, .NW-Concept-2-text, .NW-Collection-text {
  max-width: 424px;
}

@media screen and (max-width: 999px) {
  .NW-Concept-1, .NW-Concept-2, .NW-Collection-1 {
    margin-bottom: 120px;
  }
  
  .NW-Concept-1-img, .NW-Collection-img, .NW-Concept-2-img {
    width: 100%;
    margin: 0 auto;
    max-width: 876px;
    height: auto;
    margin-bottom: 32px !important;
  }
  
  .NW-Concept-1-text, .NW-Concept-2-text, .NW-Collection-text {
    width: 100%;
    max-width: 876px;
    margin: 0 auto;
  }
  
  .NW-Concept-2-text {
    order: 2;
  }
  
  .NW-Concept-2-img {
    order: 1;
  }
}

/* 画像4つの設定 - 修正版 */
.NV_img_area {
  width: 100%;
  display: flex;
  justify-content: space-between; /* flex-startからspace-betweenに変更 */
  flex-wrap: wrap;
  gap: 24px; /* 余白を維持 */
  margin-bottom: 180px;
}

.NV_img_area .NV_img_area-img {
  width: calc(50% - 15px);
  max-width: 424px; /* 424pxから拡大 */
  flex: 0 0 calc(50% - 12px); /* 追加：フレックスアイテムのサイズを固定 */
}

@media screen and (max-width: 999px) {
  .NV_img_area {
    gap: 28px;
    margin-bottom: 160px;
    justify-content: space-between; /* 2カラムを維持するための設定 */
    box-sizing: border-box;
  }
  
  .NV_img_area .NV_img_area-img {
    width: calc(50% - 14px); /* 50%からギャップの半分を引く */
    flex: 0 0 calc(50% - 14px); /* フレックスアイテムのサイズを固定 */
    max-width: 424px; /* 最大幅を維持 */
  }
  
  .NV_img_area img {
    width: 100%;
    height: auto;
    max-width: 100%; /* 876pxから100%に変更して親要素に合わせる */
  }
}

/* 矢印のアイコン */
.NV-arrowicon {
  text-align: left;
  display: inline-block;
  height: auto;
  padding: 0px 0 0 40px;
  margin: 0px 0 24px 0;
  width: 100%;
  background-image: url('https://www.mutabor.jp/contents/2025_sozai/navalwatch-special-img/arrow_2.png');
  background-repeat: no-repeat;
  background-size: 23px 15px;
  background-position: left 0px center;
  overflow-wrap: break-word;
  opacity: 1 !important; /* 追加 */
  visibility: visible !important; /* 追加 */
}

/* ラインナップカテゴリーボタン */

.lineup-sec > div > div > div > a::before {
  content: "";
  position: absolute;
  top: calc(52% - 4px);
  right: 24px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #4C4948;
  border-right: 1px solid #4C4948;
  -webkit-transform: rotate(90deg);
  transform: rotate(490deg);
}

.lineup-sec_inner {
  width: 100%;
  max-width: 876px;
  margin: 0 auto 48px;
  text-align: left;
  font-size: 16px;
}

.lineup-sec160 {
  margin: 0 auto 160px;
}

@media only screen and (max-width: 999px) {
  .lineup-sec_inner {
    width: auto;
    font-size: 13px;
    text-align: left;
    margin: 0 auto 48px;
  }
}

.midashi {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  color: white;
  font-family: "oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.link-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
  justify-content: left;
}

.box {
  flex: 1 1 calc(33.333% - 30px);
  min-width: 200px;
  border: 1px solid #CCCCCC;
  padding: 0px;
  text-align: center;
  transition: background-color 0.5s ease, color 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box a {
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: white;
  line-height: normal;
  letter-spacing: 2px;
  width: 100%;
  padding: 12px 10px;
  position: relative;
  display: block;
}

@media only screen and (max-width: 769px) {
  .box {
    flex: 1 1 100%;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  
  .box a {
    font-size: 20px;
  }
}

.box:hover {
  background-color: white;
}

.box:hover a {
  color: #4C4948;
}

/* 商品エリア */
.lineup_area {
  max-width: 876px;
  margin: 0 auto;
  padding: 0px;
  background-color: #4C4948;
  color: #FFFFFF;
  box-sizing: border-box;
}

.NV-item-area {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  margin-bottom: 32px;
}
.NV-item-link {
  width: 272px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 0px; /* 下部に余白追加 */
  overflow: hidden; /* はみ出しを防止 */
}


/* 商品名タイトル */
.NV-item-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.34375;
  color: #CCCCCC;
  margin-bottom: 10px;
}

/* 価格 */
.NV-item-price {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.34375;
  margin-bottom: 24px;
  color: #FFFFFF;
}

.NV-img-frame {
  width: 100%;
  height: 272px;
  overflow: hidden; /* ←これが重要！ここで拡大分をカット */
  position: relative;
  margin-bottom: 10px;
  transform: translateZ(0); /* 追加：GPUアクセラレーション有効化 */
  backface-visibility: hidden; /* 追加：ちらつき防止 */
}

.NV-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}
.NV-item-link:hover .NV-item-img {
  transform: scale(1.1);
}


/* 商品下のテキスト */
.NV-item-text {
  font-family: 'Oswald', sans-serif;
  font-size: 18px; /* サイズを少し小さく */
  color: #FFFFFF;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100%;
  text-align: left;
  white-space: normal;
  overflow-wrap: break-word;
  box-sizing: border-box;
  padding: 0;
  position: relative; /* 位置関係の調整 */
}

.NV-item-text:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 19px;
  background-image: url('https://www.mutabor.jp/contents/2025_sozai/navalwatch-special-img/arrow_2.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
  vertical-align: middle;
}

/* スペック表 */
.spec-table {
  overflow-x: auto;
  margin-bottom: 60px;
}

.table-container {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  color: white;
  border: 1px solid #fff;
}

th, td {
  padding: 14px;
  text-align: left;
  border: 1px solid #fff;
}

th {
  font-size: 14px;
  text-align: center;
}

td {
  font-size: 14px;
}

/* テーブルヘッダー行のスタイル */
.table-container .header-row {
  background-color: #FFFFFF;
  color: #4C4948;
}

.table-container .header-row th {
  text-align: left;
  padding: 14px;
  font-family: 'Oswald', sans-serif;
}

.table-container .header-row th:first-child {
  font-weight: 400;
  text-align: center;
}

.table-container .header-row th:last-child {
  font-weight: 400;
  text-align: center;
}
.table-container .header-row th:first-child {
  width: 20%; /* 左側の列幅を調整 */
}

.table-container .header-row th:last-child {
  width: 80%; /* 右側の列幅を調整 */
}

/* 商品セクション間の余白 */
.NV-original-area {
  margin-bottom: 120px;
}
.NV-original-area-last{
  margin-bottom: 180px;
}


footer {
  font-size: 0.6rem;
  margin: 14% 0 0 0;
  border-top: 1px solid #DCDDDD;
	height: 160px;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px 60px;
  background-color: #4C4948;
}

footer li {
  margin: 0 24px 0 0;
  font-size: 1.3em;
}

footer li:first-child {
  margin: 0 auto 0 24px;
}

footer a {
  font-family: "DM Sans";
  font-weight: 600;
  color: #FFFFFF;
}

footer a:hover {
  opacity: 0.8; 
}

footer a i {
  margin: 0 0.25rem 0 0;
}

@media screen and (max-width: 70rem) {
  footer {
    padding: 0;
    margin: 20% 0 0 0;
  }
  footer li {
    margin: 0px 0 0 0;
    width: 100%;
    padding: 20px 0;
    font-size: 2.0em;
    border-bottom: 1px solid #FFFFFF;
  }
  footer li:first-child {
    margin: 20px 0 10px 0;
    border: none;
    width: 90%;
    padding: 20px 0 20px 0;
  }
}

#footer-logo {
  width: 160px;
  fill: #FFFFFF;
  padding: 10px;
}

@media screen and (max-width: 70rem) {
  #footer-logo {
    width: 160px;
    fill: #FFFFFF;
    margin: 0 auto 24px auto;
    display: block;
  }
}

/* フッター
footer {
  font-size: 0.6rem;
  margin: 14% 0 0 0;
  border-top: 1px solid #DCDDDD;
  height: 160px;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 20px 60px;
}

footer li {
  margin: 0 24px 0 0;
  font-size: 1.3em;
}

footer li:first-child {
  margin: 0 auto 0 24px;
}

footer a {
  font-family: "DM Sans";
  font-weight: 600;
  color: #FFFFFF;
}

footer a:hover {
  color: #fa8231;
}

@media screen and (max-width: 70rem) {
  footer {
    padding: 0;
    margin: 20% 0 0 0;
  }
  
  footer li {
    margin: 0px 0 0 0;
    width: 100%;
    padding: 20px 0;
    font-size: 2.0em;
    border-bottom: 1px solid #FFFFFF;
  }
  
  footer li:first-child {
    margin: 20px 0 10px 0;
    border: none;
    width: 90%;
    padding: 20px 0 20px 0;
  }
}
 */

/* フローティングエリア */
.floating-area {
  display: none;
  position: fixed;
  display: flex;
  align-items: flex-end;
  right: 30px;
}

/* ページトップへ戻るボタン */
@media screen and (min-width: 1000px) {
  .pagetop {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.7); /* 黒の不透明度70% */
    border: solid 2px rgba(255, 255, 255, 0.5); /* 白のボーダー（半透明） */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease; /* 滑らかなトランジション */
  }
}

@media screen and (max-width: 999px) {
  .pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: rgba(0, 0, 0, 0.7); /* 黒の不透明度70% */
    border: solid 2px rgba(255, 255, 255, 0.5); /* 白のボーダー（半透明） */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease; /* 滑らかなトランジション */
  }
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid rgba(255, 255, 255, 0.8); /* 白の矢印（少し透明） */
  border-right: 3px solid rgba(255, 255, 255, 0.8);
  transform: translateY(20%) rotate(-45deg);
  transition: all 0.3s ease; /* 滑らかなトランジション */
}

@media (hover: hover) and (pointer: fine) {
  .pagetop:hover {
    background: rgba(255, 255, 255, 0.7); /* ホバー時に白背景（半透明） */
    border-color: rgba(0, 0, 0, 0.5); /* ホバー時に黒ボーダー（半透明） */
  }
  
  .pagetop:hover .pagetop__arrow {
    border-top: 3px solid rgba(0, 0, 0, 0.8); /* ホバー時に黒の矢印（少し透明） */
    border-right: 3px solid rgba(0, 0, 0, 0.8);
  }
}

.boxA {
  padding: 0 10px 0 0;
}

/* 画像拡大モーダル */
.image-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.modal-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 90%;
}

.modal-image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.close-modal {
  position: absolute;
  top: -40px;
  right: 10px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10001;
}

.close-modal:hover {
  color: #bbb;
}

/* スクロールアニメーション（フェードイン） */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 段階的なフェードイン効果（複数の要素） */
.NW-Concept-1 > *, .NW-Concept-2 > *, .NW-Collection-1 > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in-visible.NW-Concept-1 > *, .fade-in-visible.NW-Concept-2 > *, .fade-in-visible.NW-Collection-1 > * {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-visible.NW-Concept-1 > *:nth-child(1),
.fade-in-visible.NW-Concept-2 > *:nth-child(1),
.fade-in-visible.NW-Collection-1 > *:nth-child(1) {
  transition-delay: 0.1s;
}

.fade-in-visible.NW-Concept-1 > *:nth-child(2),
.fade-in-visible.NW-Concept-2 > *:nth-child(2),
.fade-in-visible.NW-Collection-1 > *:nth-child(2) {
  transition-delay: 0.3s;
}




/* パララックス効果用のスタイル */
.main-image {
  background-attachment: fixed;
  transition: background-position 0.1s ease-out;
}

.top-logo {
  transition: transform 0.1s ease-out;
}

/* 商品カテゴリボタンのホバーエフェクト強化 */
.box {
  transition: transform 0.3s ease, background-color 0.5s ease, color 0.5s ease;
}

.box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* レスポンシブ対応調整 */
@media screen and (max-width: 768px) {
  .modal-content {
    width: 95%;
  }
  
  .modal-image {
    max-height: 80vh;
  }
}

/* スマホ・タブレット対応の余白調整 - 追記部分 */
@media screen and (max-width: 999px) {
  .NW-Concept, .NW-Collection {
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  
  .lineup_area {
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

/* スマホ用のさらに小さい画面サイズ対応 */
@media screen and (max-width: 480px) {
  .NW-Concept, 
  .NW-Collection, 
  .lineup_area {
    padding: 0 10px;
  }
}
/* 1000px以下での表示調整 - 追記部分 */
@media screen and (max-width: 999px) {
  /* メインコンテンツ幅の調整 */
  .NW-Concept, 
  .NW-Collection, 
  .lineup_area,
  .lineup-sec_inner {
    width: 100%;
    max-width: 876px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  
  /* 商品エリアの調整 */
  .NV-item-area {
    justify-content: center;
  }
  
  /* テーブルの横スクロール防止 */
  .spec-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* 既存のスタイルを上書きして幅を固定 */
  .NW-Concept-1-text, 
  .NW-Concept-2-text, 
  .NW-Collection-text {
    width: 100%;
  }
}

/* 1000px以下でのNV-item-areaの表示調整 */
@media screen and (max-width: 999px) {
  .NV-item-area {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* 余白を30pxに設定 */
    justify-content: space-between; /* 両端揃えで幅いっぱいに */
    width: 100%;
  }
  
  .NV-item-link {
    width: calc(50% - 15px); /* 50%から余白の半分を引く */
    max-width: none; /* 最大幅の制限を解除 */
    flex: 0 0 calc(50% - 15px);
  }
  
  .NV-img-frame {
    width: 100%;
    height: auto; /* 高さを自動調整 */
    min-height: 272px;
    max-width: none; /* 最大幅制限を解除 */
  }
  
  .NV-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* スマホサイズ (767px以下) での調整 */
@media screen and (max-width: 767px) {
  .NV-item-area {
    justify-content: center; /* 中央揃え */
  }
  
  .NV-item-link {
    width: 100%;
    max-width: 100%; /* 幅いっぱいに */
    flex: 0 0 100%;
  }
}
  
  /* 再定義して表示 */
  .NV-item-text:before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 13px;
      background-image: url('https://www.mutabor.jp/contents/2025_sozai/navalwatch-special-img/arrow_2.png');
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 8px;
      vertical-align: middle;
  }

/* コンセプト画像のホバー効果 */
.NW-Concept-1-img.NV-img-frame {
  height: auto; /* 元の高さ指定をオーバーライド */
  margin-bottom: 0; /* 元のマージンをリセット */
  overflow: hidden; /* はみ出し部分を隠す */
}

.NW-Concept-1-img .NV-item-img {
  width: 100%;
  height: auto;
  transform: scale(1.0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}

.NW-Concept-1-img:hover .NV-item-img {
  transform: scale(1.1);
}