@charset "UTF-8";

/*=====================

　　特集記事 商品 CSS

=====================*/



/*---------------------*/
/* 共通 */
/*---------------------*/
main {
	overflow: visible!important;
}

#mainCon {
	position: relative;
	padding-bottom: 0;
}

.mainWrap {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 5rem 0 12rem;
	color: #333;
	background: #FFF;
	contain: paint!important;
}
.mainWrap img {
	width: 100%;
	height: auto;
	display: block;
}

.mainWrap a {
	text-decoration: none;
	transition: 0.3s ease;
}

.p-fi_con {
	width: 100%;
	max-width: 1160px;
	margin: auto;
}

.p-fi_main {
	width: 870px;
}

.p-fi_mainWrap {
	width: 100%;
	margin: auto;
}
.p-fi_mainWrap.sep {
	border-bottom: solid 1px #999;
}


.is-pc {
	display: block;
}
.is-sp {
	display: none;
}


/* コンテンツタイトル */
h2 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 3rem;
}

.p-fi_mainttlArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 4rem;
	text-align: center;
	gap: 1rem;
}
.p-fi_mainttlArea > h3.ttl {
	font-family: "Barlow", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 54px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.3rem;
	color: #333;
}
.p-fi_mainttlArea > h3.ttl.jp {
	font-family: "M PLUS 1p", serif;
	font-weight: 800;
	font-size: 45px;
}
.p-fi_mainttlArea > h3.ttl > span {
	font-size: 44px;
}
.p-fi_mainttlArea > .txt {
	font-size: 14px;
	font-weight: 900;
	color: #333;
	letter-spacing: 0.05rem;
}

.p-fi_ttlArea {
	margin-bottom: 4rem;
	text-align: center;
	font-family: "Zen Kaku Gothic Antique", serif;
	font-style: normal;
}
.p-fi_ttlArea > h4.ttl {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	border-bottom: solid 1px #333;
	padding-bottom: 0.1rem;
	margin-bottom: 0.1rem;
}
.p-fi_ttlArea > .txt {
	font-size: 14px;
	font-weight: 500;
	color: #808080;
}
.p-fi_ttlArea > h4.ttl.bdno {
	border-bottom: none;
	padding-bottom: 0;
}


/* 画像キャプション */
.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: 3rem 0 6rem;
	}

	.p-fi_con {
		width: 90%;
		border-bottom: solid 1px #333;
	}

	.p-fi_main {
		width: 100%;
	}

	.p-fi_mainWrap {
		width: 100%;
		margin: auto;
	}
	.p-fi_mainWrap.sep {
		border-bottom: none;
	}


	.is-pc {
		display: none;
	}
	.is-sp {
		display: block;
	}


	/* コンテンツタイトル */
	h2 {
		width: 100%;
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.p-fi_mainttlArea {
		width: 100%;
		margin-bottom: 3rem;
		gap: 1rem;
	}
	.p-fi_mainttlArea > h3.ttl {
		font-size: 4.4rem;
	}
	.p-fi_mainttlArea > h3.ttl.jp {
		font-size: 3.5rem;
	}
	.p-fi_mainttlArea > h3.ttl > span {
		font-size: 3.4rem;
	}
	.p-fi_mainttlArea > .txt {
		font-size: 1.4rem;
	}

	.p-fi_ttlArea {
		margin-bottom: 2rem;
	}
	.p-fi_ttlArea > h4.ttl {
		font-size: 2.8rem;
	}
	.p-fi_ttlArea > .txt {
		font-size: 1.4rem;
	}


	/* 画像キャプション */
	.imageCap > .img_cap {
		padding: 0.5rem 0.8rem;
		font-size: 1rem;
	}
}




/*---------------------*/
/* メインビジュアル */
/*---------------------*/
#p-fi_mainImg {
	width: 100%;
	margin: auto;
}
#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: 100%;
	margin: 0 auto 2rem;
}
#p-fi_mainImg .slider .swiper-slide {
	position: relative;
}
#p-fi_mainImg .slider .swiper-slide .s_name {
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 46px;
	line-height: 1.2;
	letter-spacing: 0.03rem;
	text-align: left;
	font-weight: 900;
	color: #FFF;
	text-shadow: #4D4D4D 0px 0px 5px;
	z-index: 10;
}
#p-fi_mainImg .slider .swiper-slide .s_name > span {
	font-size: 36px;
}

#p-fi_mainImg .slider-thumb {
	display: block;
	padding: 0;
	margin: 0;
}
#p-fi_mainImg .slider-thumb .swiper-wrapper {
	justify-content: center;
	gap: 1.5%;
}
#p-fi_mainImg .slider-thumb .swiper-wrapper.r7 {
	width: 85.5%;
	margin-left: auto;
	margin-right: auto;
}
#p-fi_mainImg .slider-thumb .swiper-slide {
	width: 11.5%!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-button-prev,
#p-fi_mainImg .swiper-button-next {
	width: 50px;
	height: 50px;
}
/* 次ボタンのスタイル */
.swiper-button-next {
	background-image: url("/client_info/COLEMANJAPAN/freeimage/pickup/202502/slider_others_next.svg");
}
#p-fi_mainImg .swiper-button-next {
	right: 4%!important;
}
/* 前ボタンのスタイル */
.swiper-button-prev {
	background-image: url("/client_info/COLEMANJAPAN/freeimage/pickup/202502/slider_others_prev.svg");
}
#p-fi_mainImg .swiper-button-prev {
	left: 4%!important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	text-rendering: initial;
	display: none;
}


@media screen and (max-width: 767px) {
	#p-fi_mainImg .swiper-container {
		width: 100%;
		position: relative;
		padding-bottom: 0;
	}

	#p-fi_mainImg .slider {
		width: 100%;
		margin: 0 auto 1rem;
	}
	#p-fi_mainImg .slider .swiper-wrapper {
		width: 100%;
	}
	#p-fi_mainImg .slider .swiper-slide .s_name {
		bottom: 5px;
		left: 10px;
		font-size: 2.6rem;
	}
	#p-fi_mainImg .slider .swiper-slide .s_name > span {
		font-size: 1.6rem;
	}

	#p-fi_mainImg .slider-thumb .swiper-wrapper {
		width: 90%;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		gap: 1rem;
	}
	#p-fi_mainImg .slider-thumb .swiper-slide {
		width: calc((100% - 2rem) /3)!important;
	}

	/* 前・次ボタンの共通スタイル */
	#p-fi_mainImg .swiper-button-prev,
	#p-fi_mainImg .swiper-button-next {
		width: 8vw;
		height: 8vw;
	}
	/* 次ボタンのスタイル */
	#p-fi_mainImg .swiper-button-next {
		right: 5%!important;
	}
	/* 前ボタンのスタイル */
	#p-fi_mainImg .swiper-button-prev {
		left: 5%!important;
	}
}



/*---------------------*/
/* カートに入れるボタン */
/*---------------------*/
.btn_cart {
	width: 100%;
}
.c-button_pick_up {
	margin: 0;
}
.btn_cart a {
	display: inline-block;
	width: 100%;
	border-radius: 0;
	background: #DB163A;
	text-align: center;
	padding: 1.1rem;
	box-sizing: border-box;
	text-decoration: none;
}
.btn_cart a span {
	position: relative;
	font-size: 24px;
	color: #FFF;
	padding-left: 40px;
}
.btn_cart a span:after {
	content: "";
	left: 0;
	width: 30px;
	height: 23px;
	background-image: url("/client_info/COLEMANJAPAN/freeimage/pickup/202502/link_cart.svg");
}

@media screen and (max-width: 767px) {
	.btn_cart a span {
		font-size: 2.4rem;
		padding-left: 4rem;
	}
	.btn_cart a span:after {
		content: "";
		left: 0;
		width: 3rem;
		height: 2.3rem;
	}
}



/*---------------------*/
/* 商品詳細 */
/*---------------------*/
.p-fi_detail {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 10rem 0;
}

.detail_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.detail_wrap .c-heading_prd_wrap {
	width: 50%;
	margin-bottom: 0;
}
.detail_wrap .detail {
	text-align: left;
	padding: 2rem 0;
}
h1.c-heading_prd {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 0.5rem;
}
.detail_wrap .detail p {
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
	color: #808080;
}
.detail_wrap .detail p > span {
	font-size: 14px;
	border: solid 1px #808080;
	padding: 0.3rem;
	margin-right: 0.8rem;
}

.detail_wrap .price {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 600;
	text-align: left;
	margin-bottom: 1.4rem;
}
.detail_wrap .price > span {
	font-size: 14px;
}
.detail_wrap .pt {
	width: 300px;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	color: #DB163A;
	padding: 0.8rem;
	margin-bottom: 3rem;
	border: solid 1px #DB163A;
	box-sizing: border-box;
}

.detail_wrap .btn_linkWrap {
	width: 48%;
}
.detail_wrap .btn_cart {
	width: 100%;
	margin-bottom: 3rem;
}
.detail_wrap .btn_linkWrap .txtWrap {
	width: 100%;
	text-align: left;
	margin-bottom: 3rem;
	padding: 0;
}
.detail_wrap .btn_linkWrap .txtWrap p {
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
	color: #333;
}
.detail_wrap .btn_linkWrap .txtWrap p.link {
	margin-top: 0.5rem;
}
.detail_wrap .btn_linkWrap .txtWrap p.link a {
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	color: #333;
	text-decoration: underline;
}
.detail_wrap .btn_linkWrap .txtWrap p.link a:hover {
	text-decoration: none;
}
.detail_wrap .btn_contact {
	width: 100%;
}
.detail_wrap .btn_contact a {
	display: inline-block;
	width: 100%;
	border-radius: 0;
	background: #FFF;
	border: solid 1px #333;
	text-align: center;
	padding: 1.5rem;
	box-sizing: border-box;
	text-decoration: none;
}
.detail_wrap .btn_contact a span {
	position: relative;
	font-size: 18px;
	color: #333;
	padding-left: 30px;
}
.detail_wrap .btn_contact a span:after {
	content: "";
	left: 0;
	width: 22px;
	height: 16px;
	background-image: url("/client_info/COLEMANJAPAN/freeimage/pickup/202502/link_mail.svg");
}
.detail_wrap .btn_contact a:hover {
	opacity: 0.6;
}

.p-fi_detail .sns_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5rem;
}
.p-fi_detail .sns_wrap a {
	width: 50px;
}
.p-fi_detail .sns_wrap a img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.p-fi_detail {
		width: 90%;
		padding: 4rem 0 8rem;
		border-bottom: solid 1px #333;
	}

	.detail_wrap {
		width: 100%;
		margin-bottom: 3rem;
	}
	.detail_wrap .c-heading_prd_wrap {
		width: 100%;
		margin-bottom: 0;
		padding: 0;
	}
	.detail_wrap .detail {
		text-align: left;
		padding: 0 0 2rem;
	}
	h1.c-heading_prd {
		font-size: 2.8rem;
	}
	.detail_wrap .detail p {
		font-size: 1.8rem;
	}
	.detail_wrap .detail p > span {
		font-size: 1.4rem;
		padding: 0.3rem;
		margin-right: 0.8rem;
	}

	.detail_wrap .price {
		font-size: 2.8rem;
		margin-bottom: 1.4rem;
	}
	.detail_wrap .price > span {
		font-size: 1.4rem;
	}
	.detail_wrap .pt {
		width: 80%;
		font-size: 1.8rem;
		padding: 0.5rem;
		margin-bottom: 3rem;
	}

	.detail_wrap .btn_linkWrap {
		width: 100%;
	}
	.detail_wrap .btn_cart {
		width: 100%;
		margin-bottom: 3rem;
	}
	.detail_wrap .btn_linkWrap .txtWrap {
		width: 100%;
		text-align: left;
		margin-bottom: 3rem;
		padding: 0;
	}
	.detail_wrap .btn_linkWrap .txtWrap p {
		font-size: 1.8rem;
	}
	.detail_wrap .btn_linkWrap .txtWrap p.link {
		margin-top: 0.5rem;
	}
	.detail_wrap .btn_linkWrap .txtWrap p.link a {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.detail_wrap .btn_contact a {
		padding: 1.5rem;
	}
	.detail_wrap .btn_contact a span {
		font-size: 1.8rem;
		padding-left: 3rem;
	}
	.detail_wrap .btn_contact a span:after {
		width: 2.2rem;
		height: 1.6rem;
	}

	.p-fi_detail .sns_wrap {
		gap: 0.5rem;
	}
	.p-fi_detail .sns_wrap a {
		width: 5rem;
	}
}




/*---------------------*/
/* 全体タブ */
/*---------------------*/
.btn_pageLink {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem;
	margin-bottom: 10rem;
}
.btn_pageLink li {
	width: 190px;
}
.btn_pageLink li a {
	width: 100%;
	display: inline-block;
	border-bottom: solid 2px #B3B3B3;
	text-align: center;
	padding: 0.5rem;
	box-sizing: border-box;
	text-decoration: none;
}
.btn_pageLink li a > span {
	font-weight: 900;
	font-size: 18px;
	letter-spacing: 0.15rem;
	color: #B3B3B3;
	transition: 0.3s ease;
}
.btn_pageLink li.current a,
.btn_pageLink li a:hover {
	border-bottom: solid 2px #333;
}
.btn_pageLink li.current a > span,
.btn_pageLink li a:hover > span {
	color: #333;
}

@media screen and (max-width: 767px) {
	.btn_pageLink {
		display: none;
	}
}




/*---------------------*/
/* SPEC 商品特徴 */
/*---------------------*/
#p-fi_spec {
	padding: 7rem 0;
}
#p-fi_spec .spec_detailWrap {
	width: 100%;
	margin-bottom: 10rem;
}
#p-fi_spec .spec_detail {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 8rem;
}
#p-fi_spec .spec_detail > .spec_img {
	position: relative;
	width: 50%;
	z-index: 1;
}
#p-fi_spec .spec_detail > .spec_txtWrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	z-index: 1;
}
#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt {
	position: relative;
	width: 70%;
	z-index: 10;
}
#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt .fl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt .fl.alc {
	align-items: center;
}
#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt p {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.03rem;
	text-align: left;
	color: #333;
	text-indent: -1em;
	padding-left: 1em;
}
#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt .fl > p {
	text-indent: 0;
	padding-left: 0;
}
#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt p.ttl {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 2rem;
	text-indent: 0em;
	padding-left: 0em;
}
#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt p.sub {
	font-size: 16px;
	margin-bottom: 6rem;
}

#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt .spec_label {
	margin-bottom: 2rem;
	width: 150px;
}
#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt .spec_label_w75 {
	margin-bottom: 2rem;
	margin-right: 1rem;
	width: 75px;
}
#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt .spec_label img {
	width: 100%;
}

#p-fi_spec .spec_detail > .spec_bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
#p-fi_spec .spec_detail > .spec_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#p-fi_spec .btn_cart {
	width: 370px;
	margin: auto;
}

@media screen and (max-width: 767px) {
	#p-fi_spec {
		padding: 7rem 0 0;
	}
	#p-fi_spec .p-fi_con {
		width: 90%;
		border: none;
		display: block;
	}
	#p-fi_spec .spec_detailWrap {
		width: 100%;
		margin-bottom: 5rem;
	}
	#p-fi_spec .spec_detail {
		margin-bottom: 5rem;
		padding: 3rem 0;
	}
	#p-fi_spec .spec_detail::after {
		width: 100%;
		height: 100%;
	}
	#p-fi_spec .spec_detail > .spec_img {
		width: 90%;
		margin: 0 auto 3rem;
	}
	#p-fi_spec .spec_detail > .spec_txtWrap {
		width: 100%;
	}
	#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt {
		width: 90%;
		margin: auto;
	}
	#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt p {
		font-size: 1.5rem;
		line-height: 1.8;
	}
	#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt p.ttl {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt p.sub {
		font-size: 1.6rem;
		margin-bottom: 5rem;
	}

	#p-fi_spec .spec_detail > .spec_txtWrap .spec_txt .spec_label {
		width: 45%;
		max-width: 200px;
	}

	#p-fi_spec .spec_detail > .spec_bg {
		width: 100%;
		height: 100%;
	}

	#p-fi_spec .btn_cart {
		width: 80%;
		margin: auto;
	}
}




/*---------------------*/
/* FUNCTION 機能 */
/*---------------------*/
#p-fi_function {
	padding: 7rem 0;
}
#p-fi_function .p-fi_ttlArea {
	margin-bottom: 7rem;
}

#p-fi_function h4.funct_ttl {
	font-size: 34px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05rem;
	text-align: center;
	color: #333;
	margin: 15rem 0 8rem;
}
#p-fi_function h4.funct_ttl.head {
	margin: 0rem 0 4rem;
}
#p-fi_function h4.funct_ttl.head_tb {
	margin: 15rem 0 4rem;
}
#p-fi_function h4.funct_ttl.head_b {
	margin: 0rem 0 4rem;
}
#p-fi_function h4.funct_ttl.set {
	margin: 15rem 0 2rem;
}

#p-fi_function h4.funct_ttl_s {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05rem;
	text-align: center;
	color: #333;
	margin: 15rem 0 6rem;
}

#p-fi_function p.funct_txt {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05rem;
	text-align: center;
	color: #333;
	margin: 0rem 0 4rem;
}

#p-fi_function .detail_Wrap {
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}
#p-fi_function .detail_Wrap_w100 {
	width: 100%;
	margin-bottom: 10rem;
}

#p-fi_function .funct_detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
#p-fi_function .funct_detail:nth-child(2n){
	flex-direction: row-reverse;
}
#p-fi_function .detail_Wrap.rev .funct_detail {
	flex-direction: row-reverse;
}
#p-fi_function .detail_Wrap.rev .funct_detail:nth-child(2n) {
	flex-direction: row;
}

#p-fi_function .imgWrap {
	width: 50%;
}
#p-fi_function .imgWrap.w100 {
	width: 100%;
}

#p-fi_function .slider_con {
	overflow: hidden;
}

#p-fi_function .funct_detail > .txtWrap {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p-fi_function .funct_detail > .txtWrap > .txt {
	width: 85%;
	margin: auto;
	text-align: left;
}
#p-fi_function .funct_detail > .txtWrap > .txt p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: left;
	margin-top: 2rem;
}
#p-fi_function .funct_detail > .txtWrap > .txt p.ttl {
	font-size: 24px;
	margin: 0;
}
#p-fi_function .funct_detail > .txtWrap > .txt p.cap {
	font-size: 14px;
	margin-top: 4rem;
}
#p-fi_function .funct_detail > .txtWrap > .txt p.cap.red {
	color: #ff0000;
}
#p-fi_function .funct_detail > .txtWrap > .txt p.cap_red {
	font-size: 14px;
	font-weight: 400;
	color: #FF0000;
	margin-top: 3rem;
}

#p-fi_function .funct_detail > .txtWrap > .txt .sl_bag_icon {
	display: inline-block;
	width: 130px;
	margin-top: 2rem;
}

#p-fi_function .funct_detail:nth-child(2n) > .txtWrap > .txt,
#p-fi_function .funct_detail:nth-child(2n) > .txtWrap > .txt p,
#p-fi_function .detail_Wrap.rev .funct_detail > .txtWrap > .txt,
#p-fi_function .detail_Wrap.rev .funct_detail > .txtWrap > .txt p {
	text-align: right;
}
#p-fi_function .detail_Wrap.rev .funct_detail:nth-child(2n) > .txtWrap > .txt, 
#p-fi_function .detail_Wrap.rev .funct_detail:nth-child(2n) > .txtWrap > .txt p {
	text-align: left;
}

/* 基本コンテンツ - 横スライダー */
#p-fi_function .slider_con_sl {
	overflow: hidden;
	position: relative;
	padding-bottom: 4rem;
}
#p-fi_function .slider_con_sl p.txt {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #333;
	margin-top: 1rem;
}
.slider_con_sl .swiper-slide-next,
.slider_con_sl .swiper-slide-prev {
	opacity: 0.5;
}
.slider_con_sl .swiper-pagination {
	display: flex;
	justify-content: center;
	bottom: 0!important;
	gap: 1rem;
}
.slider_con_sl .swiper-pagination-bullet {
	background-color: #939393;
	height: 16px;
	width: 16px;
	transform: initial;
	opacity: 1;
	z-index: 99;
}
.slider_con_sl .swiper-pagination-bullet-active {
	background: #333;
}

/* 簡単組立  */
#p-fi_function .setup_wrap {
	position: relative;
	width: 100%;
	height: auto;
}
#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;
}

/* 2列並び */
#p-fi_function .about_ttl {
	position: relative;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.05rem;
	text-align: center;
	color: #333;
	margin: 10rem 0 4rem;
}
#p-fi_function .about_ttl::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 120px;
	background: #333;
}
#p-fi_function .about_Wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5rem 5rem;
}
#p-fi_function .about_Wrap.mb {
	margin-bottom: 8rem;
}
#p-fi_function .about_Wrap li {
	width: calc((100% - 5rem) / 2);
	display: flex;
	flex-direction: column;
}
#p-fi_function .about_Wrap li > .imgWrap {
	width: 100%;
}
#p-fi_function .about_Wrap li > .txtWrap {
	width: 100%;
	display: block;
	padding: 2rem 0;
	flex-grow: 1;
	display: flex;
	align-items: center;
}
#p-fi_function .about_Wrap li > .txtWrap > p {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: center;
}
#p-fi_function .about_Wrap li > .txtWrap > p span.ttl {
	display: block;
	font-size: 24px;
	margin: 0;
}
#p-fi_function .about_cap {
	padding-top: 1em;
	font-size: 14px;
	line-height: 1;
	text-align: right;
}

/* 3列並び */
#p-fi_function .about_Wrap.r3 li {
	width: calc((100% - 10rem) / 3);
}

/* youtube */
.movie {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-top: 15rem;
}
.movie iframe {
	width: 100%;
	height: 100%;
}


.led_caption {
	padding: 10rem 0 0;
}
.led_caption p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: left;
	color: #ff0000;
}



@media screen and (max-width: 767px) {
	#p-fi_function {
		padding: 7rem 0;
	}
	#p-fi_function .p-fi_ttlArea {
		margin-bottom: 3rem;
	}

	#p-fi_function h4.funct_ttl {
		font-size: 2.4rem;
		margin: 10rem 0 4rem;
	}
	#p-fi_function h4.funct_ttl.head {
		margin: 0rem 0 4rem;
	}
	#p-fi_function h4.funct_ttl.head_tb {
		margin: 10rem 0 1rem;
	}
	#p-fi_function h4.funct_ttl.head_b {
		margin: 0rem 0 1rem;
	}
	#p-fi_function h4.funct_ttl.set {
		margin: 10rem 0 1rem;
	}

	#p-fi_function h4.funct_ttl_s {
		font-size: 1.8rem;
		margin: 10rem 0 4rem;
	}

	#p-fi_function p.funct_txt {
		font-size: 1.4rem;
		margin: 0rem 0 2rem;
	}

	#p-fi_function .detail_Wrap {
		row-gap: 3rem;
	}
	#p-fi_function .detail_Wrap_w100 {
		margin-bottom: 8rem;
	}

	#p-fi_function .imgWrap {
		width: 50%;
	}

	#p-fi_function .funct_detail > .txtWrap > .txt {
		width: 90%;
		margin: auto;
	}
	#p-fi_function .funct_detail > .txtWrap > .txt p {
		font-size: 1.2rem;
		margin-top: 1.2rem;
	}
	#p-fi_function .funct_detail > .txtWrap > .txt p.ttl {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	#p-fi_function .funct_detail > .txtWrap > .txt p.cap {
		font-size: 1rem;
		margin-top: 2rem;
	}
	#p-fi_function .funct_detail > .txtWrap > .txt p.cap_red {
		font-size: 1rem;
		margin-top: 2rem;
	}

	#p-fi_function .funct_detail > .txtWrap > .txt .sl_bag_icon {
		width: 18vw;
		margin-top: 1rem;
	}

	/* 基本コンテンツ - 横スライダー */
	#p-fi_function .slider_con_sl {
		padding-bottom: 4rem;
	}
	#p-fi_function .slider_con_sl p.txt {
		font-size: 1.6rem;
		margin-top: 1rem;
	}

	/* 簡単組立  */
	#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;
	}

	/* 2列並び */
	#p-fi_function .about_ttl {
		position: relative;
		font-size: 2rem;
		margin: 4rem 0 3rem;
	}
	#p-fi_function .about_ttl::after {
		width: 8rem;
	}
	#p-fi_function .about_Wrap {
		gap: 3rem 2rem;
	}
	#p-fi_function .about_Wrap.mb {
		margin-bottom: 4rem;
	}
	#p-fi_function .about_Wrap li {
		width: calc((100% - 2rem) / 2);
	}
	#p-fi_function .about_Wrap li > .txtWrap {
		padding: 1rem 0;
	}
	#p-fi_function .about_Wrap li > .txtWrap > p {
		font-size: 1.2rem;
	}
	#p-fi_function .about_Wrap li > .txtWrap > p span.ttl {
		font-size: 1.4rem;
	}
	#p-fi_function .about_cap {
		font-size: 1rem;
	}

	/* 3列並び */
	#p-fi_function .about_Wrap.r3 li {
		width: calc((100% - 2rem) / 2);
	}

	/* youtube */
	.movie {
		margin-top: 8rem;
	}

	.led_caption {
		padding: 8rem 0 0;
	}
	.led_caption p {
		font-size: 1.8rem;
	}
}




/*---------------------*/
/* Q&A よくあるご質問 */
/*---------------------*/
#p-fi_faq {
	padding: 7rem 0;
}

#p-fi_faq .qa_Wrap {
	width: 100%;
	max-width: 730px;
	margin: auto;
}
#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: 50%;
	right: 25px;
	width: 20px;
	height: 1px;
	background-color:#333;
	transition: all .3s ease-in-out;
}
#p-fi_faq .p-fi_question::before {
	transform: rotate(90deg);
}
#p-fi_faq .p-fi_question.open::before {
	transform: rotate(180deg);
}
#p-fi_faq .p-fi_question.open::after {
	opacity:0;
}
#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: 7rem 0;
	}

	#p-fi_faq .p-fi_question {
		font-size: 1.6rem;
		padding: 1rem 0;
		margin: 10px 0 0;
	}
	#p-fi_faq .p-fi_question::before,
	#p-fi_faq .p-fi_question::after {
		right: 10px;
		width: 15px;
	}
	#p-fi_faq .p-fi_answer {
		padding: 0;
	}
	#p-fi_faq .p-fi_answer p {
		font-size: 1.6rem;
		margin: 1rem 0;
	}
	#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.p-fi_con.w100 {
	max-width: initial;
}

#p-fi_recommend.p-fi_con.w100 .p-fi_mainttlArea {
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}

#p-fi_recommend .swiper-container {
	position: relative;
	padding-bottom: 5rem;
}
#p-fi_recommend .slider_recom {
	width: 100%;
	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 .slider_recom .swiper-slide,
#p-fi_recommend .slider_recom_2 .swiper-slide {
	position: relative;
	height: auto;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
#p-fi_recommend .slider_recom .swiper-slide > a,
#p-fi_recommend .slider_recom_2 .swiper-slide > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#p-fi_recommend .slider_recom .swiper-slide > .img,
#p-fi_recommend .slider_recom_2 .swiper-slide > .img {
	width: 100%;
	border: solid 1px #999;
	box-sizing: border-box;
	margin-bottom: 1rem;
	transition: 0.3s ease;
	cursor: pointer;
}
#p-fi_recommend .slider_recom .swiper-slide > .img:hover,
#p-fi_recommend .slider_recom_2 .swiper-slide > .img:hover {
	opacity: 0.6;
}
#p-fi_recommend .slider_recom .txt_Wrap,
#p-fi_recommend .slider_recom_2 .txt_Wrap {
	height: 100%;
}
#p-fi_recommend .slider_recom .item_name,
#p-fi_recommend .slider_recom_2 .item_name {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 0.5rem;
}
#p-fi_recommend .slider_recom_2 .item_name {
	height: 5.5rem;
}
#p-fi_recommend .slider_recom .item_note,
#p-fi_recommend .slider_recom_2 .item_note {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
}
#p-fi_recommend .slider_recom .item_price,
#p-fi_recommend .slider_recom_2 .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,
#p-fi_recommend .slider_recom_2 .item_price span {
	font-size: 12px;
	font-weight: 400;
	margin-left: 0.5rem;
}

#p-fi_recommend .btn_cart {
	position: relative;
	width: 94%;
	margin: 3rem auto 0;
	z-index: 999;
}
#p-fi_recommend .slider_recom_2 .btn_cart {
	width: 100%;
	margin: 1rem auto 0;
}
#p-fi_recommend .btn_cart a span {
	font-size: 16px;
	padding-left: 25px;
}
#p-fi_recommend .btn_cart a span:after {
	width: 20px;
	height: 15px;
}

/* 前・次ボタンの共通スタイル */
#p-fi_recommend .swiper-button-prev,
#p-fi_recommend .swiper-button-next {
	display: none;
}

/* 前・次ボタンの共通スタイル */
#p-fi_recommend .slider_recom_2 .swiper-button-prev,
#p-fi_recommend .slider_recom_2 .swiper-button-next {
	display: block;
	top: 30%;
	width: 40px;
	height: 40px;
}
#p-fi_recommend .slider_recom_2 .swiper-button-prev {
	left: 10%;
}
#p-fi_recommend .slider_recom_2 .swiper-button-next {
	right: 10%;
}

@media screen and (max-width: 767px) {
	#p-fi_recommend {
		padding: 7rem 0;
	}

	#p-fi_recommend .swiper-container {
		padding-bottom: 5rem;
	}

	#p-fi_recommend .slider_recom li > .txt_Wrap,
	#p-fi_recommend .slider_recom_2 li > .txt_Wrap {
		margin-bottom: 2rem;
		min-height: 100px;
	}
	#p-fi_recommend .slider_recom .item_name,
	#p-fi_recommend .slider_recom_2 .item_name {
		font-size: 1.4rem;
		margin-bottom: 0.5rem;
	}
	#p-fi_recommend .slider_recom_2 .item_name {
		height: 4.5rem;
	}
	#p-fi_recommend .slider_recom .item_note,
	#p-fi_recommend .slider_recom_2 .item_note {
		font-size: 1rem;
		margin-bottom: 1.3rem;
	}
	#p-fi_recommend .slider_recom .item_price,
	#p-fi_recommend .slider_recom_2 .item_price {
		font-size: 1.4rem;
	}
	#p-fi_recommend .slider_recom .item_price span,
	#p-fi_recommend .slider_recom_2 .item_price span {
		font-size: 1rem;
	}

	#p-fi_recommend .btn_cart {
		width: 100%;
	}
	#p-fi_recommend .btn_cart a span {
		font-size: 1.4rem;
		padding-left: 2.4rem;
	}
	#p-fi_recommend .btn_cart a span:after {
		width: 2rem;
		height: 1.5rem;
	}

	/* 前・次ボタンの共通スタイル */
	#p-fi_recommend .swiper-button-prev,
	#p-fi_recommend .swiper-button-next {
		display: block;
		top: 30%;
		width: 9vw;
		height: 9vw;
	}

	/* 前・次ボタンの共通スタイル */
	#p-fi_recommend .slider_recom_2 .swiper-button-prev,
	#p-fi_recommend .slider_recom_2 .swiper-button-next {
		display: block;
		top: 30%;
		width: 9vw;
		height: 9vw;
	}
	#p-fi_recommend .slider_recom_2 .swiper-button-prev {
		left: 4%;
	}
	#p-fi_recommend .slider_recom_2 .swiper-button-next {
		right: 4%;
	}
}




/*---------------------*/
/* 関連コンテンツ */
/*---------------------*/
#p-fi_connection {
	padding: 7rem 0 0;
}

#p-fi_connection .connec_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 3rem;
}

#p-fi_connection .connec_wrap li {
	position: relative;
	width: calc((100% - 6rem) / 3);
	transition: 0.3s ease;
}
#p-fi_connection .connec_wrap li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#p-fi_connection .connec_wrap li:hover {
	opacity: 0.6;
}
#p-fi_connection .connec_wrap .img {
	width: 100%;
	margin-bottom: 1.5rem;
	border: solid 1px #999;
}
#p-fi_connection .connec_wrap .date {
	font-size: 14px;
	line-height: 1.6;
	color: #808080;
	margin-bottom: 0.5rem;
}
#p-fi_connection .connec_wrap .txt {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	text-align: justify;
	letter-spacing: 0.1rem;
	color: #333;
}

@media screen and (max-width: 767px) {
	#p-fi_connection {
		padding: 7rem 0 0;
	}
	#p-fi_connection.p-fi_con {
		border-bottom: none;
	}

	#p-fi_connection .connec_wrap {
		gap: 4rem 2rem;
	}

	#p-fi_connection .connec_wrap li {
		width: calc((100% - 2rem) / 2);
	}
	#p-fi_connection .connec_wrap .img {
		margin-bottom: 1.3rem;
	}
	#p-fi_connection .connec_wrap .date {
		font-size: 1.4rem;
	}
	#p-fi_connection .connec_wrap .txt {
		font-size: 1.6rem;
	}
}




/*---------------------*/
/* COLEMAN GREEN LABEL */
/*---------------------*/
.green_label {
	padding: 2em 3em;
	width: 100%;
	margin: 0 auto 2em;
	background-color: #f5f1e9;
}

.green_label ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.green_label ul li:first-child {
	width: 47.5%;
}
.green_label ul li:first-child img {
	width: 100%;
}
.green_label ul li:last-child {
	width: 47.5%;
}
.green_label ul li:last-child p {
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.green_label ul li:last-child p span.asterisk {
	vertical-align: top;
	letter-spacing: 0;
	font-size: 10px;
}
.green_label ul li:last-child p span.cap {
	display: inline-block;
	padding-top: 1em;
	font-size: 14px;
	line-height: 1;
}


@media screen and (max-width: 767px) {
	.green_label {
		padding: 2em 1em;
		margin: 0 auto 2em;
	}
	.green_label ul {
		gap: 2em 0;
	}
	.green_label ul li:first-child {
		width: 100%;
	}
	.green_label ul li:last-child {
		width: 100%;
	}
	.green_label ul li:last-child p {
		font-size: 1.8rem;
	}
	.green_label ul li:last-child p span.asterisk {
		font-size: 1rem;
	}
	.green_label ul li:last-child p span.cap {
		padding-top: 2em;
		font-size: 1.4rem;
	}
}




/*---------------------*/
/* スマホ 固定フッター */
/*---------------------*/
.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 .btn_cart a span {
		font-size: 15px;
		padding-left: 25px;
	}
	.smp_footer .smp_wrap .btn_cart a span:after {
		width: 19px;
		height: 15px;
	}
	.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
	}
}



/*---------------------*/
/* HOW TO 設営・撤収動画 */
/*---------------------*/
#p-fi_movie {
	padding: 7rem 0;
}
#p-fi_movie > ul.movie_Wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 3rem;
}
#p-fi_movie > ul.movie_Wrap li {
	width: calc((100% - 3rem) / 2);
}
#p-fi_movie > ul.movie_Wrap.row3 li {
	width: calc((100% - 6rem) / 3);
}
#p-fi_movie > ul.movie_Wrap li.w100 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#p-fi_movie .howto_ttl {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: center;
	margin: 1rem 0 0.5rem;
	padding-top: 1rem;
	border-top: #333 1px solid;
}
#p-fi_movie .howto_ttl.small {
	font-size: 14px;
}
#p-fi_movie .movie {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-top: 4rem;
}
#p-fi_movie .movie iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	#p-fi_movie {
		padding: 7rem 0;
	}
	#p-fi_movie > ul.movie_Wrap li {
		width: 100%;
	}
	#p-fi_movie > ul.movie_Wrap.row3 li {
		width: calc((100% - 3rem) / 2);
	}
	#p-fi_movie > ul.movie_Wrap li.w100 {
		width: 100%;
	}
	#p-fi_movie .howto_ttl {
		font-size: 1.8rem;
	}
	#p-fi_movie .howto_ttl.small {
		font-size: 1.4rem;
	}
	#p-fi_movie .movie {
		margin-top: 3rem;
	}
}
