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


/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/
.scroll_on circle,
.scroll_on path{
	stroke-dasharray:238 240;stroke-dashoffset:239;animation:BUNgscRX_draw 2000ms linear 285ms forwards;stroke-opacity:1;
}

.BUNgscRX_0{stroke-dasharray:187 189;stroke-dashoffset:188;animation:BUNgscRX_draw 2000ms linear 0ms forwards;}
.BUNgscRX_1{stroke-dasharray:155 157;stroke-dashoffset:156;animation:BUNgscRX_draw 2000ms linear 142ms forwards;}
.BUNgscRX_2{stroke-dasharray:238 240;stroke-dashoffset:239;animation:BUNgscRX_draw 2000ms linear 285ms forwards;}
.BUNgscRX_3{stroke-dasharray:155 157;stroke-dashoffset:156;animation:BUNgscRX_draw 2000ms linear 428ms forwards;}
.BUNgscRX_4{stroke-dasharray:110 112;stroke-dashoffset:111;animation:BUNgscRX_draw 2000ms linear 571ms forwards;}
.BUNgscRX_5{stroke-dasharray:155 157;stroke-dashoffset:156;animation:BUNgscRX_draw 2000ms linear 714ms forwards;}
.BUNgscRX_6{stroke-dasharray:166 168;stroke-dashoffset:167;animation:BUNgscRX_draw 2000ms linear 857ms forwards;}
.BUNgscRX_7{stroke-dasharray:187 189;stroke-dashoffset:188;animation:BUNgscRX_draw 2000ms linear 1000ms forwards;}

@keyframes BUNgscRX_draw{100%{stroke-dashoffset:0;}}@keyframes BUNgscRX_fade{0%{stroke-opacity:1;}94.44444444444444%{stroke-opacity:1;}100%{stroke-opacity:0;}}






/* PC */
@media screen and (min-width: 801px), print {
	

.ank_link {
	margin-top:-90px;
	position: absolute;
	height: 1px;
	display: block;
	top: 0;
	left: 0;
	}

	
#mainimage {
	background: url(../img/mainimage.jpg) no-repeat center;
	background-size: cover;
}







#main {
	background: #FFF;
	border-top-left-radius: 30px;
	margin-top: -30px;
	padding-top: 120px;
}
#set {
	width: 1000px;
	margin: 0 auto;
}
	
	
	
	
	
	




/* tabnav 
--------------------- */
.tabnav {
}
	.tabnav .head {
		display: none;
	}
	.tabnav ul {
		display: flex !important;
		width:1000px;
		margin:0 auto 98px;
	}
		.tabnav ul li {
			width: 25%;
			/* float: left; */
			position:relative;
			padding: 5px 0;
			box-sizing: border-box;
		}
		.tabnav ul li img {
			width: 100px;
			height: auto;
			vertical-align: auto;
		}
		.tabnav ul li p {
			margin-top: 10px;
			font-size: 16px;
			color: #009943;
			font-weight: bold;
			line-height: 1.3;
			letter-spacing: 0.01em;
		}
		.tabnav ul li.last {
			margin-right: 0;
		}
			.tabnav ul li a {
				display: block;
				text-align: center;
				height: 100%;
			}
			.tabnav ul li a:hover {
				opacity: 0.7;
			}
			.tabnav ul li.on:after {
				display:block;
				content:url(../img/nav_on.png);
				position:absolute;
				bottom:-30px;
				left: 0;
				right:0;
				margin:auto;
				width: 40px;
				height: 18px;
			}
			.tabnav ul li:before {
				content: "";
				background-image: radial-gradient(circle farthest-side, #009944 0, #009944 1px, transparent 1px, transparent 8px);
				background-size: 4px 8px;
				background-repeat: repeat-y;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				pointer-events:none;
			}
			.tabnav ul li:last-child a:before {
				content: "";
				background-image: radial-gradient(circle farthest-side, rgb(0 144 64) 0, rgb(0 144 64) 1px, transparent 1px, transparent 8px);
				background-size: 4px 8px;
				background-position: top right;
				background-repeat: repeat-y;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				pointer-events:none;
			}





/* dbox 
--------------------- */
.dbox {
	padding-bottom: 150px;
	position: relative;
}
	.dbox .cbox {
		background: url(../img/bg.gif) repeat center top;
		padding: 70px;
		
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
	}
	.dbox h3 {
		width: 168px;
		margin: 0 auto;
		margin-bottom: -84px;
	}
		.dbox h3 img {
			width: 100%;
			height: auto;
		}


	.dbox .box {
		width: 360px;
		float: left;
		margin: 60px 70px 0 0;
		position: relative;
	}
	.dbox .cbox > div:nth-of-type(2n) {
		margin: 60px 0 0 70px;
	}
		.dbox .box .pht {
			position: relative;
		}
		.dbox .box .pht a {
			display: block;
			position: relative;
		}
			.dbox .box .pht a .img {
				width: 100%;
				height: auto;
				-moz-transition: -moz-transform 0.2s linear;
				-webkit-transition: -webkit-transform 0.2s linear;
				-o-transition: -o-transform 0.2s linear;
				-ms-transition: -ms-transform 0.2s linear;
				transition: transform 0.2s linear;
			}
			.dbox .box .pht a:hover .img {
				-webkit-transform: scale(1.03);
				-moz-transform: scale(1.03);
				-o-transform: scale(1.03);
				-ms-transform: scale(1.03);
				transform: scale(1.03);
			}

			.dbox .box .pht a .pop {
				position: absolute;
				bottom: -10px;
				right: -10px;
				z-index: 10;
			}
			.dbox .box .pht a .img02 {
				position: absolute;
				top: -30px;
				right: -30px;
				z-index: 10;
			}
			
			
			

			.dbox .box .pht .movie {
				position: absolute;
				top: 10px;
				left: 10px;
				z-index: 10;
			}


		.dbox .box .text {
			width: 360px;
			margin: 0 auto;
			padding-top: 15px;
			padding-bottom: 18px;
			color: #009943;
		}
			.dbox .box .text h4 {
				font-size: 115%;
				font-weight: bold;
				line-height: 1.4em;
				margin-bottom: 12px;
			}

			.dbox .box .text .txt {
				line-height: 1.4em;
				margin-bottom: 10px;
			}

			.dbox .box .text .sub {
				font-size: 86%;
				line-height: 1.6em;
			}
				.dbox .box .text .sub span {
					font-size: 10px;
				}


		.dbox .box ul {
			width: 360px;
			margin: 0 auto;
		}
			.dbox .box ul li {
				width: 175px;
				float: left;
				background:#fff;
				
				border-radius: 30px;
				-webkit-border-radius: 30px;
				-moz-border-radius: 30px;
			}
			.dbox .box ul li:nth-child(2n) {
				width: 175px;
				float: right;
				background:#fff;
				
				border-radius: 30px;
				-webkit-border-radius: 30px;
				-moz-border-radius: 30px;
			}
			.dbox .box ul li.last {
				float: right;
			}
				.dbox .box ul li .button {
					position: relative;
					display: block;
					font-size: 86%;
					text-align: center;
					padding: 10px 0 13px 0;
					line-height: 1;
					letter-spacing: 1px;
					text-decoration: none;
					outline: none;
					transition: all .3s;
				}
					.dbox .box ul li img {
						display: block;
						margin: 0 auto;
						padding-bottom: 8px;
					}
					.dbox .box ul li img.nopa {
						padding-bottom: 0px;
					}
					.dbox .box ul li .icon_y img{
						display:inline-block;
					}
					#land .box ul li .icon_y img{
						margin-top: -2px;
						margin-bottom: -2px;
					}
					#mohair .box ul li .icon_y.y10 img{
						width: 17px;
						padding-bottom: 10px;
					}
					#mohair .box ul li .icon_y.y10 span{
						display: block;
						height: max-content;
					}
					#mohair .box ul li .icon_y.y10 span:first-child img{
						padding-bottom: 0;
					}

					.l_icon{
						margin-top: -4px;
						margin-bottom: -2px;
					}
					.dbox .box > .cap {
						margin-top: 20px;
						text-align: right;
						font-weight: bold;
						color: #009943;
					}
					


.knit.right {
    right: 0.5%;
}
.knit.right {
    right: 0.5%;
}
.bg_knit2 {
    bottom: 0;
}
.bg_knit2 {
    bottom: 0;
}

	
	.dbox .bg01 {
		position: absolute;
		top: -20px;
		right: 0;
	}
	.dbox .bg02 {
		position: absolute;
		top: -150px;
		left: -50px;
	}
	.dbox .bg03 {
		position: absolute;
		top: -20px;
		right: 0;
	}
	.dbox .bg04 {
		position: absolute;
		top: 0px;
		left: -20px;
	}





.Tops {
	width: 360px;
	float: left;
}
.Accessories {
	width: 360px;
	float: right;
}
.tt {
	text-align: center;
}






/* land 
--------------------- */


.box ul li .pdf {
	padding-top: 2px;
	padding-bottom: 9px;
	padding-right: 0px;
}







.lb-outerContainer {
	width: 808px !important;
	height: 608px !important;
}



.movie {
	margin-top: 15px;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: #009943;
	text-align: center;
}
.movie a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:20px 0;
	color: white;
}
.movie a .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	padding-left: 1px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 30px;
	margin-right: 12px;
}
.movie a img{
	width: 9px;
}
.movie a:hover{
	opacity: 0.6;
	color: #ffda00;
	cursor: pointer;
}


}






/* スマホ */
@media only screen and (max-width: 800px) {


.ank_link {
	margin-top:-60px;
	position: absolute;
	}






/* ヘッダー pc end */
	
#mainimage {
	background: url(../img/mainimage.jpg) no-repeat center;
	background-size: cover;
}




#main {
	padding:4%;
}




/* pagetitle 
--------------------- */
#pagetitle {
	background: url(../img/maintitle_bg.jpg) no-repeat center;
	background-size: cover;
}
#pagetitle svg {
	height:30px;
}






/* tabnav 
--------------------- */
.mt {
	position: relative;
	margin-top: -80px;
	}
	
.tabnav {
	padding-top:55px;
	margin-bottom:30px;
    top: 0;
    left: 0;
    right: 0;
}
	.tabnav .head {
		background: #edf7f1;
		}
	.tabnav .head a {
		display: block;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #009943;
		letter-spacing: 3px;
		padding: 15px 0 13px 0;
		background: url(../img/icon_open.png) no-repeat 95% center;
		}





	.tabnav ul {
		margin-bottom:40px;
		background:#fff;
		padding-bottom:10px;
		border:solid 10px #fff;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
		.tabnav ul li {
			width:calc(50% - 10px);
			/* float: left; */
			position:relative;
			text-align: center;
			padding: 10px 5px;
			margin: 5px;
			box-sizing: border-box;
		}
		.tabnav ul li.last {
		}
			.tabnav ul li a {
				/* display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				width: 100%;
				height: 100%; */
				display: block;
			}
				.tabnav ul li a img{
					width:70%;
					max-width: 100px;
				}

				.tabnav ul li p {
					font-size: 14px;
					color: #009943;
					font-weight: bold;
					line-height: 1.3;
					letter-spacing: 0.01em;
				}
				.tabnav ul li:first-child p {
					padding-top: 10px;
				}
				.tabnav ul li:not(:last-child) a:before {
					content: "";
					background-image: radial-gradient(circle farthest-side, #009944 0, #009944 1px, transparent 1px, transparent 8px);
					background-size: 8px 4px;
					background-repeat: repeat-x;
					position: absolute;
					top: 0;
					bottom: -7px;
					left: 0;
					right: 0;
					pointer-events:none;
					background-position: bottom center;
				}
				.tabnav ul li:nth-child(2n+1) a:after {
					content: "";
					background-image: radial-gradient(circle farthest-side, rgb(0 144 64) 0, rgb(0 144 64) 1px, transparent 1px, transparent 8px);
					background-size: 4px 8px;
					background-position: top right;
					background-repeat: repeat-y;
					position: absolute;
					top: 0;
					bottom: 0;
					left: 0;
					right: -7px;
					pointer-events:none;
				}





/* dbox 
--------------------- */
.dbox {
	position: relative;
	padding-bottom: 50px;
}



	.dbox h3 {
		text-align: center;
		margin-bottom: -30px;
	}
		.dbox h3 img {
			display: block;
			margin: 0 auto;
			width:30%;
		}


	.dbox .box {
		margin-top: 50px;
		position: relative;
	}
	.dbox .box:nth-child(3n) {
		margin-right: 0;
	}
		.dbox .box .pht {
			position: relative;
		}
		.dbox .box .pht a {
			display: block;
			position: relative;
		}
			.dbox .box .pht a .img {
				width: 100%;
				height: auto;
				-moz-transition: -moz-transform 0.2s linear;
				-webkit-transition: -webkit-transform 0.2s linear;
				-o-transition: -o-transform 0.2s linear;
				-ms-transition: -ms-transform 0.2s linear;
				transition: transform 0.2s linear;
			}
			.dbox .box .pht a:hover .img {
				-webkit-transform: scale(1.03);
				-moz-transform: scale(1.03);
				-o-transform: scale(1.03);
				-ms-transform: scale(1.03);
				transform: scale(1.03);
			}

			.dbox .box .pht a .pop {
				position: absolute;
				bottom: 10px;
				right: 10px;
				z-index: 2;
			}
			.dbox .box .pht a .img02 {
				width: 25%;
				position: absolute;
				top: -10px;
				right: -10px;
				z-index: 10;
			}
			
			.dbox .box .pht .movie {
				position: absolute;
				top: 10px;
				left: 10px;
				z-index: 2;
			}


		.dbox .box .text {
			padding-top: 15px;
			padding-bottom: 18px;
				color: #009943;
		}
			.dbox .box .text h4 {
				font-size: 115%;
				font-weight: bold;
				line-height: 1.4em;
				margin-bottom: 12px;
			}

			.dbox .box .text .txt {
				line-height: 1.4em;
				margin-bottom: 10px;
			}

			.dbox .box .text .sub {
				font-size: 86%;
				line-height: 1.6em;
			}
				.dbox .box .text .sub span {
					font-size: 10px;
				}


		.dbox .box ul {
		}
			.dbox .box ul li {
				width: 48%;
				float: left;
			}
			.dbox .box ul li:nth-child(2n) {
				float: right;
			}
				.dbox .box ul li:first-child .button {
					padding: 15px 0 8px 0;
			}
				.dbox .box ul li .button {
					position: relative;
					display: block;
					font-size: 86%;
					text-align: center;
					padding: 10px 0 13px 0;
					line-height: 1;
					letter-spacing: 1px;
					text-decoration: none;
					outline: none;
					transition: all .3s;
					background:#edf7f1;
					border-radius: 30px;
					-webkit-border-radius: 30px;
					-moz-border-radius: 30px;
				}
					.dbox .box ul li .pdf {
						padding-right: 0;
					}
					.dbox .box ul li img {
						padding-bottom: 8px;
					}
					.dbox .box ul li img.nopa {
						padding-bottom: 0px;
					}

					.dbox .box ul li .icon_y img{
						display:inline-block;
					}
					#land .box ul li .icon_y img{
						margin-top: -2px;
						margin-bottom: -2px;
					}
					#mohair .box ul li .icon_y.y10 img{
						width: 18px;
						padding-bottom: 10px;
					}
					#mohair .box ul li .icon_y.y10 span{
						display: block;
						height: max-content;
					}
					#mohair .box ul li .icon_y.y10 span:first-child img{
						padding-bottom: 0;
					}


.Tops {
	background: #d8efd8;
	padding: 5%;
	
	-webkit-border-radius: 30px 30px 0px 0px / 30px 30px 0px 0px;
	-moz-border-radius: 30px 30px 0px 0px / 30px 30px 0px 0px;
	border-radius: 30px 30px 0px 0px / 30px 30px 0px 0px;
}
.Accessories {
	background: #e5f4e5;
	padding: 5%;
	
	-webkit-border-radius: 0px 0px 30px 30px / 0px 0px 30px 30px;
	-moz-border-radius: 0px 0px 30px 30px / 0px 0px 30px 30px;
	border-radius: 0px 0px 30px 30px / 0px 0px 30px 30px;
}
.tt {
	text-align: center;
	margin-top: 30px;
}


.lb-outerContainer {
	width: 90% !important;
	height: auto !important;
}
.lb-outerContainer img {
	width: 100% !important;
	height: auto !important;
}
.movie {
	margin-top: 15px;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: #009943;
	text-align: center;
}
.movie a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:20px 0;
	color: white;
}
.movie a .icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	padding-left: 1px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 30px;
	margin-right: 12px;
}
.movie a img{
	width: 9px;
}
.movie a:hover{
	opacity: 0.6;
	color: #ffda00;
	cursor: pointer;
}

}





.obturateur {
	stroke-width: 1.1;
	stroke-miterlimit: 10;
}

