#top {
	background-image: url(../images/common/bg_cover.png);
	background-repeat: repeat;
}
#top #wrapper {
	overflow: hidden;
}
.more-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-right: 60px;
}
.more-link::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 20px;
	background: url(../images/common/more_link.png) center / contain no-repeat;
}
.more-link-w::after {
	background: url(../images/common/more_link_w.png) center / contain 
}

.mainvisual {
  margin: 0;
}

/* ============================
  top-mv
============================ */
#top-mv {
	position: relative;
	height: calc(100svh - 100px);
	overflow: hidden;
}
#top-mv .mv-inner {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 40px 40px 25px 60px;
}
#top-mv .mv-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}
#top-mv .mv-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.28);
	z-index: 1;
	pointer-events: none;
}
#top-mv .mv-bg-slider {
	position: relative;
	z-index: 0;
}
#top-mv .mv-bg-slider,
#top-mv .mv-bg-slider .slick-list,
#top-mv .mv-bg-slider .slick-track,
#top-mv .mv-bg-slide {
	height: 100%;
}

#top-mv .mv-bg-slide {
	position: relative;
}
#top-mv .mv-bg-slider,
#top-mv .mv-bg-slide {
	height: 100%;
}
#top-mv .mv-bg-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#top-mv #btn-hamburger {
  width: 48px;
  height: 48px;
  background: transparent;
}

#top-mv #btn-hamburger .border {
  left: 9px;
  width: 30px;
  background: #fff;
}

#top-mv .mv-nav-box {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .2s ease, transform .2s ease;
  display: none;
}

#top-mv .mv-nav-box.opening {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  display: block;
}

#top-mv .mv-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

#top-mv .mv-nav a {
  display: inline-block;
  color: #fff;
}

#top-mv .mv-contact {
  margin-top: 18px;
  text-align: right;
}

#top-mv .mv-contact-link {
  display: inline-block;
  padding: 10px 26px;
  border: 1px solid #fff;
  border-radius: 90px;
  color: #fff;
  line-height: 1;
}

#top-mv .mv-pickups {
  position: absolute;
  right: 40px;
  bottom: 25px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: auto;
  transform: none;
}


#top-mv .mv-copy {
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
	align-content: center;
	left: 40px;
  z-index: 10;
  color: #E8EDED;
}

#top-mv .mv-catch {
  margin: 0 0 8px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

#top-mv .mv-ttl {
  margin: 0;
  font-size: 3.8rem;
  line-height: 1.57;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
}

#top-mv .mv-sub-box {
  margin-top: 15px;
}

#top-mv .mv-sub-line {
  max-width: 183px;
  width: 100%;
  height: 1px;
  background: #e8eded;
  flex: 0 0 auto;
}

#top-mv .mv-sub {
  margin: 0;
  text-align: right;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  position: relative;
      padding-left: 160px;
}
#top-mv .mv-sub::before {
	content: "";
	width:28%;
	height: 1px;
	background-color: #E8EDED;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%); 
}


#top-mv .mv-pickups {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#top-mv .mv-pickup {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 10px 16px;
  background: #fff;
  color: #111;
}
#top-mv .mv-right {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 20;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#top-mv .mv-pickups {
	right: 20px;
	bottom: 20px;
	top: auto;
	transform: none;
	gap: 20px;
}

#top-mv .mv-pickup-link {
	display: block;
	width: 190px;
	background: #fff;
	color: #1C1D1D;
	border-radius: 4px;
	padding: 5px;
	box-sizing: border-box;
}

#top-mv .mv-pickup-img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

#top-mv .mv-pickup-ttl {
	margin: 12px 0 0;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
}
@media screen and (max-width: 1080px) {
	#top-mv .mv-copy {
		top: 50%;
		transform: translateY(-50%);
		align-content: center;

	}
}
@media screen and (min-width: 1001px) {
	.home #h-gnav-box {
		display: none;
	}

	.home #btn-hamburger {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	#top-mv .mv-ttl {
		font-size: 2.2rem;
	}
	#top-mv .mv-copy {
		left: 10px;
	}
	#top-mv .mv-sub {
		font-size: 1.8rem;
		text-align: left;
		padding-left: 0;
	}
	#top-mv .mv-sub::before {
		content: none;
	}
	#top-mv .mv-nav {
		align-items: center;
		gap: 30px;
	}
	#top-mv .mv-contact {
		margin-top: 30px;
		text-align: center;
	}
	#top-mv .mv-pickups {
		right: 10px;
		bottom: 10px;
	}
	#top-mv .mv-pickup-link {
		width: 140px;
	}
	#top-mv .mv-pickup-ttl {
		font-size: 1rem;
	}
}

/* ============================
	top-search
============================ */
#top-search {
	background: #1C1D1D;
}
#top-search .sec-inner {
	padding: 20px 0;
}
#top-search .content-box {
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#top-search .search-field input {
		font-size: 16px;
	}
}
/* ============================
	top-about
============================ */
#top-about {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
#top-about .about-img01 {
	position: absolute;
	width: 180px;
	top: 100px;
	left: 0;
	aspect-ratio: 668 / 1001;
}
#top-about .about-img02 {
	position: absolute;
	width: 130px;
	bottom: 0;
	left: 110px;
	aspect-ratio: 691 / 1037;
}
#top-about .about-img03 {
	position: absolute;
	position: absolute;
	aspect-ratio: 740 / 1097;
	height: calc(100% - 150px);
	top: 100px;
	right: 0;
}
#top-about .sec-inner {
	padding-bottom: 20px;
}
#top-about .content-box {
	padding-top: 47px;
	padding-bottom: 47px;
	margin: 0 auto;
	max-width: 520px;
	width: 100%;
	position: relative;
	z-index: 2;
}
#top-about .about-box {
	margin-top: 70px;
}
#top-about .about-text {
	color: #4A4343;
	font-size: 1.4rem;
	line-height: 2.2;
	letter-spacing: 0.08em;
	font-weight: 500;
}
#top-about .about-more {
	margin-top: 34px;
}
#top-about .about-more .about-more-link {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: 0.05em;
	padding-right: 71px;
}
@media screen and (max-width: 1080px) {
	#top-about .about-img01 {
		width: 14.667vw;
	}
	#top-about .about-img02 {
		display: none;
	}
	#top-about .about-img03 {
		height: calc(49.3vw - 150px);
	}
}
@media screen and (max-width: 767px) {
	#top-about .about-img01 {
		display: none;
	}
	#top-about .content-box {
		max-width: 100%;
	}
	#top-about .about-img03 {
		height: auto;
		width: 160px;
		top: 0;
	}
}

/* ============================
	top-news
============================ */
#top-news .sec-inner {
	padding-bottom: 225px;
}
#top-news .content-box {
	margin: 0 auto;
	gap: 20px;
}
#top-news .news-box {
	max-width: 750px;
	width: 100%;
}
#top-news .news-more {
	margin-top: 30px;
	text-align: right;
}
#top-news .news-more a {
	padding-right: 60px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #4A4343;
}
@media screen and (max-width: 767px) {
	.news-item {
		gap: 15px;
	}
}

/* ============================
	top-products
============================ */
#top-products {
	background: #1C1D1D;
	position: relative;
}
.top-products-bg{
	position: absolute;
	z-index: -1;
	width: clamp(400px, 95%, 1063px);
	height: auto;
	aspect-ratio: 1063 / 843;
}
.top-products-bg-01{
	top: 0;
	left: 0;
	transform: translate(-42%, -50%);
}
.top-products-bg-02{
	right: 0;
	bottom: 0;
	transform: translate(43%, 46%) scale(-1, -1);
}
#top-products .sec-inner {
	padding: 60px 0 40px;
}
#top-products .elements-lead {
	position: relative;
	padding-left: 10px;
	font-size: 1.4rem;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	color: #fff;
}
#top-products .elements-lead::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#top-products .top-search-field {
	position: relative;
}
#top-products .top-search-input {
	width: 100%;
	box-sizing: border-box;
	padding: 14px 60px 14px 20px;
	border: none;
	border-radius: 6px;
	background: #fff;
}
#top-products .top-search-submit {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	line-height: 0;
}
#top-products .top-search-submit img {
	width: 20px;
	height: 20px;
	display: block;
}
#top-products .elements-more {
	text-align: right;
	margin-right: 40px;
	margin-top: 40px;
}
#top-products .elements-more-link {
	color: #FFFFFF;
	padding-right: 67px;
}
/* ============================
	top-documentary
============================ */
#top-documentary .sec-inner {
	padding: 120px 0 140px;
}
#top-documentary .doc-box {
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
}
#top-documentary .doc-media {
	width: 57.69%;
}
#top-documentary .doc-label {
	position: relative;
	padding-left: 10px;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: "Inter", sans-serif;
	color: #1C1D1D;
}
#top-documentary .doc-label::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #1C1D1D;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#top-documentary .doc-ttl {
	margin-top: 24px;
	color: #4A4343;
	font-weight: 700;
	font-size: 3.2rem;
	font-family: "Shippori Mincho", serif;
}
#top-documentary .doc-text {
	margin-top: 50px;
	font-size: 1.4rem;
	font-weight: 500;
}
#top-documentary .doc-more {
	margin-top: 50px;
}
#top-documentary .doc-more-link {
	padding-right: 67px;
}

@media screen and (max-width: 767px) {
	#top-documentary .doc-box {
		flex-direction: column-reverse;
	}
	#top-documentary .doc-info {
		align-self: flex-end;
	}
	#top-documentary .doc-more {
		text-align: right;
	}
	#top-documentary .doc-media {
		width: 40%;
		align-self: start;
		margin-top: -40px;
	}
	#top-documentary .doc-ttl {
		font-size: 2.4rem;
	}
}
