@charset "utf-8";

:root {
    --navy: #0f1a24;
    --gold: #aa925a;
    --white: #ffffff;
    --gray: #333333;
    --lgray: #f5f5f4;
	--black: #312f2f;
/*    --font-jp: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    --font-jp: 'Cormorant Garamond', serif;

}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-jp);
    background-color: var(--white);
    color: var(--navy);
    line-height: 1.8;
}

/* Header */
.global-header {
    /* position: fixed; */
    top: 0;
	width: 100%;
	z-index: 100;
    background: rgba(15, 26, 36, 0.95);
	background: #2c571fc7;
	background: #2c571f;
	padding: 12px 0;
	background-color: #2c571f;
    background-image: repeating-linear-gradient(to right, rgba(207, 182, 102, 0.18) 0px, rgba(207, 182, 102, 0.18) 6px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 40px, rgba(0, 0, 0, 0.25) 40px, rgba(0, 0, 0, 0.25) 46px, rgba(0, 0, 0, 0) 46px, rgba(0, 0, 0, 0) 80px);
}
.header-inner {
    width: 90%; max-width: 1400px; margin: 0 auto;
    display: flex; justify-content: space-between; align-items: center;
}
.logo { font-size: 1.5rem; font-weight: 600; color: var(--gold); letter-spacing: 0.2rem; width: 120px; }
.g-nav ul { display: flex; list-style: none; margin: 0; padding: 0; }
.g-nav li a { color: var(--white); text-decoration: none; font-size: 16px; margin-left: 30px; letter-spacing: 0.1rem; }

/* 縮小状態 */
.global-header.shrink {
  padding: 4px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
	position: fixed;
		background: #2c571fc7;
}
.global-header.shrink .logo {
  font-size: 1.4rem;
	width: 80px;
}
.global-header.shrink .global-nav a {
  font-size: 0.85rem;
}


/* Main Visual */
.main-visual {
    height: 60vh;
    display: flex; align-items: center; justify-content: center;
    color: var(--white); text-align: center;
}
.mv-content h1 { font-size: 18px; letter-spacing: 1px; margin: 0; font-weight: 600; }
.mv-content span { font-size: 32px; letter-spacing: 0.4rem; color: var(--gold); text-transform: uppercase; }
.main-visual.suits {
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3)), url('https://jackrabbits.co.jp/wp-content/themes/jack-rabbits/img/suits/suitstop.jpg') center/cover no-repeat;
}
.main-visual.shirts {
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3)), url('https://jackrabbits.co.jp/wp-content/themes/jack-rabbits/img/shirts/shirtstop.jpg') center/cover no-repeat;
}
.main-visual.shoes {
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3)), url('https://jackrabbits.co.jp/wp-content/themes/jack-rabbits/img/shoes/shoestop.jpg') center/cover no-repeat;
}

/* Sections */
.section { padding: 120px 0; }
.section.lgray { background-color: var(--lgray); } 
.section.dark { /*background-color: var(--gray);*/ color: var(--white); background-image: linear-gradient(0deg, #242424, #000000);}
.section.black { background-color: var(--black); color: var(--white); }
.cross-bg {
  position: relative;
overflow: hidden;
}
 
.cross-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3)), url("https://jack-rabbits.sakura.ne.jp/ver2025/wp-content/themes/jack-rabbits/img/suits/suit_material.jpg") center / cover no-repeat;
  filter: grayscale(100%) contrast(110%);
  z-index: 0;
}
.cross-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
}

.cross-bg > * {
  position: relative;
  z-index: 1;
}

.container { width: 90%; max-width: 1320px; margin: 0 auto; position: relative; z-index:1; }
.section-title { text-align: center; font-size: 32px; position: relative; margin-bottom: 0px; font-weight:400; }
#features .section-title {margin-bottom: 0px;}
#features .section-title::after { content: ''; position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%); width: 40px; height: 1px; background: var(--gold); }
#styles .section-title,#options.ordertype .section-title,#gallery .section-title { text-align: center; font-size: 32px; position: relative; color:#ffffff;　}
#styles .section-lead { margin-bottom: 60px;}
#styles .section-comment,#options .section-comment,#gallery .section-comment { width:fit-content; margin: 0 auto; padding-bottom: 80px; line-height:2; text-align:center;}


/* Feature Grid */
#features p.text {width:fit-content; margin: 0 auto; text-align:center;}
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.feature-card { text-align: center; }
.num { display: block; font-size: 3rem; color: var(--gold); font-weight: 300; margin-bottom: 10px; }
.feature-card h3 { font-size: 1.2rem; margin-bottom: 20px; letter-spacing: 0.2rem; }
.feature-card p { font-size: 0.9rem; color: #666; }

/* Style Showcase */

.style-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.style-box img { width: 100%; aspect-ratio: 3/4; object-fit: cover; filter: grayscale(40%); margin-bottom: 20px; }
.style-box h4 { color: var(--gold); margin-bottom: 10px; font-size: 1.1rem; }
.style-box p { font-size: 0.85rem; opacity: 0.8; }

/* Order Selection Styling */
.order-select {
    background-color: var(--white):
}
#order p.text {
	width: 620px;
	margin: 0 auto;
	text-align: center;
}
#order p.text br.none {
	display: block;
}


@media (max-width: 768px) {
#order p.text {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
#order p.text br.none {
	display: none;
	}
}
.section-lead {
    text-align: center;
    margin-bottom: 52px;
    font-size: 14px;
    color: #333333;
}

#styles .section-lead, #options.ordertype .section-lead, #gallery .section-lead {
	color: #fff;
}

.selection-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.selection-item {
    position: relative;
    cursor: pointer;
}

.selection-img {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background-color: var(--navy);
}

.selection-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* Style Showcase */

.style-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.style-box img { width: 100%; aspect-ratio: 3/4; object-fit: cover; filter: grayscale(40%); margin-bottom: 20px; }
.style-box h4 { color: var(--gold); margin-bottom: 10px; font-size: 1.1rem; }
.style-box p { font-size: 0.85rem; opacity: 0.8; }


/* Hover Effect */
.selection-item:hover .selection-img img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.overlay-txt {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(14, 21, 28, 0.7);
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.4s ease;
}

.selection-item:hover .overlay-txt {
    opacity: 1;
}

.overlay-txt p {
    color: #fff;
    font-size: 0.8rem;
    line-height: 2;
    text-align: center;
    width: 100%;
}

/* Label Styling */
.selection-label {
    padding: 25px 0;
    text-align: center;
}

.selection-label .num {
    display: block;
    font-size: 28px;
    color: var(--gold);
    margin-bottom: 5px;
}

.selection-label h3 {
    font-size: 22px;
      margin: 0;
    font-weight: 300;
    color: var(--navy);
}

.selection-label .jp {
    font-size: 14px;
    color: #333333;
}
.selection-label .ex {
    font-size: 16px;
    color: #333333;
	margin-top: 8px;
}

/* Responsive */
@media (max-width: 1024px) {
    .selection-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
    .selection-grid { grid-template-columns: 1fr; }
}

/* StyleCards GalleryCards */
.style-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 80px; }
#gallery .style-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }

.style-card { border: 0px solid rgba(184, 149, 82, 0.2); transition: 0.4s; }
.style-card:hover { border-color: var(--gold); }
.img-wrap { width: 100%; aspect-ratio: 3/4; overflow: hidden; }
.img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
.style-card:hover img { transform: scale(1.05); }
.card-txt { padding: 30px; text-align: center; }
.card-txt h4 { color: var(--gold); margin-bottom: 15px; font-size: 20px; font-weight: 400; }
.card-txt p { font-size: 16px; opacity: 0.8; line-height: 2; text-align: left; }




@media (max-width: 1024px) {
.style-cards { grid-template-columns: repeat(2, 1fr); gap: 30px; }

}
@media (max-width: 768px) {
.style-cards { grid-template-columns: repeat(1, 1fr); gap: 30px; }
.style-card {
    border: 0px solid rgba(184, 149, 82, 0.2);
    transition: 0.4s;
}
}


/* Price Table */
.price-table { max-width: 700px; margin: 0 auto; }
.price-item { display: flex; justify-content: space-between; padding: 25px 0; border-bottom: 1px solid var(--gold); }
.price-item span:first-child { font-weight: 600; }
.price-item span:last-child {font-weight: 600; }


/* Options Section 更新 */
.option-detailed-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

.opt-item {
    display: flex;
    flex-direction: column;
}

.opt-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 20px;
    border: 0px solid #eee;
}

.opt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*-- filter: sepia(20%) contrast(1.1); --*/
}

.opt-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid var(--gold);
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.opt-header h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    margin: 0;
}

.price-tag {
    font-size: 18px;
    color: var(--gold);
}

.opt-txt p {
    line-height: 1.8;
	font-size: 16px;
    text-align: justify;
}

/* 特別な仕立てのリスト表示 */
.full-width {
    grid-column: 1 / -1;
    background: #fcfaf5;
    padding: 40px;
}

.special-opts {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.s-opt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s-opt span:first-child {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    margin-bottom: 5px;
}

.s-opt span:last-child {
    color: var(--gold);
    font-size: 1.1rem;
    font-weight: 600;
}
/* ===== CTA ===== */
.jr-cta {
  color: #fdfdfd;;
  text-align: center;
  padding: 60px 20px;
}
.jr-cta h2 {
	font-size: 18px;
}

.jr-cta p {
	margin-top: 8px;
	font-size: 16px;
    color: #333333;
}

.jr-cta-btn {
  display: inline-block;
  margin-top: 24px;
  padding: 16px 48px;
	background: var(--gold);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}

/* モバイル対応 */
@media (max-width: 768px) {
    .option-detailed-grid { grid-template-columns: 1fr; }
    .special-opts { flex-direction: column; align-items: flex-start; }
}


/* Responsive */
@media (max-width: 768px) {
    .feature-grid, .style-row, .option-grid { grid-template-columns: 1fr; }
    .mv-content h1 { font-size: 3.125vw; }
    .global-header .logo { font-size: 1.1rem; }
}

/* Order-slider */

.order-section{max-width:1200px;margin:70px auto;padding:0 20px}
.order-section h2{font-size:1.5rem;margin-bottom:25px;border-bottom:2px solid #000;display:inline-block;padding-bottom:6px}
.order-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
.order-card{border:1px solid #ddd;background:#fafafa;padding:18px;border-radius:6px}
.order-slider{position:relative;overflow:hidden}
.order-slides{display:flex;gap:20px;transition:transform .5s ease}
.order-slides img{width:300px;height:220px;object-fit:cover;background:#ccc;border-radius:6px;flex-shrink:0}
@media(max-width:768px){
.order-slides img{width:240px;height:180px}}
.order-slides{display:flex;transition:transform .5s ease}
.order-slides img{min-width:24%;height:420px;background:#ccc;object-fit:cover}
.order-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;background:rgba(0,0,0,.55);color:#fff;border:none;font-size:1.8rem;cursor:pointer}
.order-nav.prev{left:10px}
.order-nav.next{right:10px}
.order-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  background:rgba(0,0,0,.55);
  color:#fff;
  border:none;
  font-size:1.8rem;
  cursor:pointer;
  z-index:10; /* ← ここが肝 */
  display:flex;
  align-items:center;
  justify-content:center;
}


/* ------------------------------
ページ
------------------------------ */

