@charset "utf-8";

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
background-color: #fff;
word-break: break-all;
}
body.open{
	overflow: hidden;
}
.mincho{font-family:"Yu Mincho", "YuMincho",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;}
img{
	vertical-align: bottom;
}
a{
  text-decoration: none;
  color: #000;
  transition: color .5s;
}
a:hover{
	    color: #991f1f;
}
a:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
ul li {
  list-style: none;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
.clear{
  clear: both;
}
.mgt0{
	margin-top: 0 !important;
}
.mgt5{
	margin-top: 5px !important;
}
.mgt10{
	margin-top: 10px !important;
}
.mgt20{
	margin-top: 20px !important;
}
.mgt30{
	margin-top: 30px !important;
}
.mgt40{
	margin-top: 40px !important;
}
.mgt50{
	margin-top: 50px !important;
}
.mgt80{
	margin-top: 80px !important;
}
.mgt100{
	margin-top: 100px !important;
}
.mgt150{
	margin-top: 150px !important;
}
.mgb10{
	margin-bottom: 10px !important;
}
.mgb20{
	margin-bottom: 20px !important;
}
.mgb30{
	margin-bottom: 30px !important;
}
.mgb40{
	margin-bottom: 40px !important;
}
.mgb50{
	margin-bottom: 50px !important;
}
.mgb100{
	margin-bottom: 100px !important;
}
.mgr10{
	margin-right: 10px;
}
.mgr30{
	margin-right: 30px;
}
.mgr50{
	margin-right: 50px;
}
.pdt10{
	padding-top: 10px;
}
.pdt20{
	padding-top: 20px;
}
.pdt30{
	padding-top: 30px;
}
.pdt40{
	padding-top: 40px;
}
.pdt50{
	padding-top: 50px;
}
.pdb10{
	padding-bottom: 10px;
}
.pdb20{
	padding-bottom: : 20px;
}
.pdb30{
	padding-bottom: 30px;
}
.pdb40{
	padding-bottom: 40px;
}
.pdb50{
	padding-bottom: 50px;
}
.tac{
  text-align: center;
}
.tar{
	text-align: right;
}
.tal{
	text-align: left;
}
.fll{
	float: left;
}
.flr{
	float: right;
}
.ovf-h{
	overflow: hidden;
}
.font10{
	font-size: 10px !important;
}
.font11{
	font-size: 11px !important;
}
.font12{
	font-size: 12px !important;
}
.font13{
	font-size: 13px !important;
}
.font14{
	font-size: 14px !important;
}
.font15{
	font-size: 15px !important;
}
.font16{
	font-size: 16px !important;
}
.font17{
	font-size: 17px !important;
}
.font18{
	font-size: 18px !important;
}
.font19{
	font-size: 19px !important;
}
9.font20{
	font-size: 20px !important;
}
.font22{
	font-size: 22px;
}
.font24{
	font-size: 24px;
}
.font28{
	font-size: 28px;
}
.font30{
	font-size: 30px;
}
.font40{
	font-size: 40px;
}
.font50{
	font-size: 50px;
}

.bold{
	font-weight: bold !important;
}
.center{
	text-align: center;
}
.clear{
	clear: both;
}
.red{
	color: #991f1f !important;
}
.red2{
	color: #CC0000 !important;
}

.lh18{
	line-height: 1.8;
}

/* ページトップボタン */
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  transition: .3s;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.inner{
	width: 90%;
	margin: 0 auto;
	position: relative;
}
#header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #fff;
	border-bottom: 1px solid;
	transition: .5s;
}
#header .hide{
    transform: translateY(-100%);
}
/* ハンバーガー */
.hamburger:before{
	position: absolute;
	top: 32px;
	left: 8%;
	content: " ";
    display:inline-block;
    width:30px;
    height:30px;
    background:url(/sp/images/top/icon-menu1.png);    
    background-size:contain;
    vertical-align: text-bottom;
}
.mm-wrapper_opened .hamburger:before{
	position: absolute;
	top: 32px;
	left: 8%;
	content: " ";
    display:inline-block;
    width:30px;
    height:30px;
    background:url(/sp/images/top/icon-menu2.png);    
    background-size:contain;
    vertical-align: text-bottom;
}
.cartbtnr{
	position: absolute;
	top: 32px;
	right: 7%;
	display: block;
	color: #991f1f;
}
.searchbtn{
	position: absolute;
	top: 27px !important;
	right: 17% !important;
	display: block;
	color: #991f1f;
}
.searchbtn2{
	position: absolute;
	top: 29px;
	right: 16%;
	display: block;
	color: #991f1f;
}
.searchbox{
	display: none;
    position: absolute;
    width: 70%;
    top: 75px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 12px;
    background: rgba(255, 255, 255, 1);
    z-index: 9999;
    padding: 10px 20px;
    text-align: right;
    border-radius: 0 0 6px 6px;
}
.search-table{
	width: 100%;
	text-align: center;
}
input.input-price {
    width: 70px;
}
select.input-tag {
    width: 130px;
}
.searchbox input.input-keyword {
    width: 100%;
    font-size: 16px;
}
input[type="submit"] {
/*     min-width: 130px; */
    margin-top: 10px;
    padding: 10px 0;
    border-style: none;
    background: #991f1f;
    color: #fff;
}
.spmenu{
	position: relative;
	text-align: center;
	background: rgba(245, 221, 211, 0.4);
}
#menu{
	background: rgba(245, 221, 211, 0.4);
}
/*
#menu ul li span:before{
    margin:0 .5em 0 0;
    content:" ";
    display:inline-block;
    width:12px;
    height:12px;
    background:url(/sp/images/top/hana.png);    
    background-size:contain;
    vertical-align: text-bottom;
}
*/
/* ヘッダー */
h1{
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	padding: 2px 3%;
	background: #991f1f;
	text-align: center;
}
.toplogo{
	padding: 6px 0;
	text-align: center;
}
.toplogo img{
	margin-right: 8%;	
}
.hana:before{
    margin:0 .5em 0 0;
    content:" ";
    display:inline-block;
    width:12px;
    height:12px;
    background:url(/sp/images/top/hana.png);    
    background-size:contain;
    vertical-align: text-bottom;
}
.hana2:before{
    margin:0 .3em 0 0;
    content:" ";
    display:inline-block;
    width:12px;
    height:12px;
    background:url(/sp/images/top/hana.png);    
    background-size:contain;
    vertical-align: middle;
}

#catch{
	padding-top: 70px;
}
.navifree {
  font-size: 12px;
  margin: 5px 0 10px;
}
.freetext {
  text-align: center;
  background: #fbf1ed;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 0 1px;
}
/* スライダー */
#slider{
    margin: 0 auto;
    width: 100%;
}
.top-slider img{
	width: 100%;
}
.top-slider-nav{
	width: 100%;
	margin: 10px auto 0;
}
.top-slider-nav li{
	width: 18%;
	text-align: center;
	outline: none;
}
.top-slider-nav li img{
	width: 100%;
	margin: 0 1%;
}

/* ピックアップリンク */
.link-list {
    width: 90%;
    margin: 15px auto 0;
    overflow: hidden;
}
.link-list li {
    width: 49%;
    margin: 5px 2% 5px 0;
    padding: 5px 10px;
    float: left;
    box-sizing: border-box;
	background: url(/sp/images/top/bg_links.png) repeat-x left bottom;
	background-size: 100% 100%;
}
@media screen and (max-width: 320px) {
.link-list li {
	font-size: 12px;
}
}

.link-list li:nth-child(2n){
	margin-right: 0;
}
.link-list li:nth-child(2n+1){
	clear: both;
}
.link-list li a{
	display: block;
}


/* 新規会員 */
.present{
	padding: 5px 0;
    background: #991f1f;
}
.present img{
	width: 75%;
}
.present a{
	display: block;
	text-align: center;
	padding: 5px 0;
    background: #991f1f;
}

/* ポイントリスト */
.point-list{
	margin: 50px 0 0;
    width: 100%;
    overflow: hidden;
}
.point-list li{
	width: 49%;
    margin: 5px 2% 5px 0;
    float: left;
}
.point-list li:last-child{
	border-bottom: none;
}
.point-list li:nth-child(2n){
	margin-right: 0;
}
.point-list li:nth-child(2n+1){
	clear: both;
}
.link-list li a{
	display: block;
}

.point-list li img{
	width: 100%;
}

/* トップバナー */
.banner{
	margin-top: 20px;
	text-align: center;
}

/* キワード検索 */
.searchbox2{
    width: 90%;
    margin: 10px auto;
}
.search-table2{
	width: 100%;
}
.searchbox2 input {
    width: 95%;
    padding: 3px 5px 5px;
    font-size: 16px
}
.searchbox2 input[type="submit"] {
    width: 100%;
    margin: 5px 0 0;
    padding: 5px 0;
    border-style: none;
    background: #991f1f;
    font-size: 14px;
    color: #fff;
}

/* アコーディオン */

#accordion{
	margin-top: 20px;
}
#accordion dl {
  border-bottom: 1px solid #ddd;
}
#accordion dt {
	display: block;
	cursor: pointer;
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #faedeb;
	position: relative;
}
#accordion dt:after {
	position: absolute;
	top: 10px;
	right: 7%;
	content: "\f107";
	font-family: FontAwesome;
	color: #991f1f;
	font-size: 20px;
}
#accordion dt.active:after {
	content: "\f106";
	font-family: FontAwesome;
}

#accordion dd {
  display: none;
}
.ac-list li a{
	display: block;
	padding: 10px 10% 8px;
	border-bottom: 1px dashed #991f1f;
}
.ac-list li:last-child a{
	border-bottom: none;
}
.ac-list li a span{
	margin-left: 2em;
}
.ac-list li a img{
	width: 20px;
}

/* アイコン */
.flag::before,
.crown::before,
.star::before,
.camera::before,
.swa::before{
	margin-right: .5em;
    content: " ";
    display: inline-block;
    width: 33px;
    height: 33px;
    vertical-align: top;
}
.flag::before{
    background: url(/sp/images/top/icon-flag.png);    
    background-size: contain;
}

.crown::before{
    background: url(/sp/images/top/icon-crown.png);    
    background-size: contain;
}
.star::before{
    background: url(/sp/images/top/icon-star.png);    
    background-size: contain;
}
.camera::before{
    background: url(/sp/images/top/icon-camera.png);    
    background-size: contain;
}
.swa::before{
    background: url(/sp/images/top/icon-swa.png);    
    background-size: contain;
}
.closeicon:before,
.navicon1:before,
.navicon2:before,
.navicon3:before,
.navicon4:before,
.navicon5:before,
.navicon6:before,
.cart:before{
    margin:0 1em 0 0;
    content:" ";
    display:inline-block;
    width:26px;
    height:26px;
    vertical-align: top;
}
.closeicon:before{
    background:url(/sp/images/top/icon-close.png) no-repeat;
    background-size:contain;
    vertical-align: middle;
}
.navicon1:before{
    background:url(/sp/images/top/icon-nav1.png) no-repeat;
    background-size:contain;
    vertical-align: middle;
}
.navicon2:before{
    background:url(/sp/images/top/icon-nav2.png) no-repeat;
    background-size:contain;
}
.navicon3:before{
    background:url(/sp/images/top/icon-nav3.png) no-repeat;    
    background-size:contain;
}
.navicon4:before{
    background:url(/sp/images/top/icon-nav4.png) no-repeat;    
    background-size:contain;
}
.navicon5:before{
    background:url(/sp/images/top/icon-nav5.png) no-repeat;    
    background-size:contain;
}
.navicon6:before{
    background:url(/sp/images/top/icon-nav6.png) no-repeat;    
    background-size:contain;
}
.cart:before{
    background:url(/sp/images/top/icon-nav7.png) no-repeat;    
    background-size:contain;
}
.nuno::before,
.iro::before,
.hasami::before,
.gara::before,
.ito::before,
.cal::before{
	margin-right: 1em;
    content: " ";
    display: inline-block;
    width: 25px;
    height: 30px;
    vertical-align: middle;
}
.nuno::before{
    background: url(/sp/images/side/icon-content.png);    
    background-size: contain;
}
.iro::before{
    background: url(/sp/images/side/icon-iro.png);    
    background-size: contain;
}
.hasami::before{
    background: url(/sp/images/side/icon-hasami.png);    
    background-size: contain;
}
.gara::before{
    background: url(/sp/images/side/icon-gara.png);    
    background-size: contain;
}
.ito::before{
    background: url(/sp/images/side/icon-ito.png);    
    background-size: contain;
}
.cal::before{
    background: url(/sp/images/side/icon-cal.png);    
    background-size: contain;
}

/* リスト */
.tab-list{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.tab-list li{
	float: left;
	width: 30%;
	margin: 20px 5% 0 0;
}
.tab-list li img{
	width: 100%;
}
.tab-list li:nth-child(3n){
	margin-right: 0;
}
.tab-list li:nth-child(3n+1){
	clear: both;
}


/* メイン */
main{
	width: 90%;
	margin: 0 auto;
}
.sec-title{
	margin-top: 20px;
	font-size: 20px;
	color: #991f1f;
	margin-top: 50px;
	background: url(/sp/images/top/bg-ito.png) repeat-x left bottom;
	background-size: 9px;
	padding-bottom: 10px;
}
.more a{
	display: block;
    width: 250px;
    margin: 40px auto 0;
    text-align: center;
    background: url(/sp/images/top/btn-bg.png) no-repeat;
    background-size: 100%;
    color: #991f1f;
    padding: 10px 0;
    transition: .3s;
}
.more input{
	display: block;
    width: 250px;
    margin: 40px auto 0;
    text-align: center;
    background: url(/sp/images/top/btn-bg.png) no-repeat;
    background-size: contain;
    color: #991f1f;
    padding: 10px 0;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
}

.more a:hover,
.more input:hover{
	transform: translate(0,-3px);
	transition: .3s;
}

/* バナーリスト */
.banner-list{
	width: 100%;
	margin-top: 50px;
	text-align: center;
	overflow: hidden;
}
.banner-list li{
	margin-top: 10px ;
}
.banner-list li img{
	width: 100%;
}
.banner-list li:nth-child(2n){
	margin-right: 0;
}
.banner-list li:nth-child(2n+1){
	clear: both;
}

/* タブ */
.tabs{
	width: 100%;
	margin: 10px auto 0;
	overflow: hidden;
	text-align: center;
}
.tabs1{
	width: 40%;
}
.tabs2{
	width: 57%;
}
.tabs3,.tabs4{
	width: 22%;
}
.tabs5{
	width: 50%;
}
.tabs li{
	float: left;
	margin: 10px 3% 0 0;
	text-align: center;
	position: relative;
}
.tabs li:nth-child(2){
	margin-right: 0;
}
.tabs li:nth-child(3){
	clear: both;
}
.tabs li:last-child{
	margin-right: 0;
}
.tabs a span{
	padding: 5px 10px 3px;
	display: block;
	background: #eabdb7;
	color: #991f1f;
	font-size: 1２px;
}
.tabs .is_active span{
	background: #991f1f;
	color: #fff;
}
.tabs li a:after{
	content: "";
	display: block;
	padding-bottom: 3px;
	border-bottom: 2px solid #fff;
}
.tab-content {
	margin: 10px auto 0;
	display: none;
}
.tab-content.is_show {
  display: block;
}

/* 店長のご挨拶 */
.greeting-text{
	margin-top: 10px;
}
.more-greeting a{
	display: block;
	width: 200px;
	margin: 30px auto 0;
	text-align: center;
	background: #991f1f;
	color: #fff;
	padding: 7px;
	transition: .3s;
}
.more-greeting a:hover{
	background: #222;
	transition: .3s;
}


/* コンテナ */
.container{
	width: 100%;
	margin: 0 auto;
}
.side-callendar{
	width: 210px;
	height: 430px;
	overflow: hidden;
}

/* フッター */
footer{
	background: rgba(245, 221, 211, 0.4);
}
 .foot-wrap{
	 width: 100%;
	 margin: 0 auto;
	 padding: 10px 0 30px;
	 overflow: hidden;
 }
.foot-list{
	width: 90%;
	padding-top: 10px;
	margin: 20px auto 10px;
	overflow: hidden;
}
.foot-list li{
	float: left;
	width: 48%;
	margin: 10px 4% 0 0;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
}
.foot-list li a{
	display: block;
}
.foot-list li:nth-child(2n){
	margin-right: 0;
}
.foot-list li:nth-child(2n+1){
	clear: both;
}
.foot-logo{
	margin: 30px 0 0;
	text-align: center;
}
.foot-info{
	text-align: center;
	margin-top: 10px;
}
.sns{
	margin: 10px 0;
	text-align: center;
	background: none !important;
}
.sns a{
	display: inline-block !important;
}
.sns a img{
	width: 20px;
	padding: 2px 10px;
}
.copy{
	background: #991f1f;
	color: #fff;
	text-align: center;
	padding: 7px 0;
}
.copy span:before{
	content: "\f1f9";
	font-family: FontAwesome;
	margin-right: .5em;
	font-weight: normal;
}

/* FAQ */
.pancuz{
	margin-top: 10px;
	font-size: 10px;
	padding: 3px 3%;
	background: #eee;
	
}
.pancuz span:before{
	content: "\f138";
	font-family: FontAwesome;
	margin: 0 .3em;
	font-weight: normal;
	color: #991f1f;
	background: #FFF6EB;
}
.qa-title{
	margin-top: 20px;
	font-weight: bold;
}
.qa-q{
	background: #f7f7f7;
	padding:  10px 10px 10px 20px;
	margin-top: 20px;
	border-radius: 6px;
}
.qa-box{
	margin: 10px 0;
}
.qa-box h2{
	font-size: 16px;
	color: #6e3d12;
}
.faq-icon:before{
	content: "\f059";
	font-family: FontAwesome;
	margin-right: .5em;
	font-weight: normal;
	color: #f4a111;
	font-size: 18px;
}
.qa-list{
	margin-left: .5em;
}
.qa-list li{
	line-height: 2;
	letter-spacing: .1em
}
.qa-list li:before{
	content: "\f105";
	font-family: FontAwesome;
	margin-right: .5em;
	font-weight: normal;
	color: #991f1f;
}
.qa-box2{
	margin-top: 20px;
}
.qa-a-title{
	font-size: 18px;
	color: #6e3d12;
}
.qa-ans dt:before{
	content: "\f059";
	font-family: FontAwesome;
	margin-right: .5em;
	color: #991f1f;
	font-size: 16px;
}
.qa-ans dt{
	background: #fff5f5;
	padding: 10px 20px;
	border-radius: 4px;
	margin:  10px  0 0;
}
.qa-ans dd{
	margin: -5px 0 0 ;
	padding: 10px 20px;
	border-radius: 4px;
}
.qa-a-title:before{
    margin:0 .5em 0 0;
    content:" ";
    display:inline-block;
    width:24px;
    height:24px;
    background:url(/sp/images/top/icon-1.png);    
    background-size:contain;
    vertical-align: sub;
 }
.qa-ans dd span{
	font-size: 13px;
	color: #991f1f;
}
.qa-ans dd {
  display: none;
}
/* サンプル請求 */
.sec-title3,.sec-title4{
	margin-top: 30px;
	font-size: 18px;
	color: #6e3d12;
}
.sec-title3:before{
    margin:0 .5em 0 0;
    content:" ";
    display:inline-block;
    width:24px;
    height:24px;
    background:url(../images/top/icon-2.png);    
    background-size:contain;
    vertical-align: sub;
}
.sample-text{
	margin-top: 10px;
	background: #eee;
	padding: 20px;
}
.formlink a{
	width: 75%;
	margin: 50px auto 0;
	padding: 10px 20px;
	display: block;
	background: #ad2307;
	color: #fff;
	text-align: center;
}
.formlink a span:after{
	content: "\f101";
	font-family: FontAwesome;
	margin-left: .5em;
	transition: .3s;
}
.formlink a:hover{
	background: #6e3d12;
	transition: .3s;
}
.mihon-title {
  color: #6e3d12;
  line-height: 1.4;
}
.mihon-cap {
  color: #991f1f;
  font-weight: bold;
  margin-top: 10px;
}
.mihoncho {
  display: flex;
  margin-top: 20px;
  padding: 15px;
  background: #fdf7ea;
  border-radius: 6px;
  align-items: center;
}
.mihon-img {
  width: 100px;
  margin-right: 20px;
}
.mihon-img img {
  width: 100%;
}
.mihon-wrap {
	flex: 1;
}
.mihon-price {
  text-align: right;
}
.mihon-btn a {
  margin: 5px auto 0;
  width: 60%;
  max-width: 180px;
  display: block;
  font-size: 13px;
  padding: 5px 15px;
  background: #991f1f;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

/* まとめ買い */
.oroshi-title{
	font-size: 16px;
	margin-top: 20px;
	font-weight: bold;
	color: #6e3d12;
}
.oroshi-text{
	margin-top: 20px;
	padding: 20px;
	background: #fff5f5;
}
.oroshi-text2{
	margin-top: 20px;
	padding: 20px;
	background: #eee;
}

/* お買い物ガイド */
.guide-link{
	margin-top: 20px;
	overflow: hidden;
}
.guide-link li{
	float: left;
	width: 48%;
	margin: 10px 4% 0 0;
	font-size: 14px;
}
.guide-link li:nth-child(2n){
	margin-right: 0;
}
.guide-link li span::before{
	content: "\f107";
	font-family: FontAwesome;
	color: #ad2307;
	margin-right: .5em;
	transition: .3s;
}
.guide-link li a{
	display: block;
	padding: 5px 0;
/* 	border-bottom: 1px dashed #ad2307; */
	transition: .3s;
}
.guide-link li a:hover{
	background: #fff5f5;
	transition: .3s;
}
.sec-title-g{
	font-size: 18px;
	margin-top: 20px;
	background: url(/sp/images/top/bg-ito.png) repeat-x left bottom;
	background-size: 9px;
	padding-bottom: 7px;
	font-weight: normal;
}

.sec-title-g span::before{
    margin: 0 .5em 0 0;
    content: " ";
    display: inline-block;
    width: 43px;
    height: 33px;
    background: url(/sp/images/top/icon-flower.png);
    background-size: contain;
    vertical-align: bottom;
 }
.fa-arrow-down{
	color: #ad2307;
}
.guide-arrow{
	margin: 10px 0 0;
	text-align: center;
}
.guide-text-1{
	margin-top: 10px;
	line-height: 1.7;
	letter-spacing: .1em;
	padding: 0 10px;
}
.guide-text-2{
	margin-top: 10px;
	background: #fff4f4;
	padding: 10px;
	border-radius: 6px;
}
.furikomi{
	margin-top: 20px;
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
}
.furikomi th{
	font-weight: normal;
	text-align: center;
	padding: 5px 10px;
	background: #FFF6EB;
	border: 1px solid #666;
}
.furikomi td{
	padding: 5px 10px;
	border: 1px solid #666;
}
#guide dt{
	margin-top: 30px;
	font-size: 16px;
	border-left: 5px solid #ad2307;
	padding-left: 10px;
}
#guide dd{
	margin-top: 20px;
	padding: 0 10px;
	line-height: 1.7;
	letter-spacing: .1em;
}
.guide-list{
	margin-top: 20px;
}
.guide-list li{
	line-height: 2;
	margin-left: 20px;
	list-style-type: disc;
}
#guide dd .guide-list li{
	line-height: 2;
	margin-left: 10px;
	list-style-type: disc;
}

.guide-list2 li span a{
	color: #fff;
}

.guide-list2 li{
	line-height: 2;
	margin-top: 10px;
}
.guide-list2 li span{
	margin-right: 1em;
	padding: 5px 10px;
    background: #ad2307;
    border-radius: 3px;
    color: #fff;
}
.guide-sub-title{
	margin: 20px 0 0 5px;
	font-size: 14px;
	color: #ad2307;
}
	
.table-title{
	margin: 20px 0 0 10px;
	font-size: 14px;
	font-weight: normal;
}
.delivery-table{
	margin: 5px 0 0 10px;
	border: 1px solid #666;
	border-collapse: collapse;
	font-size: 12px;
}
.delivery-table th{
	font-weight: normal;
	padding: 5px 10px;
	border: 1px solid #666;
	background: #FFF6EB;
}
.delivery-table td{
	text-align: right;
	padding: 5px 10px;
	border: 1px solid #666;
}


/* リンク集 */
#links dl dt a{
/* 	border-bottom: 2px dashed #991f1f; */
	padding-bottom: 2px;
}
#links dl dt{
	margin-top: 20px;
}
#links dl dd{
	margin: 10px 0 0;
	padding: 5px 10px;
	font-size: 12px;
	background: rgba(245, 221, 211, 0.4);
}
#links dl dt :after{
	content: "\f08e";
	font-family: FontAwesome;
	margin-left: .5em;
	color: #991f1f;
}
.sec-title2{
	margin-top: 30px;
	font-size: 18px;
	color: #6e3d12;
}
.sec-title2:before{
    margin:0 .5em 0 0;
    content:" ";
    display:inline-block;
    width:24px;
    height:24px;
    background:url(/sp/images/top/icon-1.png);    
    background-size:contain;
    vertical-align: sub;
}
/* 生地 */
.sec-title4:before{
    margin:0 .5em 0 0;
    content:" ";
    display:inline-block;
    width:24px;
    height:24px;
    background:url(/sp/images/top/icon-3.png);    
    background-size:contain;
    vertical-align: sub;
}
/* 制作 */
.seisaku-anker{
	margin-top: 20px;
	text-align: center;
}
.seisaku-anker span{
	margin: 0 10px 0;
	background: #991f1f;
}
.seisaku-anker a span{
	color: #fff;
	padding: 7px 20px;
	background: #991f1f;
	transition: .3s;
	font-size: 12px;
	border-radius: 3px;
}
.seisaku-anker a span:hover{
	background: #222;
	transition: .3s;
}
.seisaku-anker span::after{
	content: "\f107";
	font-family: FontAwesome;
	margin-left: .5em;
}

.seisaku-list{
	width: 100%;
	margin-top: 50px;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.seisaku-list caption{
	font-size: 14px;
	margin: 20px 0;
	background: url(/sp/images/top/bg-ito.png) repeat-x left bottom;
	background-size: 9px;
	padding-bottom: 7px;
	font-weight: normal;
	text-align: left;
}
.seisaku-list caption:before{
    margin: 0 .5em 0 0;
    content: " ";
    display: inline-block;
    width: 43px;
    height: 33px;
    background: url(/sp/images/top/icon-flower.png);
    background-size: contain;
    vertical-align: bottom;
}
.seisaku-list th{
	display: block;
	background: #eee;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}
.seisaku-list td{
	display: block;
	font-size: 13px;
	padding: 10px;
	vertical-align: middle;
}
.tdimg{
	padding: 10px !important;
	vertical-align: top !important;
}
.seisaku-text{
	margin-top: 10px;
	padding: 20px;
	background: #fff5f5;
}
.seisaku-text li{
	list-style-type: disc;
	margin-left: 15px;
	line-height: 1.8;
}
/* 店主ご挨拶 */

.greeting-box{
	margin-top: 20px;
}
.greeting-text1{
	margin-top: 10px;
	color: #991f1f;
	font-weight: bold;
	font-size: 16px;
}
.greeting-subtitle{
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.greeting-text2{
	margin-top: 10px;
}


/* カテゴリ */
.cat-list{
	width: 100%;
}
.cat-list li{
	margin-top: 20px;
	padding-bottom: 10px;
}
.cat-list li img{
	padding: 5px;
	border: 1px dotted #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cat-list li:last-child{
	border-bottom: none;
}
.cat-list-child{
	overflow: hidden;
	margin: 20px 0 0;
}
.cat-list-child li{
	width: 100%;
	border-bottom: none;
}

.cat-title{
	margin: 0 0 10px;
	font-size: 16px;
	color: #6e3d12;
	border-bottom: 2px solid #991f1f;
	padding-bottom: 5px;
}
.cat-title2{
	margin-top: 50px;
}
.cat-title:before{
    margin:0 .5em 0 0;
    content:" ";
    display:inline-block;
    width:24px;
    height:24px;
    background:url(/sp/images/top/icon-3.png);    
    background-size:contain;
    vertical-align: sub;
}
.different{
	margin-top: 10px;
	padding: 29px 10px;
	background: #fff5f5;
}
.different img{
	margin: 0 10px;
}
.different-text{
	margin-top: 20px;
	padding: 0 20px;
	font-size: 14px;
}
.mgr4p{
	margin-right: 4%;
}

/* ひも */

#himo{
	margin-top: 20px;
}
.himo-box{
	overflow: hidden;
}
.himo-list,.himo-list2{
	overflow: hidden;
}
.himo-list{
	width: 100%;
	padding-bottom: 20px
}
.himo-list li{
	width: 48%;
	float: left;
	margin: 10px 4% 0 0;
	font-size: 12px
}
.himo-list li img{
	width: 100%;
	padding: 5px;
	border: 1px dotted #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.himo-list2 li{
	width: 48%;
	float: left;
	margin: 20px 4% 0 0;
	font-size: 12px;
}
.himo-list li:nth-child(2n),
.himo-list2 li:nth-child(2n){
	margin-right: 0;
}
.himo-list li:nth-child(2n+1),
.himo-list2 li:nth-child(2n+1){
	clear: both;
}
.himo-list2 li img,
.himo-list3 li img{
	width: 100%;
	padding: 5px;
	border: 1px dotted #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.himo-list3{
	width: 75%;
	margin: 0 auto;
}
.himo-list3 li{
	width: 100%;
	margin: 20px 0 0;
	font-size: 12px;
}
.himo-text{
	padding: 5px;
}
.himo-list-child{
	overflow: hidden;
}
.himo-list-child li{
	width: 48%;
	float: left;
	margin: 10px 4% 0 0;
}
.himo-list-child li:last-child{
	margin-right: 0;
}
.himo-list-child li img{
	width: 100%;
}
.himo-text2{
	margin-top: 30px;
	padding: 10px;
	background: #fff5f5;
	font-size: 12px;
	font-weight: bold;
}
/* ゆかたじんべい */

.yukata-menu{
	margin-top: 20px;
}
.yukata-menu li{
	margin-top: 10px;
	font-size: 12px;
}
.yukata-box li{
	overflow: hidden;
	float: left;
	width: 48%;
	margin: 10px 4% 0 0;
}
.yukata-box{
	overflow: hidden;
}
.yukata-box li:nth-child(2n){
	margin-right: 0;
}
.yukata-box li img{
	width: 100%;
	height: 43vw;
	object-fit: cover;
	object-position: center center;
}
.yukata-box2 {
  display: flex;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
.yukata-box2 li {
  width: 180px;
  min-width: 180px;
  margin: 10px 15px 0 0;
}
.yukata-box2 li:last-child{
	margin-right: 0;
}
.yukata-box2 li .p-title {
  margin-top: 10px;
  text-align: left;
  line-height: 1.4;
  font-size: 12px;
}
.li-head{
	width: 220px !important;
	margin-right: 30px !important;
}
.li-head img{
	width: 100%;
}
.bnr-2{
	margin-top: 50px;
	text-align: center;
}
.bnr-2 li{
	display: inline-block;
	padding: 0 10px;
}

.yukata-list{
	overflow: hidden;
}
.yukata-list li{
	width: 48%;
	float: left;
	margin: 20px 4% 0 0;
	font-size: 12px;
	text-align: center;
}
.yukata-list li a{
	color: #991f1f;
}
.yukata-list li img{
	width: 100%;
	height: 43vw;
	object-fit: cover;
	object-position: center center;
}
.yukata-list li:nth-child(2n){
	margin-right: 0;
}
.yukata-list li:nth-child(2n+1){
	clear: both;
}
.p-title{
	margin-top: 10px;
	text-align: left;
}
.shop-link a,.oroshi-text a{
	color: #991f1f;
	border-bottom: 1px dashed #991f1f;
	padding-bottom: 3px;
	font-size: 12px;
}
.shop-link::after{
	content: "\f138";
	color: #991f1f;
	font-family: FontAwesome;
	margin-left: .5em;
}
.book-list li a{
	margin-top: 5px;
	display: block;
	background: #e28d8d;
	color: #fff;
	padding: 5px 10px;
	position: relative;
}
.book-list li a::after{
	content: "\f105";
	position: absolute;
	top: 5px;
	right: 3%;
	color: #fff;
	font-family: FontAwesome;
	margin-left: .5em;
}
/* 753 */
.list-753 li{
	margin-top: 30px;
	overflow: hidden;
}
.list-753 li img{
	width: 100%;
}
.title-753{
	margin-top: 10px;
}
.title-753 a{
	font-size: 16px;
	font-weight: bold;
	color: #991f1f;
	border-bottom: 2px dashed;
	padding-bottom: 5px;
}
.text-753{
	margin-top: 10px;
}
.price-753{
	text-align: right;
	margin-top: 10px;
	font-size: 12px;
}
/* xmas */
.xmas-box{
	margin-top: 20px;
	overflow: hidden;
}
.xmas-table{
	width: 100%;
	margin-top: 20px;
	border-spacing: 0 5px;
}
.xmas-table a{
	color: #991f1f;
}
.xmas-table th{
	display: block;
	text-align: center;
	padding: 5px 10px;
	background: #FFF6EB;
	vertical-align: middle;
	color: #4e2d03;
}
.xmas-table td{
	display: block;
	vertical-align: middle;
	padding: 5px 20px;
}
.make-box{
	margin-top: 10px;
	padding: 10px 20px 20px;
	background: #fff5f5;
}
.make-title{
	margin-top: 10px;
	color: #991f1f;
	font-weight: bold;
}
.make-text{
	margin-top: 5px;
}
.fax-text{
	margin-top: 20px;
	font-size: 14px;
}
.fax-link {
	margin-top: 20px;
}
.fax-link a span{
	background: #991f1f;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 10px;
}

/* フッター下カテゴリ */
.foot-cat{
	width: 95%;
	margin: 20px auto 0;
}
.foot-cat li {
  width: 16.66666%;
  border-radius: 4px;
  font-size: 12px;
  background-size: auto 40px !important;
  background-repeat: no-repeat !important;
  background-position: 8px center !important;
}
.foot-cat li a {
  display: block;
  padding: 0 2px 0 55px;
  min-height: 60px;
  position: relative;
  color: #333;
}
.foot-cat li span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.foot-cat li {
  display: inline-block;
}

.foot-cat li {
    width: 48%;
    margin-right: 2%;
  }
.foot-cat li:nth-child(2n){
	margin-right: 0;
}
.foot-cat li:nth-child(2n+1){
	clear: both;
}
.catch-text {
	padding-top: 30px;
  width: 90%;
  margin: 10px auto 0;
  font-size: 12px;
  color: #666;
}


.category_wrapper{
	position: relative;
}

.topnav-cat{
	margin: 8px 0 0;
	list-style: none;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.topnav-cat li {
		width: 15%;
    margin-right: 4px;    
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    line-height: 1.0;
    padding-bottom: 14px;
    text-align: center;
}
.topnav-cat li:first-child {
    margin-left: 16px;
}

.topnav-cat li img{
	width: 90%;
}
.topnav-cat li span{
	font-size: 10px;
	display: block;
	padding-top: 6px;
	text-align: center;
}

.tn-next{
	position: absolute;
	font-size: 22px;
	right: 6px;
	top: 22px;
	z-index: 9999;
	color: #666;
}
.tn-prev{
	position: absolute;
	font-size: 22px;
	left: 6px;
	top: 22px;
	z-index: 9999;
	color: #666;
}



/* TOP RANKING */

ul.ranking-list {
	margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.ranking-list li{
	width: 30%;
}
.ranking-list li img,
.FS2_Recommend2_recommend .fs_sp_read_more_item th img{
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center center;
}
.FS2_Recommend2_recommend .new-item-img th img{
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center center;
}

.ranking-title{
	margin-top: 30px;
	border-bottom: 3px solid #991f1f;
	padding-bottom: 4px;
	font-size: 16px;
}
.FS2_Recommend2_itemPrice{
	text-align: center;
}
/* スクロール */
ul.ranking-list-scroll {
	margin: 10px 0 0 20px;
	padding-bottom: 15px;
  display: flex;
  overflow-y: scroll
}
.ranking-list-scroll li{
	min-width: 170px;
	margin-right: 15px;
	position: relative;
}
.ranking-list-scroll li img{
	width: 100%;
	height: 170px;
	object-fit: cover;
	object-position: center center;
}
.FS2_Recommend2_itemName{
	margin-top: 10px;
}
.FS2_Recommend2_itemPrice{
	text-align: center;
}

/* 3つのポイント */

.point-box{
	display: flex;
	justify-content: space-between;
	background: url(/sp/images/top/bg-ito.png) repeat-x left bottom;
  background-size: 9px;
  padding: 14px 0;
}
.point-photobox {
  width: 30%;
  margin-right: 16px;
}
.point-textbox{
	width: 70%;
}
.p-img img{
	width: 100%;
	border-radius: 50%;
}
.point-title{
	color: #991f1f;
	font-weight: bold;
	font-size: 16px;
}
.point-text{
	padding-top: 10px;
	font-weight: normal;
}

.catch-text2{
	margin: 30px auto 0;
	font-size: 12px;
	color: #666;
	background: #fbf2ed;
	padding: 14px 8px;
}



/* top slider */

/*
#new-items{
  margin: 0 auto;
  width: 100%;
}
.new-slider{
	width: 100%;
	margin: 10px auto 0;
}
.new-slider li{
	width: 18%;
	text-align: center;
	outline: none;
	list-style-type: none;
}

.new-slider li img{
	width: 100%;
	margin: 0 1%;
}
*/





/* つまみ細工生地の選び方ページ191121追記 */

.tsumamizaiku-rankarea,
.tsumamizaiku-rankarea02,
.tsumamizaiku-rankarea03,
.tsumamizaiku-rankarea04 {
    padding-bottom: 20px;
    position: relative;
}
.tsumamizaiku-rankarea > div:first-child {
	background: #feeeee;
	padding: 2vw;
	font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
	display: block;
}
.tsumamizaiku-rankarea02>div:first-child{
	background: #fbf7e6;
}
.tsumamizaiku-rankarea03>div:first-child{
	background: #fff1fa;
}
.tsumamizaiku-rankarea04>div:first-child{
	background: #f1f8f6;
}
.tsumamizaiku-rankarea>div>div:first-child{
	display: flex;
	align-items: center;
}
.tsumamizaiku-rankarea>div>div:first-child>p,
.tsumamizaiku-rankarea03>div>div:first-child>p,
.tsumamizaiku-rankarea04>div>div:first-child>p {
  width: 80px;
  margin: 0 10px 0 5px;
}
.tsumamizaiku-rankarea>div>div:first-child>p img,
.tsumamizaiku-rankarea03>div>div:first-child>p img,
.tsumamizaiku-rankarea04>div>div:first-child>p img {
    width: 100%;
}
.tsumamizaiku-rankarea>div>div:first-child>div {
  width: 100%;
}
.tsumamizaiku-rankarea>div>div:first-child>div p:first-child,
.select-sub {
  position: relative;
  font-size: 14px;
}
.tsumamizaiku-rankarea>div>div:first-child>div p:first-child:after,
.select-sub:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: url(https://www.nunogatari.co.jp/images/tsumami/dashline.png) center center/100% no-repeat;
}
.tsumamizaiku-rankarea03>div>div:first-child>div p:first-child:after{
	top: 21px;
}
.tsumamizaiku-rankarea>div>div:first-child>div p:nth-child(2){
	background: #9f1610;
	color: #fdfdfd;
	padding: 2px 6px;
	border-radius: 3px;
	margin: 13px auto 4px;
	font-size: 11px;
	width: 73px;
}
.tsumamizaiku-rankarea h3 {
  color: #9f1610;
  font-size: 20px;
  font-weight: normal;
  padding-left: 6px;
  margin-top: 10px;
}
.tsumamirank {
	display: flex;
	margin: 20px auto 0;
	width: 90%;
	flex-wrap: nowrap;
}
ul.tsumamirank.ranking-scroll {
  width: 100%;
  padding: 0 7% 20px;
  overflow-y: scroll;
}
ul.tsumamirank.ranking-scroll li {
  min-width: 110px;
  width: 110px;
}

ul.tsumamirank.ranking-scroll li:nth-child(n+4) {
	margin-top: 0;
}
ul.tsumamirank.ranking-scroll li:nth-child(3n) {
	margin-right: 5%;
}

ul.tsumamirank.ranking-scroll li:last-child {
  padding-right: 70px;
}
ul.tsumamirank.ranking-scroll li .tsumamirankimg img {
    height: 110px;
}
.tsumamirank li{
	margin-right: 5%;
	width: 30%;
}
.tsumamirank li:last-child{
	margin-right: 0;
}
.tsumamiranknum {
	border: 1px solid #9f1610;
	background: #fff;
	border-radius: 2px;
	color: #9f1610;
	font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
	line-height: 17px;
	padding: 2px 5px 0 5px;
	font-size: 11px;
	width: 40px;
	position: static;
}
.tsumamiranknum span{
	font-size: 17px;
	padding-right: 3px;
}
.tsumamirankimg{
	margin-top: 5px;
}
.tsumamirankimg img{
	border-radius: 6%;
	width: 100%;
	height: 24vw;
	object-fit: cover;
	object-position: center center;
}
.tsumamirankitemname{
	margin-top: 10px;
	font-size: 12px;
}
.tsumamirankprice{
	margin-top: 10px;
	text-align: right;
}
.tsumamizaikubtn{
  width: 70%;
	margin: 0 auto;
}
.tsumami-s {
  background: #9f1610;
  color: #fdfdfd;
  padding: 4px 6px 5px;
  border-radius: 3px;
  font-size: 11px;
  width: 40px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  line-height: 1.4;
}

.bg-ichi{
	background: #feeeee;
	margin-top: 30px !important;
}
.bg-oni{
	background: #fbf7e6;
	margin-top: 20px;
}
.bg-rinzu{
	background: #fff1fa;
	margin-top: 20px;
}
.bg-cotton{
	background: #f1f8f6;
	margin-top: 20px;
}

.tusmami-box{
	display: flex;
	justify-content: space-between;
	background: url(/sp/images/top/bg-ito.png) repeat-x left top;
  background-size: 9px;
  padding: 14px 0;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}
.tusma{
	background: #fff;
	padding: 14px 0 10px;
  width: 100%;
  margin: 30px auto 0;
  border-radius: 4px;
}
.tusma img{
	margin: 10px 0;
}
.tusmami-boxnone{
	display: flex;
	justify-content: space-between;
  background-size: 9px;
  padding: 8px 0 14px;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}
.pointbg{
padding: 8px 0;
background: #feeeee;
}

/* 違い */
.differ{
	width: 100%;
}
.differ-top{
	width: 100%;
}
.differ-top img{
	width: 100%;
}
.differ-inner{
	width: 92%;
	margin: 0 auto;
}
.differ-p{
	width: 100%;
	margin: 20px auto;
}
.differ-p img{
	width: 100%;
}
.differ-text{
	width: 95%;
	margin: 0 auto;
	font-size: 14px;
}
/* カートボタン画像 */
input#toCart {
	width: 75%;
  max-width: 280px;
  display: block;
  margin: 20px auto 0;
}
/* 選び方カテゴリ */
.select-anc {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.select-anc li {
  margin: 0 2%;
  text-align: center;
  line-height: 1.3;
}
.select-anc li a {
  display: block;
  font-size: 14px;
  padding: 7px 14px;
  border-radius: 3px;
  color: #9f1610;
  font-weight: bold;
  box-shadow: 2px 2px 2px 0px rgba(98, 69, 45, 0.7);
}
.anc-y {
  background: #fbf7e6;
}
.anc-p {
  background: #fbdddd;
}
.anc-g {
  background: #daf0ea;
}

.select-anc li a::after {
	content: "\f0d7";
	font-family: FontAwesome;
	margin-left: .5em;
}
.select-cat{
	position: relative;
	margin: 20px 0;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	text-align: center;
}
.select-cat h2 img{
	width: 90%;
}
.bg-select-y {
  background: #fbf7e6;
}
.bg-select-p {
  background: #feeeee;
}
.bg-select-g {
  background: #f1f8f6;
}
.select-wrap{
	margin-top: 20px;
  padding-top: 20px !important;
  background: none !important;
}
/* メニュー */
.mm-navbar_has-btns::before {
  content: "閉じる";
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 23px;
  color: #991f1f;
}
/* 金襴カテゴリ */
.moreinfo.bg-kinran {
  width: 83%;
  margin: 20px auto 0;
  background: url(/sp/images/orimono/bg-kinran.jpg) no-repeat left center;
  background-size: cover;
  border: 2px solid #c68e3a;
  border-radius: 6px;
  padding: 10px;
}
.moreinfo.bg-kinran > div {
	display: block !important;
  text-align: center;
  margin: 10px 0;
  font-size: 13px;
}
p.kinran-sankou,
p.kinran-ryou {
  font-size: 18px;
  color: #6f5a26;
  font-weight: bold;
}
.moreinfo.bg-kinran > div > P{
  width: 100% !important;
  margin: 0 0 5px !important;
}
p.kinran-sankou::before,
p.kinran-ryou::before{
	content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: .5em;
  vertical-align: bottom;
}
p.kinran-sankou::before{
	background: url(/sp/images/orimono/icon-kinran1.png) no-repeat;
	background-size: contain;
}
p.kinran-ryou::before{
	background: url(/sp/images/orimono/icon-kinran2.png) no-repeat;
	background-size: contain;
}
/* スマホ小カテゴリ表示 */
.sp-cat-title{
	margin-top: 20px !important;
  font-size: 20px!important;
  font-weight: bold !important;
  color: #991f1f !important;
  background: url(/sp/images/top/bg-ito.png) repeat-x left bottom !important;
  background-size: 9px !important;
  padding: 0 0 10px 0 !important;
  border: none !important;
}
.sp-cat-title:before {
  margin: 0 .5em 0 0;
  content: " ";
  display: inline-block;
  width: 43px;
  height: 33px;
  background: url(/sp/images/fs/icon-flower.png) no-repeat;
  background-size: contain;
  vertical-align: bottom;
  padding: 0 !important;
}
.fs-cat-sp {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2%;
}
.fs-cat-sp li{
	margin-top: 10px;
  position: relative;
  width: 30%;
  margin-right: 5%;
}
.fs-cat-sp li:nth-child(3n){
	margin-right: 0;
}
.fs-cat-sp li a{
	display: block;
  color: #522d25;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.fs-cat-sp li img{
	width: 100%;
}
.fs-cat-sp li a p{
  padding: 5px 0;
}
.bnrlist li{
	width: 100%;
	margin-top: 40px;
}
.bnrlist li img{
	width: 100%;
}
/* 制作new */
.seisaku-new{
	width: 100%;
}
.seisaku-title{
  font-size: 14px;
  margin: 20px 0;
  background: url(/sp/images/top/bg-ito.png) repeat-x left bottom;
  background-size: 9px;
  padding-bottom: 7px;
  font-weight: normal;
  text-align: left;
}
.seisaku-title:before {
  margin: 0 .5em 0 0;
  content: " ";
  display: inline-block;
  width: 43px;
  height: 33px;
  background: url(/sp/images/top/icon-flower.png);
  background-size: contain;
  vertical-align: bottom;
}
.seisaku-img-wrap img{
	max-width: 100%;
}
.seisaku-img-a{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.seisaku-img-b{
	width: 410px;
}
.seisaku-img-b{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.seisaku-img-1{
	width: 57%;
}
.seisaku-img-4{
	width: 39%;
}
.seisaku-img-2{
	margin-top: 18px;
	width: 43.7%;
}
.seisaku-img-3{
	margin-top: 18px;
	width: 52%;
}
.seisaku-table-1 {
  width: 100%;
  border-spacing: 5px;
  margin-top: 20px;
  font-size: 13px;
}
.seisaku-table-1 th{
	width: 35%;
	padding: 7px 10px 3px;
	background: #faedeb;
	color: #991f1f ;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}
.seisaku-table-1 td{
	width: 65%;
	padding: 7px 10px 3px;
	box-sizing: border-box;
}
.singleseisaku{
	width: 100%;
}
.singleseisaku img{
	width: 100%;
}
/* レイアウトテンプレート */
.layout-h-udl{
	margin: 20px 0 0 0 !important;
	padding: 0 0 5px !important;
	text-align: center !important;
	border-bottom: 1px solid #222 !important;
	color: #222 !important;
	font-size: 18px !important;
	background: none !important;
}
.layout-h-bg-red{
	margin: 20px 0 0 0 !important;
	padding: 20px 0 !important;
	text-align: center !important;
	border: none !important;;
	color: #fff !important;
	font-size: 18px !important;
	background: #991f1f !important;
}
.layout-h-bdtpbt{
	margin: 20px 0 0 0 !important;
	padding: 20px 0 !important;
	text-align: center !important;
	border-top: 2px solid #222 !important;
	border-bottom: 2px solid #222 !important;
	color: #222 !important;
	font-size: 18px !important;
	background: none !important;
}
.one-colmn{
	margin-top: 5px;
}
.layout-img{
	width: 100%;
}
.layout-img img{
	width: 100%;
}
.layout-text{
  margin: 10px 0 30px;
	padding: 10px 5px;
  background-color: #f7f7f7;
  border-radius: 6px;
  color: #222;
  text-align: left;
  font-size: 13px;
}
.layout-list{
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}
.layout-list li{
	width: 48%;
}
.three-colmn.layout-list li{
	width: 31%;
}
.three-colmn.layout-list li .layout-text{
  font-size: 12px;
}
/* トップバナー下テキスト */
span.bnr-text {
  display: block;
  text-align: center;
  margin-top: 3px;
  color: #991f1f;
  font-size: 12px;
}
/* ボタン */
.more-link-btn {
  width: auto;
  margin: 20px auto 10px;
  text-align: center;
}
.more-link-btn a{
	text-align: center;
  background: #991f1f;
  color: #fff;
  padding: 15px 20px 13px;
  border-radius: 4px;
  font-size: 13px;
}

/* 布がたりについてアコーディオンでもっと読む */
.readmore{
    position: relative;
    box-sizing: border-box;
    /*以下お好み*/
    /* ボーダーを付ける場合 */
    padding: 10px;
    border: 1px solid #ccc;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 100px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #9B003F;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
/* スマホ配送案内 */
.derivery-info-sp {
  width: 86%;
  margin: 10px auto 0;
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px 8px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #a01303;
}
/* 法人様・企業様へ */
.oroshi .ttl{
	margin: 20px 0 14px;
	font-size: 18px;
	font-weight: 900;
	background: url(../images/top/bg-ito.png) repeat-x left bottom;
  background-size: 9px;
  padding-bottom: 7px;
	color: #991f1f;
}
.oroshi .ttl span{
	width: 36px;
	display: inline-block;
	padding-right: 4px;
}
.oroshi .ttl img{
	width: 100%;
}
.compatible ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.compatible ul li{
	width: 31%;
	background: #fff6eb;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 3.5%;
	margin-bottom: 3%;
	display: flex;
	flex-direction: column;
}
.compatible ul li p{
	order: -1;
}
.compatible ul li:nth-child(3n){
	margin-right:0;
}
.compatible ul li p img{
	border-radius: 50%;
	padding:0 2px 8px 2px;
	box-sizing: border-box;
}
.con-txt{
	margin-top: 15px;
}
.results-ttl{
	border-left: 5px solid #991f1f;
  padding: 6px 0 4px 10px;
  font-weight: 900;
  margin-bottom: 8px;
  background: #fbf1ee;
  font-size: 16px;
}
.process-list{
	margin-left: 15px;
	padding-left: 0.3em;
}
.process-list li{
	list-style: disc;
	margin-bottom: 5px;
}
.oroshi h2.blog-title {
  font-weight: bold !important;
  color: #991f1f;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
ul.houjin-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
ul.houjin-list li {
  width: calc( 50% - 10px );
}
ul.houjin-list li img {
  width: 100%;
  height: auto;
}
ul.houjin-list li.w100p {
  width: 100%;
}
.houjin-list-text {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}
/* 新ナビ */
.newheader{
	position: relative !important;
	background: rgba(245, 221, 211, 0.4) !important;
	z-index: 10 !important;
}
.ft-acc-content-wrapper{
	display: none;
	padding: 0 5px;
}
.ft-menu > li:not(:last-child){
	border-bottom: 1px dashed #c3c3c3;
}
.ft-acc-ttl,
.ft-link a{
	display: block;
	font-size: 13px;
	padding: 10px;
	position: relative;
}
.ft-acc-ttl img,
.ft-link img{
	width: 7%;
	vertical-align: middle;
	display: inline-block;
	padding-right: 9px;
}
.ft-acc-ttl span{
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 30px;
}	
.ft-acc-ttl span::after{
	font-family: "Font Awesome 5 Free";
	content: "\2b";
	font-size: 20px;
	font-weight: 100;
	position: absolute;
	top: 6px;
	transition: 0.5s;
	line-height: 1;
}
.ft-acc-ttl span.active::after {
	transform: rotate( 135deg);
	transition: 0.5s;
	top: 9px;
}
.ft-link a::after{
/* 		font-family: "Font Awesome 5 Free"; */
	content: ">";
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 16px;
}
.ft-acc-content-nunotype li{
	width: 100%;
}
.ft-acc-content-nunotype li a{
	display: flex;
	align-items: center;
	padding: 8px 0 6px 10px;
	font-size: 12px;
	border-top: 1px dotted #bababa;
}
.ft-acc-content-nunotype li a img{
	width: 18px;
	margin-right: 3px;
}

.mypage {
	position: absolute;
	right: 3%;
	top: 25px;
	width: 12%;
}
.mypage img {
    width: 100%;
}
/* フッター固定 */
/*
footer {
  padding-bottom: 60px;
}
*/
.footfixmenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.footfixmenu ul {
  display: flex;
  background: #fcf2ed;
}
.footfixmenu ul li {
  width: 20%;
  text-align: center;
  font-size: 10px;
  position: relative;
  color: #fff;
  box-sizing: border-box;
  border-right: 1px solid #e2b6b6;
}
.footfixmenu ul li:last-child{
	border-right: 0;
}
.footfixmenu ul li a {
  display: block;
  line-height: 1.5em;
  color: #fff;
}
.footfixmenu ul li a span.fs-client-cart-count {
  position: absolute;
  top: 0px;
  right: 22px;
  background: #e67314;
  color: #fff !important;
  font-size: 12px !important;
  width: 21px;
  height: 21px;
  line-height: 21px;
  border-radius: 50%;
  text-align: center;
}
/* スライドアップメニュー */
.slidupmenu-inner #searchform {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#hedserchbox {
  padding: 0px 10px;
  outline: 0;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #454545;
  height: 32px;
  font-size: 16px;
}
#headserchbtn {
  position: absolute;
  right: 20px;
  top: 20%;
  background: none;
  color: #0c0c0c;
  border: none;
  font-size: 18px;
}
.menu-button-wrap {
  position: relative;
}
.slidupmenu {
  transition: 2.7s;
	opacity: 0;
	cursor: pointer;
	position: fixed;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: -2;
	background: #fff;
	transition: .7s;
}
.slidupmenu-inner {
	padding: 65px 20px 100px;
	position: relative;
}
.slidupmenu.open {
	bottom: 0;
	opacity: 1;
	z-index: 10000;
}
.slidupmenu {
  width: 100%;
  height: auto;
  top: 100vh;
  left: 0;
  right: 0;
  bottom: -100vh;
  -webkit-overflow-scrolling: touch;
  z-index: -2;
}
.modalnavi{
	margin:20px auto;
	width:90%;
	font-size:13px;
}
.modalnavi li{
	border-bottom:1px dashed #ccc;
}
.modalnavi li a{
	padding-bottom:7px;
	padding-top:13px;
	padding-left:27px;
	display: block;
	color:#151515;
	position: relative;
}
.modalnavi li a:hover{
	color:#727272;
}
.modalnavi li a:before{
	font-family: "Font Awesome 5 Pro"; 
  font-weight: 400; 
  content: "\f105";
  position: absolute;
  top:15px;
  left:8px;
  color: #98201f;
}
.slidupmenu .menu-button {
	position: absolute;
	top: 30px;
  right: 5%;
	z-index: 3;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}
.slidupmenu .menu-button i {
	font-size: 27px;
	font-weight: 300;
	display: block;
	color: #98201f;
}
input.input-keyword-header {
  width: 80%;
  margin: 0 auto;
  display: block;
  padding: 7px 1em 5px;
  font-size: 14px;
}
.slidupmenu.open {
  top: 0;
  z-index:998;
}
.fat-nav{
  z-index:996;
}
.nav-bnr {
  width: 90%;
  margin: 0 auto;
}
.nav-bnr p:nth-child(n+2){
	margin-top: 10px;
}
/*
footer{
	padding-bottom: 60px;
}
*/
.ranking-list-scroll .FS2_thumb::before {
  z-index: 9 !important;
}
#top-banner .inner{
	width: 100% !important;
}
#top-banner .banner{
	width: 90%;
  margin: 0 auto;
  position: relative;
}

/* トップバナー下スクロール */
.topbnr-list-scroll {
	margin: 10px 0 0 20px;
	padding-bottom: 15px;
  display: flex;
  overflow-y: scroll
}
.topbnr-list-scroll li{
	min-width: 130px;
	margin-right: 15px;
	position: relative;
}
.topbnr-list-scroll li img{
	width: 100%;
	height: 130px;
	object-fit: cover;
	object-position: center center;
	border: 1px solid #eee;
}
.topbnr-list-scroll li .FS2_thumb{
	margin-bottom: 10px;
}

/*  */
li.fs-pt-list__item {
  margin-bottom: 20px;
}
/* 手作り袴グループページ */
.hakama-img-ttl{
	margin-bottom: 40px;
}
.hakama-table{
	border-collapse: collapse;
	border: 3px solid #9F160F;
}
.hakama-table th,
.hakama-table td{
	padding: 10px 7px;
}
.hakama-table th{
	background: #FFF7D9;
	border-top: 3px solid #9F160F;
	border-bottom: 3px solid #9F160F;
	font-weight: bold;
}
.hakama-table th:not(last){
	border-right: 3px dotted #9F160F;
}
.hakama-table th:first-child{
	border-right: 3px solid #9F160F;
}
.hakama-table td:not(last){
	border-bottom: 3px dotted #9F160F;
	border-right: 3px dotted #9F160F;
}
.hakama-table td.tdth{
	border-right: 3px solid #9F160F;
	vertical-align: middle;
	font-weight: bold;
	width: 7%;
  text-align: center;
}
.hakama-kiji-list-box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.hakama-kiji-list li{
	list-style-type: disc;
  margin-left: 1em;
  font-size: 13px;
  font-weight: bold;
}
.hakama-kiji-img img{
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.hakama-kiji-text a {
  display: block;
  font-weight: bold;
  color: #9f1610;
  margin-top: 10px;
}
.hakama h4 {
  font-size: clamp(18px, 3vw, 24px);
  color: #9f140f;
  padding: 15px 1em;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 700;
}
.hakama-ttlbg-1{
  background: url(https://www.nunogatari.co.jp/sp/images/hakama/titlebar-a.jpg) no-repeat;
  background-size: 100% 100%;
}
.hakama-ttlbg-2{
  background: url(https://www.nunogatari.co.jp/sp/images/hakama/titlebar-b.jpg)  no-repeat;
  background-size: 100% 100%;
}

.hakama-taste-wrap {
  display: flex;
}
.hakama-taste-ttl {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  align-items: flex-end;
  background: url(https://www.nunogatari.co.jp/images/top/bg-ito.png) repeat-x left bottom !important;
  background-size: 9px !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.teste-left::before{
	margin: 0 .3em 0 0;
  content: " ";
  display: inline-block;
  width: 38px;
  height: 28px;
  background: url(https://www.nunogatari.co.jp/images/fs/icon-flower.png) no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
.hakama-taste-ttl p{
	line-height: 1;
}
.teste-left{
  font-size: 15px;
}
.taste-right{
  font-size: 12px;
}
.teste-left span {
  font-size: 25px;
  line-height: 1;
  padding-left: .2em;
}
ul.hakama-taste-list {
  display: flex;
  gap: 15px;
}
.hakama-taste-list-cap {
  text-align: center;
  color: #9f1610;
  font-size: 18px;
}
.hakama-taste-list-img {
  margin-bottom: 8px;
}
.hakama-taste-list-img img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
}
.hakama-taste-list-text {
  font-weight: bold;
  line-height: 1.4;
  color: #814516;
  margin-bottom: 5px;
}
.hakama-taste-list-price {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #9f1610;
}
.hakama-jirei-list > li {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
.hakama-jirei-list-kiji-text {
  line-height: 1.4;
  letter-spacing: .1em;
  font-size: 18px;
  font-weight: bold;
}
.hakama-jirei-list-kiji-text::before,
.hakama-jirei-list-kiji-text::after {
  content: "";
  background: url(https://www.nunogatari.co.jp/images/top/bg-ito.png) repeat-x left bottom !important;
  background-size: 9px !important;
  display: inline-block;
  width: 100%;
  height: 9px;
}
.hakama-jirei-list-kiji-text::before{
	margin-bottom: 10px;
}
.hakama-jirei-list-kiji-img img {
	border-radius: 50%;
	width: 90%;
  display: block;
  margin: 0 auto;
}
.hakama-jirei-list-kiji a.link_detail{
  display: block;
  font-weight: bold;
  color: #9f1610;
	margin: 10px auto 0;
	font-size: 14px;
}
.hakama-img,
.hakama-btn,
.hakama-table,
.hakama-jirei-list{
	margin-bottom: 40px;
}
.hakama-table td {
  width: calc((100% - 7%) / 2);
  min-height: 300px;
  height: 300px;
}
.hakama-kiji-wrap{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.hakama-kiji-img{
	width: 70%;
	margin: 0 auto;
}
.hakama-kiji-list{
	margin-bottom: 20px;
}
.hakama-kiji-text {
  font-size: 13px;
}
.hakama-taste-wrap {
  flex-direction: column;
  gap: 50px;
	margin-bottom: 50px;  
}
.hakama-jirei-list > li {
  flex-direction: column;
}
.hakama-jirei-list-img {
  width: 80%;
  margin: 0 auto 20px;
}
.hakama-jirei-list-wrap {
  width: 90%;
  margin: 0 auto;
}
.hakama-jirei-list-kiji {
  display: flex;
  gap: 30px;
}
.hakama-jirei-list-kiji-img {
  width: 80%;
  margin: 0 auto 10px;
}
.hakama-jirei-list-kiji li {
  text-align: center;
}
.hakama-teste-img {
	width: 85%;
	margin: 0 auto 10px;
}