@charset "utf-8";
/* New */
/* 
Theme Name: original 
*/
/* 全共通 start */
.h_bar,
#beltbnr {
  display: none;
}
html {
  font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding: 70px;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul,li {
  list-style: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#main {
  color: #333333;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.maxw_824 {
	width: 824px;
	margin: 0 auto 0 auto;
}
p {
  font-size: 1.4rem;
  letter-spacing: 1pt;
}
.wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 180px 0 0 0;
}
.wrap_w {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0 0 0;
}
.btn {
	color: #333333;
	text-decoration: none;
}
.c_green {
	color: #25614d;
}
.c_bordeaux {
	color: #612725;
}
.women .c_bg {
	background: #612725;
}
.men .c_bg {
	background: #25614d;
}
.center {
	text-align: center;
}
a.link {
	transition: text-decoration-color .3s;
}
a.link:hover {
	text-decoration-color: transparent;
}
a.btn {
	color: transparent;
	display: block;
	transition: .3s;
}
/* 全共通 end */

/* 以下コンテンツ */
.kv_img img {
	width: 900px;
	margin: 0 auto;
	display: block;
}
.main_detail {
	padding: 80px 0 0 0;
}
.lead {
	line-height: 180%;
	text-align: center;
}
.pc_img {
	display: block;
}
.sp_img {
	display: none;
}
.anchor_link {
	width: 40%;
	margin: 80px auto 0 auto;
}
.anchor_link .wrap_w {
	padding: 0 0 0 0;
}
.anchor_link span a {
	font-size: 2.2rem;
	font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#women .sec:first-child,
#men .sec:first-child {
	margin: 120px auto 0 auto;
}
.sec {
	margin: 96px auto 0 auto;
}
#men .all_items {
	margin: 0 auto 160px auto;
}
.center .num {
	font-size: 3.2rem;
	font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
}
.center h2 span {
	font-size: 4.8rem;
	font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	position: relative;
}
.center h2 span::after {
	content: "";
	width: 2px;
	height: 120px;
	background: transparent;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	animation: pathmove 1.5s infinite;
}
.women .center h2 span::after {
	background: #612725;
}
.men .center h2 span::after {
	background: #25614d;
}
@keyframes pathmove {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
#women .sec:nth-child(2) .wrap,
#men .sec:nth-child(2) .wrap {
	flex-direction: row-reverse;
}
.image_item {
	width: 44%;
}
.desc {
	width: 52%;
}
.cap {
	line-height: 180%;
}
.credit_list p {
	line-height: 150%;
}
a.btn {
	border: 1px solid transparent;
	border-radius: 50px;
	color: #FFFFFF;
	width: 120px;
	height: 32px;
	line-height: 32px;
	letter-spacing: 0;
	text-align: center;
}
.women a.btn {
	border: 1px solid #612725;
}
.men a.btn {
	border: 1px solid #25614d;
}
.all_items a.btn {
	border-radius: 50px;
	background: transparent;
	border: 1px solid transparent;
	color: #FFFFFF;
	width: 480px;
	margin: 96px auto 0;
	height: 48px;
	line-height: 48px;
}
.women + .all_items a.btn {
	background: #612725;
	border: 1px solid #612725;
}
.men + .all_items a.btn {
	background: #25614d;
	border: 1px solid #25614d;
}
.women a.btn:hover,
.women + .all_items a.btn:hover {
	color: #612725;
	background: transparent;
}
.men a.btn:hover,
.men + .all_items a.btn:hover {
	color: #25614d;
	background: transparent;
}
@media(max-width: 431px) {
	/* 全共通 start */
	html {
		scroll-padding: 0;
	}
	.maxw_824 {
		width: 100%;
	}
	.wrap {
		display: block;
		padding: 28% 0 0 0;
	}
	/* 全共通 end */
	.kv_img img {
		width: 100%;
	}
	.pc_img {
		display: none;
	}
	.sp_img {
		display: block;
	}
	.anchor_link span a {
		font-size: 1.8rem;
	}
	#women .sec:first-child,
	#men .sec:first-child {
		margin: 16% auto 0 auto;
	}
	.sec {
		margin: 12.8% auto 0 auto;
	}
	#men .all_items {
		margin: 0 auto 80px auto;
	}
	.main_detail {
		padding: 10.7% 0 0 0;
	}
	.lead {
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
	.anchor_link {
		width: 60%;
		margin: 10.7% auto 0 auto;
	}
	.center .num {
		font-size: 2.0rem;
	}
	.center h2 span {
		font-size: 3.0rem;
		position: relative;
	}
	.center h2 span::after {
		height: 60px;
		top: 60px;
	}
	.image_item,
	.desc {
		width: 90%;
		margin: 0 auto;
	}
	.cap {
		padding: 9% 0 0 0;
	}
	a.btn {
		width: 80px;
		height: 24px;
		line-height: 24px;
	}
	.all_items a.btn {
		width: 80.5%;
		margin: 12.8% auto 0;
	}
}
