@charset "utf-8";

/* Reset */
/* ------------------- */
h1, h2, h3, h4, h5, h6 { font-size: inherit; line-height: inherit; font-weight: inherit; margin: 0; }
li { list-style: none; }
.inner { max-width: unset; margin: unset; }
.wrapper.wrapper--column-2 .__inner .aside { display:none; }

/* Common */
/* ------------------- */
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* スライダー補正 */
.wrapper .__inner .__content-home-top {
	max-width: 1000px;
	margin: 0 auto 60px;
}
.top-slider {
	max-width: 1000px;
}
.top-slider .slider {
	padding:0;
}
.slick-list {
	overflow: unset!important;
}
.slick-slide {
	padding-left:5px;
	padding-right:5px;
}
.slick-dots li.slick-active button::before {
	background-color: #31ad24!important;
}
section.top-slider .slick-dots li button::before { border-radius: 8px; }

section.top-slider .slick-slide img.pc {
	display: block;
}
section.top-slider .slick-slide img.sp {
	display: none;
}

/* ------------------------------------------------- */
/* SP */
@media screen and (max-width: 599px) {

.slick-slide {
	padding-left: 0px;
	padding-right: 0px;
}
section.top-slider .slick-slide img.pc {
	display: none;
}
section.top-slider .slick-slide img.sp {
	display: block;
}


}


/* ------------------------------------------------- */
/* メインコンテンツ */
.wrapper .__inner {
	max-width: unset;
	overflow-x: hidden;
	padding: 0;
}
.wrapper.wrapper--column-2 .__inner .main {
	float: unset;
	padding-left: unset;
	width: 100%;
}
/* ------------------------------------------------- */
/* SP */
@media screen and (max-width: 599px) {
	.wrapper.wrapper--column-2 .__inner .main {
		padding-right: 0;
	}
}

/* ------------------------------------------------- */
/* 共通 */
.section .inner h3 {
	color:#00872c;
	font-weight:bold;
	font-size:28px;
	letter-spacing: 3px;
}
.section .inner p.h3u {
	margin:0 auto;
	font-weight:bold;
}
.section .inner p.lead {
	margin: 15px auto 30px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.7em;
}
/* 共通ボタン */
.link_btn {
	background: #31ad24;
	color: #fff;
	display: inline-block;
	padding: 1.35em 7em;
	border-radius: 3em;
	position: relative;
	font-size: 15px;
	cursor: pointer;
}
.link_btn::after {
	content: "";
	position: absolute;
	background-image: url(https://files.bcart.jp/ecaremarket/uploads/images/202607/icon_arrow_in_btn.png);
	top: 50%;
	transform: translateY(-50%);
	right: 2.2em;
	width: 13px;
	height: 10px;
}
.link_btn a {
	text-decoration: none;
}
/* ------------------------------------------------- */
/* SP */
@media screen and (max-width: 599px) {
	.link_btn {
		font-size: 4vw;
		padding: 1.35em 0em;
		width: 90%;
	}
}


/* フリースペース1 */
.__block--free-1 .section {
	background-image: url(https://files.bcart.jp/ecaremarket/uploads/images/202607/bg_left.png), url(https://files.bcart.jp/ecaremarket/uploads/images/202607/bg_right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	background-size: auto 490px, auto 490px;
}
.__block--free-1 .section .inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 80px 10px;
}
.__block--free-1 .section .inner .movie {
	width: 65%;
	margin: 0 auto;
}
.__block--free-1 .section .inner .movie img {
	width:100%;
}
.__block--free-1 .section .inner p {
	font-size: 20px;
	font-weight: bold;
	margin: 1em 0 0.3em;
	line-height: 1.4em;
}
.__block--free-1 .section .inner p.assist {
	margin: 0;
	background: #eaf2dd;
	display: inline-block;
	padding: 0.3em 1.5em;
	border-radius: 0.5em;
	font-size: 16px;
}
/* ------------------------------------------------- */
/* SP */
@media screen and (max-width: 599px) {
.__block--free-1 .section {
	background-image: none;
}
.__block--free-1 .section .inner {
	padding: 0 6% 6%;
}
.__block--free-1 .section .inner .movie {
	width: 100%;
}
.__block--free-1 .section .inner p.assist {
	border-radius: 1.0em;
}


}


/* ------------------------------------------------- */
/* フリースペース2 */
.__block--free-2 .section .inner {
	max-width: 1000px;
	margin: 0 auto 100px;
	text-align: center;
	padding: 0px;
}
.__block--free-2 .section .inner .pickup_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 1em 0;
	padding: 0;
	gap: 60px;
}
.__block--free-2 .section .inner .pickup_list li {}

.__block--free-2 .section .inner .market {
	margin:80px auto 80px;
}

.__block--free-2 .section .inner .scene_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin: 80px 0 1em;
	padding: 0;
	gap: 28px;
}
.__block--free-2 .section .inner .scene_list li {
	background: #efefef;
	border-radius: 1em;
}
.__block--free-2 .section .inner .scene_list li a {
	position: relative;
	text-decoration: none;
}
.__block--free-2 .section .inner .scene_list li a > img {
	margin-top: -70px;
}
.__block--free-2 .section .inner .scene_list li a .type {
	font-size: 26px;
	font-weight: bold;
	margin-top: 8px;
	color: #000;
}
.__block--free-2 .section .inner .scene_list li a .type p {
	margin: 0;
	font-size: 18px;
	margin-top: -6px;
}
.__block--free-2 .section .inner .scene_list li a .arrow {
	margin-top: 10px;
	text-align: right;
	padding: 0 12px 6px;
}
/* ------------------------------------------------- */
/* SP */
@media screen and (max-width: 599px) {
	.__block--free-2 .section .inner .pickup_list {
		grid-template-columns: 1fr 1fr;
		margin: 1em auto;
		gap: 12px;
		width: 95%;
	}
	.__block--free-2 .section .inner .market {
		margin: 7% auto 7%;
	}
	.__block--free-2 .section .inner .scene_list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 15% auto 3%;
		padding: 0;
		gap: 15% 4%;
		width: 92%;
	}
	.__block--free-2 .section .inner .scene_list li a > img {
		margin-top: -30%;
		width: 85%;
	}
	.__block--free-2 .section .inner .scene_list li a .type {
		font-size: 5vw;
		margin-top: 0.5vw;
	}
	.__block--free-2 .section .inner .scene_list li a .type p {
		font-size: 3.6vw;
		margin-top: -0.5vw;
	}
	.__block--free-2 .section .inner .scene_list li a .arrow {
		margin-top: 0.1vw;
		padding: 0 3vw 2vw;
	}
}

/* ------------------------------------------------- */
/* フリースペース3 */
#calc {
	background: #eaf2dd;
}
.__block--free-3 .section .inner {
	padding: 3em;
	text-align: center;
}
#calc.__block--free-3 .section .inner {}

/* 入力エリア */
.calc_area {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 50px;
}
.calc_area .required, .calc_area .days {
	display: flex;
	align-items: end;
	gap: 12px;
}
.calc_area .required input, .calc_area .days input {
	height: 3.0em;
	border-radius: 0.5em;
	border: 2px solid #000;
	width: 5.2em;
	padding-left: 1.0em;
	text-align: center;
	font-size: 24px;
	background: #fff;
}
.calc_area .required input::placeholder, .calc_area .days input::placeholder {
	color:#aaaaaa;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calc_area .required span:first-child, .calc_area .days span:first-child {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 1.0em;
	/* display: inline-block; */
	/* height: 100%; */
}
.calc_area .required span:last-child, .calc_area .days span:last-child {
	font-size: 30px;
	font-weight: bold;
	/* display: flex; */
}
/* ------------------------------------------------- */
/* SP */
@media screen and (max-width: 599px) {
	
.__block--free-3 .section .inner {
	padding: 3em 2em;
}

.calc_area {
	gap: 5%;
	margin-bottom: 10%;
}
.calc_area > div:nth-child(2) {
	width: 30%;
	margin-top: 12%;
}

.calc_area .required, .calc_area .days {
	display: flex;
	align-items: end;
	gap: 12px;
	flex-wrap: wrap;
}
.calc_area .required span:first-child, .calc_area .days span:first-child {
	font-size: 20px;
	width: 100%;
	text-align: left;
	padding-bottom: 0em;
}
.calc_area .required input, .calc_area .days input {
	width: 80%;
}
.calc_area .required span:last-child, .calc_area .days span:last-child {
	width: 10%;
	font-size: 6vw;
}


}



/* 結果 */
#calc_result {
	background: #31ad24;
	max-height: 0;
	overflow: hidden;
	transition: max-height .6s ease;
}
#calc_result.open {
	max-height: 300vh;
}

#calc_result h4 {
	display: inline-flex;
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
	gap: 0.7em;
	margin-bottom: -0.2em;
}
#calc_result h4::before,
#calc_result h4::after {
	content:"";
	background-image: url(https://files.bcart.jp/ecaremarket/uploads/images/202607/icon_yell.png);
	background-repeat: no-repeat;
	width: 1em;
	height: 1.5em;
	background-position-y: -8px;
}
#calc_result h4::after {
	transform:scale(-1, 1);
}

#calc_result > .inner > p {
	font-size: 18px;
	color:#fff;
	margin-bottom: 0.8em;
}
#calc_result > .inner > p > span {
	font-weight:bold;
}

#calc_result .result_area {
	background: #fff;
	border-radius: 1em;
	max-width: 1100px;
	padding: 30px 65px;
	margin: 0 auto;
}

#calc_result .result_area_inner {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 60px 40px;
	justify-content: space-around;
}

#calc_result .result_area_inner > div > div > p {
	margin:0 auto 10px;
	border-radius: 4em;
	background: #c5c5c5;
	font-size: 18px;
	font-weight: bold;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#calc_result .result_area_inner .items {
	display: flex;
	gap: 13px;
	align-items: baseline;
}
#calc_result .result_area_inner .item {
	position:relative;
}

#calc_result .result_area_inner .item .ttl {
	position: absolute;
	top: -39%;
	left: 25%;
	background: #c5c5c5;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
}
#calc_result .result_area_inner .item.ih100 .ttl {
	top: -24%;
	left: 15%;
}

#calc_result .result_area_inner .item .result {
	width: 160px;
	border: 4px solid #000;
	border-radius: 0.3em;
	padding: 0.1em 0.3em;
	font-size: 38px;
	font-weight: bold;
	margin: 6px auto 6px;
}
#calc_result .result_area_inner .item .unit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom:10px;
}
#calc_result .result_area ul {
	margin: 2em auto 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.4em;
}
#calc_result .result_area ul li {}

/* ボタン */
#calc_btn {
	font-size: 18px;
}
#calc_btn::after {
	width: 26px;
	height: 20px;
}
.result_area_inner .link_btn {
	padding: 0.5em 0em;
	width: 160px;
}
.link_btn::after {
	right: 1.2em;
	width: 18px;
	height: 14px;
	background-size: contain;
}
/* ------------------------------------------------- */
/* SP */
@media screen and (max-width: 599px) {
	#calc_btn {
		font-size: 4vw;
	}
	#calc_result .result_area {
		padding: 2em 1em;
	}
	#calc_result .result_area_inner {
		flex-direction: column;
		gap: 0;
	}
	#calc_result .result_area_inner > div {
		display: flex;
		align-items: center;
		gap: 3%;
		padding: 5% 0;
		border-bottom: 1px dotted #31ad24;
	}
	#calc_result .result_area_inner > div:first-child {
		padding-top:0;
	}
	#calc_result .result_area_inner > div:last-child {
		/*border-bottom: none;
		padding-bottom:0;*/
	}
	#calc_result .result_area ul {
		margin: 0.8em auto 0;
	}
	
	#calc_result .result_area_inner > div > div:first-child {
		width: 21%;
	}
	#calc_result .result_area_inner > div > div > p {
		margin: 0 auto 0;
		width: 15vw;
		height: 15vw;
		font-size: 4.5vw;
	}
	#calc_result .result_area_inner > div > div > img {
		width: 80%;
		margin: -23% auto 0;
	}
	#calc_result .result_area_inner > div:last-child > div > img {
		width: 50%;
	}
	
	#calc_result .result_area_inner .items {
		gap: 10px;
		flex-direction: column;
		width: 50%;
		justify-content: center;
	}
	#calc_result .result_area_inner .items .item {
		display: flex;
		justify-content: start;
		align-items: center;
		gap: 0;
		width: 100%;
		flex-wrap: wrap;
	}
	#calc_result .result_area_inner .item .result {
		width: 60%;
		border-radius: 0.3em;
		padding: 0.2em 0.8em;
		font-size: 5vw;
		margin: 0px 2vw 0px 0;
	}
	#calc_result .result_area_inner .item .unit {
		font-size: 3vw;
		margin-bottom: 0;
	}
	.result_area_inner .link_btn {
		padding: 0.1em 0.5em;
		text-align: left;
		width: 22%;
		border-radius: 1em;
		display: flex;
		height: 14vw;
		/* flex-grow: 0; */
		align-items: center;
		line-height: 1.4em;
		font-size: 3.4vw;
		justify-content: center;
	}
	#calc_result .result_area_inner .item .ttl {
		position: static;
		font-size: 3vw;
		width: 56%;
		margin-bottom: 0.4em;
		margin-left: 2%;
	}
	#calc_result .result_area_inner .item.ih100 {
		margin-top: 0;
	}
	
	#calc_result .result_area_inner .link_btn::after {
		right: 0.7em;
		width: 1.0em;
		height: 1.2em;
		background-size: contain;
		background-repeat: no-repeat;
		top: 74%;
	}
	
	#calc_result > .inner > p {
		font-size: 3.6vw;
		color: #fff;
	}
	
	
}


/* おすすめ */
.__block--free-3 .section.recommend .inner {
	padding-bottom: 0;
}
.recommend_area {
	padding: 3em 0;
	margin: 0 auto;
	max-width: 1000px;
}
.__block--free-3 .section .inner .recommend_list {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 1em;
	padding: 0;
	justify-content: space-between;
}
.__block--free-3 .section .inner .recommend_list li {
	width: 190px;
}
.__block--free-3 .section .inner .recommend_list li a {
	position: relative;
	text-decoration: none;
	display: block;
}
.__block--free-3 .section .inner .recommend_list li a .figure {
	width: 190px;
	height: 190px;
	display: flex;
	justify-content: center;
	border: 2px solid #cfcfcf;
}
.__block--free-3 .section .inner .recommend_list li a .figure img {
	margin: auto;
	display: block;
}
.__block--free-3 .section .inner .recommend_list li a p {
	text-align: left;
	margin-top: 10px;
	font-size: 12px;
}

/* おすすめオーバーライド */
.__block.__block--pro-recommend {
	margin-top: -150px;
}
.__block.__block--pro-recommend h2,
.__block.__block--pro-recommend .__more.c-more {
	display: none;
}

.__block.__block--pro-recommend .p-product-block {
	padding: 3em 0;
	margin: 0 auto;
	max-width: 1000px;
}
.__block.__block--pro-recommend .p-product-block ul {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 1em;
	padding: 0;
	justify-content: space-between;
}
.__block.__block--pro-recommend .p-product-block ul li {
	width: 190px;
	padding: 0;
}
.__block.__block--pro-recommend .p-product-block ul li a {
	position: relative;
	text-decoration: none;
	display: block;
}
.__block.__block--pro-recommend .p-product-block ul li a .__photo {
	width: 190px;
	height: 190px;
	display: flex;
	justify-content: center;
	border: 2px solid #cfcfcf;
}
.__block.__block--pro-recommend .p-product-block ul li a .__photo img {
	/* margin: auto; */
	display: block;
	aspect-ratio: 1;
	object-fit: contain;
}
.__block.__block--pro-recommend .p-product-block ul li a h3.__title {
	text-align: left;
	margin-top: 10px;
	font-size: 12px;
}
.__block.__block--pro-recommend .p-product-block ul li a .__description {}





/* ------------------------------------------------- */
/* SP */
@media screen and (max-width: 599px) {
.__block.__block--pro-recommend {
	margin-top: -32%!important;
}
.__block.__block--pro-recommend .p-product-block {
	margin: 0 auto 6%;
	padding: 3em 2em;
}
.__block.__block--pro-recommend .p-product-block ul {
	display: grid;
	grid-template-columns: 48% 48%;
	gap: 3%;
	overflow: unset;
}
.__block.__block--pro-recommend .p-product-block ul li {
	width: 100%;
}
.p-product-block.p-product-block--compact ul.__product li.__item {
	width: 100%;
}
.__block.__block--pro-recommend .p-product-block ul li:first-child {
	width: 100%;
	grid-column: 1 / -1;
}

.__block.__block--pro-recommend .p-product-block ul li a {
}
.__block.__block--pro-recommend .p-product-block ul li a .__photo {
	width: 100%;
	height: 100%;
}
.__block.__block--pro-recommend .p-product-block ul li a .__photo img {
	width: 100%;
	max-height: unset;
}
.__block.__block--pro-recommend .p-product-block ul li a h3.__title {
}
.__block.__block--pro-recommend .p-product-block ul li a .__description {}


.__block--free-3 .section .inner .recommend_list {
	display: grid;
	grid-template-columns: 48% 48%;
	gap: 3%;
}

.__block--free-3 .section .inner .recommend_list li {
	width: 100%;
}
.__block--free-3 .section .inner .recommend_list li:first-child {
	width: 100%;
	grid-column: 1 / -1;
}
.__block--free-3 .section .inner .recommend_list li a .figure {
	width: 100%;
	height: 100%;
}
.__block--free-3 .section .inner .recommend_list li a .figure img {
	width: 100%;
}
.__block--free-3 .section.recommend {
	margin-bottom: 10%;
}

}
