@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 main { 
  display:block;
}
html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  font-weight: 500;
  height: 100%;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #222;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	background-color: #fff;
}
@font-face {
  font-family: "hannari";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("wf-hannari.woff2") format("woff2");
}
.hannari{
  font-family: "hannari";
}
.mincho{font-family:"Yu Mincho", "YuMincho",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;}
.pc{
	display: none !important;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a{
  text-decoration: none;
  color: #444;
  transition: color .5s;
  outline: none;
}
a:hover{
	    color: #993333;
}
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;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* ヘッダー */
header{
	background: url(../images/common/bg-orange2.jpg) no-repeat center center;
	background-size: cover	;
}
.head-tit{
	background: #f4870d;
	padding: 3px 2%;
}
.head-inner{
	flex-direction: column;
}
h1{
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
.head-main{
	flex-direction: column;
	padding: 5px 0;
}
.logo{
	width: 25%;
	max-width: 130px;
	padding: 5px 0;
}
.sp-bag{
	position: absolute;
	width: 25px;
	top: 63px;
	left: 6%;
}
.sp-acount{
	position: absolute;
	width: 25px;
	top: 63px;
	left: 20%;
}
/* 固定ナビ */
.fixed-navi{
	align-items: flex-end;
	background: #fff;
}
.fixed-navi li{
	width: 25%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	padding: 7px 0;
}
.fixed-navi li:last-child{
	border-right: none;
}
.fixed-navi li img{
	height: 40px;
	display: block;
	margin: 7px auto 0;
}
.fixed-navi li span{
	display: block;
	font-size: 10px;
	margin-top: 5px;
	font-weight: bold;
	color: #222;
}
.fixed-navi.bottom-fixed{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9997;
}
.fixed-navi.bottom-fixed li{
	border-bottom: none;
	border-top: 1px solid #ccc;
}
/* スライダー */
.slick-prev,
.slick-next {
  display: none;
}
.slick-slide img {
  width: 100%;
}

/* 無料テキスト */
.freeshopping{
	margin-top: 20px;	
	text-align: center;
	color: #e62700;
	font-weight: bold;
}
/* お知らせ */
.news{
	justify-content: center;
  width: 90%;
  margin: 30px auto 0;
}
.news-wrap{
	flex-direction: column;
	align-items: flex-start;
	width: 82%
}
.news-anime{
	width: 15%;
	max-width: 70px;
	margin-right: 3%;
}
.news-title{
	font-weight: 500;
	font-size: 18px;
	margin-right: 1em;
}
.news-text{
	font-size: 12px;
  border-top: 1px dashed #ccc;
  padding: 5px 0;
}
.news-date{
	margin-right: 1em;
}
/* バナーエリア */
.bnr{
	width: 90%;
	margin: 20px auto 0;
	flex-direction: column;
}
.bnr p{
	width: 100%;
	margin-top: 10px;
}
/* 検索 */
.sp-search{
	margin: 30px auto 0;
	width: 90%;
}
#form,
#searchform {
  position: relative;
  width:100%;
  height: 40px;
}
#sbox,
.searchbox {
  width: 100%;
  height: 100%;
  font-size: 15px;
  padding: 0 5%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #444;
  outline: none;
}
#sbtn {
  height: 45px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0,-50%);
  background: none;
  color: #737373;
  border: none;
}
/* 読みもの */
.reading{
	background: url(../images/common/bg-orange-sp.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 5%;
}
.main-title{
	text-align: center;
	font-size: 20px;
	font-family: "hannari";
	font-weight: 500;
}
.main-title::after{
	content: "";
	background: url(../images/common/deco-dotted-line.png) no-repeat;
	background-size: contain;
	display: block;
	width: 230px;
	height: 2px;
	margin: 0 auto;
}
.main-title span::before,
.main-title span::after{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.icon-tree::before{
	background: url(../images/common/icon-tree.png) no-repeat;
	background-size: contain;
	margin-right: .5em;
}
.icon-bird::after{
	background: url(../images/common/icon-bird.png) no-repeat;
	background-size: contain;
	margin-left: .5em;
}
.read-list{
	margin-top: 30px;
	flex-wrap: wrap;
	align-items: flex-start;
}
.read-list li{
	width: 47%;
}
.read-list li:nth-child(n+3){
	display: none
}
.read-cat{
	margin: -17px 0 0 -8px;
}
.read-cat a{
	position: relative;
	background: #b1463d;
	display: inline-block;
	padding: 3px 5px 2px;
	font-size: 10px;
	text-align: center;
	box-sizing: border-box;
	z-index: 3;
	letter-spacing: 0;
}
.read-cat a{
	color: #fff !important;
}
.cat-item-use a{
	background: #f39083;
}
.cat-voice a{
	background: #4eaccc;
}
.cat-info a{
	background: #88c077;
}
.cat-days a{
	background: #fad399;
}
.cat-creator a{
	background: #cd9fc4;
}
.cat-admin a{
	background: #fff08b;
	color: #888 !important;
}
.grid-item-cat a:hover{
	background: #888;
	transition: .3s;
}
.cat-admin a:hover{
	color: #fff !important;
}
.read-title{
	margin-top: 5px;
	font-size: 14px;
}
.read-text{
	display: none
}
.btn-more a {
	font-family: "hannari";
	font-size: 15px;
  display: block;
  margin: 25px auto 0;
  text-align: center;
  width: 65%;
  max-width: 240px;
  border: 1px solid #222;
  padding: 7px 0 5px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
	transition: .5s;
}
.btn-more a:hover{
  background: rgba(255, 255, 255, 0.4);
	transition: .5s;
	color: #222;
}
.btn-more a::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
	background: url(../images/common/btn-arrow.png) no-repeat;
	background-size: contain;
	margin-left: .5em;
}
/* ピックアップアイテム */
.pickup{
  width: 100%;
}
.icon-leaf::before{
	background: url(../images/common/icon-leaf-l.png) no-repeat;
	background-size: contain;
	margin-right: .5em;
	width: 40px !important;
}
.icon-leaf::after{
	background: url(../images/common/icon-leaf-r.png) no-repeat;
	background-size: contain;
	margin-left: .5em;
	width: 40px !important;
}
.pickup-list{
	justify-content: center;
	align-items: center;
	margin: 30px auto 0;
	width: 100%;
	overflow: hidden;
}
.pickup-list li{
	margin: 0 2%;
	flex: 0 0 32%;
}
.pickup-list li:nth-child(n+4){
	display: none;
}
.pickup-title{
	text-align: center;
	font-weight: 500;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
	padding: 0 10px;
}
.pickup-price{
	text-align: center;
	margin-top: 5px;
	font-size: 11px;
}
/* 新着商品 */
.new-item{
  padding: 30px 3% 40px;
	background: url(../images/common/bg-new.png);
	background-size: 20px 20px;
}
.new-item-list{
  width: 100%;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.new-item-list li{
	width: 29%;
	margin: 15px 2% 0;
}
.new-item-list li:nth-child(n+7){
	display: none;
}
/* ランキング */
.ranking .main-title{
	margin-top: -20px !important;
}
.pop-list{
	justify-content: center;
	margin: 10px auto 0;
	flex-wrap: wrap;
  width: 96%;
}
.pop-list li{
	width: 46%;
	margin: 20px 2% 0;
	position: relative;
}
.pop-list li:nth-child(n+3){
	width: 29%;
	margin: 20px 2% 0;
}
.icon-pop::before{
	background: url(../images/common/icon-pop.gif) no-repeat;
	background-size: contain;
	margin-right: .5em;
	width: 78px !important;
	height: 72px !important;
	vertical-align: text-bottom !important;
}
.pop-title{
	text-align: center;
	font-weight: 500;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
}
.pop-price{
	text-align: center;
	margin-top: 5px;
	font-size: 11px;
}
.rank1::before,
.rank2::before,
.rank3::before,
.rank4::before,
.rank5::before{
	content: "";
	display: inline-block;
	position: absolute;
}
.rank1::before,
.rank2::before{
	top: -10px;
  left: -7px;
	width: 33px;
	height: 37px;
}
.rank3::before,
.rank4::before,
.rank5::before{
	top: -10px;
  left: -7px;
	width: 25px;
	height: 28px;
}
.rank1::before{
	background: url(../images/common/ranking1.svg) no-repeat;
	background-size: contain;
}
.rank2::before{
	background: url(../images/common/ranking2.svg) no-repeat;
	background-size: contain;
}
.rank3::before{
	background: url(../images/common/ranking3.svg) no-repeat;
	background-size: contain;
}
.rank4::before{
	background: url(../images/common/ranking4.svg) no-repeat;
	background-size: contain;
}
.rank5::before{
	background: url(../images/common/ranking5.svg) no-repeat;
	background-size: contain;
}
/* つくりて紹介 */
.create{
	margin-top: 60px !important;
}
.create-list{
	justify-content: center;
	align-items: flex-start;
	margin: 40px auto 0;
	flex-wrap: wrap;
  width: 96%;
}
.create-list li{
	margin: 0 2% 20px;
}
.create-list li:nth-child(n+3){
	display: none;
}
.icon-flower1::before{
	background: url(../images/common/icon-flower1.png) no-repeat;
	background-size: contain;
	margin-right: .5em;
	vertical-align: text-bottom !important;
}
.icon-flower2::after{
	background: url(../images/common/icon-flower2.png) no-repeat;
	background-size: contain;
	margin-left: .5em;
	vertical-align: text-bottom !important;
}
.create-list li h3 {
  margin: -20px 0 0 -8px;
  position: relative;
  z-index: 1;
}
.create-list li h3 span{
  padding: 5px 10px;
  display: inline-block;
  background: #fad84e;
  color: #1d1f33;
  font-size: 10px;
}
.create-list li h3 .food::before{
	content: "";
  width: 22px !important;
  height: 16px;
  margin-right: .5em;
  display: inline-block;
  vertical-align: bottom;
  background: url(/images/common/icon-food.svg) no-repeat;
  background-size: contain;
}
.create-list li h3 .craft::before{
	content: "";
  width: 16px;
  height: 16px;
  margin-right: .5em;
  display: inline-block;
  vertical-align: bottom;
  background: url(/images/common/icon-craft.svg) no-repeat;
  background-size: contain;
}
.create-list li h3 .health::before{
	content: "";
  width: 16px;
  height: 16px;
  margin-right: .5em;
  display: inline-block;
  vertical-align: bottom;
  background: url(/images/common/icon-health.svg) no-repeat;
  background-size: contain;
}
.create-list li p {
  margin-top: 10px;
	font-size: 12px;
  line-height: 1.6;
}
/* インスタグラム */
#instafeed {
  height: auto !important;
}
.instagram{
	background: url(../images/common/bg-ig-sp.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 3%;
}
.icon-ki1::before{
	background: url(../images/common/icon-ki1.png) no-repeat;
	background-size: contain;
	margin-right: .5em;
	vertical-align: text-bottom !important;
}
.icon-ki2::after{
	background: url(../images/common/icon-ki2.png) no-repeat;
	background-size: contain;
	margin-left: .5em;
	vertical-align: text-bottom !important;
}
.insta-grid {
  width: 90%;
  margin: 30px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insta-grid-item { 
	width: 47%;
	margin: 15px 1% 0;
	box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
}
.insta-grid-item:nth-child(n+5){
	display: none;
}
.insta-cap{
	display: none;
}
/* バナーツイッター */
.bnr-wrap{
	justify-content: center;
	flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.bnr-wrap-left{
	width: 100%;
}
.bnr-wrap-left img{
	margin-top: 10px;
}
.foot-sns i{
	font-size: 26px;
	margin: 30px 10px 0;
}
/* フッター */
footer{
	margin: 30px 0 83px;
	background: url(../images/common/bg-orange.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 20px;
}
_::-webkit-full-page-media, _:future, :root footer{
	padding-bottom: 83px;
}
.inner{
	width: 96%;
	margin: 0 auto;
	align-items: flex-start;
	padding: 20px 0 5px;
	border-bottom: 1px solid #222;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.foot-logo{
	width: 35%;
	max-width: 150px;
}
.foot-logo span{
	display: block;
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}
.foot-navi{
	flex-wrap: wrap;
	align-items: flex-start;
	width: 60%;
}
.foot-navi li{
	width: 46%;
	margin-bottom: 5px;
	font-size: 10px;
	letter-spacing: 0;
}
.open{
	width: 100%;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}
.copy{
	text-align: center;
	padding: 6px 2%;
	font-size: 12px;
	width: 96%;
  margin: 0 auto;
}
/* スマホハンバーガー */
.sp-nav-logo{
	width: 45%;
	margin: 0 auto;
}
.sp-nav-list{
	flex-wrap: wrap;
	width: 90%;
	margin: 30px auto 0;
}
.sp-nav-list li{
	width: 48%;
	position: relative;
}
.sp-nav-list li a{
	margin: 10px 0 0;
	font-size: 14px;
	display: block;
	padding: 5px;
}
.sp-nav-list li::after{
	content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 13px;
}
.sp-nav li {
  font-size: 18px;
  margin-top: 30px;
}
.listcreater{
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}
.mgt30{
	margin-top: 30px !important;
}
.sp-nav li p::before{
	content: "";
	width: 25px;
	height: 25px;
	margin-right: .3em;
	display: inline-block;
	vertical-align: bottom;
}
.food::before{
	width: 34px !important;
	background: url(../images/common/icon-food.svg) no-repeat;
	background-size: contain;
}
.craft::before{
	background: url(../images/common/icon-craft.svg) no-repeat;
	background-size: contain;
}
.health::before{
	background: url(../images/common/icon-health.svg) no-repeat;
	background-size: contain;
}
.creator::before{
	background: url(../images/common/icon-create.svg) no-repeat;
	background-size: contain;
}
.read::before{
	background: url(../images/common/icon-read.svg) no-repeat;
	background-size: contain;
}
.gift::before{
	background: url(../images/common/icon-gift.svg) no-repeat;
	background-size: contain;
}
.sp-nav li p{
	position: relative;
	display: block;
	border-bottom: 1px dotted #787878;
	padding-bottom: 10px;
}
.create-acd{
	position: relative;
	left: 0 !important;
}
.create-acd .pm{
	font-size: 14px;
	margin-left: 10px;
}
.sp-nav li:first-child p::after{
  left: 36px !important;
}
.sp-nav-sub {
  margin-top: 10px;
}
.sp-nav-sub li{
	font-size: 15px;
	padding-left: .7em;
	margin-top: 5px;
}
.sp-nav-sub a{
	display: block;
	padding: 5px 0;
}
.sp-nav-sub li a img {
  width: 26px;
  margin-right: .5em;
}
.sp-nav-sns{
	text-align: center;
}
.sp-nav-sns i{
	font-size: 26px;
	margin: 30px 10px 0;
}
.sp-nav-acd{
	display: none;
}
.sp-nav li .pm::after{
	content: "+";
  position: absolute;
  right: 3%;
  top: -2px;
  color: #666;
  font-size: 22px;
}
.sp-nav li .pm.active::after{
	content: "ー";
	font-size: 15px;
  top: 6px;
}
.sp-nav li .create-acd::before{
	width: 0 !important;
	margin-right: 0 !important;
}
.sp-nav li .create-acd::after{
	background: none;
}
.listcreater ul li img{
	display: none;
}
.listcreater .sp-nav-sub li {
	margin-bottom: 5px;
	position: relative;
	font-size: 13px;
}
.listcreater .sp-nav-sub li:after {
	position: absolute;
	content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0,-50%);
  color: #666;
  font-size: 16px;
}
.listcreater .sp-nav-sub a{
	padding: 7px 15px 8px 0px;
}
/* ナビバナー */
.sp-nav-bnr{
	margin-top: 30px;
	width: 100%;
}
.sp-nav-bnr img{
	margin-top: 10px;
}
/* ショップサーブ用追記 */
#gnav{
	display: none;
}
#main-column{
	padding: 0 5%;
}
#main-column h2{
	border-top: none;
}
.news{
	justify-content: center;
  width: 90% !important;
  margin: 30px auto 0 !important;
}
.news-title{
	padding: 0 !important;
}
footer{
	height: initial;
	line-height: inherit;
}
#wrapper a,
footer a{
	color: #222;
}
#page-top{
	display: none !important;
} 
.head-fixed{
	position: fixed !important;
	bottom: 0 !important;
	width: 100%;
	background: #fff;
  z-index: 100;
}
.head-fixed li{
	border-bottom: none;
  border-top: 1px solid #ccc;
}
#bread-crumb{
	margin: 0 0 10px 0;
}
#bread-crumb #bread-crumb-listTop{
	margin: 0 0 5px 0;
}
#bread-crumb .bread-crumb-listCate{
	margin: 0 0 5px 0;
}
/* トップキャンペーンバナー */
.cambn{
	width: 90%;
	margin: 20px auto 0;
}
.cambn img{
	width: 100%;
}
/* 商品一覧 */
#itemList_wrap .badge{
	display: none !important;
}
/* キャンペーンバナー追加2020/11/15立野 */
.itembnr-list{
	margin: 20px auto 0;
	width: 90%;
	flex-direction: column;
}
.itembnr-list li{
	width: 100%;
}
.itembnr-list li:nth-of-type(n+2){
	margin-top: 10px;
}

/* ↓以下会員情報表示用2020/11/16立野↓ */
/* お店ページに会員カート情報表示（PC_header01） */
#member_info{
	margin-top: 30px;
	font-size: 14px;
	text-align: center;
}
.membername_box{
	margin: 0 5px;
	transition: .2s;	
	border-bottom: 1px solid transparent;	
	padding-bottom: 3px;	
}
.membername_box:hover{
	opacity: .8;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	transition: .2s;
}
.membername_box span{
	font-size: 16px;	
	font-weight: 900;
}
.membername_box span:first-of-type{
	margin: 0 0 0 2px;
}
.membername_box span:nth-of-type(2){
	margin: 0 2px 0 0;
}
/* お店ページに会員カート情報表示（非表示設定） */
.member_info_cart_info {
    display: none;
}

.member_info_cart_info .account_guest {
    display: none;
}

.member_info_cart_info .rank_name_0 {
    display: none;
}

.member_info_cart_info .rankup_none {
    display: none;
}

.member_info_cart_info .nrank_prc_0 {
    display: none;
}

.member_info_cart_info .nrank_cnt_0 {
    display: none;
}

.member_info_cart_info .firstname_guest {
    display: none;
}

.member_info_cart_info .more_maru_1 {
    display: none;
}

.member_info_cart_info .free_shipping_0 {
    display: none;
}

.member_info_cart_info .shipping_box_none {
    display: none;
}

.member_info_cart_info .pointmember_none {
    display: none;
}

.member_info_cart_info .rankmember_none {
    display: none;
}

.member_info_cart_info .memberrank_none_none {
    display: none;
}

.member_info_cart_info #member_info_none_none {
    display: none;
}
/* ページ送り */
#itemList_wrap #pager-top ul, #itemList_wrap #pager-bm ul{
	margin-top: 20px;
}
#itemList_wrap #pager-top ul li,
#itemList_wrap #pager-bm ul li{
	font-size: 15px;
	background: #eee;
	text-align: center;
	padding: 5px 6px 3px;
	margin: 5px 3px;
	border-radius: 2px;
	font-family: 'Roboto Mono', monospace;
}
#pager-top ul li.selected,
#pager-bm ul li.selected{
	background: #f4870d !important;
	color: #fff;
	font-weight: bold;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}