@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');

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: unset;
}

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

*, ::after, ::before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit;
}

.blog_inner ul li{
list-style: none;	
}	

.blog_inner ul{
margin-bottom: 0;
margin-left: 0;
}	

header.menubar_colour {
  /* 中の項目を横に並べるのでflex */
  display: flex;
  /* 背景色 */
  background: white;
}

.container_colour {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
}

.pc-menu {
  width: 100%;
}
.pc-menu > ul {
  display: flex;
  list-style: none;
}
.pc-menu > ul > li {
  width: 50%;
  text-align: center;
  font-size: 25px;  
}
.pc-menu > ul > li > a {
  display: block;
  line-height: 60px;
  text-decoration: none;
  color: #000000;
  font-family: 'poppins','Noto Sans JP', sans-serif;
}

/* 色指定なしホバー */
.pc-menu > ul > li > a:hover {
  background: #bbbbbb;
}

/* PC用メニュー */

.main-menu {
  /* 中央寄せ */
  margin: 0 auto;
  /* 項目を横並びにするのでflex */
  display: flex;
  /* 背景色 */
  background: #fff;
  /* メニューの幅 */
  width: 1280px;
}

/* ロゴ用（画像など自由に置き換えてください） */
.logoname {
  text-align: center;
  padding: 18px;
  font-size: 18px;
  width: 200px;
  background: #cccccc;
}

/* TOPSメニューバー指定 */
.pc-menu > ul > li > a.menutops {
  display: block;
  line-height: 106px;
  text-decoration: none;
  color: #000000;
  background-color: #ffefd5;
}

/*TOPSホバー */
.pc-menu > ul > li > a.menutops:hover {
  background: #fdf5e6 ;
}

/* CAPメニューバー指定 */
.pc-menu > ul > li > a.menucap {
  display: block;
  line-height: 106px;
  text-decoration: none;
  color: #000000;
  background-color: #e3dac9;
}

/*CAPホバー */
.pc-menu > ul > li > a.menucap:hover {
  background: #faf0e6 ;
}

#knit {
	width: unset;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: '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:bold;
	background: none;
	border: none;
	letter-spacing: 3px;
	font-family: 'poppins','Noto Sans JP', sans-serif;
}

#knit h1{
	font-size:10.5em;
	margin: 25px auto;
	line-height: 65%;
	letter-spacing: 10px;
}

#knit h3{
	font-size:2.5em;
	margin: 30px auto;
	line-height: 90%;
}

#knit h1 span{
	display: block;
	font-size: 0.15em;
	letter-spacing: 25px;
	margin-bottom: 10px;
}

#knit h2{
	font-size: 2em;
	line-height: 140%;
	letter-spacing: 1px;
	margin-top: 40px;
}

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

#knit p{
	font-size: 0.9em!important;
	line-height: 180%;
}


#knit section.itemlist02 .itemlist02 {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
}	


#knit section.itemlist02 div {
	flex-basis: 50%;
	padding: 1%;
	margin-bottom: 10px;
}
#knit .itemlist02 p.itemname02 {
	text-align: center;
	margin: 10px auto 0!important;
	height: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 1em!important;
	line-height: 180%;
}
#knit .itemlist02 p.itemname02 span {
	color: #C52F32;
	font-weight: bold;
	font-size: 1em!important;
}
#knit .itemlist02 p.price02 {
	margin: 0 auto!important;
	text-align: center;
	font-size: 1.5em!important;
	line-height: 180%;
}
#knit .itemlist02 p.price02 span {
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}

#knit a.buy02 {
	display: block;
	width: 50%;
	max-width: 150px;
	margin: 10px auto;
	padding: 8px 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;
	font-size: 1em;
}

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




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

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

#knit p.main_text span{
	color: #fff798;
	font-weight: bold;
}

#knit section.style{
	margin: 100px auto;
	position: relative;
	width: 100%;
}

#knit section.style .itemline{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: -1;
}

#knit section.style1 .itemline{
	border: 1rem solid #5072a7;
}

#knit section.style2 .itemline{
	border: 1rem solid #ffc1cc;
}

#knit section.style3 .itemline{
	border: 1rem solid #6d9bc3;
}

#knit section.style4 .itemline{
	border: 1rem solid #353839;
}

#knit section.style5 .itemline{
	border: 1rem solid #30d5c8 ;
}

#knit section.style6 .itemline{
	border: 1rem solid #555555;
}

#knit section.style7 .itemline{
	border: 1rem solid #00b7eb;
}

#knit section.style8 .itemline{
	border: 1rem solid #89cff0;
}

#knit section.style9 .itemline{
	border: 1rem solid #66cdaa;
}

#knit section.style10 .itemline{
	border: 1rem solid #353839;
}

#knit section.style11 .itemline{
	border: 1rem solid #0abab5;
}

#knit section.style12 .itemline{
	border: 1rem solid #7fffd4;
}

#knit .item{
	margin: auto;
	padding: 5%;
}

#knit .item img{
	width: 90%;
	max-width: 400px;
}

#knit .item.banner img{
	width: 100%;
	margin-bottom: 3vw;
	margin-top: 10vw;
}


#knit .item p.itemtext{
	text-align: left;
	margin: 20px auto!important;
}

#knit .item p.itemtext a{
	text-decoration: underline;
	color: #000;
}

#knit section.style .styling{
	width: 65%;
	margin: auto;
	padding-bottom: 50px;
	margin-top:-130px;
	margin-bottom:-130px;
}

#knit .subimage{
	margin: 50px auto 30px;
}

#knit .subimage div{
	flex-basis: calc(100% / 3 - 1%);
}

#knit .subimage div:first-child{
	margin-right: 1%;
}

#knit .subimage div:last-child{
	margin-left: 1%;
}

#knit .style .textaria{
	margin: 40px auto;
	width: 100%;
}

#knit .style .textaria p.text{
	text-align: left;
	margin: 0 auto 20px!important;
}

#knit .style .textaria p.model{
	margin: 20px auto 0!important;
	font-size: 0.95em!important;
}

#knit .itemlist{
 font-size: 0.8em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 padding: 12px 0;
 border-top: 1px #000000 solid;
 margin: auto;
}

#knit .itemlist:last-of-type{
	border-bottom: 1px #000000 solid;
}

#knit section.black .itemlist{
	border-top: 1px #FFF solid;
}

#knit section.black .itemlist:last-of-type{
	border-bottom: 1px #FFF solid;
}

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

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

#knit .item p.itemname{
	margin: 20px auto 5px!important;
	font-size: 0.95em!important;
}

#knit .item p.price{
	margin: 0 auto 20px !important;
	font-size: 1.4em!important;
	display: block;
}

#knit .itemlist p.price{
	margin: 0 auto!important;
	font-size: 1.3em!important;
	display: block;
}

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

/* 購入ボタン */

#knit .itemlist a,
#knit .buy a{
	display: block;
	width: 100%;
	max-width: 150px;
	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 .itemlist a:hover,
#knit .buy a:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

/* 回遊リンク */

#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;
}

#knit .Banner4 ul {
	display:inline;
}

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

#knit .style .slide ul{
	width: 100%;
	max-width: 510px;
}

#knit .style .slide ul li img{
	width: 100%;
	max-width: 510px;
}

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

.pc_none{
	display: none!important;
}
	
#knit .pc_header{
	background-image:url(https://www.peetonline.com/images/all/2023/knit/fv.jpg);	
	/*background-size: cover;*/
	background-size: contain;
	/*background-position: no-repeat;*/
	background-repeat: bottom;
	/*width: 100%;*/
	width: 90%;
	margin:auto;
	margin-top:40px;
	height: 90vh;
	position: relative;
}
	
#knit .pc_header h1{
	position: absolute;
	top: 14vh;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}
	
	#knit .pc_header .wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}	
	
	
#knit .pc_wrap{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0;
	text-align: center;
}	

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

#knit section.style{
	max-width: 1200px;
}

#knit .style .item{
	flex-basis: 45%;
	margin: 1%;
	padding: 80px 0;
}

#knit .item img{
	margin: 100px auto 20px;
}

#knit .style .styling{
	flex-basis: 49%;
	margin: 1%;
	padding: 80px 0;
}

#knit .right{
	flex-direction:row-reverse;
}

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

#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;
}

	
/* ------------------ */
/* フッター */
/* ------------------ */
/* メニューをページ下部に固定 */
#fixed-footer-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  opacity: 1;
  z-index: 100;
  margin-left: -15px;
  font-family:'poppins','Noto Sans JP', sans-serif;
  letter-spacing: 0.08em;
}

/* メニューを横並びにする */
#fixed-footer-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fff;
}

/* メニューの要素 */
#fixed-footer-menu li {
  justify-content: center;
  align-items: center;
  width: 50%; /* 要素が5つの場合（100/5） */
  padding: 0;
  margin: 0;
}

/* メニューTOPSのボタン */
#fixed-footer-menu li a.tops_footer {
  color: #333;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  background-color: #ffefd5;
}	

/* メニューCAPのボタン */
#fixed-footer-menu li a.cap_footer {
  color: #333;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-decoration: none;
  background-color:#e3dac9;
}	
	
/* メニュータイトル */
#fixed-footer-menu li p {
  font-size: 4.0vw!important; /* メニュータイトルのフォントサイズ */
	text-align: center;
  /*font-weight: bold;*/
}

	
/* 画像 */
#fixed-footer-menu li img {
  margin: auto;
  width:60%;
  	  
}		

/* アイコンのサイズを調整 */
.footer-icon {
  font-size: 20px;
}	
		
#knit section.itemlist02 div {
	flex-basis: 50%;
	padding: 1%;
	margin-bottom: 10px;
} 		
#knit h1{
	font-size: 25vw;
	margin-bottom: 5px;
	letter-spacing: 3px;
	line-height: 55%;
}

#knit h1 span{
	font-size: 3.3vw;
	letter-spacing: 10px;
	margin-bottom: 10px;
}

#knit h2{
	font-size: 4vw;
}

#knit h3{
	font-size: 4.5vw;
}	
	
#knit p,
#knit div{
	font-size: 2.3vw!important;
	line-height: 180%;
	text-align: center!important;
}

#knit .main_text{
	margin: 12.125vw auto!important;
	width: 90%;
}

#knit .main_text p{
	text-align: left;
}

#knit .profile div:last-child{
	padding-left: 2%;
}

#knit .profile p.rappiname{
	font-size: 3.5vw!important;
}

#knit .profile p.proftext{
	font-size: 2.7vw!important;
	line-height: 130%;
}

#knit .profile div:last-child div{
	width: 100%;
}

#knit .profile div:last-child p.icon{
	font-size: 2.7vw!important;
}

	
	
#knit section.black{
	margin-top: 40vw;
}

#knit section.black:after {
	height: 107%;
	top: -2%;
}
#knit .item{
	margin:8.125vw auto;
	width: 90%;
}

#knit section.style{
	margin-top: -12vw;
	margin-bottom: 5vw;
}

#knit section.style1 .itemline{
	border: 3vw solid #5072a7;
}

#knit section.style2 .itemline{
	border: 3vw solid #ffc1cc;
}

#knit section.style3 .itemline{
	border: 3vw solid #6d9bc3;
}

#knit section.style4 .itemline{
	border: 3vw solid #353839;
}

#knit section.style5 .itemline{
	border: 3vw solid #30d5c8;
}

#knit section.style6 .itemline{
	border: 3vw solid #555555;
}

	
#knit section.style7 .itemline{
	border: 3vw solid #00b7eb;
}

#knit section.style8 .itemline{
	border: 3vw solid #89cff0;
}

#knit section.style9 .itemline{
	border: 3vw solid #6d9bc3;
}

#knit section.style10 .itemline{
	border: 3vw solid #353839;
}
	
#knit section.style11 .itemline{
	border: 3vw solid #0abab5;
}

#knit section.style12 .itemline{
	border: 3vw solid #7fffd4;
}	
	
#knit .style:first-of-type{
	margin:9.125vw auto 17.125vw;
}

#knit .style .textaria{
	/*width: 90%;*/
	margin: 10.25vw auto 0;
}

#knit section.white{
	margin: 48.25vw auto 10.5vw;
}

#knit .itemlist div{
	font-size: 2.7vw!important;
}

#knit .itemlist p.price{
	font-size: 3.6vw!important;
}
	
#knit section.style .styling{
	width: 100%;
	margin-bottom: -10vw;
	margin-top: 15vw;
	
}	

#knit .itemlist02 p.itemname02 {
	font-size: 1em!important;
}	
	
#knit .itemlist02 p.itemname02 {
	height: 33px;
}	
	
	
#knit .itemlist02 p.price02 {
	font-size: 1.4em!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: 95.5vw;
}

#knit .header .title1{
	position: absolute;
	width: 40%;
	top: 0;
	left: 0;
}

#knit .header .title2{
	position: absolute;
	width: 60%;
	top: 0;
	right: 0;
}

#knit .header .title3{
	position: absolute;
	width: 60%;
	bottom: 0;
	left: 0;
}

#knit .header .title4{
	position: absolute;
	width: 40%;
	bottom: 0;
	right: 0;
}

#knit .header .title5{
	position: absolute;
	width: 50%;
	top: 57vw;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}

}