@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');

/*--------------------------------------------------------------------*/
/* NVヤーン */
/*--------------------------------------------------------------------*/

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* {
	margin: 0;
	padding: 0;
}
img,video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
small,
.small {
  font-size: 85%;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}



/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*layout
--------------------------------------------------------------------*/

#nvyarn {
  margin: 0;
}
#nvyarnMain {
	background: #fff;
}

@media print, screen and (min-width: 840px){
  main {
    padding-bottom: 100px;
  }
}

.nvyarnBlock {
	padding: 30px 0;
}

.nvyarnSpace01 {
	height: 150px;
	background: url("../../../../img/usr/category/nvyarn/common/nvyarn_01.jpg") no-repeat center center;
	background-size: cover;
	background-color: rgba(255, 255, 255, .6);
	background-blend-mode: lighten;
}
.nvyarnSpace02 {
	height: 150px;
	background: url("../../../../img/usr/category/nvyarn/common/nvyarn_02.jpg") no-repeat center center;
	background-size: cover;
	background-color: rgba(255, 255, 255, .6);
	background-blend-mode: lighten;
}

@media print, screen and (min-width: 768px) {
	.nvyarnSpace01 {
		height: 200px;
	}
	.nvyarnSpace02 {
		height: 200px;
	}
}




/* nvyarnHeader
--------------------------------------------------------------------*/
#nvyarnHeader {
	display: table;
	width: 100%;
	height : calc(100vh - 200px);
	background: url("../../../../img/usr/category/nvyarn/common/nvyarn_mainv_sp.jpg") no-repeat center center;
	background-size: cover;
}
#nvyarnHeader h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 50px;
}

@media print, screen and (min-width: 768px) {
	#nvyarnHeader {
		height : calc(100vh - 193px);
		background: url("../../../../img/usr/category/nvyarn/common/nvyarn_mainv.jpg") no-repeat left center fixed;
		background-size: cover;
	}
	#nvyarnHeader h1 {
		display: table-cell;
		vertical-align: middle;
		text-align: right;
		padding-right: 50px;
	}
} 



/* nvyarnLead
--------------------------------------------------------------------*/
#nvyarnLead {
}
#nvyarnLead p {
	display: block;
  font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 500;
	padding: 30px 0;
	margin: 0 10px;
}

@media print, screen and (min-width: 768px) {
	#nvyarnLead {
		text-align: center;
	}
	#nvyarnLead p {
		display: inline-block;
		text-align: center;
		padding: 50px 1em;
	}
} 
@media print, screen and (min-width: 980px) {
}


/* nvyarn3Type
--------------------------------------------------------------------*/
.nvyarn3Type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.nvyarn3Type > li {
	box-sizing: border-box;
	padding: 30px 0;
  margin: 0 20px;
}
.nvyarn3Type > li:nth-child(1),
.nvyarn3Type > li:nth-child(2) {
  border-bottom: 1px solid #ccc;
}

@media print, screen and (min-width: 768px) {
	.nvyarn3Type > li {
		width: 33.333%;
    padding: 0 20px;
    margin: 0;
	}
	.nvyarn3Type > li:nth-child(1),
	.nvyarn3Type > li:nth-child(2) {
    border-bottom: none;
		border-right: 1px solid #ccc;
	}
}

.nvyarn3Type > li h3 {
  font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: .1em;
	text-align: center;
	margin: .3em 0;
}
.nvyarn3Type > li h3 small {
	display: block;
	font-size: 18px;
	font-weight: 700;
}
.nvyarn3Type > li .yarnInfo {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: .5em;
}
.nvyarn3Type > li .yarnPrice {
  font-family: "Noto Serif JP", serif;
	font-size: 18px;
	margin-bottom: .5em;
}
.nvyarn3Type > li .yarnSpec {
	font-size: 14px;
	line-height: 1.5;
}
.nvyarn3Type > li .yarnSpec li::before {
  color: #999;
	content: "\f111"; 
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	margin-right: .5em;
}


@media print, screen and (min-width: 768px) {
  .nvyarn3Type > li h3 {
    font-weight: 700;
    margin: 1em 0;
  }
}


/* nvyarnKit
--------------------------------------------------------------------*/
.nvyarnKitWp {
	/*background: #e6e5e1;*/
	background: #F3F2EE;
}
.nvyarnKitWp h2 {
	letter-spacing: .1em;
	text-align: center;
	padding: 1.5em 0 .5em;
	margin: 0;
}
.nvyarnKitWp h2 strong {
	display: inline-block;
	border-bottom: 3px solid #333;
	color: #333;
	font-size: 36px;
	font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
	letter-spacing: .2em;
	padding: 0 0 0 .2em;
}

.design-cap {
  font-size: 14px;
  padding: 10px 10px 0;
}

.nvyarnKit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;
}
.nvyarnKit li {
	display: block;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	width: 100%;
	margin: 0 0 2%;
}
.nvyarnKit li a {
	margin: 30px 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #333;
	text-decoration: none;
}
.nvyarnKit li a:hover {
	opacity: 1;
	-webkit-animation-duration: 2s;
	-webkit-animation-name: flash;
	animation-duration: 2s;
	animation-name: flash;
}

@media print, screen and (min-width: 768px) {
  .design-cap {
    padding: 10px 40px 0;
  }
	.nvyarnKit {
		padding: 20px;
	}
	.nvyarnKit li {
		width: 30%;
		margin: 1.6666%;
	}
}

.nvyarnKit li .badge-new {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 60px;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
	background: #f7ce26;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
	letter-spacing: .2em;
	text-align: center;
	padding: 0 .5em;
	z-index: 100;
}
.nvyarnKit li figure {
  width: 55%;
}
.nvyarnKit li figcaption {
  width: 40%;
}
.nvyarnKit li figcaption span {
	display: block;
	line-height: 1.3;
	margin-top: .5em;
}
.nvyarnKit li figcaption .item-name {
	font-size: 110%;
  font-family: "Noto Serif JP", serif;
}
.nvyarnKit li figcaption .item-yarn {
	color: #049;
	font-size: 80%;
	font-weight: bold;
}
.nvyarnKit li figcaption .item-yarn.boubari {
	min-height: 18px;
	background: url("../../../../img/usr/category/nvyarn/common/icon_boubari.png") no-repeat left;
	padding-left: 28px;
}
.nvyarnKit li figcaption .item-yarn.kagibari {
	min-height: 18px;
	background: url("../../../../img/usr/category/nvyarn/common/icon_kagibari.png") no-repeat left;
	padding-left: 28px;
}
.nvyarnKit li figcaption .item-designer {
	font-size: 80%;
}
.nvyarnKit li figcaption .item-price {
  font-family: "Noto Serif JP", serif;
	font-size: 90%;
}

@media print, screen and (min-width: 768px) {
  .nvyarnKit li .badge-new {
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
	.nvyarnKit li figure {
    width: 100%;
    margin: 0 0 10px 0;
	}
	.nvyarnKit li figcaption {
    width: 100%;
	}
	.nvyarnKit li figcaption .item-yarn {
		line-height: 18px;
	}
	.nvyarnKit li figcaption .item-yarn.boubari,
	.nvyarnKit li figcaption .item-yarn.kagibari {
		height: 18px;
		background-size: contain;
	}
}


/* nvyarnList
--------------------------------------------------------------------*/
.nvyarnListWp {
	/*background: #e6e5e1;*/
	background: #F3F2EE;
}
.nvyarnListWp h2 {
	letter-spacing: .1em;
	text-align: center;
	padding: 1.5em 0 .5em;
	margin: 0;
}
.nvyarnListWp h2 strong {
	display: inline-block;
	border-bottom: 3px solid #333;
	color: #333;
	font-size: 36px;
	font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
	letter-spacing: .2em;
	padding: 0 0 0 .2em;
}

.nvyarnList {
	margin-bottom: 30px;
}
.nvyarnList .yarn-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;

}
.nvyarnList .yarn-info figure {
	margin: 0 0 10px;
}
.nvyarnList .yarn-info figcaption {
	font-size: 14px;
	line-height: 1.5;
}
.nvyarnList .yarn-info figcaption h3 {
	text-align: center;
	margin: 0 0 1em;
}
.nvyarnList .yarn-info figcaption h3 small {
	font-size: 18px;
	margin-left: .5em;
}
.nvyarnList .yarn-info figcaption p {
  margin-bottom: .5em;
}
.nvyarnList .yarn-info figcaption .yarn-price {
  font-family: "Noto Serif JP", serif;
	font-size: 110%;
}
.nvyarnList .yarn-info figcaption li::before {
  color: #999;
	content: "\f111"; 
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	margin-right: .5em;
}


@media print, screen and (min-width: 768px) {
	.nvyarnList .yarn-info {
		padding: 20px 30px 0;
	}
	.nvyarnList .yarn-info figure {
		width: 50%;
		margin: 0;
	}
	.nvyarnList .yarn-info figcaption {
		width: 48%;
	}
}

.nvyarnYarns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px;
}
.nvyarnYarns li {
	position: relative;
	box-sizing: border-box;
	background: #fff;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	width: 46%;
	margin: 2%;
}
.nvyarnYarns li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px;
	color: #333;
	text-decoration: none;
}
.nvyarnYarns li a:hover {
	opacity: 1;
	-webkit-animation-duration: 2s;
	-webkit-animation-name: flash;
	animation-duration: 2s;
	animation-name: flash;
}

@media print, screen and (min-width: 768px) {
	.nvyarnYarns {
		padding: 20px;
	}
	.nvyarnYarns li {
		width: 23%;
		margin: 1%;
	}
}

.nvyarnYarns li figure {
	width: 100%;
  margin-bottom: 10px;
}
.nvyarnYarns li figcaption {
	width: 100%;
}
.nvyarnYarns li figcaption span {
	display: inline;
	line-height: 1.3;
}
.nvyarnYarns li figcaption .yarn-number {
  font-family: "Noto Sans JP", sans-serif;
	margin-right: .5em;
}
.nvyarnYarns li figcaption .yarn-name {
  font-family: "Noto Serif JP", serif;
}
.nvyarnYarns li figcaption .yarn-kana {
	display: block;
	font-size: 80%;
}

@media print, screen and (min-width: 768px) {
	.nvyarnYarns li figure {
		width: 55%;
    margin-bottom: 0;
	}
	.nvyarnYarns li figcaption {
		width: 40%;
	}
	.nvyarnYarns li figcaption span {
		display: block;
		margin-bottom: .2em;
	}
	.nvyarnYarns li figcaption .yarn-number {
		margin-right: 0;
	}
}


/* nvyarnBnr
--------------------------------------------------------------------*/
.nvyarnBnr {
	padding: 10px 10px 20px;
}
.nvyarnBnr li {
	position: relative;
	box-sizing: border-box;
	background: #fff;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	padding: 20px;
}
.nvyarnBnr li a {
}
.nvyarnBnr li a:hover {
	opacity: 1;
	-webkit-animation-duration: 2s;
	-webkit-animation-name: flash;
	animation-duration: 2s;
	animation-name: flash;
}

.nvyarnBnr li.bnr-pc {
  display: none;
}
.nvyarnBnr li.bnr-sp {
  
}

@media screen and (min-width: 768px) {
	.nvyarnBnr {
		padding: 20px;
	}
  .nvyarnBnr li {
    margin: 1.6666%;
  }
  .nvyarnBnr li.bnr-pc {
    display: inherit;
  }
  .nvyarnBnr li.bnr-sp {
    display: none;
  }
}




/* hibikoreFooter
--------------------------------------------------------------------*/

.hibikoreFooter {
	padding: 20px;
	text-align: right;
}


.br-mb {
  display: inherit;
}
.br-pc {
  display: none;
	margin-right: .5em;
}

@media print, screen and (min-width: 720px){
  .br-mb {
    display: none;
		margin-right: .5em;
  }
  .br-pc {
    display: inherit;
		margin-right: 0;
  }
}

.dateWrap {
  border-top: 1px solid #333;
  padding-top: 30px;
}

.txt-camel {
	color: #9c6a00;
}
.txt-14 {
  font-size: 14px !important;
}
.txt-30 {
  font-size: 24px !important;
}
.txt-center {
  text-align: center !important;
}


@media print, screen and (min-width: 980px) {
	.header-wagara {
		font-size: 24px;
		padding: 2em 0;
	}
}


