@charset "UTF-8"

* {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.wrapper {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	color: #313131;
	overflow: hidden;
	text-align: center;
	margin: 0;
	padding: 0;
} 

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: auto;
	list-style-type: none;
}

img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}


/*追従*/
a#rc_rightArea_pc {
	width: 300px;
	/*画像の全体幅*/
	position: fixed;
	top: 180px;
	right: -200;
	/*マウスを乗せた時に出てくる幅*/
	display: inline-block;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 9999;
}

a#rc_rightArea_pc:hover {
	right: 0px;
	opacity: 1;
}
.link_sale{
	color: #fff;
}


body {
	width: 100%;
	text-align: center;
}


/*===================header======================================*/

header {
	background-color: #fff;
}

.header-inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

h1 {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: block;
}

h1 img {
	max-width: 250px;
	padding: 10px 0 0 0;
	display: block;
}

.sp_mainbanner {
	display: none;
}





/*===================商品一覧======================================*/
/*==画像の並び(1列2列3列）====*/



.onecol {
	/*margin:0 auto 5% auto;*/
	margin: 0px 15px 30px 15px;
}

.twocol {
	float: left;
	width: 48.6%;
	margin: 0 0.3em 4% 0.3em;
}

.threecol {
	float: left;
	width: 30%;
	margin: 0 0.7em 3% 0.7em;
}

.item {
    width: 48%;
    margin: 2% 2% 3% 0%;
}
.item_onecol {
	width: 100%;
    margin: 2% 2% 3% 0%;
}

.check_btn a,
.list_btn a {
	display: block;
    background: #252525;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333;
    border-radius: 2px;
    font-size: 15px;
    padding: 12px 0;
    letter-spacing: 0.1rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.twocol .check_btn a {
	margin: 5px 70px;
}

.threecol .check_btn a {
	margin: 5px;
}
.item .check_btn a {
	margin: 5px 70px 10px 70px;
}
.item_onecol .check_btn a {
	margin: 5px 200px 15px 200px;
}
.sitetop .check_btn a {
	margin: 20px 200px 15px 200px;
	background: #252525;
	border-color: #252525;
    padding: 24px 0;
}

.list_btn {
	width: 750px;
	margin: 1em auto;
}
.list_btn a {
	width: 70%;
	margin: 0 auto;
    background: #252525;
    border: 1px solid #252525;
    border-radius: 4px;
	font-size: 20px;
    padding: 20px 0;
}



/*===クーポン3並び覧===*/



.cat-list{
	display: flex;
	width: 100%;
	max-width: 750px;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.cat-list li{
	width: 23%;
	display: inline-block;
	margin: 0 1% 2em 1%;
	font-size: 14px;
}
.cat-list li:first-child{margin-left: 0;}
.cat-list li:last-child{margin-right: 0;}
.cat-list li a{color: #252525;}


.category-all{
	width: 750px;
	margin: 0 auto;
}


.category-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.category-list li{
	width: 50%;
	display: inline-block;
}

.category-list li img{
	border: solid 1px #FFF;
}

.set {
	margin: 0 auto;
	/*===border: forestgreen solid 2px;===*/
	width: 750px;
  }

  .set_1 {
	display: flex;
  }

  .set_left{
	width: 450px;
	/*===border: red solid 2px;===*/

  }

  
  .set_right{
	list-style:none;
    width:33%;
    float:left;
	/*===border: fuchsia solid 2px;===*/
	width: 300px;
  }


  .set_right_all{
	height: 140px;
  }

  .set_right_all2{
	height: 90px;
  }

  .set_right_all3{
	height: 110px;
  }

  .set_right_all4{
	height: 140px;
  }
  
  .set_right_all5{
	height: 200px;

  }


  .set_right_title {
	font-size: 20px;
  }

  
  .set_right_title2 {
	font-size: 20px;
	margin-top: 30px;
  }

  .set_right_title3 {
	font-size: 20px;
  }


  
  .set_right_bottom{
	width: 100%;
	height: 40px;
	margin: 0 auto;
	display: block;
	/*===background: #4c2907;===*/
	background: rgb(171, 130, 53);
    color: #fff;
    text-align: center;
    font-weight: bold;
	text-decoration: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid rgb(171, 130, 53);
      border-radius: 2px;
      font-size: 18px;
      letter-spacing: 0.1rem;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
  }

  .set_right_bottom p {
	text-align:center;
	height:40px;
	line-height:5px;

  }


  .set_much {
	color: #D43E3D;
	font-size: 40px;
	text-align: center;
	font-weight: bold;

  }

  .set_right_item {
	display: inline-block;
  background: #e8d6d4;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  line-height: 1.5em;
  }


/*===ページトップへのボタン===*/
#pagetop_pc a {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    bottom: 50px;
    right: 25px;
    z-index: 999;
    background-color: #000;
    opacity: 0.5;
}

#pagetop_pc a::before {
font-family: FontAwesome;
    content: '\f077';
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 10px;
}




/*カテゴリボタン小*/
.btn-list {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 750px;
	margin: 0 auto 30px auto;
}
.btn-list li {
	display: inline-block;
	margin: 8px;
	padding: 5px 15px;
	background: #313131;
	border: 1px solid #313131;
	border-radius: 100vh;
}
.btn-list li a {
	color: #fff;
}



/*各メニュータイトル*/
.title {
	margin: 2em auto 2em auto;
	padding: 0;
	width: 100%;
}

.title img {
	width: 100%;
	max-width: 750px;
	margin: 0px auto 0px auto;
}

.btn_flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
	margin: 4em auto;
	}
.btn_flex li {
    max-width: 33%;
	padding: 5px;
}


/*======テキストリンク ホバー=======*/

.button003 a {
	background: #eee;
	border-radius: 50px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 500px;
	padding: 10px 25px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}
.button003 a:hover {
	background: #313131;
	color: #FFF;
}
.button003 a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #313131;
	border-right: 3px solid #313131;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
	border-color: #FFF;
}






/*======特集=======*/

.contents {
	display: block;
	width: 95%;
	max-width: 750px;
	margin: 120px auto;
}
.contents img {
	display: block;
	width: 95%;
	max-width: 750px;
	margin-bottom: 10px;
}

.contents p {
	font-size: 16px;
	margin: 3px auto 3px auto;
	letter-spacing: 0.5;
	font-weight: 600;
	line-height: 1.5;
	color: #313131;
}

#coupon::before,
#medama::before,
#cat::before,
#offrate::before {
	content: "";
	padding-top: 80px;
	margin-top: -80px;
	display: block;
	visibility: hidden;
	clear: both;
}


/*===まずはクーポンをゲット===*/
.readtxt {
	width: 90%;
	max-width: 750px;
	margin: 3em auto;
	text-align: center;
	font-size: 20px;
	line-height: 1.7;
	color: red;
}


/*===footer===*/

.copyright{
	margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-logo {
	width: 240px;
	height: 60px;
	margin: 10% auto;
	display: block;
}

.bottom img {
	margin: 1%;
}

.mail {
	max-width: 750px;
	margin: 2.5em auto;
}

.foot-nav ul {
	max-width: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 5% auto 0 auto;
	padding-bottom: 2%;


}

.foot-nav li {
	display: inline;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 100%;
}

.foot-nav li + li {
	border-left: 0;
	/*  border-right: 1px solid black;*/
}

.foot-nav li:last-child {
	display: inline;
	border-right: 0;
}

.foot-nav li:first-child {
	display: inline;
	border-left: 0;
}

.foot-nav li a {
	text-decoration: none;
	text-align: center;
	font-weight: 100;
	color: #313131;
	font-weight: bold;
	font-size: 1.4em;
	display: block;
}

.foot-nav a:hover {
	display: block;
	text-decoration: none;
	opacity: 0.8;

}

.copyright {
	font-size: 11px;
	padding: 10px 0px 20px;
	background-color: black;
    color: white;
    padding: 20px 0 15px 0px;
    margin-bottom: 0;
}



/*=== キャンペーンバナー ===*/

.event {
	position: relative;
	display: inline-block;
	margin: 1.3em 0 0.5em 0;
	padding: 15px 70px;
	max-width: 100%;
	font-size: 60px;
	background: #ACA894;
	border-radius: 60px;
  }
  
  .event p {
	  color: #fff;
	margin: 0;
	font-weight: lighter;
	padding: 0;
  }

.campaign {
	display: flex;
	justify-content: space-around;
	max-width: 1280px;
	width: 100%;
	margin: 50px auto;
}

.campaign .blackfriday img {
	width: 95%;
}

.campaign .soy img {
	width: 95%;
}

.blackfriday p.ex {
	font-size: 20px;
	margin-top: -20px;
}

.blackfriday p.title {
	font-size: 28px;
	margin-top: 30px;
}


.soy p.ex {
	font-size: 20px;
	margin-top: -20px;
}

.soy p.title {
	font-size: 28px;
	margin-top: 30px;
}

hr {
	border-top: 3px solid black ;
	margin-top: 60px;
}




/* --------PC用
@media screen and (min-width: 540px) {
	.pcnone {
		display: none !important;
	}

	h1 img {
		max-width: 250px;
	}


	


a:hover {
	opacity: 0.8;
}
}



/*===================サイドボタン======================================*/

.side-menu {
    position: fixed;
    right: 0;
    top: 117px;
    max-width: 167px;
z-index: 999;	
}

.side-menu ul {

    width: 100%;
    list-style-type: none;
}

.side-menu li {
    margin: 5px 0;
}

.footer-menu pcnone {
	display: none;
}









/* --------スマホ用---------- */
@media screen and (max-width: 800px) {
	.spnone {
		display: none !important;
	}

	h1 img {
		max-width: 250px;
		margin: auto;
	}
/*追従*/
a#rc_rightArea_sp {
	width: 150px;
		/*画像の全体幅*/
		position: fixed;
		top: 100px;
		right: -100;
		display: inline-block;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		z-index: 9999;
	}


	

	a#rc_rightArea_sp:hover {
 				/*right: 0px;*/
 				opacity: 1;
 			}
 	
	/*===SPページトップボタン===*/
	#pagetop_sp a {
		position: fixed;
		display: block;
		width: 40px;
		height: 40px;
		text-decoration: none;
		bottom: 70px;
		right: 10px;
		z-index: 999;
		background-color: #080808;
		opacity: 0.5;
	}

	#pagetop_sp a::before {
		font-family: FontAwesome;
		content: '\f077';
		font-size: 24px;
		color: #fff;
		position: absolute;
		top: 7px;
		left: 10px;
	}


	.shouseiyou{
		display: none;
	}


	.pc_mainbanner {
		display: none;
	}

	.sp_mainbanner {
		display: block;
		width: 100%;
	}

	.set_pickup {
		padding: 0;
	}


	
	.set_right_item {;
	  width: 1.5em;
	  height: 1.5em;
	  line-height: 1.5em;


	}



	.readtxt {
		margin: 1em auto 1em auto;
		text-align: center;
		font-size: 20px;
	}


	/*===SP商品一覧===*/



	
	/*===お楽しみ袋===*/

	.otanosimi_yoko{
		display: block;
	}

.otanosimi_tate{
	width: 300px;
}



	.Category_img {
		width: 90%;
	}

	.category-all{
		width: 100%;
	}


	.category-list{
		width: 90%;
	}


	.category-list li{
		width: 50%;
		display: inline-block;
	}

	.set_right_bottom p {
		text-align:center;
		height:0;
		line-height:0;
	
	  }


	



.set {
	width: 90%;
}

  .set_left{
	width: 60%;

  }

  .set_right{
	width: 40%;
  }


  .set_right_all{
	height: 25%;
  }

  .set_right_all2{
	height: 35%;
  }

  .set_right_all3{
	height: 47%;
  }

  .set_right_all4{
	height: 33%;
	}

	.set_right_all5{
		height: 48%;
		}


  .set_much {
	font-size: 1em;

  }


  
  .set_right_title { 
	font-size: 0.8rem;
  }

  .set_right_title2 { 
	font-size: 0.8rem;
	margin-top: 15px;
  }

  .set_right_title3 {
	margin-top: 15px;
	font-size: 0.8rem;
  }


  .set_right_bottom{
	height: auto;
	display: block;
      color: #fff;
      text-align: center;
      font-weight: bold;
      text-decoration: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 0px;
      font-size: 0.7rem;
  }




	.onecol .check_btn a {
		font-size: 13px;
		padding: 8px 0;
		margin: 10px 100px 15px 100px;
	}
	.twocol {
		width: 47.2%;
		margin: 0 0.3em 2% 0.3em;
	}

	.twocol .check_btn a  {
		font-size: 11px;
		padding: 6px 0;
		margin: 15px 30px;
	}

	.threecol {
		margin: 0 0.3em 5% 0.3em;
	}

	.threecol .check_btn a {
		font-size: 10px;
		padding: 6px 0;
	}
	



	.sitetop .check_btn a {
		margin: 10px 70px 15px 70px;
		background: #252525;
		border-color: #252525;
		padding: 12px 0;
	}



.item_per_text{
    top: 85%;
    width: 40%;
	font-size: 13px;
}



.title {
	margin: 2em auto 0 auto;
}


/*===クーポン3並び===*/
.cat-list{
	width: 90%;
}
.cat-list li{
	width: 48%;
}


/*=== 汎用ボタン ===*/
.ul_btn{
	width: 90%;
	margin-top: 20px;
}
.ul_btn li{
	margin: 0 0.5em 1em 0.5em;
	padding: 0.8em 1.5em;
	font-size: 12px;
}




	/*=== キャンペーンバナー ===*/

	.event {
		margin: 1.5em 0 1em 0;
		padding: 0.4em 1.5em;
		font-size: 1.5em;
		background: #7b7869;
		border-radius: 60px;
	
	  }
	
	
	.campaign {
		display: flex;
		flex-flow: column;
		max-width: 390px;
		width: 100%;
		margin: 20px auto;
	}
	
	.campaign .blackfriday img {
		width: 95%;
	}
	
	.campaign .soy img {
		width: 95%;
		margin-top: 40px;
	}
	
	.blackfriday p.title {
		font-size: 18px;
		margin-top: 10px;
	}
	
	.blackfriday p.ex {
		font-size: 14px;
		margin-top: 10px;
	}
	
	.soy p.title {
		font-size: 18px;
		margin-top: 10px;
	}
	
	.soy p.ex {
		font-size: 14px;
		margin: 0;
		margin-top: 10px;
	}








/*カテゴリボタン小*/
.btn-list {
	width: 90%;
	margin: -3em auto 20px auto;
}
.btn-list li {
	margin: 5px;
	font-size: 11px;
}
.btn-list li a {
	color: #fff;
}


	/*======SP特集=======*/

	.contents {
		margin: 60px auto;
	}
	.contents p {
		margin: 3px auto;
		line-height: 1.5
	}



/*======SPfooter-nav=======*/
	
	.footer-menu {
    position: fixed;
		display: block;
    width: 100%;
    height: 62px;
    /*background-color: rgba(255,255,255,0.9);*/
    background-color: #313131;
    z-index: 999;
    bottom: 0;
  /* 1. メニューを画面下へ隠す */
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  /* 2. 0.3秒かけて表示する */
  -webkit-transition: .3s;
  transition: .3s;				
}
.active{
  /* 3. メニューを定位置へ戻す */
  -webkit-transform: translate(0);
  transform: translate(0);
}
	.footer-menu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 62px;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #000;

}
	.footer-menu ul li {
    width: 100%;
    font-size: 10px;
    text-align: center;
    line-height: 1.0;
	margin-top: 5px;
    padding-top: 5px;
}

	.footer-menu ul li p {
    -webkit-margin-before: unset;
    margin-block-start: unset;
    margin-top: 6px;
	font-weight: bold;
	color: #fff;
}
	.footer-menu ul li a {
    text-decoration: none;
}
	.footer-menu img {
    width: 25px;
	font-size: 30px;
}


	.bottom-logo {
		width: 120px;
		height: 30px;
		margin: 20px auto 40px auto;
		display: block;
	}


	.foot-nav li a {
		font-size: 12px;
		position: relative;
		z-index: 999;
	}

	.menucheck {
		font-size: 1em;
		letter-spacing: 2px;
		font-weight: bold;
	}

	.menucheck span {
		color: #D43E3D;
	}



.onecol {
	margin: 20px 20px 0px 20px;
}

.twocol {
	float: left;
	width: 43%;
	margin: 15px -10px 0px 20px;
}


.more {
	margin: 1em auto 4em auto;
	width: 100%;
}




}



/*＝＝＝＝＝＝＝＝＝＝レイアウト用＝＝＝＝＝＝＝＝＝＝*/
.mrla{
margin-right: auto;
	margin-left: auto;
}

.mt0 {margin-top: 0px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}

.mb0 {margin-bottom: 0px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}

.pt0 {margin-top: 0px;}
.pt10 {margin-top: 10px;}
.pt20 {margin-top: 20px;}
.pt30 {margin-top: 30px;}
.pt40 {margin-top: 40px;}
.pt50 {margin-top: 50px;}

.pb0 {margin-bottom: 0px;}
.pb10 {margin-bottom: 10px;}
.pb20 {margin-bottom: 20px;}
.pb30 {margin-bottom: 30px;}
.pb40 {margin-bottom: 40px;}
.pb50 {margin-bottom: 50px;}

.w100 {width: 100%;}
.w90 {width: 90%;}
.w80 {width: 80%;}
.w70 {width: 70%;}
.w60 {width: 60%;}
.w50 {width: 50%;}
.w45 {width: 45%;}
.w40 {width: 40%;}
.w30 {width: 30%;}
.w20 {width: 20%;}

.lh12 {line-height: 1.2;}
.lh15 {line-height: 1.5;}
.lh18 {line-height: 1.8;}
.lh20 {line-height: 2;}
.lh25 {line-height: 2.5;}


.ft12px {font-size: 12px;}
.ft13px {font-size: 13px;}
.ft14px {font-size: 14px;}
.ft15px {font-size: 15px;}
.ft16px {font-size: 16px;}
.ft18px {font-size: 18px;}
.ft22px {font-size: 22px;}
.ft24px {font-size: 24px;}
.ft28px {font-size: 28px;}
.ft32px {font-size: 32px;}
.ft36px {font-size: 36px;}

@media screen and (max-width: 599px) {

	.sp_ft12px {font-size: 12px;}
	.sp_ft13px {font-size: 13px;}
	.sp_ft14px {font-size: 14px;}
	.sp_ft15px {font-size: 15px;}
	.sp_ft16px {font-size: 16px;}
	.sp_ft18px {font-size: 18px;}
	.sp_ft22px {font-size: 22px;}
	.sp_ft24px {font-size: 24px;}
	.sp_ft28px {font-size: 28px;}
	.sp_ft32px {font-size: 32px;}
	.sp_ft36px {font-size: 36px;}

}