@charset "utf-8";
/* CSS Document */
/*********************************************
 
	         　共通
 
*********************************************/
#yurn{
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:14px;	
	line-height:1.2rem;
	color: #4f4744;
	background-color: #fff;
}
h1.block-header-logo{
	padding: 10px;
}

#yurn a{
	color: #4f4744;	
	text-decoration: none;
}
#yurn .contents_wrapper{
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
}
h2.yurn_tit{
	font-weight: 900;
    text-align: center;
    font-size: 2rem;
    padding: 4em 0px 80px;
    line-height: 1.2;
}
/*#marker,#material,#color,#weight,#recommended,#longseller,#pickup{
	margin-top: -20px;
	padding-top: 20px;
}*/

/*おすすめとロングセラーのタイトル*/
.recommended_titimg1,.newcollection_titimg1,
.pickup_titimg1{
	position: absolute;
	left: 0;
	opacity: 0;
    top:5vh;
}
.recommended_titimg2,.newcollection_titimg2,
.pickup_titimg2{
	opacity: 0;	
	position: absolute;
	right: 0;
    top:5vh;
}

.recommended_titimg1.yarnAction,.newcollection_titimg1.yarnAction,
.pickup_titimg1.yarnAction{
	opacity: 1;	
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.recommended_titimg2.yarnAction,.newcollection_titimg2.yarnAction,
.pickup_titimg2.yarnAction{
	opacity: 1;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

/*　画面サイズが990pxからはここを読み込む　*/
@media screen and (max-width:990px) { 
	#yurn .contents_wrapper{
		padding: 0 4%;
		box-sizing: border-box;
	}
}
@media screen and (min-width:780px) { 
	.pc_none{
		display: none !important;
	}
}
/*　画面サイズが780pxからはここを読み込む　*/
@media screen and (max-width:780px) { 
	#yarn{
		font-size:12px;	
	}
	.sp_none{
		display: none !important;
	}	
}
/*　画面サイズが780pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	h2.yurn_tit{
		padding: 15% 0 9%;
		font-size: 6vw;
	}	
	.recommended_titimg1,.newcollection_titimg1,
	.pickup_titimg1,
	.recommended_titimg2,.newcollection_titimg2,
	.pickup_titimg2{
		top: 1%;
    width: 25%;
	}
}

/*********************************************
 
	         　main
 
*********************************************/
#main{
	/*padding-bottom: 50px;	*/
}
.yurnMain.sp_none{
	width: 100%;
	background-image: url(/img/usr/handicraft/event/summeryarn/2021syarn_mvbg.jpg);
	background-repeat: repeat;
	text-align: center;
	color: rgba(255,255,255,0);
}
/*検索ゾーン*/
.yurnSearch{
	padding: 20px 0;
	background-color: #e2e2e2;
}
.yurnSearchForm{
	margin:  0 auto;
	display: flex;
	justify-content: center;
}

.yurnSearchForm input[type="text"] {
    border: none;
    border-radius: 0;
    outline: none;
}
.yurnSearchForm button,
.yurnSearchForm input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
}
.yurnSearch_keyword{
	font-size: 1.1rem;
	background-color: #fff;
	max-width: 650px;
	width: 80%;
	height: 50px;
	padding-left: 20px;
	box-sizing: border-box;
}
.yurnSearch_btn{
	width: 10%;
	background-color: #4f4744;
	max-width: 120px;
	width: 20%;
	height: 50px;
	margin-left: 30px;
	cursor: pointer;
}
.yurnSearch_keywordList{
	max-width: 980px;
	width: 100%;
	margin:  20px auto 0;
	text-align: center;
}
.yurnSearch_keywordList::before{
	content: "人気キーワード：";
}
.yurnSearch_keywordList a{
	margin-left: 20px;
}
/*.yurnSearch_keywordList a::before{
	content: "#"
}*/
/*　画面サイズが780pxからはここを読み込む　*/
@media screen and (max-width:780px) { 
	.yurnMain.pc_none img{
		width: 100%;
	}
}
/*　画面サイズが780pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	.yurnSearch_keywordList{
		padding: 0 3%;
		box-sizing: border-box;
	}
	.yurnSearch_btn{
	    margin-left:0;
	}
	.yurnSearch_keywordList{
		margin: 10px auto 0;
	}
	.yurnSearchForm input[type="text"]{
		font-size: 14px;
	}
	.yurnSearch_keywordList a {
		margin-left: 8px;
	}
}

/*********************************************
 
	         　navi
 
*********************************************/
.yurnNavi{
	/*margin: 0 auto 100px !important;*/
	background-color: #eafcff;
}
.yurnNavi ul{
	display: flex;
  justify-content: space-between;
	padding: 2% 0;
}

.yurnNavi ul li {
	width: 20%;
	border-right: dotted 2px #343434;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yurnNavi ul li:last-child {
	border-right: none;
}
.yurnNavi ul li a{
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
    align-content: center;
}

/*.yurnNavi ul li:nth-child(5) a{color: #e95224!important;}
.yurnNavi ul li:nth-child(6) a{color: #eca911!important;}
.yurnNavi ul li:nth-child(7) a{color: #0cabde!important;}*/


.yurnNavi_cont1 a p{color: #e95224;}
.yurnNavi_cont2 a p{color: #eca911;}
.yurnNavi_cont3 a p{color: #0cabde;}
/*.yurnNavi_cont4 a p{color: #7c60a7;}*/

.comingsoon_box{
	position: relative;	
}
.comingsoon{
	width: 100%;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.4);
    color: #fff;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 46px;
}

/*　画面サイズが780pxからはここを読み込む　*/
@media screen and (max-width:780px) { 
	/*<!--.yurnNavi{
		margin: 0 auto 50px !important;
	}-->*/
	
}
/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	/*.yurnNavi{
		margin: 0 auto 50px !important;
	}*/
	
	.yurnNavi ul.contents_wrapper{
	padding: 4% 0!important;
}
	.yurnNavi ul li a {
    font-size: 0.8em;
    line-height: 1.4em;
}
	.comingsoon{
		line-height:1.4;
	}
	
}

/*　画面サイズが320pxからはここを読み込む　*/
@media screen and (max-width:320px) { 
	.yurnNavi{
	}
}


/*********************************************
 
	         　recommended
 
*********************************************/
#recommended{
	background-color: #faf9f4;
    padding-bottom: 80px;
}
#recommended .contents_wrapper{
	position: relative;	
}
.recommendedItem{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 90px;
}

.recommendedItem_bottom{
	border-bottom:2px solid #c7c3b0;
	padding-bottom: 100px;
	margin-bottom: 0;
}

.recommendedItem li{
	width:calc(100%/3);
}
.recommendedItem li:hover{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;		
	-webkit-animation-name: pulse;
	animation-name: pulse;	
}
.recommendedItem li img{
	width: 100%;
}

#feature h3.recommended_TextTit{
	font-size: 24px;
	font-weight:bold;
	text-align:center;
	color:#4f4744;
	margin-top:50px;
	letter-spacing: 0.04em;
}

.linemarker{
	background: linear-gradient(transparent 65%, #c7c3b0 65% 120%)!important;
}




.recommended_separation{
	border-bottom:2px solid #4f4744;
	width: 3%;
    margin: 20px auto;
}

.recommended_txt{
	font-size:14px;
	line-height:1.714;
	text-align:center;
	color:#4f4744;
	margin-bottom:50px;
}

/*　画面サイズが780pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	#feature h3.recommended_TextTit{
	font-size: 16px;
}
	.recommended_txt {
    font-size: 12px;
    line-height: 1.714;
    text-align: left;
    color: #4f4744;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}
	
	#recommended{
		padding-bottom: 15%;
	}
	.recommendedItem li{
		width:calc(100%/2);
	}
}

/*********************************************
 
	         　NEW_collection
 
*********************************************/
#NEW_collection{
	background-color: #faf9f4;
    padding-bottom: 80px;
}
#NEW_collection .contents_wrapper{
	position: relative;	
}
.newcollectionItem{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.newcollectionItem li{
	width: calc(92%/3);
    margin: 1% 1% 5% 1%;
}
.newcollectionItem li:hover{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;		
	-webkit-animation-name: pulse;
	animation-name: pulse;	
}
.newcollectionItem li img{
	width: 100%;
}


.newcollection_itemname{
	font-size:14px;
	font-weight:600;
	text-align: left;
	margin-top:20px;
}

.newcollection_itemtext{
	font-size:12px;
	text-align: left;
	line-height:1.333;
	margin:10px auto;
}

.newcollection_more{
	font-size:14px;
	font-weight:600;
	text-align: center;
	text-decoration: underline;
	line-height:1.333;
	margin-bottom:20px;
}


/*　画面サイズが780pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	#NEW_collection{
		padding-bottom: 15%;
	}
	.newcollectionItem li{
		width:calc(96%/2);
	}
}
/*********************************************
 
	         　longseller
 
*********************************************/
.longsellerItem .contents_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#longseller{
	background-color: #fff;
}
#longseller .longsellerItem:nth-child(2n+1) .contents_wrapper{
	flex-direction: row-reverse;
}
.longsellerItem{
	position: relative;
	margin-bottom: 100px;
	    z-index: 2;
}
.longsellerItem::before{
	content: "";
	display: block;
	width: 0;
	height: 280px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);	
	background-color: #faf9f4;
	position: absolute;
	z-index: -1;
	transition: 1s;
}
.longsellerItem:nth-child(2n+1)::before{
	left: auto;
	right: 0;
}
.longsellerItem.yarnAction::before{
	width: 50%;
}

.longsellerItemImg{
	width: 50%;
}
.longsellerItemImg img{
	max-width: 500px;
	width: 100%;
}
.longsellerItemImg:hover,
.longsellerItem2Img:hover{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;		
	-webkit-animation-name: pulse;
	animation-name: pulse;	
}
.longsellerItem2Img img{
	width: 100%;
    max-width: 191px;
}
.longsellerItemText{
	width: 44%;
}
.longsellerItemTextTit{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.7rem;
	text-align: center;
	margin-bottom: 30px;
}
.longsellerItemText p{
	line-height: 1.6rem;
}
.longsellerBtn a{
	display: block;
	margin: 30px auto 0;
	padding: 15px 0;
	max-width: 250px;
	width: 80%;
	text-align: center;
	color: #faf9f4 !important;
	background-color: #4f4744;
	border: 1px solid #4f4744;
	transition: 0.5s;
}

.longsellerBtn a:hover{
	color: #4f4744 !important;
	background-color: #fff;
	border: 1px solid #4f4744;	
}
.longsellerItem2List{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.longsellerItem2List li{
	width: 23%;
	margin-bottom: 30px;
}
.longsellerItem2List p{
	margin-top: 20px;
	text-align: center;
}

.longseller_bnrarea{
	width:760px;
	margin:80px auto;
}


/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	.longsellerBtn a{
		padding: 10px 0;
	}
	.longsellerItemImg{
		width: 100%;
		margin-bottom: 40px;
	}
	.longsellerItemText{
		width: 100%;
	}
	.longsellerItem::before {
		content: "";
		height: 280px;
		top: 22%;
	}
	.longsellerItemTextTit{
		margin-bottom: 20px;
		font-size: 5vw;
	}
	.longsellerItem2List li{
		width: 28%;
	}
	
	.longseller_bnrarea{
	width:80%;
	margin:40px auto;
}
    .longseller_bnrarea img{
        width:100%;
    }
}
/*********************************************
 
	         　pickup
 
*********************************************/
#pickup{
	background-color: #faf9f4;
	margin-top: 50px;
    padding-bottom: 80px;	
}
#pickup .contents_wrapper{
	position: relative;	
}
.pickupItem{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pickupItem li{
	width:49%;
	margin-bottom: 2%;
	position: relative;
}
.pickupItem li img{
	width: 100%;
}
a .pickupItemtext{
	color: #fff;
}
.pickupItem li .pickupItemtext{
	opacity: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left:0;
	background-color: rgba(0,0,0,0.3);
	padding: 5px 10px;
	box-sizing: border-box;
	transition: 0.5s;
}
.pickupItem li:hover .pickupItemtext{
	opacity: 1;
}

.pickupItemMarkerE{
	font-size: 1.3rem;
	font-weight: 700;
}
.pickupItemMarkerJ{
	font-size: 1rem;
}
.pickupItemMarkerJ::before{
	content: "｜";
	padding:0 5px;	
	box-sizing: border-box;
}
/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	#pickup{
	    padding-bottom: 50px;
	}
	.pickupItem li .pickupItemtext{
		opacity: 1;
		position: inherit;
		background-color: rgba(0,0,0,0);
		padding: 0;
	}
	a .pickupItemtext {
		color: #4f4744;
	}
	.pickupItemMarkerE{
		font-size: 4vw;
	}
	.pickupItemMarkerJ {
		font-size: 3vw;
	}
	.pickupItemMarkerJ::before{
		padding: 0;
	}
	.pickupItem li{
		margin-bottom: 5%;
	}
}
/*********************************************
 
	         　marker
 
*********************************************/
#marker{
	background-color:#fff;
}
#marker .yurn_tit{
	color: #fff;
	background-color: #e95224 !important;
}
h2.sheep_tit{
	margin-top: 120px;
	padding: 50px 0 45px;
	position: relative;
	margin-bottom: 50px;
}
h2.sheep_tit img{
	position: absolute;
	top: -73px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);	
}
.markerLogo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.markerLogo li{
	width: 18%;
	border:2px solid #4f4744;
	margin-bottom: 2%;
}
.markerLogo li:nth-last-child(1){
	border:none;
}
.markerLogo li img{
	width: 100%;
}
.markerLogo li:hover{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;		
	-webkit-animation-name: pulse;
	animation-name: pulse;	
}
/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	h2.sheep_tit{
		margin-top: 20%;
	    padding: 12% 0 10%;	
		margin-bottom: 10%;
	}
	h2.sheep_tit img{
		width: 25%;
		top: -37%;
	}
	.markerLogo li{
		width: 32%;
	}
}
/*********************************************
 
	         　material
 
*********************************************/
#material{
	background-color:#fff;
}
#material .yurn_tit{
	color: #fff;
	background-color: #eca911 !important;
}
.materialLogo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.materialLogo li{
	width: 18%;
	margin-bottom: 50px;
}
.materialLogo p{
	text-align: center;
	margin-top: 20px;
}
.materialLogo li img{
	width: 100%;
}
.materialLogo li:hover{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;		
	-webkit-animation-name: pulse;
	animation-name: pulse;	
}
/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	.materialLogo li{
		width: 30%;
		margin-bottom: 5%;
	}	
}
/*********************************************
 
	         　color
 
*********************************************/
#color{
	background-color:#fff;
}
#color .yurn_tit{
	color: #fff;
	background-color: #0cabde !important;
}
#color .materialLogo{
	justify-content: flex-start;
}
#color .materialLogo li{
    width: calc(100%/10);
    padding: 0 0.8%;
	box-sizing: border-box;	
	margin-bottom: 50px;
}
#color .materialLogo p{
	margin-top: 10px;
}

/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	#color .materialLogo li{
		width: calc(100%/4);
		margin-bottom: 5%;
		padding: 0 2%;
	}
}

/*********************************************
 
	         　weight
 
*********************************************/
#weight .yurn_tit{
	color: #fff;
	background-color: #7c60a7 !important;
}

/*********************************************
 
	         　campaign
 
*********************************************/
#campaign{
    width:100%;
    margin:120px 0 0;
    padding:0 0 70px;
    background-color:#dfeeef;
}

#feature .yurn_tit_campaign{
    width:800px;
    margin:0 auto;
}

.yurn_campaign_daysbox{
    width:100%;
    margin:0;
    background:linear-gradient(#46a2a0 65%, #46a2a0 65% 85%, transparent 85% 100%);
}
.yurn_campaign_days{
    max-width:900px;
    margin:0 auto;
}

.yurn_campaign_contents_box{
    width:800px;
    margin:0 auto;
}

.yurn_campaign_contents_tit{
    margin:10px 0 35px;
}

.yurn_campaign_contents_list{
    display:flex;
    justify-content:space-around;
}
.yurn_campaign_contents{
    width:240px;
}

.yurn_campaign_contents_txt{
    width:800px;
    display:flex;
    justify-content: flex-end;
    margin:20px auto 0;
}

.ycc_precautionary_statement{
    font-size:12px;
    line-height:2.2;
}

.ycc_btn{
    border:1px solid #333;
    border-radius:25px;
    margin-left: 20px;
    line-height:1;
}

.ycc_btn a{
    display:block;
    padding:5px 30px;
}

.ycc_btn .arrow{
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.ycc_btn .arrow::before,
.ycc_btn .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.ycc_btn .arrow::before{
    right: 12px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.embedsocial-hashtag {
    position: relative;
    width: 1000px;
    margin: 100px auto;
}

/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) {
    #campaign{
    width:100%;
    margin:50px 0 0;
    padding:0 0 70px;
}
    
    #campaign img{
        width:100%;
    }
    
    #feature .yurn_tit_campaign{
    width:100%;
    margin:0 auto;
}
    .yurn_campaign_contents_box{
    width:100%;
    margin:0 auto;
}
    
    .yurn_campaign_contents_list{
    display:flex;
    justify-content:space-around;
        flex-wrap: wrap;
}
.yurn_campaign_contents{
    width:240px;
    margin:10px auto;
}
.yurn_campaign_contents_txt{
    width:100%;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:20px auto 0;
}
    .ycc_btn{
    border:1px solid #333;
    border-radius:25px;
    margin: 20px 0;
    line-height:1;
}
    .ycc_btn a{
    display:block;
    padding:15px 30px;
}
    .embedsocial-hashtag {
    position: relative;
    width: 96%;
    margin: 50px auto;
}
}




/*********************************************
 
	         　shop
 
*********************************************/
#shop{
	background-color: #e1f3f9;	
	padding-bottom: 90px;
}
.shopContent {
    position: relative;
    height: 320px;
    margin-bottom: 120px;
}
.shopContentImg{
	position: absolute;
	left: 0;
	width: 44%;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}
.shopContentImg img{
	width: 100%;
}
.shopContentText{
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}
.shopContentText p{
	text-align: left;
    padding-top: 40px;	
}
.shopContentTextWrapper{
	position: relative;
}
.shopContentTextWrapper a{
	text-decoration: underline;
}
.shopContentText img{
	width: 300px;
	position: absolute;
	top: -68px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);		
}

.shopContent:nth-of-type(2) .shopContentImg{
	right: 0;
	left: auto;
}
.shopContent:nth-of-type(2) .shopContentText{
	left: 0;
	right: auto;
}
/*.yurnshop1,.yurnshop2{
	opacity: 0;
}*/
.yurnshop1.yarnAction{
	opacity: 1;	
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.yurnshop2.yarnAction{
	opacity: 1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	.shopContent {
		height: 600px;
		margin-bottom: 30px;
	}	
	.shopContentImg{
		width: 95%;
	}
	.shopContentText{
		width: 95%;
		padding: 8%;
		right: 0;
		bottom: auto;
	    top: 50vw;
	}
	.shopContent:nth-of-type(2) .shopContentText{
		left: 0;
	}
	.shopContentText img{
		width: 100%;
		position: inherit;
		top: 0;
	}
	.shopContentText p{
		padding-top: 10px;
	}
	#shop h2.sheep_tit{
		margin-bottom: 0;
	}
}

/*********************************************
 
	         　yurnrecommend_bn
 
*********************************************/
.yurnrecommend_bnList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yurnrecommend_bnList li{
	width: 50%;
	transition: 0.5s;
}
.yurnrecommend_bnList li:hover{
	opacity: 0.8;
}
.yurnrecommend_bnList img{
	width: 100%;
}

.yarnShopInfo{
	max-width: 980px;
	width: 100%;
	margin: 0 auto 5%;
	text-align: center;
}

.yarnShopInfo span{
	font-weight: 600;
	font-size: 1.2rem;
	display:block;
	margin-bottom: 10px;
}

.yarnShopInfo span a{
	text-decoration: underline !important;
}

/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	.yurnrecommend_bnList li{
		width: 100%;
	}	
	
	.yarnShopInfo{
		text-align: left;
		padding: 0 3%;
		box-sizing: border-box;
	}
	.yarnShopInfo:last-child {
    padding: 40% 3% 0;
}
	.yarnShopInfo span{
		font-size: 1rem;
	}	
}

/*********************************************
 
	         　yarn_floating
 
*********************************************/
@media screen and (min-width:780px) { 
	.yarn_floating{
		position: fixed;
		top: 50px;
		left: 0;
		z-index: 999;
	}
	.yarn_floating div[class^="yurnNavi_cont"]{
		position:inherit;
		text-align: center;	
		width: 60px;
	}
	.yarn_floating div[class^="yurnNavi_cont"] img{
		width: 50px;
	}
	.yarn_floating div[class^="yurnNavi_cont"] p{
		font-size: 0.5rem;
		line-height: 0.8rem;
		margin-top: 5px;
	}
	.yarn_floating .yurnNavi_cont1{
		position: absolute;
		top: 110px;
		left: 0;
	}
	.yarn_floating .yurnNavi_cont2{
		position: absolute;
		top: 175px;
		left: 0;
	}
	.yarn_floating .yurnNavi_cont3{
		position: absolute;
		top: 240px;
		left: 0;
	}
	.yarn_floating .yurnNavi_cont4{
		position: absolute;
		top: 305px;
		left: 0;
	}
	.yarn_floating .yurnNavi_cont5{
		position: absolute;
		top: 368px;
		left: 0;
	}
	.yarn_floating .yurnNavi_cont6{
		position: absolute;
		top: 430px;
		left: 0;
	}
	.yarn_floating .yurnNavi_cont7{
		position: absolute;
		top: 510px;
		left: 0;
	}
	.yarn_floating .yurnNavi_cont8{
		position: absolute;
		top: 585px;
		left: 0;
	}	
}

@media screen and (max-width:780px) { 
	.yarn_floating_sp{
		display: none;
	}
	.yarn_floating_sp div[class^="yurnNavi_cont"]{
		position:relative;
		top: auto;
		left: auto;
		text-align: center;
	}	
	div[class^="yurnNavi_cont"] p{
		font-size: 1rem;
	}
	.yarn_floating_sp div[class^="yurnNavi_cont"] a p{
		color: #4f4744;
		margin-bottom: 7%;
	}
	.yarn_floating_sp .yurnNavi_cont1{
		margin-top: 8%;
	}
	.yarn_floating_sp div[class^="yurnNavi_cont"] a p br{
		display: none;
	}
	.yarn_floating_sp div[class^="yurnNavi_cont"] a p::after{
		content: "";
		display: block;
		height: 2px;
		width: 10%;
		background-color: #938680;
		margin: 7% auto 0;
	}
	.yarn_floating_btn.fixed_sp {
		display: block;
		position: fixed;
		bottom: 20px;
		left: 5px;
		z-index: 56;
		text-align: center;
		font-weight: 700;
		font-size: 13px;
	}
	.yarn_floating_sp.yarnactive{
		display: block !important;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color:rgba(250,249,244,0.95);
		z-index: 1000;
	}
	.yarn_floating_btn.fixed_sp img{
		width: 80px;
	}
	.yarn_floating div[class^="yurnNavi_cont"] img{
		display: none;
	}
	.yarn_floating_close {
    color: #4f4744;
    text-align: center;
		padding: 4% 0;
}
}





/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
/*____anime_____*/
	@-webkit-keyframes shake {
	  from,
	  to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	  }

	  10%,
	  30%,
	  50%,
	  70%,
	  90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	  }

	  20%,
	  40%,
	  60%,
	  80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	  }
	}

	@keyframes shake {
	  from,
	  to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	  }

	  10%,
	  30%,
	  50%,
	  70%,
	  90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	  }

	  20%,
	  40%,
	  60%,
	  80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	  }
	}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
