@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------
卓上タペストリー
------*/

html{
    letter-spacing: .04em;
	font-size: 62.5%;
}

@media screen and (max-width: 786px) {
	html { font-size: 55%; }
}

@media screen and (max-width: 480px) {
	html { font-size: 52%; }
}


body{
	line-height: 1.3;
}

:root {
	--color: #342d7a;
	--pink: #f840aa;
}

.mainContents > section {
	margin-bottom: 9rem;
}

@media screen and (max-width: 786px) {
	.mainContents {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.mainContents > section {
		margin-bottom: 6rem;
	}
}


/*--------------------link-btn-------------------*/
.link-btn {
	display: block;
	width: 70%;
	margin: 0 auto;
	background: #FFF;
	border-radius: 100px;
	border: .4rem solid var(--color);
	text-align: center;
	color: var(--color);
	font-weight: bold;
	font-size: 1.8rem;
	padding: 1.8rem 5rem 1.8rem 3rem;
	box-sizing: border-box;
	position: relative;
}
.link-btn:after {
	content: "";
	width: 8px;
	height: 10px;
	background: var(--color);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 3rem;
	transition: all 0.3s ease-out;
}

.link-btn:hover {
	opacity: 1;
	background: var(--color);
	color: #FFF;
}
.link-btn:hover:after {
	background: #FFF;
}

@media screen and (max-width: 480px) {
	.link-btn {
		width: 95%;
	}
}



/*--------------------h-stanrdard-------------------*/
.h-standard {
	border-top: .6rem solid var(--pink);
	padding-top: 2.5rem;
	font-weight: 900;
	font-size: 2.8rem;
	margin-bottom: 4rem;
	color: var(--pink);
}


@media screen and (max-width: 786px) {
	.h-standard {
		width: calc(100% + 40px);
		margin: 0 -20px 3rem;
		padding: 20px 20px 0;
		box-sizing: border-box;
		font-size: 2.5rem;
		text-align: center;
	}
}


/*--------------------メイン画像-------------------*/
.h-main {
	font-weight: 700;
	font-size: 3.5rem;
	margin-bottom: 1.5rem;
}

.main-img {
	margin-bottom: 3rem;
}

.main-img + p {
	margin-bottom: 5rem;
}


@media screen and (max-width: 786px) {

}

@media screen and (max-width: 480px) {
	.h-main {
		font-size: 2.7rem;
		margin-bottom: 1rem;
	}
}


/*----------------------------------------------------------------
features-cont
------*/
.features-cont .h-features {
	text-align: center;
	font-size: 3.1rem;
	color: var(--color);
	font-weight: 900;
	margin-bottom: 3rem;
}

.features-cont section {
	width: 95%;
	background: #eeedf9;
	padding: 3.5rem 5rem;
	border-radius: 2.5rem;
	box-sizing: border-box;
	margin: 0 auto;
	color: var(--color);
}

.features-cont section:not(:last-child) {
	margin-bottom: 1rem;
}

.features-cont .tit {
	font-size: 2.1rem;
	font-weight: 900;
	margin-bottom: 1rem;
}

.features-cont section p {
	font-size: clamp(13px, 3vw, 15px);
}

.features-cont section .link-btn {
	font-size: clamp(13px, 3vw, 15px);
	width: 300px;
	margin: 1.5rem auto 0 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-width: .3rem;
}



@media screen and (max-width: 786px) {
	.features-cont section {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.features-cont .h-features {
		font-size: 2.6rem;
		margin-bottom: 2rem;
	}

	.features-cont section {
		padding: 2.5rem 3rem;
	}

	.features-cont section .link-btn {
		width: 100%;
	}
}



/*----------------------------------------------------------------
size-cont
------*/
.size-cont .size-list {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 4rem;
}

.size-cont .size-list li {
	width: 380px;
	border-radius: 2.5rem;
	overflow: hidden;
	box-shadow: 0px 4px 8.64px 0.36px rgba(0, 0, 0, 0.1);
}

.size-cont .size-list li p {
	padding: 2rem 3rem;
	font-size: 2.2rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.size-cont .link-btn {
	margin-top: 3rem;
}

@media screen and (max-width: 786px) {
	.size-cont .size-list li {
		width: 48%;
	}
}

@media screen and (max-width: 480px) {
	.size-cont .size-list {
		gap: 15px;
		margin-bottom: 3rem;
	}

	.size-cont .size-list li {
		width: 88%;
    	margin: 0 auto;
	}

	.size-cont .size-list li p {
		padding: 2rem;
		font-size: 1.8rem;
	}
}


/*----------------------------------------------------------------
kiji-cont
------*/
.kiji-cont section {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 0;
}

.kiji-cont section:not(:last-child) {
	margin-bottom: 5rem;
}

.kiji-cont .text {
	width: 350px;
}

.kiji-cont .text .tit {
	font-weight: 900;
	font-size: 2.3rem;
	color: #474747;
	margin-bottom: 1.5rem;
}

.kiji-cont .text ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.kiji-cont .text ul li {
	font-weight: 900;
	font-size: 2.1rem;
	width: 7.2rem;
	height: 7.2rem;
	border-radius: 50%;
	color: #FFF;
	display:flex;
	justify-content: center;
	align-items: center;
	line-height: 1.1;
}

.kiji-cont .text ul li.red { background: #ff3737; }
.kiji-cont .text ul li.yellow { background: #ffac0c; }
.kiji-cont .text ul li.green { background: #0db578; }



@media screen and (max-width: 786px) {
	.kiji-cont .text {
		width: 45%;
	}

	.kiji-cont .img {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.kiji-cont section {
		gap: 15px;
		flex-direction:column-reverse
	}

	.kiji-cont .text {
		width: 100%;
	}

	.kiji-cont .img {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
}



/*----------------------------------------------------------------
shitate-cont
------*/
.shitate-cont .shitate-img {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 3rem;
	gap: 15px;
}

.shitate-cont .shitate-img ol {
	width: 375px;
	display:flex;
	flex-flow: column;
	justify-content: space-between;
}

.shitate-cont p {
	margin-bottom: 4rem;
}

.link-btn.estimate {
	background: var(--color);
	border-color: #b6b1e7;
	color: #FFF;
}
.link-btn.estimate:after {
	background: #FFF;
}

.link-btn.estimate:hover {
	background: #FFF;
	color: var(--color)
}
.link-btn.estimate:hover:after {
	background: var(--color);
}

@media screen and (max-width: 786px) {
	.shitate-cont .shitate-img ol {
		width: 47%;
	}

	.shitate-cont .shitate-img .left {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.shitate-cont .shitate-img ol,
	.shitate-cont .shitate-img .left {
		width: 100%;
	}

	.shitate-cont .shitate-img ol {
		gap: 5px;
	}
}



/*----------------------------------------------------------------
scene-cont
------*/
.scene-cont section {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	margin-bottom: 4rem;
}

.scene-cont section:last-of-type {
	margin-bottom: 6rem;
}

.scene-cont .text {
	width: 350px;
	padding-right: 30px;
	box-sizing: border-box;
}

.scene-cont .text .tit {
	font-weight: 900;
	font-size: 2.3rem;
	color: #474747;
	margin-bottom: 1.5rem;
}

.scene-cont .text .btn {
	display: block;
	color: var(--color);
	border: 1px solid var(--color);
	padding: 2rem 7rem 2rem 3rem;
	border-radius: 1.2rem;
	font-size: clamp(13px, 3vw, 15px);
	font-weight: bold;
	margin-top: 2rem;
	position: relative;
}
.scene-cont .text .btn:hover {
	opacity: 1;
	background: #d5d7ee;
}

.scene-cont .text .btn:before {
	content: "";
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	background: var(--color);
	border-radius: 50%;
	position: absolute;
	right: 1.7rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
}

.scene-cont .text .btn:after {
	content: "";
	display: block;
	width: .8rem;
	height: 1.4rem;
	background: #FFF;
	clip-path: polygon(0 0, 20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%);
	position: absolute;
	right: 2.9rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
}


@media screen and (max-width: 786px) {
	.scene-cont .text,
	.scene-cont .img {
		width: 48%;
	}

	.scene-cont .text {
		padding-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.scene-cont section {
		flex-direction:column-reverse;
		gap: 15px;
		padding: 10px 25px 20px;
		border: 1px solid #e1e1e1;
		border-radius: 25px;
		box-shadow: 0px 4px 8.64px 0.36px rgba(0, 0, 0, 0.1);
		margin-bottom: 2rem;
	}

	.scene-cont .text,
	.scene-cont .img {
		width: 100%;
	}

	.scene-cont .text .tit {
		font-size: 2.1rem;
		margin-bottom: 1.2rem;
	}
}


/*----------------------------------------------------------------
pickup-cont
------*/
.pickup-cont {
	margin: 5rem auto 2rem;
}
.pickup-cont .h-pickup {
	font-size: clamp(15px, 3vw, 22px);
	font-weight: bold;
	margin-bottom: 2rem;
}

.pickup-cont .pickup-box {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	row-gap: 2.5rem; 
}

@media screen and (max-width: 786px) {
	.pickup-cont .pickup-box li {
		width: 48%;
	}
}

@media screen and (max-width: 480px) {
	
}


footer .page_list dd {
	line-height: 1.9;
}