/* Y'S GEAR : /mc/wear/fwapparel/css/fwapparel.css */

.contentsWidth {
	font-size: 1.6rem;
	font-weight: 500;
	/* line-height: 1.5; */
	font-family:
		"游ゴシック体", "Yu Gothic", YuGothic, 
		"メイリオ", Meiryo, 
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 
		"ＭＳ Ｐゴシック", "MS PGothic", 
		sans-serif;
	overflow: hidden;
}

.contentsWidth *,
.contentsWidth *::before,
.contentsWidth *::after {
	box-sizing: border-box;
}

.contentsWidth h2,
.contentsWidth h3,
.contentsWidth h4,
.contentsWidth h5,
.contentsWidth h6 {
	line-height: 1.2;
}

.contentsWidth a,
.contentsWidth a::before,
.contentsWidth a::after,
.contentsWidth a img { transition: all ease .3s; }

.contentsWidth .none { display: none; }

@media screen and (max-width: 980px) {
	.contentsWidth { padding: 0 !important; }
} /* */

@media screen and (min-width: 569px) {
	.contentsWidth .sp { display: none; }
} /* */

@media screen and (max-width: 568px) {
	.contentsWidth .pc { display: none; }
} /* */

/*======================================================================*
 *  [ common ] 
 *======================================================================*/

 /* [ h2 ] */
.fwH2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 50px;
	text-align: center;
}
.fwH2 b {
	color: #F47311;
	font-size: 6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
.fwH2 span {
	font-size: 2rem;
}

/* [ h3 ] */
.fwH3 {
	display: flex;
	gap: 20px;
	min-height: 77px;
	margin-bottom: 30px;
	padding: 15px 20px;
	background: #6D5A47;
	color: #fff;
}
.fwH3 span {
	display: flex;
	align-items: center;
	padding-right: 20px;
	border-right: 1px solid #fff;
}
.fwH3 b {
	display: flex;
	align-items: center;
	flex: 1;
	font-size: 3rem;
}


@media screen and (max-width: 980px) {
} /* */

@media screen and (max-width: 568px) {
	/* [ h2 ] */
	.fwH2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin-bottom: 30px;
	}
	.fwH2 b {
		font-size: 4rem;
	}
	.fwH2 span {
		font-size: 1.8rem;
	}

	/* [ h3 ] */
	.fwH3 b {
		font-size: 2rem;
	}
} /* */


/*======================================================================*
 *  [ fwMain ] 
 *======================================================================*/

.fwMain video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
}

@media screen and (max-width: 980px) {
} /* */

@media screen and (max-width: 568px) {
} /* */


/*======================================================================*
 *  [ fwChach ] 
 *======================================================================*/

.fwChach {
	padding: 30px 50px 50px;
	background: linear-gradient(to bottom,  #f47311 0%,#e99555 100%);
	color: #fff;
	text-align: center;
}

/* [ キャッチ ] */
.fwChach h2 {
	margin-bottom: 30px;
	font-size: 2.6rem;
}
.fwChach h2 span {
	display: inline-block;
}

/* [ 要求 ] */
.fwChach dl {
	width: fit-content;
	margin: 0 auto 30px;
	padding: 20px;
	outline : 1px solid #D4AD90;
	outline-offset : -5px;
	background: #783808;
	color: #FFF6E7;
}
.fwChach dt {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
.fwChach dd span {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.fwChach {
		padding: 30px 30px 50px;
	}
} /* */

@media screen and (max-width: 568px) {
	.fwChach {
		padding: 30px 10px 20px;
	}

	/* [ キャッチ ] */
	.fwChach h2 {
		font-size: 2rem;
	}

	/* [ 要求 ] */
	.fwChach dl {
		font-size: 1.4rem;
	}
	.fwChach dt {
		font-size: 1.6rem;
	}
} /* */


/*======================================================================*
 *  [ fwNav ] 
 *======================================================================*/

.fwNav {
	display: flex;
	gap: 20px;
	text-align: center;
}

/* [ ボタン ] */
.fwNav a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 25%;
	height: 107px;
	border: 3px solid #fff;
	border-radius: 10px;
	background: #F8E1CD;
	font-weight: bold;
	/* 要フォントの指定 */
}
.fwNav a::after {
	display: block;
	width: 14px;
	height: 10px;
	background: url(../img/arrow_nav.svg) center center / contain no-repeat;
	content: "";
}
.fwNav a b {
	color: #F47311;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
}
.fwNav a span {
	color: #000;
	font-size: 1.4rem;
}
/* ホバー */
.fwNav a:hover,
.fwNav a:active {
	border-color: #fff !important;
	background: #FCF7EF;
	transform: translateY(-5px);
}

@media screen and (max-width: 980px) {
	.fwNav {
		flex-wrap: wrap;
		gap: 10px 15px;
	}

	/* [ ボタン ] */
	.fwNav a {
		width: calc(50% - 7.5px);
		height: 98px;
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ ボタン ] */
	.fwNav a::after {
		width: 14px;
		height: 10px;
	}
	.fwNav a b {
		font-size: 1.8rem;
	}
	.fwNav a span {
		font-size: 1.2rem;
	}
} /* */





/*======================================================================*
 *  [ ジャケットラインナップ ] 
 *======================================================================*/

.fwLineup {
	padding: 50px 0 0;
	background: #EDE8E4;
}

.fwLineup h2 {
	margin-bottom: 30px;
}
.fwLineup h2 + p {
	margin-bottom: 50px;
	padding: 0 50px;
	font-size: 1.4rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.fwLineup h2 + p {
		padding: 0 30px;
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ タイトル ] */
	.fwLineup h2, 
	.fwLineup h2 + p {
		padding: 0 10px;
	}
	.fwLineup h2 + p {
		font-size: 1.2rem;
	}
} /* */


/*======================================================================*
 *  [ ジャケットラインナップ：商品 ] 
 *======================================================================*/

.fwLineupItem {
	display: flex;
	align-items: end;
	gap: 30px;
	min-height: 800px;
	padding: 50px;
	text-align: center;
}
.fwLineupItem.ry2002 {
	background: url(../img/ry2002_bg.jpg) center top / 100% auto no-repeat;
}
.fwLineupItem.ry2003 {
	flex-direction: row-reverse;
	background: url(../img/ry2003_bg.jpg) center top / 100% auto no-repeat;
}

/* [ カラー ] */
.fwLineupItem .color {
	width: 54%;
}
.fwLineupItem .slider-nav {
	max-width: 350px;
	margin: 0 auto;
}
.fwLineupItem .slider-nav a {
	cursor: pointer;
	margin: 0 5px;
	border-bottom: 3px solid transparent;
	font-size: 1.4rem;
	font-weight: bold;
}
.fwLineupItem .slider-nav a.slick-current {
	border-color: #F47311 !important;
}
.fwLineupItem .slider-nav a p {
	padding: 5px 0 3px;
	color: #000;
}
/* ホバー */
.fwLineupItem .slider-nav a:not(.slick-current):hover,
.fwLineupItem .slider-nav a:not(.slick-current):active {
	color: #fff !important;
	border-color: transparent !important;
}

/* [ 詳細 ] */
.fwLineupItem .detail {
	flex: 1;
}

/* [ 詳細：モデル ] */
.fwLineupItem .model {
	display: inline-block;
	width: 155px;
	margin-bottom: 15px;
	padding: 5px;
	border-radius: 20px;
	background: #F47311;
	color: #fff;
	font-weight: bold;
}

/* [ 詳細：商品名 ] */
.fwLineupItem h3 {
	margin-bottom: 20px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.fwLineupItem h3 span {
	display: block;
	font-size: 2rem;
}

/* [ 詳細：テキスト ] */
.fwLineupItem .txt {
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 2;
}

/* [ 詳細：サイズ ] */
.fwLineupItem .size {
	margin-bottom: 30px;
}

/* [ 詳細：ボタン ] */
.fwLineupItem .detail a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 190px;
	height: 60px;
	margin: 0 auto;
	border-radius: 30px;
	border: 2px solid #fff;
	background: #000;
	color: #fff;
	font-weight: bold;
}
.fwLineupItem .detail a::before {
	width: 0.8em;
	height: 0.8em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	content: "";
}
/* ホバー */
.fwLineupItem .detail a:hover,
.fwLineupItem .detail a:active {
	border-color: #F47311 !important;
	background: #F47311;
	color: #fff !important;
}

@media screen and (max-width: 768px) {
	.fwLineupItem {
		padding: 36dvw 30px 50px;
		min-height: auto;
	}
} /* */

@media screen and (max-width: 568px) {
	.fwLineupItem {
		flex-direction: column !important;
		gap: 20px;
		padding: 28dvw 10px 50px;
	}

	/* [ カラー ] */
	.fwLineupItem .color {
		display: flex;
		align-items: end;
		gap: 10px;
		width: 100%;
	}
	.fwLineupItem.ry2003 .color {
		flex-direction: row-reverse;
	}
	.fwLineupItem .color .slider-nav {
		width: 50%;
	}
	.fwLineupItem .slider-nav a {
		margin: 0;
		font-size: 1.2rem;
	}
	.fwLineupItem .color .slider-for {
		width: calc(50% - 10px);
	}
	.fwLineupItem .slider-nav a p {
		padding: 0;
	}

	/* [ 詳細 ] */
	.fwLineupItem .detail {
		width: 100%;
		margin-top: 10px;
		/* font-size: 1.4rem; */
	}

	/* [ 詳細：モデル ] */
	.fwLineupItem .model {
		font-size: 1.4rem;
	}

	/* [ 詳細：商品名 ] */
	.fwLineupItem h3 {
		font-size: 2.4rem;
	}
	.fwLineupItem h3 span {
		font-size: 1.8rem;
	}
} /* */



/*======================================================================*
 *  [ fwFeatures ] 
 *======================================================================*/

.fwFeatures {
	min-height: 1140px;
	margin-bottom: 50px;
	padding: 50px;
	background: url(../img/features_bg_tp_pc.jpg) left top repeat-x,
				url(../img/features_bg_bm_pc.jpg) left bottom repeat-x,
				#6D5A47;
	color: #fff;
}
.fwFeatures h2 span {
	color: #000;	
}

/* [ 見出し：白括弧 ] */
/* .fwFeatures .whTtl {
	margin-bottom: 30px;
	font-size: 3rem;
	text-align: center;
} */
.fwFeatures .whTtl {
	display: flex;
	justify-content: center;
	gap: 0.5em;
	margin-bottom: 30px;
	font-size: 3rem;
	text-align: center;
}
.fwFeatures .whTtl::before,
.fwFeatures .whTtl::after {
	width: 6px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
}
.fwFeatures .whTtl::before {
	border-left: 3px solid #fff;
}
.fwFeatures .whTtl::after {
	border-right: 3px solid #fff;
}
.fwFeatures .whTtl + p {
	margin-bottom: 20px;
	font-size: 2rem;
	text-align: center;
}

/* [ 見出し：オレンジ ] */
.fwFeatures .ogTtl {
	margin-bottom: 30px;
	padding: 10px 20px;
	border-radius: 30px;
	background: #F47311;
	font-size: 3rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.fwFeatures {
		padding: 50px 30px;
	}

	/* [ 見出し：オレンジ ] */
	.fwFeatures .ogTtl {
		font-size: 2.6rem;
	}
} /* */

@media screen and (max-width: 568px) {
	.fwFeatures {
		padding: 50px 10px 30px;
		background: url(../img/features_bg_tp_sp.jpg) left top repeat-x,
					url(../img/features_bg_bm_sp.jpg) left bottom repeat-x,
					#6D5A47;
	}

	/* [ 見出し：白括弧 ] */
	.fwFeatures .whTtl {
		font-size: 2rem;
	}
	.fwFeatures .whTtl + p {
		font-size: 1.8rem;
	}

	/* [ 見出し：オレンジ ] */
	.fwFeatures .ogTtl {
		font-size: 2rem;
	}
} /* */



/*======================================================================*
 *  [ 性能と特長：タブまわり ] 
 *======================================================================*/

.fwFeatureTab {
	
}

/* [ タブ ] */
.fwFeatureTab .tab {
	display: flex;
	text-align: center;
}
.fwFeatureTab .tab a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 25%;
	height: 130px;
	background: rgba(255,255,255,0.3);
	color: #fff;
	font-size: 2rem;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.fwFeatureTab .tab a:first-child {
	border-radius: 10px 0 0 10px;
}
.fwFeatureTab .tab a:last-child {
	border-radius: 0 10px 10px 0;
}
.fwFeatureTab .tab a b {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.fwFeatureTab .tab a b::before {
	display: block;
	width: 60px;
	height: 56px;
	background: #fff;
	content: "";
}
.fwFeatureTab .tab a[href="#feature01"] b::before { mask: url(../img/icon_feature01.svg) center center / contain no-repeat; }
.fwFeatureTab .tab a[href="#feature02"] b::before { mask: url(../img/icon_feature02.svg) center center / contain no-repeat; }
.fwFeatureTab .tab a[href="#feature03"] b::before { mask: url(../img/icon_feature03.svg) center center / contain no-repeat; }
.fwFeatureTab .tab a[href="#feature04"] b::before { mask: url(../img/icon_feature04.svg) center center / contain no-repeat; }
/* ホバー */
.fwFeatureTab .tab a:hover,
.fwFeatureTab .tab a:active {
	background: #fff;
	color: #F47311 !important;
}
.fwFeatureTab .tab a:hover b::before,
.fwFeatureTab .tab a:active b::before {
	background: #F47311;
}
/* アクティブ */
.fwFeatureTab .tab a.is-active {
	background: #fff;
	color: #F47311 !important;
}
.fwFeatureTab .tab a.is-active::before {
	position: absolute;
	bottom: -44px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 22px solid #fff;
	border-bottom: 22px solid transparent;
	content: "";
}
.fwFeatureTab .tab ~ .tab a.is-active::before {
	top: -44px;
	bottom: auto;
	border-top-color: transparent;
	border-bottom-color: #fff;
}
.fwFeatureTab .tab a.is-active b::before,
.fwFeatureTab .tab a.is-active b::before {
	background: #F47311;
}

/* [ 中身 ] */
.fwFeatureTab .contents {
	margin: 50px 0;
}
.fwFeatureTab .contents > section {
  display: none;
  line-height: 1.6;
  transition-duration: 0.3s;
}
.fwFeatureTab .contents > section.is-show {
  display: block;
}

@media screen and (max-width: 768px) {
	/* [ タブ ] */
	.fwFeatureTab .tab a {
		height: 120px;
		font-size: 1.6rem;
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ タブ ] */
	.fwFeatureTab .tab a {
		height: 56px;
		padding: 0 5px;
		font-size: 1.4rem;
		line-height: 1.2;
	}
	.fwFeatureTab .tab a b::before {
		display: none;
	}
	/* アクティブ */
	.fwFeatureTab .tab a.is-active::before {
		bottom: -20px;
		margin-left: -5px;
		border-width: 5px;
		border-top-width: 10px;
		border-bottom-width: 10px;
	}
	.fwFeatureTab .tab ~ .tab a.is-active::before {
		top: -20px;
		bottom: auto;
	}

	/* [ 中身 ] */
	.fwFeatureTab .contents {
		margin: 40px 0;
	}
} /* */






/*======================================================================*
 *  [ 保温性 ] 
 *======================================================================*/

/* [ 4層構造 ] */
.fwLayer4 {
	margin-bottom: 50px;
}
.fwLayer4 picture {
	display: block;
	margin-bottom: 30px;
}


/* [ グラフェンシートとは ] */
.fwGraphene {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}
.fwGraphene h5 {
	width: 100%;
	font-size: 1.8rem;
}
.fwGraphene p {
	width: calc(68% - 20px);
}
.fwGraphene img {
	width: 32%;
}

@media screen and (max-width: 568px) {
	.fwGraphene {
		flex-direction: column;
	}
	.fwGraphene p ,
	.fwGraphene img {
		width: 100%;
	}
} /* */

/* [ サーモグラフィ試験 ] */
.fwThermo {
	position: relative;
	padding: 70px 30px;
	background: #8A7B6C;
}
.fwThermo::before,
.fwThermo::after {
	position: absolute;
	right: 30px;
	left: 30px;
	height: 10px;
	background: url(../img/feature01/thermo_line.jpg) center center / 100% 100% no-repeat;
	content: "";
}
.fwThermo::before { top: 30px; }
.fwThermo::after  { bottom: 30px; }
.fwThermo h5 {
	margin-bottom: 30px;
	font-size: 2.2rem;
}
.fwThermo dt {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.fwThermo dd {
	margin-bottom: 50px;
}
.fwThermo dd:last-child {
	margin-bottom: 0;
}
.fwThermo .note {
	margin-top: 20px;
	font-size: 1.4rem;
	font-weight: bold;
}

@media screen and (max-width: 568px) {
	.fwThermo {
		margin: 0 -10px;
	}
	.fwThermo h5 {
		font-size: 2rem;
		text-align: center;
	}
	.fwThermo dt {
		text-align: center;
	}
} /* */


/* [  ] */
.fwPlusa {
	
}
.fwPlusa h4 {
	margin-bottom: 30px;
	font-size: 3rem;
	text-align: center;
}
.fwPlusa .list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.fwPlusa .list section {
	position: relative;
	width: calc(33.33% - 13.33px);
	padding: 0 20px 20px;
	background: #262626;
}
.fwPlusa .list section:has(.note) {
	padding-bottom: 56px;
}
.fwPlusa .list img {
	max-width: calc(100% + 40px);
	margin: 0 -20px 20px;
}
.fwPlusa .list h5 {
	margin-bottom: 20px;
	color: #F47311;
	font-size: 2rem;
	text-align: center;
}
.fwPlusa .list p {
	font-weight: bold;
}
.fwPlusa .list .note {
	display: flex;
	align-items: center;
	position: absolute;
	right: 20px;
	left: 20px;
	bottom: 20px;
	height: 26px;
	padding: 0 5px;
	background: #686868;
	color: #fff;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	.fwPlusa .list section {
		width: calc(50% - 10px);
	}
} /* */

@media screen and (max-width: 568px) {
	.fwPlusa h4 {
		font-size: 2rem;
	}
	.fwPlusa .list {
		padding: 0 20px;
	}
	.fwPlusa .list section {
		width: 100%;
	}
} /* */


/*======================================================================*
 *  [ 耐水＆透湿防水 ] 
 *======================================================================*/

/* [ サイバーテックス ] */
.fwCybertex {
	margin-bottom: 50px;
}
.fwCybertex .detail {
	display: flex;
	align-items: start;
	flex-direction: row-reverse;
	gap: 20px;
	margin-bottom: 40px;
}
.fwCybertex .detail div {
	width: calc(50% - 20px);
}
.fwCybertex .detail p {
	margin-bottom: 20px;
}
.fwCybertex .detail > img {
	width: 50%;
}

@media screen and (max-width: 568px) {
	.fwCybertex .detail {
		flex-direction: column;
	}
	.fwCybertex .detail div {
		width: 100%;
	}
	.fwCybertex .detail > img {
		width: 100%;
	}
} /* */

/* [ 耐水検証 ] */
.fwWater {
	position: relative;
	padding: 70px 30px;
	background: #8A7B6C;
}
.fwWater::before,
.fwWater::after {
	position: absolute;
	right: 30px;
	left: 30px;
	height: 10px;
	background: url(../img/feature02/water_line.jpg) center center / 100% 100% no-repeat #FF0000;
	content: "";
}
.fwWater::before { top: 30px; }
.fwWater::after  { bottom: 30px; }
.fwWater h5 {
	margin-bottom: 30px;
	font-size: 2.2rem;
}
.fwWater dt {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.fwWater dd {
	margin-bottom: 30px;
}
.fwWater dd:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 568px) {
	.fwWater {
		margin: 0 -10px;
	}
	.fwWater h5 {
		font-size: 2rem;
		text-align: center;
	}
	.fwWater dt {
		text-align: center;
	}
} /* */

/* [ 止水ファスナー ] */
.fwShisui p {
	margin-bottom: 30px;
	text-align: center;
}
.fwShisui .img {
	display: flex;
	align-items: start;
	gap: 30px;
}
.fwShisui .img img {
	width: calc(50% - 15px);
}

@media screen and (max-width: 568px) {
	.fwShisui .img {
		flex-direction: column;
		align-items: center;
	}
	.fwShisui .img img {
		width: min(355px, 100%);
	}
} /* */


/*======================================================================*
 *  [ 安全性 ] 
 *======================================================================*/

/* [ High protection 3 layer ] */
.fw3layer {
	margin-bottom: 50px;
}
.fw3layer > p {
	margin-bottom: 30px;
}
.fw3layer .img {
	display: flex;
	align-items: start;
	gap: 50px;
	margin-bottom: 30px;
}
.fw3layer .img img:nth-child(1) {
	width: calc(50% - 50px);
}
.fw3layer .img img:nth-child(2) {
	width: 50%;
}

@media screen and (max-width: 768px) {
	.fw3layer .img {
		gap: 30px;
	}
	.fw3layer .img img:nth-child(1) {
		width: calc(50% - 30px);
	}
} /* */

@media screen and (max-width: 568px) {
	.fw3layer .img {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.fw3layer .img img:nth-child(1) {
		width: min(320px, 100%);
	}
	.fw3layer .img img:nth-child(2) {
		width: 100%;
	}
} /* */

/* [ ケブラー ] */
.fwKevlar {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	gap: 20px 30px;
	padding: 30px;
	background: #8A7B6C;
}
.fwKevlar h5 {
	width: 100%;
	font-size: 2rem;
}
.fwKevlar > div {
	width: calc(50% - 15px);
	font-size: 1.4rem;
}
.fwKevlar ul {
	margin: 20px 0 10px;
	font-weight: bold;
}
.fwKevlar li {
	display: inline-block;
}
.fwKevlar li::after {
	display: inline-block;
	padding: 0 0.5em;
	content: "/";
}
.fwKevlar li:last-child::after {
	display: none;
}
.fwKevlar .note {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.2rem;
}
.fwKevlar > img {
	width: calc(50% - 15px);
}

@media screen and (max-width: 568px) {
	.fwKevlar {
		margin: 0 -10px;
		flex-direction: column;
	}
	.fwKevlar > div {
		width: 100%;
	}
	.fwKevlar > img {
		width: 100%;
	}
} /* */

/* [ リフレクター・プロテクター ] */
.fwReflector h4,
.fwProtector h4 {
	margin-bottom: 20px;
	font-size: 2rem;
}
.fwReflector h4 + p,
.fwProtector h4 + p {
	margin-bottom: 30px;
}
.fwReflector .icon,
.fwProtector .icon {
	margin-bottom: 30px;
}

/* [ リフレクター ] */
.fwReflector {
	margin-bottom: 50px;
}
.fwReflector .img {
	display: flex;
	gap: 30px;
}
.fwReflector .img > div {
	position: relative;
	width: calc(50% - 15px);
}
.fwReflector .img img[src*=".png"] {
	position: absolute;
	width: 53.88%;
}

@media screen and (max-width: 568px) {
	.fwReflector .img {
		gap: 10px;
	}
	.fwReflector .img > div {
		width: calc(50% - 5px);
	}
	.fwReflector .img img[src*=".png"] {
		width: 80%;
	}
} /* */

/* [ プロテクター ] */
.fwProtector {

}
.fwProtector .img {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}
.fwProtector .img div {
	width: calc(33.33% - 13.33px);
}
.fwProtector .img p {
	margin-top: 10px;
	text-align: center;
}

@media screen and (max-width: 568px) {
	.fwProtector .img {
		gap: 10px;
	}
	.fwProtector .img div {
		width: calc(50% - 5px);
	}
	.fwProtector .img div:first-child {
		width: 100%;
	}
	.fwProtector .img p {
		font-size: 1.2rem;
	}
} /* */

/* [ 適合プロテクター ] */
.fwSuitable {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	border-radius: 10px;
	gap: 20px;
	background: #EDE8E4;
	color: #000;
}
.fwSuitable h4 {
	width: 100%;
	margin-bottom: 0;
	font-size: 1.6rem;
	text-align: center;
}
.fwSuitable dl {
	width: calc(50% - 10px);
	font-size: 1.4rem;
}
.fwSuitable dt {
	font-weight: bold;
}
.fwSuitable dd {
	margin-top: 5px;
}
.fwSuitable a {
	color: #000;
	text-decoration: underline;
}
.fwSuitable a:hover,
.fwSuitable a:active {
	text-decoration: none;
}

@media screen and (max-width: 568px) {
	.fwSuitable {
		flex-direction: column;
	}
	.fwSuitable dl {
		width: 100%;
	}
	} /* */

/*======================================================================*
 *  [ デザイン ] 
 *======================================================================*/

 /* [ デザイン ] */
.fwDesign {
	margin-top: 50px;
}
.fwDesign + .fwDesign {
	margin-top: 70px;
}
.fwDesign h4 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
}
.fwDesign h4 span {
	font-size: 2rem;
}
.fwDesign .img {
	display: flex;
	align-items: start;
	gap: 20px;
}
.fwDesign .img > img {
	width: 36.36%;
}
.fwDesign .img ol {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	flex: 1;
}
.fwDesign .img li {
	width: calc(33.33% - 13.33px);
}
.fwDesign .img li p {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	/* [ デザイン ] */
	.fwDesign .img {
		flex-direction: column;
		align-items: center;
	}
	.fwDesign .img > img {
		width: min(355px, 100%);
	}
	.fwDesign .img ol {
		width: 100%;
	}
	.fwDesign .img li {
		width: calc(25% - 15px);
	}
	/* .fwDesign .img > img {
		width: 45%;
	}
	.fwDesign .img li {
		width: calc(50% - 10px);
	} */
} /* */

@media screen and (max-width: 568px) {
	/* [ デザイン ] */
	.fwDesign h4 {
		font-size: 2.2rem;
	}
	.fwDesign h4 span {
		font-size: 1.8rem;
	}
	.fwDesign .img > img {
		width: min(280px, 100%);
	}
	.fwDesign .img ol {
		gap: 20px 10px;
	}
	.fwDesign .img li {
		width: calc(33.33% - 6.66px);
	}
} /* */

@media screen and (max-width: 420px) {
	/* [ デザイン ] */
	.fwDesign .img li {
		width: calc(50% - 5px);
	}
} /* */


/*======================================================================*
 *  [ おすすめコーデ ] 
 *======================================================================*/

.fwOutfit {
	/* margin-bottom: 100px; */
	padding-top: 50px;
}

.fwOutfit > section {
	margin-bottom: 70px;
}
.fwOutfit > section:last-child {
	margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
} /* */

@media screen and (max-width: 568px) {
} /* */




/*======================================================================*
 *  [ おすすめコーデ：画像ギャラリー ] 
 *======================================================================*/

.fwOutfitGallery {
	margin-bottom: 30px;
}

/* [ 画像 ] */
.fwOutfitGallery .slider-for {
	margin-bottom: 15px;
}

/* [ サムネイル ] */


@media screen and (max-width: 980px) {
} /* */

@media screen and (max-width: 568px) {
} /* */


/*======================================================================*
 *  [ おすすめコーデ：着用アイテム ] 
 *======================================================================*/

.fwOutfitItems {
}

/* [ 見出し ] */
.fwOutfitItems h4 {
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 3px solid #6D5A47;
	color: #6D5A47;
	font-size: 2rem;
	text-align: center;
}

/* [ 商品一覧 ] */
.fwOutfitItems .list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.fwOutfitItems .list a {
	width: calc(20% - 24px);
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
}
.fwOutfitItems .list a:hover,
.fwOutfitItems .list a:active {
	color: #00357F !important;
}
.fwOutfitItems .list img {
	display: block;
	width: min(170px, 100%);
	margin: 0 auto;
}
.fwOutfitItems .list p {
	display: flex;
	align-items: start;
	gap: 10px;
	margin-top: 15px;
}
.fwOutfitItems .list p::before {
	flex-shrink: 0;
	width: 0.8em;
	height: 0.8em;
	margin: 0.15em 0;
	border-top: 2px solid #00357F;
	border-right: 2px solid #00357F;
	transform: rotate(45deg);
	content: "";
}

@media screen and (max-width: 980px) {
	/* [ 商品一覧 ] */
	.fwOutfitItems .list {
		padding: 0 30px;
	}
} /* */

@media screen and (max-width: 768px) {
	/* [ 商品一覧 ] */
	.fwOutfitItems .list a {
		width: calc(33.33% - 20px);
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ 商品一覧 ] */
	.fwOutfitItems .list {
		padding: 0 10px;
		gap: 30px 10px;
	}
	.fwOutfitItems .list a {
		width: calc(50% - 5px);
	}
} /* */






/*======================================================================*
 *  [ グローブ&パンツ ] 
 *======================================================================*/

.fwOther {
	padding: 50px 0;
}

.fwOther > section {
}

@media screen and (max-width: 980px) {
} /* */

@media screen and (max-width: 568px) {
} /* */






/*======================================================================*
 *  [ グローブ&パンツ：ラインナップ ] 
 *======================================================================*/

.fwOtherItems {
	margin-bottom: 50px;
}

/* [ 商品一覧 ] */
.fwOtherItems .list {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	gap: 30px;
}
.fwOtherItems .list section {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
	gap: 10px;
	width: calc(50% - 15px);
}

/* [ 商品一覧：画像 ] */
.fwOtherItems .list .img {
	display: flex;
	justify-content: end;
	align-items: end;
	position: relative;
	width: 100%;
	aspect-ratio: 95 / 46;
}
.fwOtherItems .list .img img[src*="_bg.jpg"] {
	position: absolute;
	top: 0;
}
.fwOtherItems .list .img img[src*="_img.png"] {
	position: relative;
	width: 46.32%;
	z-index: 1;
}

/* [ 商品一覧：商品名 ] */
.fwOtherItems .list h4 {
	width: 100%;
	font-size: 2rem;
}

/* [ 商品一覧：テキスト ] */
.fwOtherItems .list p {
	flex: 1;
	width: calc(100% - 170px - 10px);
	font-size: 1.4rem;
}

/* [ 商品一覧：ボタン ] */
.fwOtherItems .list a {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 170px;
	height: 40px;
	border-radius: 30px;
	color: #fff;
	background: #000;
	font-weight: bold;
	line-height: 1;
}
.fwOtherItems .list a::before {
	width: 0.6em;
	height: 0.6em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-25%);
	content: "";
}
/* ホバー */
.fwOtherItems .list a:hover,
.fwOtherItems .list a:active {
	background: #F47311;
	color: #fff !important;
}

@media screen and (max-width: 980px) {
	/* [ 商品一覧 ] */
	.fwOtherItems .list {
		padding: 0 30px;
	}
} /* */

@media screen and (max-width: 768px) {
	/* [ 商品一覧 ] */
	.fwOtherItems .list {
		flex-direction: column;
		gap: 30px;
	}
	.fwOtherItems .list section {
		width: 100%;
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ 商品一覧 ] */
	.fwOtherItems .list {
		padding: 0;
	}
	.fwOtherItems .list section {
		flex-direction: column;
		align-items: center;
		padding: 0 10px;
	}

	/* [ 商品一覧：画像 ] */
	.fwOtherItems .list .img {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}

	/* [ 商品一覧：テキスト ] */
	.fwOtherItems .list p {
		width: 100%;
	}

} /* */














/*======================================================================*
 *  [ motogpNav ] 
 *======================================================================*/

.motogpNav {
	display: flex;
	margin-bottom: 50px;
}

/* [ リンク ] */
.motogpNav a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 33.33%;
	height: 80px;
	padding-right: 12%;
	background: linear-gradient(135deg, #f9f9f9 0%, #eeeeee 100%);
}
.motogpNav a::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 10px;
	content: "";
}
.motogpNav a[href="#team"]::before {
	background: #222299;
}
.motogpNav a[href="#travel"]::before {
	background: #222222;
}
.motogpNav a[href="#fg"]::before {
	background: #669900;
}
.motogpNav a:hover img,
.motogpNav a:active img {
	opacity: 1;
	transform: translateY(-5px);
}

@media print, screen and (min-width: 569px) {
	/* [ リンク ] */
	.motogpNav a::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
	}
	.motogpNav a[href="#team"]::after {
		background: url(../img/nav_team.png) center center / auto 100% no-repeat;
	}
	.motogpNav a[href="#travel"]::after {
		background: url(../img/nav_travel.png) center center / auto 100% no-repeat;
	}
	.motogpNav a[href="#fg"]::after {
		background: url(../img/nav_fg.png) center center / auto 100% no-repeat;
	}
} /* */

@media screen and (max-width: 568px) {
	.motogpNav {
		margin-bottom: 30px;
	}

	/* [ リンク ] */
	.motogpNav a {
		height: 60px;
		padding: 5px 0 0;
	}
	.motogpNav a::before {
		height: 5px;
	}
	.motogpNav img {
		width: 78px;
	}
} /* */

/*======================================================================*
 *  [ motogpOutline ] 
 *======================================================================*/

.motogpOutline {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}

/* [ キャッチコピー ] */
.motogpOutline h2 {
	width: 100%;
	padding: 0 20px;
	color: #1E1D8C;
	font-size: 4rem;
	font-family: "LINESeedJP_OTF_Bd";
	line-height: 1.25;
	text-align: center;
}

/* [ テキスト ] */
.motogpOutline .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	width: 50%;
	margin: 20px 0;
	padding: 0 30px;
	font-size: 1.6rem;
}
.motogpOutline .txt h3 {
	font-size: 1.8rem;
}

/* [ 画像 ]*/
.motogpOutline .img {
	display: flex;
	align-items: flex-end;
	width: 50%;
}

@media screen and (max-width: 980px) {
	.motogpOutline {
		margin-right: -20px;
		margin-left: -20px;
	}
} /* */

@media screen and (max-width: 768px) {
	.motogpOutline {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}

	/* [ キャッチコピー ] */
	.motogpOutline h2 {
		padding: 0;
		font-size: 3.4rem;
	}

	/* [ テキスト ] */
	.motogpOutline .txt {
		width: 100%;
		padding: 0;
	}
	.motogpOutline .txt h3 {
		text-align: center;
	}

	/* [ 画像 ]*/
	.motogpOutline .img {
		width: 100%;
		justify-content: center;
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ キャッチコピー ] */
	.motogpOutline h2 {
		padding: 0 10px;
		font-size: 2.4rem;
	}

	/* [ テキスト ] */
	.motogpOutline .txt {
		margin: 30px 0;
		padding: 0 10px;
	}
	.motogpOutline .txt h3 {
		text-align: left;
	}
} /* */

/*======================================================================*
 *  [ mogogpLineup ] 
 *======================================================================*/

.mogogpLineup {
	margin-bottom: 50px;
	text-align: center;
}

/* [ カテゴリ ] */
.mogogpLineup h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	padding: 20px 35% 0 0;
	margin-bottom: 30px;
}
.mogogpLineup h2:has(img[src*="team"]) {
	background: url(../img/team_ttl.jpg) center center / cover no-repeat;
}
.mogogpLineup h2:has(img[src*="travel"]) {
	background: url(../img/travel_ttl.jpg) center center / cover no-repeat;
}
.mogogpLineup h2:has(img[src*="fg"]) {
	background: url(../img/fg_ttl.jpg) center center / cover no-repeat;
}
.mogogpLineup h2 + p {
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: bold;
}

 /* [ 一覧 ] */
.mogogpLineup .list {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.mogogpLineup .list section {
	display: flex;
	width: 33.33%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.mogogpLineup .list a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
	padding: 20px;
	color: #000;
}
.mogogpLineup .list img {
	max-width: 100%;
}
.mogogpLineup .list h3 {
	flex: 1;
	font-weight: 500;
}
.mogogpLineup .list p {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 176px;
	height: 47px;
	background: #1E1D8C;
	color: #fff;
	font-weight: bold;
}
.mogogpLineup .list p::before {
	display: block;
	width: 8px;
	height: 16px;
	background: url(../img/icon_arrow.svg) center center / contain no-repeat;
	content: "";
}
.mogogpLineup .list a:hover p,
.mogogpLineup .list a:active p {
	opacity: 0.6;
}

@media screen and (max-width: 980px) {
	/* [ カテゴリ ] */
	.mogogpLineup h2 {
		margin-right: -20px;
		margin-left: -20px;
	}
} /* */

@media screen and (max-width: 768px) {
	/* [ カテゴリ ] */
	.mogogpLineup h2 {
		height: 175px;
	}

	/* [ 一覧 ] */
	.mogogpLineup .list section {
		width: 50%;
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ カテゴリ ] */
	.mogogpLineup h2 {
		height: 120px;
		margin-right: -10px;
		margin-left: -10px;
		padding: 0 50% 0 0;
	}
	.mogogpLineup h2 img {
		width: 130px;
	}
	.mogogpLineup h2 + p {
		padding: 0 10px;
		font-size: 1.8rem;
	}

	/* [ 一覧 ] */
	.mogogpLineup .list a {
		padding: 20px 10px;
		gap: 10px;
	}
	.mogogpLineup .list h3 {
		font-size: 1.6rem;
	}
	.mogogpLineup .list p {
		gap: 8px;
		width: 120px;
		height: 38px;
		font-size: 1.2rem;
	}
	.mogogpLineup .list p::before {
		width: 6px;
		height: 12px;
	}
} /* */
