﻿/* Y'S GEAR : /mc/wear/designer2026/css/designer2026.css */

body {
	overflow-x: hidden;
}

.contentsWidth {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
}

.contentsWidth * {
	box-sizing: border-box;
}

.contentsWidth a,
.contentsWidth a img { transition: all ease .3s; }


/*======================================================================*
 *  [ designerBg ] 
 *======================================================================*/

.designerBg {
	position: relative;
	margin-bottom: 80px;
	padding-bottom: 60px;
}
.designerBg::after {
	position: absolute;
	top: min(calc(100dvw * 0.3), calc(980px * 0.3));
	right: min(-20px, calc((50dvw - 490px) * -1));
	bottom: 0;
	left: min(-20px, calc((50dvw - 490px) * -1));
	background: #000;
	z-index: -1;
	content: "";
}

@media screen and (max-width: 720px) {
	.designerBg::after {
		top: calc(100dvw * 0.5);
	}
} /* */

@media screen and (max-width: 568px) {
	.designerBg {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.designerBg::after {
		right: -10px;
		left: -10px;
	}
} /* */


/*======================================================================*
 *  [ designerMain ] 
 *======================================================================*/

.designerMain {
	margin-bottom: 50px;
	text-align: center;
}

/* [ タイトル ] */
.designerMain .ttl {
	margin-bottom: -1%;
}

/* [ 画像 ] */
.designerMain .img {
	display: block;
	margin-bottom: 20px;
}

/* [ サブタイトル ] */
.designerMain .sttl {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
}
.designerMain .sttl span {
	display: inline-block;
}

/* [ テキスト ] */
.designerMain .txt {
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.6;
}

/* [ 予約期間・注釈 ] */
.designerMain .rsv {
	margin-bottom: 30px;
}

/* [ 予約期間終了 ] */
.designerMain .end {
	color: #FFFF11; 
	/* margin-bottom: 30px; */
	/* color: red; */
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.designerMain .end span {
	display: inline-block;
}

/* [ 取扱店舗 ] */
.designerMain .shop {
	display: flex;
	justify-content: center;
	margin-top: 25px;
	padding: 8px 15px;
	background: #BCBCBC;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
}
.designerMain .shop dt {
	font-size: 1.6rem;
	line-height: 1.55;
	white-space: nowrap;
}
.designerMain .shop dd span {
	display: inline-block;
}

@media screen and (max-width: 720px) {
	/* [ タイトル ] */
	.designerMain .ttl {
		margin-bottom: 0;
	}
	.designerMain .ttl img {
		width: min(420px, 100%);
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ サブタイトル ] */
	.designerMain .sttl {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}

	/* [ テキスト ] */
	.designerMain .txt {
		font-size: 1.4rem;
	}

	/* [ 予約期間 ] */
	.designerMain .rsv img {
		width: min(320px, 100%);
	}

	/* [ 予約期間終了 ] */
	.designerMain .end {
		font-size: 1.6rem;
	}

	/* [ 取扱店舗 ] */
	.designerMain .shop {
		padding: 5px 10px;
		font-size: 1.5rem;
		text-align: left;
	}
	.designerMain .shop dt {
		font-size: 1.3rem;
	}
} /* */


/*======================================================================*
 *  [ designerLineup ] 
 *======================================================================*/

/* [ タイトル ] */
.designerLineup h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.8em;
	margin-bottom: 20px;
	font-size: 3rem;
	font-family:
		"游ゴシック体", "Yu Gothic", YuGothic, 
		"メイリオ", Meiryo, 
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 
		"ＭＳ Ｐゴシック", "MS PGothic", 
		sans-serif;
	font-weight: bold;
	text-align: center;
}
.designerLineup h2::before, 
.designerLineup h2::after {
	content: "／";
}

/* [ アイテム ] */
.designerLineup .item {
	position: relative;
	margin-bottom: 80px;
	text-align: center;
}
.designerLineup .item::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	clip-path: polygon(0 min(50px, 5dvw), 100% 0%, 100% max(calc(100% - 50px), calc(100% - 5dvw)), 0% 100%);
	content: "";
}
.designerLineup .item.sr::after { background: #656565; }
.designerLineup .item.serow::after { background: #599277; }
.designerLineup .item.yzm400f::after { background: #BC9C6A; }
.designerLineup .item.yzr500::after { background: #9A504F; }
.designerLineup .item.mt01::after { background: #6168AE; }

/* [ イラスト ] */
.designerLineup .illust {
	z-index: +1;
}

/* [ 商品 ] */
.designerLineup .detail {
	position: relative;
	z-index: 1;
}
.designerLineup .detail h3 {
	width: fit-content;
	margin: 0 auto 20px;
	border-bottom: 1px solid #fff;
}
.designerLineup .detail p {
	margin-bottom: 20px;
	font-size: 1.4rem;
}

/* [ ボタン ] */
.designerLineup .btn {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	right: 40px;
	bottom: min(40px, calc(5dvw - 10px));
	width: 180px;
	height: 60px;
	border: 1px solid transparent;
	background: #000;
	color: #fff;
	transform: translateY(50%);
	z-index: 1;
}
.designerLineup .btn:hover, 
.designerLineup .btn:active {
	border-color: #000 !important;
	color: #fff !important;
	background: #666;
}
.designerLineup .sr      .btn:hover,
.designerLineup .sr      .btn:active { background: #323232; }
.designerLineup .serow   .btn:hover,
.designerLineup .serow   .btn:active { background: #2c493b; }
.designerLineup .yzm400f .btn:hover,
.designerLineup .yzm400f .btn:active { background: #5e4e35; }
.designerLineup .yzr500  .btn:hover,
.designerLineup .yzr500  .btn:active { background: #4d2827; }
.designerLineup .mt01    .btn:hover,
.designerLineup .mt01    .btn:active { background: #303457; }
.designerLineup .btn::before {
	display: block;
	width: 10px;
	height: 20px;
	background: url(../img/icon_arrow.svg) center center / contain no-repeat;
	content: "";
}
/* 非アクティブ */
.designerLineup .btn.is-disable {
	pointer-events: none;
}
.designerLineup .btn.is-disable::after {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	font-weight: bold;
	content: "Coming Soon";
}

@media print, screen and (min-width: 721px) {
	/* [ アイテム ] */
	.designerLineup .item {
		min-height: min(750px, 80dvw);
		padding: min(50px, 5dvw) 40px min(90px, calc(5dvw + 40px)) 48.8%;
	}

	/* [ イラスト ] */
	.designerLineup .illust {
		position: absolute;
		top: 50%;
		left: 0;
		max-width: 70%;
		transform: translateY(-50%);
	}
} /* */

@media screen and (max-width: 720px) {
	/* [ タイトル ] */
	.designerLineup h2 {
		font-size: 2.6rem;
	}

	/* [ アイテム ] */
	.designerLineup .item {
		padding: 5dvw 20px calc(5dvw + 40px);
	}

	/* [ イラスト ] */
	.designerLineup .illust {
		position: relative;
		display: block;
		max-width: min(420px, 100%);
		margin: 20px auto;
	}

	/* [ ボタン ] */
	.designerLineup .btn {
		right: 20px;
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ アイテム ] */
	.designerLineup .item {
		margin-bottom: 60px;
	}

	/* [ 商品 ] */
	.designerLineup .detail h3 img {
		width: 250px;
	}

	/* [ ボタン ] */
	.designerLineup .btn {
		width: 160px;
		height: 48px;
		font-size: 1.5rem;
	}
} /* */

/* [ アニメーション：フェードイン ] */
@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}  

/* [ アニメーション：スライドアップ ] */
@keyframes slideUp {
	0% {
	  transform: translateY(30px);
	  opacity: 0;
	}
	100% { transform: translateX(0); }
	60%, 100% { opacity: 1; }
}

/* [ イラスト ] */
.designerLineup .item.is-hide .illust {
	opacity: 0;
}
.designerLineup .item.is-show .illust {
	animation: fadeIn 2s ease forwards;
}

/* [ 商品 ] */
.designerLineup .item.is-hide .detail > img {
	opacity: 0;
	transform: translateY(30px);
}
.designerLineup .item.is-show .detail > img {
	animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}


/*======================================================================*
 *  [ designerNote ] 
 *======================================================================*/

/* [ プレス痕について ] */
.designerNote {
	padding: 20px;
	border: 1px solid #DDD;
	font-size: 1.4rem;
	text-align: center;
}
.designerNote dt {
	margin-bottom: 15px;
	font-size: 1.6rem;
	text-align: center;
}
.designerNote dt b {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 4px double #fff;
}

@media screen and (max-width: 568px) {
	/* [ プレス痕について ] */
	.designerNote {
		padding: 15px 10px;
	}
} /* */


/*======================================================================*
 *  [ designerLink ] 
 *======================================================================*/

.designerLink .link {
	display: block;
}
.designerLink .link + .link {
	margin-top: 30px;
}

@media screen and (max-width: 568px) {
	.designerLink {
		margin: 0 -10px;
	}
} /* */

