@charset "UTF-8";
:root {
  --gohne-accent: #91243b;
  --gohne-dark: #4f0f0f;
}
html { scroll-behavior: smooth; }
body { min-width: 320px; line-height: 1.7; }
img { max-width: 100%; height: auto; }
button { font: inherit; }
.section { min-height: 100svh; }
.topimg { height: 100svh; min-height: 600px; }
.nav-button { border: 0; background: transparent; padding: 0; }
body {
	font-family: "游ゴシック", YuGothic, " ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Century Gothic;
}
.topimg {
	width: 100%;
	height: 800px;
	background-image: url(img/image/main-img04.jpg);
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #4f0f0f;
}
.site-title {
	width: 100%;
	position: absolute;
	top: 48%;
	text-align: center;
}
.site-title img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 150px;
}
.slider-up-nav {
	position: fixed;
	top:0;
	background: #FFF;
	width: 100vw;
	margin: 0 auto;
	padding: 12px 0;
	font-size: 12px;
	text-align: center;
	z-index: 5;
}
.menunav li {
	width: auto;
	display: inline-block;
	margin-left: 5px;
	padding: 10px 30px 5px;
}
.menunav li:last-child {
	margin-left: 0;
}
.menunav a {
	display: block;
	position: relative;
	color: #000;
	line-height: 20px;
	font-weight: 600;
	padding-bottom: 5px;
}
.menu_description {
	font-weight: 500;
}
.menunav ul li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #91243b;
	transition: width 0.2s ease;
}
.menunav ul li a:hover:before {
	width: 100%;
}
footer {
	border-top: rgb(0 0 0 / 10%) 1px solid;
	height: 100px;
	margin-top: 100px;
	padding-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
footer img {
	margin-bottom: 30px;
}
footer, footer a {
	color: #91243b;
	font-size: 12px;
}
footer p {
	margin-bottom: 30px;
}
.rogo {
	display: block;
	height: 100px;
}
.Category {
	display: inline-flex;
	width: 100%;
	text-align: center;
	margin-top: 100px;
}
.Category div {
	flex: 1;
	color: #FFF;
	font-weight: bold;
	width: 100%;
	height: 350px;
	line-height: 350px;
	background-color: #91243b;
	font-size: 28px;
	transition: all 2s;
}
.Category a {
	color: #FFF;
}
.Category div:hover {
	flex: 1.2;
	transition: all 2s;
}
.mens {
	background-image: url(img/image/main-img09.jpg);
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
}
.unisex {
	background-image: url(img/image/main-img02.jpg);
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
}
.ladies {
	background-image: url(img/image/main-img01.jpg);
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
}
.brand, .concept, .quality, .items {
	color: #444;
	width: 100%;
	text-align: center;
	padding: 150px 0;
}
h2 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", Century Gothic;
	font-weight: 300;
	font-size: 42px;
}
.brand p {
	color: #777;
	font-family: "游ゴシック", YuGothic, " ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Century Gothic;
}
.subtitle {
	font-size: 16px;
	margin-top: 30px;
	font-weight: bold;
}
.Des, .eyecDes {
	font-size: 16px;
	margin-top: 60px;
	line-height: 28px;
}
.concept {
	width: 100%;
	padding: 10% 0;
	background-image: url(img/image/main-img10.jpg);
	background-position: center 30%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
}
.qualist {
	margin-top: 150px;
	background: #D9D9D9;
}
.eyec img, .eyec video {
	width: 50%;
}
.eyec {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.eyec:nth-child(2n) {
	display: flex;
	justify-content: flex-end;
}
h3 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", Century Gothic;
	font-size: 28px;
}
.eyecatch_content {
	color: #777;
	text-align: left;
	position: absolute;
	top: 13%;
	right: 80px;
	width: 42%;
	padding: 4%;
	height: 50%;
	background: #FFF;
}
.eyec:nth-child(2n) .eyecatch_content {
	left: 80px;
}
.eyec:nth-child(3) .eyecatch_content {
	top: 11%;
}
.readmore {
	font-family: "游ゴシック", YuGothic, " ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Century Gothic;
	display: block;
	width: 15%;
	text-align: center;
	border: rgba(39,39,39,0.30) 1px solid;
	box-shadow: 1px 1px 3px rgba(39,39,39,0.30);
	color: #777;
	padding: 15px;
	margin-top: 50px;
}
.readmore:hover {
	box-shadow: none;
}
.eyecDes {
	padding: 50px;
	font-size: 16px;
	margin-top: 0px;
	line-height: 30px;
}
.carewrap {
	padding-top: 120px;
}
h1 {
	padding-top: 80px;
	border-top: rgb(0 0 0 / 10%) 1px solid;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", Century Gothic;
	font-size: 30px;
	color: #777;
}
.content {
	max-width: 50%;
	padding-top: 80px;
	margin: 0 auto;
	text-align: left;
	color: #777;
}
.content h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 30px 0;
}
.content p {
	font-size: 14px;
	line-height: 25px;
}
.other {
	margin-top: 50px;
}
.content .other {
	border: 1px solid #ddd;
	padding: 30px;
	font-size: 14px;
	line-height: 50px;
	color: #4d4d4d;
	font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
}
.content .other h4 {
	padding-top: 50px;
}
.content .other h4:first-child {
	padding-top: 0px;
}
.slider img {
	width: 300px;
	transition: all 0.6s ease 0s;
}
.slider img:hover {
	cursor: pointer;
	transform: scale(1.1, 1.1);
}
 @media screen and (max-width: 1000px) { 
 	.wrapper{
 		z-index : 3;
 	}
 .slider img {
	width: 200px;
	transition: all 0.6s ease 0s;
}
/*　ハンバーガーメニュー　*/
.slider-up-nav.active {
	transition: opacity 1s linear 0s;
	opacity: 1;
	visibility: visible;
}
.slider-up-nav {
	visibility: hidden;
	opacity: 0;
	transition: opacity 1s linear 0s;
	position: fixed;
	z-index : 2;
	top : 0;
	left : 0;
	color: #fff;
	background: #4f0f0f;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono";
	font-size: 1.5em;

}
.menunav ul {
	width: 100%;
	margin-top: 10px;
}
.menunav li {
	padding-top: 16%;
	width: auto;
	display: block;
}
.menunav li a {
	text-decoration: none;
	color: #FFF;
}
.menu_description {
	font-family: "游ゴシック";
	font-weight: 500;
	font-size: 0.5em;
}
/*　＝（ボタン）　*/
.nav-button {
	display : block;
	position: fixed;
	z-index : 3;
	right : 13px;
	top : 10px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}
.nav-button span {
	display : block;
	position: absolute;
	width : 30px;
	height : 3px;
	left : 6px;
	background : #FFF;
	transition : 0.5s ease-in-out;
}
.nav-button span:nth-child(1) {
	top: 10px;
}
.nav-button span:nth-child(2) {
	top: 20px;
}
.nav-button span:nth-child(3) {
	top: 30px;
}
/* ×（開いてる時のボタン） */
.nav-button.active span:nth-child(1) {
	background : #FFF;
	top : 16px;
	left: 6px;
	transform : rotate(315deg);
}
.nav-button.active span:nth-child(2), .nav-button.active span:nth-child(3) {
	background : #FFF;
	top: 16px;
	transform : rotate(-315deg);
}
.menunav ul li a:before {
	content: normal;
	display: inline;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0px;
	background-color: transparent;
}
.readmore {
	width: 90%;
}
.content {
	max-width: 90%;
}
.carewrap {
	padding-top: 0px;
}
h2 {
	font-size: 2em;
}
.eyecatch_content {
	width: 92%;
	display: inline-block;
	height: auto;
	text-align: center;
	position: static;
	padding-top: 10%;
}
.eyecDes {
	padding-top: 50px;
}
.eyec img, .eyec video {
	width: 100%;
	height: auto;
}
.eyec, .eyec:nth-child(2n) {
	position: static;
	display: block;
}
footer {
	border-top: none;
	height: 100px;
	margin-top: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.quality {
  padding: 100px 0 0;
}
.eyecDes {
  text-align: center;
}

}

/* =========================================================
   QUALITY section redesign
   Editorial card layout: stable, responsive, and brand-like.
   ========================================================= */
.quality {
  padding: 140px 0 120px;
  background:
    radial-gradient(circle at 10% 12%, rgba(112, 76, 56, 0.05), transparent 24rem),
    linear-gradient(180deg, #fff 0%, #faf9f7 100%);
}

.quality > h2 {
  margin: 0;
  letter-spacing: 0.14em;
}

.quality > .Des {
  width: min(680px, calc(100% - 48px));
  margin: 42px auto 0;
  color: #6e6a66;
  line-height: 2;
}

.quality > .Des p:first-child {
  margin-bottom: 18px;
  color: #3f3a36;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: clamp(18px, 1.7vw, 24px);
  letter-spacing: 0.08em;
}

.qualist {
  width: min(1180px, calc(100% - 56px));
  margin: 110px auto 0;
  padding: 0;
  background: transparent;
}

.qualist ul {
  margin: 0;
  padding: 0;
}

.eyec,
.eyec:nth-child(2n) {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  align-items: center;
  margin: 0 0 110px;
  padding: 0;
  background: transparent;
  isolation: isolate;
}

.eyec:last-child {
  margin-bottom: 0;
}

.eyec::before {
  content: "0" counter(quality-item);
  position: absolute;
  z-index: -1;
  top: -62px;
  left: -20px;
  color: rgba(88, 72, 62, 0.075);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(86px, 10vw, 150px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.qualist ul {
  counter-reset: quality-item;
}

.eyec {
  counter-increment: quality-item;
}

.eyec:nth-child(even)::before {
  right: -10px;
  left: auto;
}

.eyec > img,
.eyec > video {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 24px 60px rgba(44, 37, 31, 0.12);
}

.eyec:nth-child(even) > img,
.eyec:nth-child(even) > video {
  grid-column: 2;
}

.eyecatch_content,
.eyec:nth-child(2n) .eyecatch_content,
.eyec:nth-child(3) .eyecatch_content {
  position: relative;
  z-index: 2;
  top: auto;
  right: auto;
  left: auto;
  grid-column: 2;
  grid-row: 1;
  width: auto;
  height: auto;
  min-height: 300px;
  margin-left: -56px;
  padding: clamp(42px, 5vw, 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  color: #625d58;
  text-align: left;
  box-shadow: 0 18px 46px rgba(53, 45, 39, 0.10);
  backdrop-filter: blur(8px);
}

.eyec:nth-child(even) .eyecatch_content {
  grid-column: 1;
  margin-right: -56px;
  margin-left: 0;
}

.eyecatch_content::before {
  content: "QUALITY";
  display: block;
  margin-bottom: 18px;
  color: #9a8678;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 0.22em;
}

.eyecatch_content h3 {
  position: relative;
  margin: 0;
  padding-bottom: 22px;
  color: #3f3a36;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.045em;
}

.eyecatch_content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 1px;
  background: #9a8678;
}

.eyecDes {
  margin-top: 24px;
  padding: 0;
  color: #77716c;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

.eyecDes p {
  margin: 0;
}

.eyecDes p + p {
  margin-top: 8px;
}

.readmore {
  display: inline-flex;
  width: auto;
  min-width: 142px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 28px;
  padding: 12px 24px;
  border: 1px solid rgba(91, 77, 68, 0.28);
  border-radius: 999px;
  box-shadow: none;
  background: transparent;
  color: #61574f;
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.readmore:hover {
  border-color: #66584f;
  background: #66584f;
  color: #fff;
}

/* tablet */
@media screen and (max-width: 1000px) {
  .quality {
    padding: 100px 0 80px;
  }

  .qualist {
    width: min(760px, calc(100% - 40px));
    margin-top: 80px;
  }

  .eyec,
  .eyec:nth-child(2n) {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 74px;
  }

  .eyec::before,
  .eyec:nth-child(even)::before {
    top: -44px;
    right: 12px;
    left: auto;
    font-size: 88px;
  }

  .eyec > img,
  .eyec > video,
  .eyec:nth-child(even) > img,
  .eyec:nth-child(even) > video {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .eyecatch_content,
  .eyec:nth-child(2n) .eyecatch_content,
  .eyec:nth-child(3) .eyecatch_content,
  .eyec:nth-child(even) .eyecatch_content {
    position: relative;
    grid-column: 1;
    grid-row: 2;
    width: calc(100% - 40px);
    min-height: 0;
    margin: -48px auto 0;
    padding: 38px 34px;
    text-align: left;
  }

  .eyecDes {
    padding: 0;
    text-align: left;
  }

  .readmore {
    width: auto;
  }
}

/* mobile */
@media screen and (max-width: 600px) {
  .quality {
    padding: 82px 0 64px;
  }

  .quality > .Des {
    width: calc(100% - 36px);
    margin-top: 32px;
    font-size: 14px;
  }

  .qualist {
    width: calc(100% - 28px);
    margin-top: 64px;
  }

  .eyec,
  .eyec:nth-child(2n) {
    margin-bottom: 58px;
  }

  .eyec > img,
  .eyec > video,
  .eyec:nth-child(even) > img,
  .eyec:nth-child(even) > video {
    aspect-ratio: 4 / 3;
  }

  .eyecatch_content {
    backdrop-filter: none;
  }

  .eyecatch_content,
  .eyec:nth-child(2n) .eyecatch_content,
  .eyec:nth-child(3) .eyecatch_content,
  .eyec:nth-child(even) .eyecatch_content {
    width: calc(100% - 24px);
    margin-top: -28px;
    padding: 30px 24px 32px;
  }

  .eyecatch_content::before {
    margin-bottom: 12px;
  }

  .eyecatch_content h3 {
    padding-bottom: 17px;
    font-size: 21px;
  }

  .eyecDes {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.9;
  }

  .readmore {
    margin-top: 22px;
    padding: 10px 20px;
  }
}

