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

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: hidden;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

#knit {
	width: 100vw;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	/*background: #000;
	color: #fff;*/
}

#knit img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

#knit p{
	font-size: 0.95em!important;
	margin-top: 0!important;
}

#knit h1,
#knit h2,
#knit h3,
#knit h4,
#knit h5{
	color: #000;
	text-align:center;
	font-weight:normal;
	background: none;
	border: none;
}

#knit h1{
	font-size: 7.5em;
	line-height: 80%;
	margin-bottom: 20px;	
}

#knit h1 span{
	font-size: 0.3em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}

#knit .knit_wrap{
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

#knit .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 position: relative;
}

#knit p.main_text{
	margin: 0 auto 80px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}

#knit section{
	width: 100%;
	margin: 150px auto 100px;
}

#knit section.style .mainimage{
	position: relative;
	height: 960px;
}

#knit section.style h2{
	position: absolute;
	font-size: 4.5em;
	line-height: 90%;
	letter-spacing: 2px;
	z-index: 100;
	top: -75px;
}

#knit section.style1 h2,
#knit section.style3 h2,
#knit section.style5 h2,
#knit section.style7 h2{
	left: 1%;
}

#knit section.style2 h2,
#knit section.style4 h2,
#knit section.style6 h2{
	right: 1%;
}

#knit section.style h2 span{
	font-size: 0.6em;
}

#knit section.style .subimage{
	width: 100%;
	margin: 50px 0;
}

#knit section.style1 .subimage1,
#knit section.style4 .subimage1,
#knit section.style7 .subimage1{
	width: 65%;
}

#knit section.style1 .subimage2,
#knit section.style4 .subimage2,
#knit section.style7 .subimage2{
	width: 65%;
	margin-left: 35%;
}

#knit section.style2 .subimage1,
#knit section.style5 .subimage1{
	width: 65%;
}

#knit section.style2 .subimage2,
#knit section.style5 .subimage2{
	width: 60%;
	margin: auto;
}

#knit section.style2 .subimage3,
#knit section.style5 .subimage3{
	width: 65%;
	margin-left: 35%;
}

#knit section.style3 .subimage1,
#knit section.style6 .subimage1{
	width: 65%;
	margin-left: 35%;
}

#knit section.style3 .subimage2,
#knit section.style6 .subimage2{
	width: 60%;
	margin: auto;
}

#knit section.style3 .subimage3,
#knit section.style6 .subimage3{
	width: 65%;
}

#knit section.style .textaria{
	margin: 50px 0;
	width: 90%;
	max-width: 600px;
	text-align: left;
}

#knit section.style .textaria img{
	width: 80%;
}

#knit section.style .textaria h3{
	text-align: left;	
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 160%;
}

#knit section.style1 .textaria h3{
	height: 65px;
}

#knit p.itemname{
	width: 100%;
	margin: 20px auto 10px!important;
	font-size: 1.1em!important;
}

#knit p.color{
	width: 100%;
	margin: 10px auto 10px!important;
}

#knit p.price{
	width: 100%;
	margin: 10px auto 10px!important;
	font-size:1.5em!important;
}

#knit p.price span{
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}

/* 購入ボタン */

#knit .itemlist a,
#knit .itemlist span,
#knit .mainitemlist a{
	display: block;
	width: 100%;
	max-width: 100px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
}

#knit .mainitemlist a{
	margin: 0;
	max-width: 150px;
	margin-bottom: 50px;
}

#knit .buy:hover,
#knit .itemlist a:hover,
#knit .mainitemlist a:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

#knit .other a {
	display: block;
	width: 100%;
	max-width: 130px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #3c1414;
	background: #3c1414;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	font-size: 1em!important;
}
#knit .other a {
	max-width: 400px;
	margin: 50px auto;
}
#knit .other a:hover, 
#knit .buy a:hover {
	background: #FFF;
	text-align: center;
	border: 1px solid #3c1414;
	color: #3c1414;
}


#knit p.model{
	font-size: 1.2em!important;
	margin: 40px auto 20px!important;
	border-bottom: 1px #000 solid;
}

#knit p.model span{
	margin-left: 10px;
	font-size: 0.7em!important;
}

#knit .itemlist{
 font-size: 1em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 margin: 10px 0;
}

#knit .itemlist div:first-child{
	width: 75%;
	padding: 3px 1% 3px 0;
}

#knit .itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

/* profile */

#knit p.photo{
	text-align: right;
	padding-right: 3%;
	margin: -20px auto 30px!important;
}

#knit section.profile a{
	text-decoration: underline;
}

#knit section.profile .flex{
 width: 90%;
 max-width: 650px;
 margin: 0 auto;
}

#knit section.profile .flex div{
	flex-basis: calc(100% / 2);
	padding: 0 2%;
	text-align: center;
}

#knit section.profile .flex div img{
	width: 80%;
	max-width: 180px;
}

#knit section.profile .flex div h5{
	font-size: 1.2em;
	margin: 20px auto 2px;
}

#knit section.profile .flex div p.icon{
	margin: 0 auto!important;
}

#knit section.profile .flex div p.icon img{
	width: 20%;
	max-width: 25px;
	vertical-align: middle;
	padding-right: 2%;
}

#knit section.profile .flex div p.text{
	text-align: left;
	font-size: 0.8em!important;
	margin: 10px auto 0!important;
}

/* 回遊リンク */

#knit .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#knit .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}

#knit .Banner4 ul {
	display:inline;
}

#knit .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

/* profile */

#knit section.profile .flex div{
	padding: 0 4%;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

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

.sp_none {
	display:none;
}

#knit h1{
	font-size: 12.5vw;
	line-height: 80%;
	text-align: center;
	width: 90%;
	margin: 6.5vw auto 5.5vw;
}

#knit p,
#knit div,
#knit .other_text{
	font-size: 3vw!important;
	line-height: 180%;
}

#knit p.main_text{
	display: block!important;
	margin: 0vw auto 0!important;
	width: 90%;
	text-align: center;
}

#knit section{
	margin: 22.375vw auto;
}

#knit section.style .mainimage{
	height: 120vw;
}

#knit section.style h2{
	font-size: 10.5vw;
	top: -11.5vw;
}

#knit section.style .subimage{
	width: 90%;
	margin: 12.125vw auto;
}

#knit p.itemname{
	font-size: 3.125vw!important;
}

#knit section.style .textaria{
	margin: 10.25vw auto 15vw;
}

#knit section.style .textaria h3{
	height: auto;
	font-size: 3.8vw;
}

#knit .mainitemlist a{
	margin-bottom: 9.125vw;
}

#knit p.model{
	margin: 9.125vw auto 5.5vw!important;
}

#knit .itemlist div{
	font-size: 3.5vw!important;
	line-height: 150%!important;
}

#knit .itemlist div:first-child{
	width: 82%;
	padding: 2vw 1% 1vw 0;
}

#knit .itemlist div:last-child{
	width: 18%;
}

#knit section.profile .flex div h5{
	font-size: 4.25vw;
	margin: 15px auto 5px;
}

#knit section.profile .flex div p.text{
	font-size: 2.78vw!important;
	margin: 10px auto 0!important;
}


/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#knit .Banner4 {
	text-align: center;
	width: 100%;
}

#knit .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#knit .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#knit .header{
	position: relative;
	height: 105vw;
}

#knit .header .fv1{
	position: absolute;
	top: 43vw;
	right: 0;
	width: 54%;
}

#knit .header .fv2{
	position: absolute;
	top: 100vw;
	left: 0;
	width: 75%;
}

}