@charset "utf-8";
/* CSS Document */
.kiji-cont * {box-sizing: border-box;}


/*------------------------------------------------------
	仕様選択
------------------------------------------------------*/
.select-type{
	margin: 30px auto;
}
.select-type p.caption{
	margin: 0 auto 20px;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0.08em;
	text-align: center;
}
.select-type p.caption span{
	display: inline-block;
	padding: 0 10px;
	position: relative;
}
.select-type p.caption span::before{
	content: "";
	display: inline;
	width: 100%;
	height: 10px;
	background-color: #ffd74a;
	transform: skewX(-30deg);
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

/**/
.select-type > ul{
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.select-type > ul > li{
	width: 355px;
	position: relative;
}
.select-type > ul > li p.type{
	color: #4a4a4a;
	margin: 0 auto 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.select-type > ul > li p.type span{
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	padding: 0 10px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0.08em;
	text-align: center;
}
.select-type ul > li img{
	display: block;
	margin: auto;
}
.select-type ul > li dl{
	width: 100%;
	margin: 15px auto;
	padding: 25px 15px 15px;
	border: 2px solid #a1c0dd;
	border-radius: 5px;
	position: relative;
}
.select-type ul > li dl dt{
	display: block;
	width: fit-content;
	background-color: #fff;
	color: #6da0d0;
	margin: 0 auto;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
.select-type ul > li dl dd{
	color: #6a6a6a;
	font-size: 16px;
	font-weight: 700;
}

/**/
.select-type ul > li .link-btn{
	width: 80%;
	margin: 0 auto;
}
.select-type ul > li .link-btn a{
	padding-right: 40px;
	position: relative;
}
.select-type ul > li .link-btn a:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*標準*/
.select-type ul > li.standard p.type span{
	background-color: #5d81ff;
}
/*高級*/
.select-type ul > li.premium p.type span{
	background-color: #d72d66;
}

@media screen and (max-width: 786px) {
	.select-type{
		padding: 0 3%;
	}
	.select-type p.caption{
		font-size: 23px;
		line-height: 1.3em;
	}
	
	.select-type ul{
		gap: 30px;
	}
	.select-type ul > li{
		width: calc((100% - 30px) / 2);
	}
	.select-type ul > li p.type{
		margin-top: 15px;
		font-size: 22px;
	}
	.select-type ul > li dl{
		padding: 15px;
	}
	.select-type ul > li dl dt{
		padding: 5px 20px;
		font-size: 15px;
	}
	.select-type ul > li dl dd{
		font-size: 15px;
	}
	
	/**/
	.select-type ul > li .link-btn{
		width: 90%;
	}
	.select-type ul > li .link-btn a:after{
		right: 30px;
	}
}

@media screen and (max-width: 480px) {
	.select-type p.caption{
		font-size: 20px;
	}
	
	.select-type ul{
		gap: 10px;
	}
	.select-type ul > li{
		width: calc((100% - 10px) / 2);
	}
	.select-type ul > li p.type{
		margin-top: 10px;
		font-size: 18px;
	}
	.select-type ul > li dl{
		padding: 10px;
	}
	.select-type ul > li dl dt{
		padding: 3px 15px;
		font-size: 13px;
	}
	.select-type ul > li dl dd{
		font-size: 12px;
		line-height: 1.6em;
		min-height: 60px;
	}
	
	/**/
	.select-type ul > li .link-btn{
		width: 100%;
	}
	.select-type ul > li .link-btn a{
		padding: 10px;
		padding-right: 30px;
	}
	.select-type ul > li .link-btn a:after{
		right: 30px;
	}
	.select-type ul > li .link-btn a:after{
		right: 15px;
	}
}


/*------------------------------------------------------
	仕様別
------------------------------------------------------*/
.type-box{
	margin: 80px auto;
	padding-top: 40px;
	position: relative;
}
.type-box:before{
	content: "";
	display: block;
	width: 100%;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.type-box .type-h{
	margin: 0 auto 30px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2em;
	text-align: center;
}
.type-box .type-h > span{
	font-size: 30px;
	line-height: 1em;
	text-align: center;
}
.type-box .type-h > span > span{
	display: inline-block;
	margin-right: 10px;
	padding: 5px 10px;
	font-size: 23px;
	line-height: 1em;
	border: 4px solid;
	border-radius: 30px;
}


/*標準*/
.type-box#standard:before{
	background-image: linear-gradient(5deg, #574dff 0, #6bbbff 100%);
}
.type-box#standard .type-h > span{
	color: #5d81ff;
}
.type-box#standard .type-h > span > span{
	border-color: #5d81ff;
}

/*高級*/
.type-box#premium:before{
	background-image: linear-gradient(5deg, #df1826 0, #cf409f 100%);
}
.type-box#premium .type-h > span{
	color: #d72d66;
}
.type-box#premium .type-h > span > span{
	border-color: #d72d66;
}

/*--------高級感用--------*/

.type-box > p.caution{
	display: block;
	width: fit-content;
	color: #0b4ea2;
	margin: auto;
	padding-left: 40px;
	font-size: 22px;
	font-weight: 700;
	position: relative;
}
.type-box > p.caution:before,
.type-box > p.caution:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.type-box > p.caution:before{
	width: 20px;
	height: 20px;
	border: 2px solid #0b4ea2;
	border-radius: 50%;
}
.type-box > p.caution:after{
	width: 6px;
	height: 6px;
	border-top: 2px solid #0b4ea2;
	border-right: 2px solid #0b4ea2;
	transform: rotate(45deg);
	left: 7px;
}

/*デザイン選択*/
.type-box .design-select{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 20px auto;
}
.type-box .design-select > li{
	width: 280px;
	height: 260px;
	overflow: hidden;
	position: relative;
}
.type-box .design-select > li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.type-box .design-select > li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.type-box .design-select > li a:before,
.type-box .design-select > li a:after{
	content: "";
	display: block;
	transition: all .3s ease;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	margin: auto;
}
.type-box .design-select > li a:before{
	width: 30px;
	height: 30px;
	background-color: #ccc;
	border: 2px solid #fff;
	border-radius: 50%;
}
.type-box .design-select > li a:after{
	width: 6px;
	height: 6px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	bottom: 53px;
}
.type-box .design-select > li a p{
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	position: absolute;
}

.type-box .design-select > li.print a{
	background-image: url(../../_images/kiji/premium-design-print.webp);
}
.type-box .design-select > li.print a:before{
	background-color: #45d281;
}
.type-box .design-select > li.embroidery a{
	background-image: url(../../_images/kiji/premium-design-embroidery.webp);
}
.type-box .design-select > li.embroidery a:before{
	background-color: #9c61ce;
}
.type-box .design-select > li a:hover:before{
	bottom: 35px;
}
.type-box .design-select > li a:hover:after{
	bottom: 48px;
}


@media screen and (max-width: 786px) {
	.type-box{
		margin: 70px auto;
	}
	.type-box:before{
		height: 10px;
	}

	.type-box .type-h{
		font-size: 32px;
	}
	.type-box .type-h > span{
		font-size: 26px;
	}
	.type-box .type-h > span > span{
		font-size: 18px;
		border-width: 3px;
	}

	/*--------高級感用--------*/
	.type-box > p.caution{
		max-width: 90%;
		font-size: 22px;
		line-height: 1.3em;
	}

	/*デザイン選択*/
	.type-box .design-select{
		margin: 20px auto;
		padding: 0 3%;
	}
	.type-box .design-select > li{
		width: 230px;
		height: 230px;
	}
	.type-box .design-select > li a p{
		font-size: 20px;
		line-height: 1.3em;
	}
}

@media screen and (max-width: 480px) {
	.type-box{
		margin: 50px auto;
	}
	.type-box:before{
		height: 8px;
	}

	.type-box .type-h{
		font-size: 25px;
	}
	.type-box .type-h > span{
		font-size: 20px;
	}
	.type-box .type-h > span > span{
		font-size: 16px;
	}

	/*--------高級感用--------*/
	.type-box > p.caution{
		font-size: 18px;
	}

	/*デザイン選択*/
	.type-box .design-select{
		gap: 15px;
	}
	.type-box .design-select > li{
		width: calc((100% - 15px) / 2);
		height: 180px;
	}
	.type-box .design-select > li a:before,
	.type-box .design-select > li a:after{
		bottom: 35px;
	}
	.type-box .design-select > li a:before{
		width: 22px;
		height: 22px;
	}
	.type-box .design-select > li a:after{
		bottom: 45px;
	}
	.type-box .design-select > li a p{
		font-size: 18px;
	}
	.type-box .design-select > li a:hover:before{
		bottom: 30px;
	}
	.type-box .design-select > li a:hover:after{
		bottom: 40px;
	}
}


/*------------------------------------------------------
	デザイン
------------------------------------------------------*/
.type-box .type-design{
	margin: 40px auto;
}
.type-box .type-design .design-h{
	font-size: 27px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	position: relative;
}
.type-box .type-design .design-h:after{
	content: "";
	display: block;
	width: 190px;
	height: 6px;
	background-color: #45d281;
	transform: skewX(-30deg);
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}
.type-box .type-design#print .design-h:after{
	background-color: #45d281;
}
.type-box .type-design#embroidery .design-h:after{
	background-color: #9c61ce;
}

.type-box .type-design .color-list{
	margin: 30px auto 0;
}
.type-box .type-design .color-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.type-box .type-design .color-list ul > li{
	width: calc((100% - 60px) / 5);
	text-align: center;
}
.type-box .type-design .color-list ul > li p{
	color: #6a6a6a;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 700;
}

.type-box .type-design .color-list ul + p.caution{
	display: block;
	width: fit-content;
	background-color: #f6e9ba;
	color: #756e55;
	margin: 15px auto 0;
	padding: 3px 10px;
	font-weight: 700;
}


@media screen and (max-width: 786px) {
	.type-box .type-design .design-h{
		margin: auto;
		padding: 0 3%;
		font-size: 26px;
	}

	.type-box .type-design .color-list{
		margin: 30px auto 0;
		padding: 0 3%;
	}
	.type-box .type-design .color-list ul{
		gap: 10px;
	}
	.type-box .type-design .color-list ul > li{
		width: calc((100% - 40px) / 5);
		text-align: center;
	}
	.type-box .type-design .color-list ul > li p{
		font-size: 13px;
		line-height: 1.3em;
	}
	.type-box .type-design .color-list ul + p.caution{
		max-width: 95%;
	}
}

@media screen and (max-width: 480px) {
	.type-box .type-design .design-h{
		font-size: 22px;
	}
	.type-box .type-design .design-h:after{
		width: 190px;
		height: 6px;
	}
	
	.type-box .type-design .color-list ul{
		gap: 10px;
	}
	.type-box .type-design .color-list ul > li{
		width: calc((100% - 20px) / 3);
		text-align: center;
	}
	.type-box .type-design .color-list ul > li p{
		font-size: 12px;
	}
}


/*------------------------------------------------------
	生地の特徴
------------------------------------------------------*/

/*----生地特徴----*/
.kiji-cont .cloth-list{
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 50px auto;
}

/*----生地名----*/
.kiji-cont .cloth-list > li .h-black {
	color: #FFF;
	background-color: #333333;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 20px;
	padding: 15px 25px 15px 55px;
	border-bottom: 4px solid #ff8401;
	position: relative;
}

.kiji-cont .cloth-list > li .h-black:before,
.kiji-cont .cloth-list > li .h-black:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-width: 7px 0 7px 11px;
}
.kiji-cont .cloth-list .h-black:before {
	border-color: transparent transparent transparent #ffffff;
	left: 32px;
}
.kiji-cont .cloth-list .h-black:after {
	border-color: transparent transparent transparent #333333;
	left: 26px;
}

@media screen and (max-width: 786px) {
	.kiji-cont h1 + p{
		padding: 0 3%;
	}
}
@media screen and (max-width: 480px) {

	/*----生地名----*/
	.kiji-cont .cloth-list > li  .h-black {
		font-size: 18px;
		padding: 15px 20px 15px 35px;
	}

	.kiji-cont .cloth-list > li  .h-black:before,
	.kiji-cont .cloth-list > li  .h-black:after {
		border-width: 6px 0 6px 10px;
	}

	.kiji-cont .cloth-list > li  .h-black:before {
		left: 18px;
	}
	.kiji-cont .cloth-list > li  .h-black:after {
		left: 13px;
	}
}

.kiji-cont .cloth-list > li > p.caption{
	color: #ff6701;
	margin: 15px auto;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.kiji-cont .cloth-list > li > p.caption > span{
	display: block;
	width: fit-content;
	max-width: 90%;
	background-color: #fff;
	margin: auto;
	padding: 0 15px;
}
.kiji-cont .cloth-list > li > p.caption:before{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	border-top: 1px solid #ff6701;
	border-bottom: 1px solid #ff6701;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.kiji-cont .cloth-list > li .cloth-box {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.kiji-cont .cloth-list .cloth-box .img {
	position: relative;
}
.kiji-cont .cloth-list .cloth-box .img ul{
	display: flex;
	gap: 0 -10px;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
}

.kiji-cont .cloth-list > li .cloth-box > p{
	margin-top: 15px;
}

/*アイコン*/
.kiji-cont .cloth-list .cloth-box .text {
	width: 340px;
}

.kiji-cont .cloth-list .cloth-box .text .icon {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 5px 7px;
}

/**/
.kiji-cont .cloth-list .cloth-box .text > p ,
.kiji-cont .cloth-list .cloth-box + p {
	font-size: 13px;
	line-height: 1.8em;
}

@media screen and (max-width: 786px) {
	.kiji-cont .cloth-list > li > p.caption{
		font-size: 22px;
	}
	
	.kiji-cont .cloth-list .cloth-box {
		margin: 0 20px 30px;
	}

	.kiji-cont .cloth-list .cloth-box .img {
		width: 47%;
	}
	.kiji-cont .cloth-list .cloth-box .text {
		width: 50%;
	}

}
@media screen and (max-width: 480px) {
	.kiji-cont .cloth-list > li > p.caption{
		font-size: 20px;
	}

	.kiji-cont .cloth-list .cloth-box .img {
		width: 100%;
		margin-bottom: 15px;
	}
	.kiji-cont .cloth-list .cloth-box .text {
		width: 100%;
	}
	
	.kiji-cont .cloth-list .cloth-box .text .icon li img {
		height: 40px;
	}
}


