@charset "UTF-8";
/* CSS Document */

.cp_stepflow02 {
	font-size: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 1em;
	padding: 0;
}
.cp_stepflow02 > li {
	position: relative;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	text-overflow: ellipsis;
	color: #b0bec5;

	 -ms-flex: 1;
	-moz-flex: 1;
	-webkit-box-flex: 1;
	     flex: 1;
}
.cp_stepflow02 > li .bubble {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto 0.5em;
	border-radius: 1000px;
	background-color: #b0bec5;
}
.cp_stepflow02 > li .bubble::after,
.cp_stepflow02 > li .bubble::before {
	position: absolute;
	top: 9px;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	background-color: #b0bec5;
}
.cp_stepflow02 > li.completed,
.cp_stepflow02 > li.completed .bubble {
	color: #00acc1;
}
.cp_stepflow02 > li.completed .bubble,
.cp_stepflow02 > li.completed .bubble::after,
.cp_stepflow02 > li.completed .bubble::before {
	background-color: #4dd0e1;
}
.cp_stepflow02 > li.completed > .bubble + span::before {
	font-family: Fontawesome;
	content: '\f00c';
}
.cp_stepflow02 > li:last-child .bubble::after,
.cp_stepflow02 > li:last-child .bubble::before {
	width: 0%;
	margin-right: 50%;
}
.cp_stepflow02 > li.active,
.cp_stepflow02 > li.active .bubble {
	font-weight: bold;
	color: #f57c00;
}
.cp_stepflow02 > li.active .bubble,
.cp_stepflow02 > li.active .bubble::after,
.cp_stepflow02 > li.active .bubble::before {
	background-color: #fb8c00;
}


a{
	color: black;
}

	/*見出し*/
	.TitleWrap_1{
		width: 100%;
		height: 40px;
		background-color: #A17C21;
		color: #ffffff;
		text-align: center;
		padding: 12px;
	}
	.TitleWrap_1 h2,h3,h4,p{
		font-size: 14px;
	}
	
	.TitleWrap_2{
		width: 100%;
		height: 40px;
		background-color: #ffffff;
		color: #000000;
		text-align: center;
		padding: 12px;
		border-bottom: solid 1px #000000;
	}
	.TitleWrap_2 h2,h3,h4,p{
		font-size: 14px;
	}


/*ハンバーガーアイコン*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
	
  width: 40px;
  height: 34px;
}


.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


.menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}		


/*スライドメニュー*/
.sidrBannerWrap{}

	.multiCollapse_menu_Title{
	height: 50px;
	padding: 12px;
display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
		background-color: #F3F3F3;
		color: #BDBDBD;
		
		background-color: #343A41;
		color: #BDBDBD;
		
		background-color: #A17C21;
		color: #ffffff;
		
/*		background-color: #343A41;
		color: #A17C21;
*/		
		
	}
	.multiCollapse_menu ul li{
		list-style: none;
		color: #808080;
		
	}
	.multiCollapse_menu a{
		color: #808080;
		border-bottom: 1px solid #F3F3F3;
		
	}

	.multiCollapse_menu_Btn{
		display: block;
	}
	
	
.multiCollapse_menu_Icon{
  transform: rotate(360deg);
  transition: transform 0.5s;
}

/*メニューのバツボタン*/	
.multiCollapse_menu_Icon_CrossBtn{
  display: block;
	height: 50px;
	padding: 12px;
	background-image: url("../icons/keyboard_arrow_right-24px.svg");
	background-repeat: no-repeat;
	background-position: right;
	
}
.multiCollapse_menu_Icon2Box{
	float: right;	
}


.multiCollapse_menu_Icon2_1{
  transform: rotate(450deg);
  transition: transform 0.5s;
	color: #81BBE3;
}	
.multiCollapse_menu_Icon2_2{
  transform: rotate(360deg);
  transition: transform 0.5s;
margin-left: -24px;
	color: #81BBE3;
}

	.multiCollapse_menu_Icon2_Rotate_450{
		transform: "rotate(40deg)";
	}



/*トップナビ内のパーツ*/
#TopMenuTriggerWrap{
	position: absolute;
	top:10px;
	left: 10px;
	
}

#TopMenuCartWrap{
	position: absolute;
	top:10px;
	right: 10px;
}

#TopMenuCartWrap i{
	font-size: 40px;
}



/*ヘッダー*/
#TopHead{
	width: 100vw;
	height: 50px;
	background-color: #ffffff;
	z-index: 10;
	
	position: -webkit-sticky; /* Safari */  
	position: sticky;
	top: 0px;
	
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */	
	
}

#TopHead_Logo{
	/*background-color: burlywood;*/
	text-align: center;
	
}

#TopHead_Search{
	/*background-color: hotpink;*/
	
}
#TopHead_Menu{
	/*background-color: darkturquoise;*/
	
}

.TopIcn{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center; /* 左右中央揃えにしたくない場合は削除 */
	align-items: center; /* 左右中央揃えにしたくない場合は削除 */
	padding: 4px;
	
	
}
.TopIcn_Icn i{
	font-size: 32px;
	color: #d70b0b;
}
.TopIcn_Txt{
	font-size: 12px;
	margin-top: -6px;
	color: #555555;
}


/*ヘッダー通知エリア*/
#TopHeadInfo{
	width: 100vw;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid #EBEBEB 1px;
	
	
}
#TopHeadInfo_L{
	float: left;
	
}
#TopHeadInfo_R{
	float: right;
	
}

/*メインコンテンツ*/
#MainContent{
	
}

#MainContent_L{
	background-color: #FCFBFB;
	padding: 15px;
	
}

#MainContent_R{
	
	padding: 15px;
}

.Top_SubTitle{
	color: #C41616;
	font-size: 22px;
	margin-left: 5px;
}


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



.TopItemCace{
	
}

/*TOPランキング*/
	.TopRankingWrap{
		/*background-color: coral;*/
		
		height: 230px;
	}
	.TopRankingTitle{
		margin-top: 5px;
		width: 100%;
		text-align: center;
		
	}
  .slider {
    width: 90%;
    margin: 0 auto 80px;
  }
  .slick-slide {
	height: 215px;
	width: 100%;
	  /*background-color: darkred;*/
	}
	
	.slick-slideCase {
	}	

  .slick-slide img {
    width: 90%;
    height: auto;
	  margin: auto;
	  margin-top: 15px;
  }	
	
  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 5px;
	  /*background-color: darkred;*/
  }
	
	
.TopRanking_Label {
	display: inline-block;
	position: absolute;
	height:40px;
	width:40px;
	border-radius:50%;
	line-height:40px;
	text-align:center;
	background: #FFFFFF;
	color: #929292;
	border: #929292 solid 1px;
}
	
.TopRanking_Label_1 {
	background: #D0AC56;
	color: #FFFFFF;
	border: none;
}
.TopRanking_Label_2 {
	background: #A5A5A5;
	color: #FFFFFF;
	border: none;
}
.TopRanking_Label_3 {
	background: #87672C;
	color: #FFFFFF;
	border: none;
}
/*TOPランキング*/











/*サイドメニュー*/
.SideMenu_List{
	padding: 0;
}
.SideMenu_List li{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.SideMenu_List i{
	font-size: 18px;
	color: #d70b0b;
}

.SideMenu_List_Icn{
	
}
.SideMenu_List_Txt{
	color: #555555;
	font-size: 16px;

}

/*サイトインフォ*/
#SiteInfo{
	padding:20px 0 20px 0;  
	background-color: #FAFAF9;
}

/*フッター*/
#FooterContent{
	padding: 20px 0 20px 0;
	
}

/*サイトトップバナー*/
#TopBanner_Wrap{
	width: 100%;
	height: 300px;
	background-color: #D7E5EE;
}

.TopBanner_1{
	width: 100%;
	height: 300px;
	background-image: url("../img/SIte_bigbnr_Site1.png");
	background-size: cover;
	background-position: center;
	
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
	padding: 5px;
	
	
}

.TopBanner_1 > p {
	color: #000000;
	font-size: 22px;
	text-shadow: 1px 2px 3px #ffffff;
}



/*商品書き出しよう*/
	.ItemCardWrap{
		border: none;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.ItemCardWrap_Left{
		/*background-color: blueviolet;*/
		height: 120px;
		width: 100%;
	}
	.ItemCardWrap_Rigth{
		/*background-color: burlywood;*/
	}
	
	.ItemCardWrap_Img{
    width: 100%;
    height: 120px;;
    object-fit: contain;
    object-position: 50% 100%;		
	}
	
	.ItemCardWrap_Title{
		font-size: 16px;
		
	}
	.ItemCardWrap_Body{
		height: 120px;;
		display: flex; /* 子要素をflexboxで揃える */
		flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
		justify-content: center; /* 子要素をflexboxにより中央に配置する */
		background-image: url("../img/icon_arro.svg");
		background-repeat: no-repeat;
		background-position: 95% 50%;
		
	}
	
	.ItemCardWrap_Body a{
		color: #000000;
		
	}
	
	/**/
	.PagingWrap{
		text-align: center;
		width: 100%;
		height: 100px;
		display: flex; /* 子要素をflexboxで揃える */
		flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
		justify-content: center; /* 子要素をflexboxにより中央に配置する */
		margin-top: 50px;
	
	overflow: scroll;
	}
.PagingNum_Wrap{
}
	
	.PagingWrap nav{
		margin: auto;
	}


.pagination{
	padding: 0;
	margin: 0;
}




	/**/
	.ItemSortWrap{
		text-align: center;
	}




/*国旗*/
.JP_Icn{
	height: 40px;
	
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */	
}






/*サブページ*/
#SubPageTitle_Wrap{
	width: 100%;
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */	
}

.SubPageTitle{
	font-size: 20px;
	
}


/*スライドメニューボックスメニュー*/
.sidr_BoxMenu_Wrap{
	width: 100%;
    display: flex; /* 子要素をflexboxで揃える */
}

.sidr_BoxMenu{
	width: 30%;
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */	
	
}

.sidr_BoxMenu i{
	
}






