/* Grenadier page */

html,
body {
  font-size: 12px;
  color: #454545;
  background-color: #fff;
  background-image: url(../../img/2013/pagebg/grenadier.jpg);
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center -250px;
  background-attachment: fixed;
}

/* Main visual */
.grenadier-main {
  width: 100%;
  height: 520px;
  background: url("../img/main.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}

.grenadier-main-inner {
  width: 100%;
  height: 520px;
  background: rgba(0,0,0,0.35);
  text-align: center;
  color: #fff;
}

.grenadier-logo {
  width: 340px;
  margin-top: 180px;
}

.grenadier-main h2 {
  margin: 20px 0 0;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff !important;
}

/* Section */
.grenadier-section {
  width: 900px;
  margin: 0 auto;
  padding: 70px 0;
}

.grenadier-section.dark {
  width: 100%;
  padding: 70px 0;
  background: #222;
  color: #fff;
}

.grenadier-section.interior {
  padding: 70px 0 0;
}


.grenadier-section.dark h3{
  color: #fff!important;
}

.grenadier-section.dark h4{
  color: #fff!important;
}



.grenadier-section-inner {
  width: 900px;
  margin: 0 auto;
}

.grenadier-section h3,
.grenadier-section h4 {
  text-align: center;
}


.grenadier-section .stock-info h2,
.grenadier-section .stock-info h3,
.grenadier-section .stock-info h4 {
  text-align: left;
}


.grenadier-section h3 {
  margin: 0 0 10px;
  font-family: "Lato", sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #454545;
}

.grenadier-section h4 {
  margin: 0 0 25px;
  font-size: 22px;
  line-height: 1.6;
  color: #454545;
}

.grenadier-section p {
  font-size: 14px;
  line-height: 2;
}

/* Movie */
.grenadier-movie {
  width: 800px;
  height: 450px;
  margin: 40px auto 0;
}

.grenadier-movie iframe {
  width: 100%;
  height: 100%;
}

/* Exterior / Interior slide */
.grenadier-slide {
  width: 900px;
  margin: 35px auto 0;
  position: relative;
}

.grenadier-slide .slick-slide {
  margin: 0 10px;
}

.grenadier-slide .slick-list {
  margin: 0 -10px;
}

.grenadier-slide img {
  width: 100%;
  display: block;
}

/* Basic spec slide */
.spec-slide {
  width: 900px;
  margin: 35px auto 0;
  position: relative;
}

.grenadier-spec-card {
  margin: 0 12px;
  background: #fff;
  border: 1px solid #ddd;
}

.grenadier-spec-img img {
  width: 100%;
  height: auto;
  display: block;
}

.grenadier-spec-info {
  padding: 20px;
}

.grenadier-spec-row {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
}

.grenadier-spec-row.name {
  border-bottom: 2px solid #333;
  margin-bottom: 8px;
  padding-bottom: 12px;
}

.grenadier-spec-label {
  display: block;
  float: left;
  width: 40%;
  font-weight: bold;
  color: #333;
}

.grenadier-spec-value {
  display: block;
  margin-left: 43%;
  color: #333;
}

.grenadier-spec-row.name .grenadier-spec-label {
  float: none;
  width: auto;
  font-size: 15px;
  letter-spacing: 0.12em;
}

.grenadier-spec-row.name .grenadier-spec-value {
  margin-left: 0;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.grenadier-spec-row:not(.name) .grenadier-spec-value:only-child {
  margin-left: 43%;
}

/* Contact */
.contact-btn {
  margin-top: 40px;
  text-align: center;
}

.contact-btn a {
  display: inline-block;
  padding: 16px 70px;
  background: #333;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.contact-btn a:hover {
  background: #719F42;
}

/* Dummy stock */
.dummy-stock {
  margin-top: 35px;
}

.dummy-stock-box {
  width: 31.3%;
  margin: 0 1%;
  float: left;
  background: #f8f8f8;
  box-shadow: 0 4px 8px #ccc;
}

.dummy-stock-box img {
  width: 100%;
  display: block;
}

.dummy-stock-box h5,
.dummy-stock-box p {
  margin: 0;
  padding: 10px 15px;
}

.dummy-stock-box h5 {
  font-size: 13px;
}

.dummy-stock-box p {
  font-size: 16px;
  font-weight: bold;
}

/* Slick dots */
.slick-dots {
  text-align: center;
  margin-top: 18px;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ccc;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background: #333;
}

/* Slick arrow：黒丸矢印 */
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,.65);
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  transition: .25s;
}

.prev-arrow {
  left: 10px;
}

.next-arrow {
  right: 10px;
}

.slide-arrow:hover {
  background: #000;
}






/* ベースフォントを完全に統一 */
body, td, th, input, textarea, select {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

/* === 重なり・背景ズレ・横ブレの強力リセット (body-grenadier.cssバグ対策) === */
.grenadier-section {
    position: relative !important;
    float: none !important;
    clear: both !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 80px 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* 背景画像指定のあるdarkセクションの背景位置を中央に強制 */
.grenadier-section.dark {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* 内部コンテンツ枠を画面中央（左右均等）に強制配置 */
.grenadier-section-inner {
    max-width: 1080px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

/* === 1. ハイライトカード === */
.arrow-highlight-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1080px;
    margin: -40px auto 50px auto;
    position: relative;
    z-index: 20;
    padding: 0 15px;
}
.arrow-highlight-card {
    flex: 1;
    background: linear-gradient(145deg, #1f232a 0%, #12151a 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 3px solid #c5a059;
    padding: 28px 15px 24px 15px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08);
    border-radius: 3px;
    transition: all 0.35s ease;
}
.arrow-highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.15);
    border-top-color: #dcc07e;
    border-color: rgba(197, 160, 89, 0.3);
}
.arrow-highlight-card .num {
    font-family: "Economica", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
    font-size: 2.3rem;
    font-weight: 700;
    color: #e8d39e;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 2px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.8);
}
.arrow-highlight-card .label {
    font-size: 0.85rem;
    color: #cfd6e0;
    line-height: 1.5;
    font-weight: 500;
}

/* === 2. 写真主役のギャラリー型レイアウト === */
.feature-gallery-container {
    max-width: 1080px;
    margin: 40px auto 0 auto;
    clear: both;
}
.gallery-hero-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,0.1);
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    aspect-ratio: 16 / 10;
    background: #111;
    border: 1px solid rgba(255,255,255,0.08);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}
.gallery-item:hover img {
    transform: scale(1.08);
    filter: brightness(1.1);
}

/* Production専用の特徴・品質ブロック */
.production-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1080px;
    margin: 35px auto 0 auto;
}
.production-feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 3px solid #c5a059;
    padding: 25px 20px;
    border-radius: 3px;
    text-align: left;
}
.production-feature-card h5 {
    font-size: 1.05rem;
    color: #e8d39e;
    margin-bottom: 12px;
    font-weight: bold;
}
.production-feature-card p {
    font-size: 0.88rem;
    color: #cfd6e0;
    line-height: 1.7;
    margin: 0;
}

/* === 3. Basic Spec カテゴリー別レイアウト === */
.lineup-cat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 1080px;
    margin: 40px auto 0 auto;
}
.lineup-cat-card {
    background: #ffffff;
    border: 1px solid #e2e5e8;
    border-top: 4px solid #1f232a;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}
.lineup-cat-img-box {
    width: 100%;
    height: 240px;
    background: #f4f6f8;
    border-bottom: 1px solid #e2e5e8;
    overflow: hidden;
    position: relative;
}
.lineup-cat-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lineup-cat-body {
    padding: 25px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.lineup-cat-title {
    font-size: 1.15rem;
    font-weight: bold;
    color: #111518;
    margin-bottom: 6px;
    line-height: 1.4;
}
.lineup-cat-engine {
    font-size: 0.82rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
    background: #f0f2f5;
    padding: 4px 10px;
    border-radius: 2px;
    border-left: 3px solid #c5a059;
}
.lineup-cat-grades {
    margin-bottom: 15px;
    background: #f9fafc;
    padding: 12px;
    border-radius: 3px;
    border: 1px solid #ebeef2;
}
.lineup-cat-grades h6 {
    font-size: 0.8rem;
    color: #777;
    margin-bottom: 6px;
    font-weight: normal;
}
.lineup-cat-grades ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lineup-cat-grades li {
    font-size: 0.88rem;
    color: #222;
    font-weight: bold;
    padding: 2px 0;
}
.lineup-cat-meta {
    font-size: 0.85rem;
    color: #111518;
    font-weight: bold;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px dashed #d5d9de;
}

/* カテゴリー下部メッセージエリア */
.lineup-bottom-msg {
    max-width: 1080px;
    margin: 45px auto 10px auto;
    background: transparent;
    color: #222222;
    padding: 10px 0 10px 25px;
    border-left: 4px solid #1f232a;
    text-align: left;
}
.lineup-bottom-msg p {
    font-size: 1.02rem;
    line-height: 2.0;
    color: #333333;
    margin-bottom: 12px;
    letter-spacing: 0.03em;
}
.lineup-bottom-msg p:last-child {
    margin-bottom: 0;
}
.lineup-bottom-msg .highlight-text {
    font-weight: bold;
    color: #000000;
}

/* === 4. オーダーフローセクション === */
.grenadier-section.flow {
    background: #ffffff !important;
    padding: 60px 20px !important;
}
.flow-grid {
    display: flex;
    gap: 20px;
    max-width: 1080px;
    margin: 35px auto 0 auto;
}
.flow-card {
    flex: 1;
    background: #f9fbfd;
    border: 1px solid #e1ece5;
    border-top: 3px solid #1f232a;
    padding: 25px 18px;
    position: relative;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.flow-card .step-num {
    font-family: "Economica", sans-serif !important;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f232a;
    opacity: 0.25;
    position: absolute;
    top: 8px;
    right: 15px;
}
.flow-card h5 {
    font-size: 1.05rem;
    color: #111518;
    margin-bottom: 10px;
    font-weight: bold;
}
.flow-card p {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .arrow-highlight-grid, .lineup-cat-grid, .flow-grid, .production-feature-grid {
        grid-template-columns: 1fr;
        flex-direction: column;
    }
    .arrow-highlight-grid {
        margin-top: 20px;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .gallery-hero-img {
        height: 250px;
    }
}
