@charset "UTF-8";

/*=====================

　　特集記事 商品 CSS

=====================*/



/*---------------------*/
/* 共通 */
/*---------------------*/
main {
	overflow: visible!important;
}

#mainCon {
	position: relative;
	padding-bottom: 0;
}

.mainWrap {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 10rem 0 6rem;
	color: #333;
	contain: paint!important;
}
.mainWrap::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1000px;
	background: rgb(245,241,233);
	background: linear-gradient(180deg, rgba(245,241,233,1) 88%, rgba(255,255,255,1) 100%);
	z-index: -1;
}
.mainWrap img {
	width: 100%;
	height: auto;
	display: block;
}

.mainWrap a {
	text-decoration: none;
	transition: 0.3s ease;
}

.p-fi_con {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.p-fi_main {
	width: 870px;
}

.p-fi_mainWrap {
	width: 790px;
	margin: auto;
}
.p-fi_mainWrap.sep {
	border-bottom: solid 1px #999;
}


.is-pc {
	display: block;
}
.is-sp {
	display: none;
}


/* 背景色 */
.p-fi_bg {
	background: #FAF8F4;
}


/* 商品タイトル・説明文 */
.c-heading_prd_wrap {
	margin-bottom: 1.3rem;
}
h1.c-heading_prd {
	font-size: 31px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1.5rem;
}
h2.p-fi_exp {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}


/* コンテンツタイトル */
.p-fi_ttlArea {
	margin-bottom: 4rem;
	text-align: center;
	font-family: "Zen Kaku Gothic Antique", serif;
	font-style: normal;
}
.p-fi_ttlArea > h3.ttl {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	border-bottom: solid 1px #333;
	padding-bottom: 0.1em;
	margin-bottom: 0.1em;
}
.p-fi_ttlArea > h3.ttl.bdno {
	border-bottom: none;
	padding-bottom: 0;
}
.p-fi_ttlArea > h4.ttl {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 0.1em;
}
.p-fi_ttlArea > .txt {
	font-size: 14px;
	font-weight: 500;
	color: #808080;
}


/* 画像キャプション */
.imageCap {
	position: relative;
}
.imageCap > .img_cap {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	padding: 0.5rem 1rem;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	color: #333;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	#mainCon {
		padding-bottom: 160px;
	}

	.mainWrap {
		padding: 6rem 0;
	}
	.mainWrap::after {
		width: 100%;
		height: 120vw;
	}

	.p-fi_con {
		display: flex;
		justify-content: space-between;
	}

	.p-fi_main {
		width: 100%;
	}

	.p-fi_mainWrap {
		width: 90%;
		margin: auto;
	}
	.p-fi_mainWrap.sep {
		border-bottom: none;
	}


	.is-pc {
		display: none;
	}
	.is-sp {
		display: block;
	}


	/* 商品タイトル・説明文 */
	.c-heading_prd_wrap {
		margin-bottom: 1.3rem;
	}
	h1.c-heading_prd {
		font-size: 2.9rem;
		text-align: left;
		margin-bottom: 1.5rem;
	}
	h2.p-fi_exp {
		font-size: 2.2rem;
		text-align: left;
	}


	/* コンテンツタイトル */
	.p-fi_ttlArea {
		margin-bottom: 3rem;
	}
	.p-fi_ttlArea > h3.ttl {
		font-size: 3rem;
		padding-bottom: 0.1em;
		margin-bottom: 0.1em;
	}
	.p-fi_ttlArea > h4.ttl {
		font-size: 2.6rem;
		margin-bottom: 0.1em;
	}
	.p-fi_ttlArea > .txt {
		font-size: 1.4rem;
	}


	/* 画像キャプション */
	.imageCap > .img_cap {
		padding: 0.5rem 0.8rem;
		font-size: 1rem;
	}
}



/*---------------------*/
/* PC-サイドバー */
/*---------------------*/
.p-fi_con .sidebar {
	display: block;
	width: 320px;
}
.p-fi_con .sidebar.sticky-top {
	position: sticky;
	top: 10px;
	align-self: flex-start;
}
.p-fi_con .sidebar.sticky-bottom {
	position: sticky;
	bottom: 20px;
	align-self: flex-end;
}
.p-fi_con .sidebar a:hover {
	opacity: 0.6;
}

.p-fi_con .sidebar .sideWrap {
	width: 100%;
	padding: 10%;
	display: inline-block;
	background-color: #FFF;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4);
}
.p-fi_con .sidebar .sideMain_img {
	width: 100%;
	border: solid 1px #999;
	box-sizing: border-box;
}
.p-fi_con .sidebar .detail {
	text-align: left;
	padding: 1.4rem 0;
}
.p-fi_con .sidebar .detail p {
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
}
.p-fi_con .sidebar .detail p:nth-child(2) {
	text-indent: 1em;
}
.p-fi_con .sidebar .price {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	text-align: left;
	margin-bottom: 1.4rem;
}
.p-fi_con .sidebar .price > span {
	font-size: 11px;
}
.p-fi_con .sidebar .pt_sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}
.p-fi_con .sidebar .pt_sns > .pt {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	color: #B7312C;
	border: solid 1px #B7312C;
	padding: 0.3rem 0.7rem;
}
#mainCon .sns_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5rem;
}
#mainCon .sns_wrap a {
	width: 28px;
}
#mainCon .sns_wrap a img {
	width: 100%;
}
.p-fi_con .sidebar .btn_cart {
	display: block;
	width: 100%;
	margin-bottom: 2rem;
}
#mainCon .btn_cart a {
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	background: #B7312C;
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
	color: #FFF;
	padding: 1.5rem;
	box-sizing: border-box;
	text-decoration: none;
}

.p-fi_con .sidebar .btn_pageLink {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	margin-bottom: 2rem;
}
.p-fi_con .sidebar .btn_pageLink li {
	width: 100%;
}
.p-fi_con .sidebar .btn_pageLink li a {
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	background: #FFF;
	border: solid 1px #B3B3B3;
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	color: #333;
	padding: 1rem;
	box-sizing: border-box;
	text-decoration: none;
}
.p-fi_con .sidebar .btn_pageLink li a > span {
	font-family: "Zen Kaku Gothic Antique", serif;
	font-style: normal;
	font-weight: 900;
	font-size: 17px;
	letter-spacing: 0.15rem;
	margin-right: 0.5rem;
}

.p-fi_con .sidebar .btn_member {
	display: block;
	width: 100%;
}
.p-fi_con .sidebar .btn_member a {
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	background: #F5F1E9;
	border: solid 1px #B3B3B3;
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	color: #333;
	padding: 1rem;
	box-sizing: border-box;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.p-fi_con .sidebar {
		display: none;
	}
}




/*---------------------*/
/* メインビジュアル */
/*---------------------*/
#p-fi_mainImg {
	width: 95%;
	margin: 0 auto 4rem;
}
#p-fi_mainImg .swiper {
	width: 100%;
}
#p-fi_mainImg .swiper-slide img {
	display: block;
}

#p-fi_mainImg .swiper-container {
	position: relative;
}

#p-fi_mainImg .slider {
	overflow: hidden;
	width: 790px;
	margin: 0 auto 1rem;
}
#p-fi_mainImg .slider .swiper-wrapper {
	width: 100%;
	margin: auto;
	z-index: 1;
}
#p-fi_mainImg .slider .swiper-slide {
	width: 100%!important;
}

#p-fi_mainImg .slider-thumb {
	display: block;
	padding: 0;
	margin: 0;
}
#p-fi_mainImg .slider-thumb .swiper-wrapper {
	justify-content: center;
}
#p-fi_mainImg .slider-thumb .swiper-slide {
	width: 100px!important;
	background: #000;
}
#p-fi_mainImg .slider-thumb .swiper-slide img {
	opacity: .5;
	transition: opacity .5s;
}
#p-fi_mainImg .slider-thumb .swiper-slide.swiper-slide-thumb-active img {
	opacity: 1;
}

/* ページネーション */
#p-fi_mainImg .swiper-pagination {
	display: none;
}

/* 次ボタンのスタイル */
#p-fi_mainImg .swiper-button-prev,
#p-fi_mainImg .swiper-button-next {
	width: 40px;
	height: 40px;
}
.swiper-button-next {
	background-image: url("/client_info/COLEMANJAPAN/freeimage/pickup/202502/slider_next.svg");
}
#p-fi_mainImg .swiper-button-next {
	right: 0px!important;
}
/* 前ボタンのスタイル */
.swiper-button-prev {
	background-image: url("/client_info/COLEMANJAPAN/freeimage/pickup/202502/slider_prev.svg");
}
#p-fi_mainImg .swiper-button-prev {
	left: 0px!important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	text-rendering: initial;
	display: none;
}


@media screen and (max-width: 767px) {
	#p-fi_mainImg {
		width: 100%;
		margin: 0 auto;
	}

	#p-fi_mainImg .swiper-container {
		width: 100%;
		position: relative;
		padding-bottom: 20px;
	}

	#p-fi_mainImg .slider {
		width: 90%;
		margin: 0 auto 1rem;
	}
	#p-fi_mainImg .slider .swiper-wrapper {
		width: 100%;
	}

	#p-fi_mainImg .slider-thumb {
		display: none;
	}

	/* ページネーション */
	#p-fi_mainImg .swiper-pagination {
		display: flex;
		justify-content: center;
		bottom: 0!important;
	}
	#p-fi_mainImg .swiper-pagination-bullet {
		background-color: #939393;
		height: 15px;
		width: 15px;
		transform: initial;
		opacity: 1;
		z-index: 99;
	}
	#p-fi_mainImg .swiper-pagination-bullet-active {
		background: #333;
	}

	/* 次ボタンのスタイル */
	#p-fi_mainImg .swiper-button-next {
		right: 10px!important;
	}
	/* 前ボタンのスタイル */
	#p-fi_mainImg .swiper-button-prev {
		left: 10px!important;
	}
}




/*---------------------*/
/* SPEC 商品特徴 */
/*---------------------*/
#p-fi_spec {
	padding: 7rem 0;
}
#p-fi_spec .spec_summary {
	width: 100%;
	background: #FAF8F4;
	padding: 2.5rem;
	box-sizing: border-box;
	margin-bottom: 3rem;
}
#p-fi_spec .spec_summary > ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem 2rem;
}
#p-fi_spec .spec_summary > ul li {
	width: calc((100% - 2rem) / 2);
	font-family: "Zen Kaku Gothic Antique", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.03rem;
	text-indent: -1em;
	padding-left: 1em;
}
#p-fi_spec .spec_detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#p-fi_spec .spec_detail > .spec_img {
	width: 48%;
}
#p-fi_spec .spec_detail > .spec_txt {
	width: 48%;
}
#p-fi_spec .spec_detail > .spec_txt p {
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.03rem;
	text-align: left;
	color: #333;
}
#p-fi_spec .spec_detail > .spec_txt p.ttl {
	font-size: 16px;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	#p-fi_spec {
		padding: 6rem 0;
	}
	#p-fi_spec .spec_summary {
		width: 100%;
		padding: 2.3rem;
		margin-bottom: 3rem;
	}
	#p-fi_spec .spec_summary > ul {
		width: 100%;
		gap: 1rem 2rem;
	}
	#p-fi_spec .spec_summary > ul li {
		width: 100%;
		font-size: 1.2rem;
	}
	#p-fi_spec .spec_detail {
		row-gap: 2rem;
	}
	#p-fi_spec .spec_detail > .spec_img,
	#p-fi_spec .spec_detail > .spec_txt {
		width: 100%;
	}
	#p-fi_spec .spec_detail > .spec_txt p {
		font-size: 1.2rem;
	}
	#p-fi_spec .spec_detail > .spec_txt p.ttl {
		font-size: 1.6rem;
	}
}




/*---------------------*/
/* FUNCTION 機能 */
/*---------------------*/
#p-fi_function {
	padding: 7rem 0;
}

#p-fi_function .detail_Wrap {
	display: flex;
	flex-direction: column;
	row-gap: 9rem;
	padding-bottom: 6rem;
}

#p-fi_function .funct_detail {
	display: grid;
	gap: 1rem 5rem;
	grid-template-columns: 1fr 1fr; /* 2列レイアウト */
	grid-template-areas: 
		"imgWrap ttlWrap"
		"imgWrap txtWrap"; /* 画像を左、テキストと本文を右 */
	align-items: center;
	width: 100%;
	max-width: 790px;
	max-width: initial;
	margin: 0 auto;
}
#p-fi_function .funct_detail:nth-child(2n) {
	grid-template-areas: 
		"ttlWrap imgWrap"
		"txtWrap imgWrap";
}
#p-fi_function .detail_Wrap.rev .funct_detail {
	grid-template-areas: 
		"ttlWrap imgWrap"
		"txtWrap imgWrap";
}
#p-fi_function .detail_Wrap.rev .funct_detail:nth-child(2n) {
	grid-template-areas: 
		"imgWrap ttlWrap"
		"imgWrap txtWrap";
}

#p-fi_function h4.funct_ttl {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05rem;
	text-align: center;
	color: #333;
	margin: 8rem 0;
}

#p-fi_function .ttlWrap {
	order: 1;
	grid-area: ttlWrap;
	align-self: end;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2rem;
	font-family: "Zen Kaku Gothic Antique", serif;
	font-style: normal;
	font-weight: 900;
	margin-bottom: 1rem;
}
#p-fi_function .ttlWrap .funct_read {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}
#p-fi_function .ttlWrap .funct_dark_logo {
	width: 150px;
}

#p-fi_function .imgWrap {
	order: 2;
	grid-area: imgWrap;
	text-align: center;
	width: 49vw;
	max-width: 475px;
}
#p-fi_function .slider_con {
	overflow: hidden;
}

#p-fi_function .txtWrap {
	order: 3;
	display: block;
	width: 100%;
	grid-area: txtWrap;
	align-self: start;
}
#p-fi_function .txtWrap > p {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: justify;
}
#p-fi_function .txtWrap > p > span {
	display: block;
	font-size: 12px;
	margin-top: 1.8rem;
}

/* youtube */
.movie {
	width: 100%;
}
.video-wrapper {
	position: relative;
	width: 100%;
	margin: auto;
	aspect-ratio: 16 / 9;
	cursor: pointer;
}
.video-thumbnail, .video-iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}
.video-thumbnail {
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.play-button {
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.play-button::after {
	content: "";
	width: 0;
	height: 0;
	margin-right: -0.5rem;
	border-left: 24px solid #333;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
}

@media screen and (max-width: 767px) {
	#p-fi_function {
		padding: 6rem 0;
	}

	#p-fi_function .detail_Wrap {
		row-gap: 7rem;
		padding-bottom: 5rem;
	}

	#p-fi_function .funct_detail {
		display: grid;
		gap: 1rem 0;
		grid-template-columns: 1fr;
		grid-template-areas: 
			"ttlWrap"
			"imgWrap"
			"txtWrap";
		align-items: center;
		width: 100%;
	}
	#p-fi_function .funct_detail:nth-child(2n),
	#p-fi_function .detail_Wrap.rev .funct_detail,
	#p-fi_function .detail_Wrap.rev .funct_detail:nth-child(2n) {
		grid-template-areas: 
			"ttlWrap"
			"imgWrap"
			"txtWrap";
	}

	#p-fi_function h4.funct_ttl {
		font-size: 2.4rem;
		margin: 7rem 0 4rem;
	}

	#p-fi_function .ttlWrap {
		align-self: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 1rem;
		margin-bottom: 0.5rem;
	}
	#p-fi_function .ttlWrap .funct_read {
		font-size: 1.8rem;
	}
	#p-fi_function .ttlWrap .funct_dark_logo {
		width: 35vw;
	}

	#p-fi_function .imgWrap {
		order: 2;
		width: 90vw;
		max-width: initial;
	}

	#p-fi_function .txtWrap {
		order: 3;
	}
	#p-fi_function .txtWrap > p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	#p-fi_function .txtWrap > p > span {
		font-size: 1rem;
		margin-top: 1.5rem;
	}

	/* youtube */
	.play-button {
		width: 14vw;
		height: 14vw;
	}
	.play-button::after {
		content: "";
		width: 0;
		height: 0;
		border-left: 4vw solid #333;
		border-top: 3vw solid transparent;
		border-bottom: 3vw solid transparent;
	}
}




/*---------------------*/
/* OTHERS その他装備 */
/*---------------------*/
#p-fi_others {
	padding: 7rem 0;
}
#p-fi_others > ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 4rem 3rem;
}
#p-fi_others > ul.mb {
	margin-bottom: 4rem;
}
#p-fi_others > ul li {
	width: calc((100% - 6rem) / 3);
}
#p-fi_others > ul li.w100 {
	width: 100%;
}
#p-fi_others > ul li.w50 {
	width: calc((100% - 3rem) / 2);
}
#p-fi_others > ul li.w30 {
	width: calc((100% - 2rem) * (2 / 3));
}
#p-fi_others .imgWrap {
	width: 100%;
}
#p-fi_others .others_ttl {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: center;
	padding: 1.5rem 0;
}
#p-fi_others .others_txt {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	#p-fi_others {
		padding: 6rem 0;
	}
	#p-fi_others > ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 4rem 2rem;
	}
	#p-fi_others > ul.mb {
		margin-bottom: 4rem;
	}
	#p-fi_others > ul li {
		width: calc((100% - 2rem) / 2);
	}
	#p-fi_others > ul li.w50 {
		width: 100%;
	}
	#p-fi_others > ul li.w30 {
		width: 100%;
		order: 3;
	}
	#p-fi_others .others_ttl {
		font-size: 1.7rem;
		padding: 1.2rem 0;
	}
	#p-fi_others .others_txt {
		font-size: 1.3rem;
	}
}




/*---------------------*/
/* 比較表 */
/*---------------------*/
#p-fi_others {
	padding: 7rem 0;
}

#p-fi_others .table_Wrap {
	width: 100%;
}

#p-fi_others table {
	width: 100%;
	border-collapse: collapse;
}
#p-fi_others th,
#p-fi_others td {
	border: solid 1px #333;
	text-align: center;
	vertical-align: middle;
}
#p-fi_others th {
	width: 20%;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: center;
	color: #333;
}
#p-fi_others tr:nth-child(2n+1) {
	background: #F6F6F6;
}
#p-fi_others tr:nth-child(2n) {
	background: #E7E7E7;
}
#p-fi_others td {
	width: 40%;
	padding: 1rem;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: center;
	color: #333;
}
#p-fi_others .item_ttl {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: center;
	color: #333;
	margin: 1.5rem 0;
}

@media screen and (max-width: 767px) {
	#p-fi_others {
		padding: 6rem 0;
	}

	#p-fi_others .table_Wrap {
		width: 100%;
		overflow-x: auto;
	}

	#p-fi_others table {
		width: 100%;
		min-width: 130vw;
	}
	#p-fi_others th {
		width: 20%;
		font-size: 1.5rem;
	}
	#p-fi_others td {
		width: 40%;
		padding: 1rem;
		font-size: 1.5rem;
	}
	#p-fi_others .item_ttl {
		font-size: 1.5rem;
	}
}




/*---------------------*/
/* HOW TO 設営・撤収動画 */
/*---------------------*/
#p-fi_howto {
	padding: 7rem 0;
}
#p-fi_howto .howto_mainTtl {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: center;
	margin-bottom: 3rem;
}
#p-fi_howto .howto_mainCap {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: center;
	margin-bottom: 3rem;
}
#p-fi_howto > ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 4rem 3rem;
}
#p-fi_howto > ul li {
	width: calc((100% - 3rem) / 2);
}
#p-fi_howto .howto_ttl {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: center;
	margin-bottom: 0.5rem;
}
#p-fi_howto .movie {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#p-fi_howto {
		padding: 5rem 0;
	}
	#p-fi_howto .howto_mainTtl {
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}
	#p-fi_howto .howto_mainCap {
		font-size: 1rem;
		margin-bottom: 2rem;
	}
	#p-fi_howto > ul {
		gap: 4rem 3rem;
	}
	#p-fi_howto > ul li {
		width: 100%;
	}
	#p-fi_howto .howto_ttl {
		font-size: 1.7rem;
		margin-bottom: 0.5rem;
	}
}




/*---------------------*/
/* INSTRUCTION 取り扱い説明書 */
/*---------------------*/
#p-fi_instr {
	padding: 7rem 0;
}
#p-fi_instr .instWrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
#p-fi_instr .imgWrap {
	width: 50%;
	border: solid 1px #999;
	box-sizing: border-box;
}
#p-fi_instr .txtWrap {
	width: 43%;
}
#p-fi_instr .txtWrap > p {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	text-align: justify;
}
#p-fi_instr .txtWrap > p.inst_ttl {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05rem;
	text-align: left;
	margin-bottom: 2rem;
}
#p-fi_instr .pdf_link {
	width: 100%;
	text-align: left;
	margin-top: 2rem;
}
#p-fi_instr .pdf_link > a {
	display: inline-block;
	border-radius: 5px;
	background: #808080;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	color: #FFF;
	padding: 1.2rem 2.5rem;
}
#p-fi_instr .pdf_link > a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	#p-fi_instr {
		padding: 6rem 0;
	}
	#p-fi_instr .instWrap {
		row-gap: 1.5rem;
	}
	#p-fi_instr .imgWrap {
		width: 100%;
	}
	#p-fi_instr .txtWrap {
		width: 100%;
	}
	#p-fi_instr .txtWrap > p {
		font-size: 1.3rem;
		text-align: center;
	}
	#p-fi_instr .txtWrap > p.inst_ttl {
		font-size: 1.8rem;
		margin-bottom: 2rem;
		text-align: center;
	}
	#p-fi_instr .pdf_link {
		width: 100%;
		text-align: center;
		margin: 2rem auto;
	}
	#p-fi_instr .pdf_link > a {
		font-size: 1.4rem;
		padding: 1.2rem 2.5rem;
	}
}




/*---------------------*/
/* Q&A よくあるご質問 */
/*---------------------*/
#p-fi_faq {
	padding: 7rem 0;
}

#p-fi_faq .qa_Wrap {
	width: 100%;
}
#p-fi_faq .qa_Wrap li {
	width: 100%;
	border-bottom: solid 1px #999;
}

#p-fi_faq .p-fi_question {
	font-size: 16px;
	color: #333;
	padding: 1rem 1.6rem;
	margin: 10px 0 0;
	transition: 0.3s ease;
	cursor: pointer;
	position: relative;
}
#p-fi_faq .p-fi_question::before,
#p-fi_faq .p-fi_question::after {
	position: absolute;
	content: "";
	top: 1px;
	right: 20px;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin: auto;
}
#p-fi_faq .p-fi_question::after {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: translateY(-2px) rotate(135deg);
	transition: transform 0.3s ease-out;
}
#p-fi_faq .p-fi_question.open::after {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: translateY(2px) rotate(315deg);
}
#p-fi_faq .p-fi_answer {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease-out;
	padding: 0 1.6rem;
	background: #fff;
}
#p-fi_faq .p-fi_answer p {
	font-size: 16px;
	color: #333;
	margin: 1rem 0;
}
#p-fi_faq .p-fi_question span,
#p-fi_faq .p-fi_answer span {
	position: relative;
	display: block;
	padding-left: 2rem;
}
#p-fi_faq .p-fi_question span::before {
	position: absolute;
	content: "Q.";
	top: 50%;
	left: 0;
	color: #333;
	font-size: 16px;
	transform: translateY(-50%);
}
#p-fi_faq .p-fi_answer span::before {
	position: absolute;
	content: "A.";
	top: 50%;
	left: 0;
	color: #333;
	font-size: 16px;
	transform: translateY(-50%);
}
#p-fi_faq .p-fi_question:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	#p-fi_faq {
		padding: 6rem 0;
	}

	/* コンテンツタイトル */
	#p-fi_faq .p-fi_ttlArea {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-bottom: 4rem;
	}
	#p-fi_faq .p-fi_ttlArea::after {
		content: "";
		background: #B7312C;
		width: 50px;
		height: 4px;
		position: absolute;
		bottom: -12px;
		left: 50%;
		transform: translateX(-50%);
	}
	#p-fi_faq .p-fi_ttlArea > h3.ttl {
		font-size: 3rem;
		font-weight: 600;
	}
	#p-fi_faq .p-fi_ttlArea > .txt {
		font-size: 2.6rem;
		font-weight: 600;
		color: #333;
	}

	#p-fi_faq .p-fi_question {
		font-size: 1.6rem;
		padding: 1rem 0.4rem;
	}
	#p-fi_faq .p-fi_question::before,
	#p-fi_faq .p-fi_question::after {
		right: 10px;
	}
	#p-fi_faq .p-fi_answer {
		padding: 0 1.6rem;
	}
	#p-fi_faq .p-fi_answer p {
		font-size: 1.6rem;
		margin: 1rem 0;
	}
	#p-fi_faq .p-fi_question span,
	#p-fi_faq .p-fi_answer span {
		padding-left: 2.5rem;
	}
	#p-fi_faq .p-fi_question span::before {
		font-size: 1.6rem;
	}
	#p-fi_faq .p-fi_answer span::before {
		font-size: 1.6rem;
	}
}




/*---------------------*/
/* おすすめアイテム */
/*---------------------*/
#p-fi_recommend {
	padding: 7rem 0;
}

#p-fi_recommend .swiper-container {
	position: relative;
	padding-bottom: 30px;
}
#p-fi_recommend .slider_recom {
	width: 100%;
	max-width: 790px;
	overflow: hidden;
	margin: auto;
}

/* ページネーション */
#p-fi_recommend .swiper-pagination {
	display: flex;
	justify-content: center;
	bottom: 0!important;
}
#p-fi_recommend .swiper-pagination-bullet {
	background-color: #939393;
	height: 12px;
	width: 12px;
	transform: initial;
	opacity: 1;
	z-index: 99;
}
#p-fi_recommend .swiper-pagination-bullet-active {
	background: #333;
}

#p-fi_recommend .swiper-button-prev,
#p-fi_recommend .swiper-button-next {
	display: none;
}

#p-fi_recommend .slider_recom li {
	position: relative;
	transition: 0.3s ease;
}
#p-fi_recommend .slider_recom li:hover {
	opacity: 0.6;
}
#p-fi_recommend .slider_recom li > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#p-fi_recommend .slider_recom li > .img {
	width: 100%;
	border: solid 1px #999;
	box-sizing: border-box;
	margin-bottom: 1rem;
}
#p-fi_recommend .slider_recom .item_name {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 0.5rem;
}
#p-fi_recommend .slider_recom .item_note {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
}
#p-fi_recommend .slider_recom .item_price {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	text-align: left;
	margin-top: 1.5rem;
}
#p-fi_recommend .slider_recom .item_price span {
	font-size: 12px;
	font-weight: 400;
	margin-left: 0.5rem;
}

@media screen and (max-width: 767px) {
	#p-fi_recommend {
		padding: 6rem 0;
	}
	#p-fi_recommend.p-fi_mainWrap {
		width: 100%;
		margin: auto;
	}
	#p-fi_recommend .p-fi_ttlArea {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border-bottom: solid 1px #999;
	}

	/* 次ボタンのスタイル */
	#p-fi_recommend .swiper-button-prev,
	#p-fi_recommend .swiper-button-next {
		display: block;
		width: 8vw;
		height: 8vw;
		top: 31%;
	}
	#p-fi_recommend .swiper-button-next {
		right: 10px!important;
	}
	/* 前ボタンのスタイル */
	#p-fi_recommend .swiper-button-prev {
		left: 10px!important;
	}

	#p-fi_recommend .slider_recom li > .img {
		margin-bottom: 1rem;
	}
	#p-fi_recommend .slider_recom .item_name {
		font-size: 1.6rem;
		margin-bottom: 0.5rem;
	}
	#p-fi_recommend .slider_recom .item_note {
		font-size: 1.2rem;
	}
	#p-fi_recommend .slider_recom .item_price {
		font-size: 1.6rem;
		margin-top: 1.5rem;
	}
	#p-fi_recommend .slider_recom .item_price span {
		font-size: 1.2rem;
	}
}




/*---------------------*/
/* 関連コンテンツ */
/*---------------------*/
#p-fi_connection {
	padding: 7rem 0 0;
}

#p-fi_connection .swiper-container {
	position: relative;
}
#p-fi_connection .slider_rep {
	width: 100%;
	max-width: 790px;
	overflow: hidden;
	margin: 0 auto 5rem;
}

/* 次ボタンのスタイル */
#p-fi_connection .swiper-button-prev,
#p-fi_connection .swiper-button-next {
	width: 40px;
	height: 40px;
	top: 22%;
}
#p-fi_connection .swiper-button-next {
	right: 20px!important;
}
/* 前ボタンのスタイル */
#p-fi_connection .swiper-button-prev {
	left: 20px!important;
}

#p-fi_connection .swiper-slide {
	position: relative;
	height: auto;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	transition: 0.3s ease;
}
#p-fi_connection .swiper-slide a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#p-fi_connection .swiper-slide:hover {
	opacity: 0.6;
}
#p-fi_connection .swiper-slide .img {
	width: 100%;
	margin-bottom: 1rem;
}
#p-fi_connection .swiper-slide .txt {
	height: 100%;
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: 0.1rem;
	color: #333;
}
#p-fi_connection .swiper-slide .btn_link {
	width: 120px;
	margin: 1.5rem auto 0;
	text-align: center;
}
#p-fi_connection .swiper-slide .btn_link span {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	color: #FFF;
	padding: 0.5rem;
	background: #808080;
}

#p-fi_connection .btn_pageLink {
	width: 280px;
	margin: auto;
}
#p-fi_connection .btn_pageLink a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	color: #333;
	padding: 0.8rem;
	background: #FFF;
	border: solid 1px #808080;
	box-sizing: border-box;
}
#p-fi_connection .btn_pageLink a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	#p-fi_connection {
		padding: 0;
	}
	#p-fi_connection.p-fi_mainWrap {
		width: 100%;
		margin: auto;
	}
	#p-fi_connection .p-fi_ttlArea {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border-bottom: solid 1px #999;
	}

	#p-fi_connection .slider_rep {
		width: 100%;
		margin: 0 auto 5rem;
	}

	/* 次ボタンのスタイル */
	#p-fi_connection .swiper-button-prev,
	#p-fi_connection .swiper-button-next {
		width: 8vw;
		height: 8vw;
		top: 26%;
	}
	#p-fi_connection .swiper-button-next {
		right: 8%!important;
	}
	/* 前ボタンのスタイル */
	#p-fi_connection .swiper-button-prev {
		left: 8%!important;
	}

	#p-fi_connection .swiper-slide .txt {
		font-size: 1.3rem;
	}
	#p-fi_connection .swiper-slide .btn_link {
		width: 70%;
		margin: 1.5rem auto 0;
	}
	#p-fi_connection .swiper-slide .btn_link span {
		font-size: 1.3rem;
		padding: 0.8rem;
	}

	#p-fi_connection .btn_pageLink {
		width: 80%;
		margin: auto;
	}
	#p-fi_connection .btn_pageLink a {
		font-size: 1.6rem;
		padding: 1.2rem;
	}
}




/*---------------------*/
/* スマホ 固定フッター */
/*---------------------*/
.smp_footer {
	display: none;
}
@media screen and (max-width: 767px) {
	.smp_footer {
		display: flex;
		justify-content: center;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 130px;
		background: #FFF;
		box-shadow: 0 6px 20px 0 #555;
		z-index: 99999;
	}

	.smp_footer .smp_wrap {
		width: 90%;
		margin: auto;
		text-align: right;
	}
	.smp_footer .smp_up {
		width: 90%;
		margin-left: 10%;
		display: flex;
		justify-content: space-between;
	}
	.smp_footer .smp_wrap .price {
		font-size: 2.3rem;
		line-height: 1.2;
		font-weight: 600;
		text-align: right;
		margin-bottom: 0.8rem;
	}
	.smp_footer .smp_wrap .price > span {
		font-size: 1.2rem;
		margin-left: 0.3rem;
	}
	.smp_footer .smp_wrap .btn_cart {
		display: block;
		width: 90%;
		margin-left: 10%;
	}
	.smp_footer .smp_wrap .sns_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 0.5rem;
	}
	.smp_footer .smp_wrap .sns_wrap a {
		width: 3rem!important;
	}
	.smp_footer .smp_wrap .sns_wrap a img {
		width: 100%;
	}

	.l-footer_return_top {
		top:-170px;
	}
	.l-footer_return_top.is-fixed {
		top:auto;
		bottom:130px;
	}
	.l-footer_return_top.is-down {
		top:auto;
		bottom:0
	}
}




/* 簡単組立  */
#p-fi_function h4.funct_ttl.head {
	margin: 0 0 8rem 0;
}
#p-fi_function p.funct_txt {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05rem;
	text-align: center;
	color: #333;
	margin: 8rem 0 4rem;
}
#p-fi_function p.funct_txt.head {
	margin: 0 0 4rem 0;
}
#p-fi_function .setup_wrap {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0 0 20px;
}
#p-fi_function .setup_wrap .slider_set {
	padding-bottom: 5rem;
}
#p-fi_function .setup_wrap .swiper-slide {
	width: 450px;
}
#p-fi_function .setup_wrap .swiper-slide.wide {
	width: 900px;
}
#p-fi_function .setup_wrap .swiper-scrollbar {
	background: #E6E6E6;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1160px;
	z-index: 10;
}
#p-fi_function .setup_wrap .swiper-scrollbar .swiper-scrollbar-drag {
	background: #B3B3B3;
	border-radius: 4px;
}
#p-fi_function .slider_set .icon_next .img::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -15.5%;
	transform: translateY(-50%);
	background-image: url("/client_info/COLEMANJAPAN/freeimage/pickup/202502/step_icon_next.svg");
	background-position: center center;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	z-index: 1;
}
#p-fi_function .slider_set .wide.icon_next .img::after {
	right: -8%;
}
#p-fi_function .setup_wrap .img {
	position: relative;
}
#p-fi_function .setup_wrap .img > .icon {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 100px;
}
#p-fi_function .setup_wrap .txtWrap {
	display: block;
	width: 100%;
	margin-top: 1.5rem;
}
#p-fi_function .setup_wrap .txtWrap > p {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: 0.05rem;
	color: #333;
}
#p-fi_function .setup_wrap .txtWrap > p.ttl {
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 0.8rem;
	padding-left: 2rem;
	border-left: solid 2px #333;
}
#p-fi_function .setup_wrap .txtWrap > p span {
	font-size: 12px;
}


@media screen and (max-width: 767px) {
	/* 簡単組立  */
	#p-fi_function h4.funct_ttl.head {
		margin: 0 0 4rem 0;
	}
	#p-fi_function p.funct_txt {
		font-size: 1.8rem;
		margin: 6rem 0 3rem;
	}
	#p-fi_function p.funct_txt.head {
		margin: 0 0 3rem 0;
	}
	#p-fi_function .setup_wrap {
		overflow: visible; /* hiddenを解除 */
		padding: 0 0 0 10px;
	}
	#p-fi_function .setup_wrap .slider_set {
		padding-bottom: 4rem;
	}
	#p-fi_function .setup_wrap .swiper-slide {
		width: 300px;
	}
	#p-fi_function .setup_wrap .swiper-slide.wide {
		width: 600px;
	}
	#p-fi_function .slider_set .icon_next .img::after {
		right: -18%;
		width: 40px;
		height: 40px;
		z-index: 0;
	}
	#p-fi_function .slider_set .wide.icon_next .img::after {
		right: -9%;
	}
	#p-fi_function .setup_wrap .img {
		position: relative;
	}
	#p-fi_function .setup_wrap .img > .icon {
		position: absolute;
		top: -20px;
		left: -20px;
		width: 70px;
	}
	#p-fi_function .setup_wrap .txtWrap {
		display: block;
		width: 100%;
		margin-top: 1.5rem;
	}
	#p-fi_function .setup_wrap .txtWrap > p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
	#p-fi_function .setup_wrap .txtWrap > p.ttl {
		font-size: 1.8rem;
		margin-bottom: 0.8rem;
		padding-left: 1.8rem;
	}
	#p-fi_function .setup_wrap .txtWrap > p span {
		font-size: 1.2rem;
	}
}
