/* Y'S GEAR : /mc/wear/erichaze/css/erichaze.css */


.contentsWidth {
	overflow: hidden;
	font-size: 1.6rem;
	font-family:
		"游ゴシック体", "Yu Gothic", YuGothic, 
		"メイリオ", Meiryo, 
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 
		"ＭＳ Ｐゴシック", "MS PGothic", 
		sans-serif;
	font-weight: 500;
	overflow: hidden;
}

.contentsWidth *,
.contentsWidth *::before,
.contentsWidth *::after {
	box-sizing: border-box;
}

.contentsWidth a,
.contentsWidth a img,
.contentsWidth a div { transition: all ease .5s; }

@media screen and (max-width: 980px) {
	.contentsWidth {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
} /* */

/*======================================================================*
 *  [ ehMain ] 
 *======================================================================*/

.ehMain {
	margin-bottom: 100px;
	text-align: center;
}

/* [ 見出し ] */
.ehMain h2 {
	margin: 10px 0 30px;
	font-size: 3rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	line-height: 1.6;
}
.ehMain h2 span {
	display: inline-block;
}

/* [ 画像 ] */
.ehMain .img {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.ehMain .img figure:nth-child(1) {
	width: 66%;
}
.ehMain .img figure:nth-child(2) {
	width: 32.65%;
}

@media screen and (max-width: 980px) {
	/* [ 見出し ] */
	.ehMain h2 {
		padding: 0 20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.ehMain {
		margin-bottom: 50px;
		text-align: center;
	}

	/* [ 見出し ] */
	.ehMain h2 {
		font-size: 2rem;
	}

	/* [ 画像 ] */
	.ehMain .img {
		flex-direction: column;
		gap: 30px 0;
	}
	.ehMain .img figure:nth-child(1) {
		width: 100%;
	}
	.ehMain .img figure:nth-child(2) {
		width: max(200px, 50%);
	}

} /* */

/*======================================================================*
 *  [ ehOutline ] 
 *======================================================================*/

.ehOutline {
	margin-bottom: 100px;
}

/* [ キャッチ ] */
.ehOutline h2 {
	position: relative;
	width: fit-content;
	max-width: calc(100% - 40px);
	margin: 0 auto 50px;
	padding: 25px 30px;
	text-align: center;
}
.ehOutline h2::before,
.ehOutline h2::after {
	position: absolute;
	width: 30px;
	height: 25px;
	background: url(../img/outline_quotation.svg) center center / contain no-repeat;
	content: "";
}
.ehOutline h2::before {
	top: 0;
	left: 0;
}
.ehOutline h2::after {
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
}

/* [ キャッチ：アニメーション ] */
.ehOutline h2.is-hide {
	opacity: 0;
}
.ehOutline h2.is-show {
	opacity: 1;
	transition: all ease 3s;
}


/* [ テキスト＆画像 ] */
.ehOutline .txt {
	display: flex;
	align-items: center;
	gap: 20px 0;
}
.ehOutline .txt div {
	width: 47%;
}
.ehOutline .txt p {
	color: #333;
	font-weight: bold;
	line-height: 1.8;
}
.ehOutline .txt figure {
	width: 53%;
}

@media screen and (max-width: 980px) {
	.ehOutline {
		padding: 0 20px;
	}
} /* */

@media screen and (max-width: 768px) {
	/* [ テキスト＆画像 ] */
	.ehOutline .txt {
		flex-direction: column;
	}
	.ehOutline .txt div {
		width: 100%;
	}
	.ehOutline .txt figure {
		width: min(420px, 100%);
	}
} /* */

@media screen and (max-width: 568px) {
	.ehOutline {
		padding: 0 20px;
	}

	/* [ キャッチ ] */
	.ehOutline h2 {
		width: fit-content;
		max-width: 100%;
		padding: 40px 0;
	}
	.ehOutline h2::before {
		left: -10px;
	}
	.ehOutline h2::after {
		right: -10px;
	}
	.ehOutline h2 img {
		width: 400px;
		max-width: 100%;
	}
} /* */


/*======================================================================*
 *  [ ehOutline ] 
 *======================================================================*/

.ehLineup {
	margin-bottom: 100px;
	padding: 0 20px;
}

/* [ 見出し＆テキスト ] */
.ehLineup h2 {
	margin-bottom: 40px;
	text-align: center;
}
.ehLineup h2 + p {
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.ehLineup h2 + p span {
	display: inline-block;
}

/* [ 見出し：アニメーション ] */
.ehLineup h2.is-hide {
	opacity: 0;
	transform: translateY(20px);
}
.ehLineup h2.is-show {
	opacity: 1;
	transform: translateY(0);
	transition: all ease 0.75s;
}

/* [ 画像 ] */
.ehLineup .img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ehLineup .img figcaption {
	margin-top: 10px;
	font-size: calc(1em - 0.2rem);
}
.ehLineup .img figure:nth-child(1) {
	position: relative;
	/* width: 58.51%; */
	width: calc(52% + 50px);
	margin-top: 5%;
	z-index: 1;
}
.ehLineup .img figure:nth-child(2) {
	/* width: 47.87%; */
	width: 48%;
}
.ehLineup .img:nth-of-type(1) {
	margin-bottom: 50px;
}
.ehLineup .img:nth-of-type(1) figure:nth-child(1) {
	/* margin-right: -6.38%; */
	margin-right: -50px;
}
.ehLineup .img:nth-of-type(2) {
	flex-direction: row-reverse;
	margin-bottom: 30px;
}
.ehLineup .img:nth-of-type(2) figure:nth-child(1) {
	/* margin-left: -6.38%; */
	margin-left: -50px;
}

/* [ 画像：アニメーション ] */
.ehLineup .img figure:nth-child(1).is-hide {
	opacity: 0;
	transform: translateY(20px);
}
.ehLineup .img figure:nth-child(1).is-show {
	opacity: 1;
	transform: translateY(0);
	transition: all ease 0.75s;
}

/* [ 詳細 ] */
.ehLineup .detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 550px;
	margin: 0 auto 20px;
	font-weight: bold;
}

/* [ 詳細：商品名 ] */
.ehLineup .detail .name {
	margin-bottom: 20px;
	font-size: 2rem;
}

/* [ 詳細：カラー・サイズ ] */
.ehLineup .detail dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	line-height: 1.8;
}
.ehLineup .detail dt {
	width: 4em;
}
.ehLineup .detail dd {
	width: calc(100% - 4em);
}

/* [ 詳細：価格 ] */
.ehLineup .detail .price b {
	font-size: 2.6rem;
}

/* [ 詳細：購入ボタン ] */
.ehLineup .detail .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 225px;
	height: 66px;
	border: 3px solid #000;
	border-radius: 36px;
	color: #000;
	font-size: 2rem;
}
.ehLineup .detail .btn:hover,
.ehLineup .detail .btn:active {
	border-color: #000 !important;
	background: #000;
	color: #fff !important;
}

/* [ 注釈 ] */
.ehLineup .note {
	padding-left: 1em;
	text-align: center;
	text-indent: -1em;
}

@media screen and (max-width: 768px) {
	/* [ 見出し＆テキスト ] */
	.ehLineup h2 {
		padding: 0 20px;
	}

	/* [ 画像 ] */
	.ehLineup .img figure:nth-child(1) {
		width: calc(55% + 50px);
	}
	.ehLineup .img figure:nth-child(2) {
		width: 45%;
	}
	.ehLineup .img figure:nth-child(2) img {
		aspect-ratio: 5 / 6;
	  	object-fit: cover;
	}
	.ehLineup .img:nth-of-type(1) figure:nth-child(1) {
		margin-right: -40px;
		margin-left: -10px;
	}
	.ehLineup .img:nth-of-type(2) figure:nth-child(1) {
		margin-right: -10px;
		margin-left: -40px;
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ 見出し＆テキスト ] */
	.ehLineup h2 {
		padding: 0;
	}
	.ehLineup h2 + p {
		font-size: 1.8rem;
	}

	/* [ 画像 ] */
	.ehLineup .img {
		flex-direction: column !important;
		align-items: center;
		gap: 20px;
	}
	.ehLineup .img figcaption {
		padding: 0 20px;
		text-align: center;
	}
	.ehLineup .img figure:nth-child(1) {
		width: min(400px, 100%);
	}
	.ehLineup .img figure:nth-child(2) {
		margin: 0 -20px;
		width: calc(100% + 40px);
	}
	.ehLineup .img figure:nth-child(2) img {
		aspect-ratio: auto;
		width: 100%;
	}
	.ehLineup .img:nth-of-type(1) figure:nth-child(1),
	.ehLineup .img:nth-of-type(2) figure:nth-child(1) {
		margin: 0;
	}

	/* [ 詳細 ] */
	.ehLineup .detail {
		flex-direction: column;
		gap: 20px;
	}
	.ehLineup .detail .txt {
		width: min(400px, 100%);
	}

	/* [ 詳細：商品名 ] */
	.ehLineup .detail .name {
		text-align: center;
	}

	/* [ 注釈 ] */
	.ehLineup .note {
		width: fit-content;
		margin: 0 auto;
		font-size: calc(1em - 0.2rem);
		text-align: left;
	}
} /* */

/*======================================================================*
 *  [ ehProfile ] 
 *======================================================================*/

.ehProfile {
	padding: 145px 0 105px;
	background: url(../img/profile_bg.png) left top no-repeat;
}

/* [ インナー ] */
.ehProfile .inner {
	display: flex;
	gap: 0 50px;
	padding: 30px 50px 50px;
	background: #000;
}

/* [ 画像 ] */
.ehProfile .img {
	width: 39.77%;
	margin-top: -105px;
}

/* [ 画像：アニメーション ] */
.ehProfile .img.is-hide {
	opacity: 0;
	transform: translateY(20px);
}
.ehProfile .img.is-show {
	opacity: 1;
	transform: translateY(0);
	transition: all ease 0.75s;
}

/* [ テキスト ] */
.ehProfile .txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 25px 10px;
	flex: 1;
	color: #fff;
}

/* [ テキスト：名前 ] */
.ehProfile .txt h2 {
	font-size: 3rem;
}
.ehProfile .txt h2 span {
	display: block;
	font-size: 2rem;
}

/* [ テキスト：紹介文 ] */
.ehProfile .txt h3 {
	margin-bottom: 10px;
}
.ehProfile .txt p {
	line-height: 1.8;
}
.ehProfile .txt .name {
	text-align: right;
}
.ehProfile .txt section + section {
	font-size: calc(1em - 0.2rem);
}


/* [ テキスト：リンク ] */
.ehProfile .txt .link {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 10px;
}
.ehProfile .txt .link a {
	display: flex;
	gap: 5px;
	color: #fff;
}
.ehProfile .txt .link a.web {
	text-decoration: underline;
}
.ehProfile .txt .link a::before {
	width: 20px;
	height: 20px;
	content: "";
}
.ehProfile .txt .link a.web::before {
	background: url(../img/icon_web.svg) center center / contain no-repeat;
}
.ehProfile .txt .link a.insta::before {
	background: url(../img/icon_insta.svg) center center / contain no-repeat;
}

@media screen and (max-width: 768px) {
	/* [ インナー ] */
	.ehProfile .inner {
		gap: 0 30px;
		padding: 30px 40px 50px;
		flex-direction: column;
		align-items: center;
		gap: 40px 0;
	}

	/* [ 画像 ] */
	.ehProfile .img {
		width: min(300px, 100%);
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ インナー ] */
	.ehProfile .inner {
		padding: 20px 20px 40px;
	}

	/* [ テキスト ] */
	.ehProfile .txt {
		display: block;
	}

	/* [ テキスト：名前 ] */
	.ehProfile .txt h2 { 
		width: 100%;
	}

	/* [ テキスト：サイン ] */
	.ehProfile .txt img { 
		display: block;
		margin: 0 0 20px auto;
	}

	/* [ テキスト：紹介文 ] */
	.ehProfile .txt section + section {
		margin-top: 20px;
	}

	/* [ テキスト：リンク ] */
	.ehProfile .txt .link {
		margin-top: 20px;
	}
} /* */