@charset "utf-8";

/* top */
.header-wrap {
/*background-image: url("../images/common/header-bg.gif");*/
background-size:auto;
background-repeat:repeat;
background-position:center;
padding-bottom: 15px;
}
/*.header-wrap {
background-image: url("../images/top/illust01.png"),
 url("../images/top/illust02.png"),
 url("../images/top/illust04.png"),
 url("../images/top/illust05.png"),
 url("../images/common/header-bg.gif");
background-size: 240px auto, 
180px auto, 
240px auto, 
240px auto, 
auto;
background-repeat: no-repeat,
no-repeat,
no-repeat,
no-repeat,
repeat;
background-position: calc(50% - -586px) 10px, 
calc(50% - 637px) 69px, 
calc(50% - 629px) -32px, 
calc(50% - 210px) -32px, 
center;
padding-bottom: 60px;
}*/
.header-wrap header {
	/*background-image: none;*/
}


.top_main_wrap {
	/*background-image:url("../images/top/main_bg.jpg");*/
	background-position: center;
	background-size: cover;
	padding-top:80px;
	padding-bottom:40px;
	text-align: center;
	margin:0 0 50px;
	background-color: #cbfbfb;
}
.top_main_wrap h2 {


}
.top_main_wrap h2 span {
	position: relative;
	display: inline-block;
	color:#009cde;
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:20px;
	    text-shadow: 0px 2px 0px #fff;
	font-family: "新ゴ B";
}
.top_main_wrap h2 span:before {
  content: '';
display: block;
  /*background:url("../images/common/bottle_icon.png") 0 0 no-repeat transparent;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;*/
	margin:0 auto;
}

.top_main_wrap h3 {

}
.top_main_wrap h3 span {
	background-color: #009cde;
	color:#fff;
	display: inline-block;
	margin:0 auto;
	padding:0px 50px;
	font-size:1.8rem;
	line-height: 56px;
}
.top_main_wrap h3:before {
	content: '';
	display:inline-block;
	background:url("../images/top/milk_left.png") 0 0 no-repeat transparent;
	width: 18px; 
	height: 56px;
	vertical-align: bottom;
}
.top_main_wrap h3:after {
		content: '';
	display:inline-block;
	background:url("../images/top/milk_right.png") 0 0 no-repeat transparent;
	width: 18px; 
	height: 56px;
	vertical-align: bottom;
}
.top_main_inner {
text-align: left;
	padding:20px;
	
	/*border:solid 3px #009cde;
 box-shadow: 0 0 8px #666;
	 background-color: rgba(255,255,255,0.7);  */
}
.top_main_inner .service {
	overflow: hidden;
}
.top_main_inner .service li {
	float:left;
	width:33.33333%;
	padding-right:15px;
	padding-left:15px;
	margin-bottom:25px;

}
.top_main_inner .service li a {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border:solid 1px #ccc;
	display: block;
 box-shadow: 0 2px 3px #ccc;
}
.top_main_inner .service li a img {
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-topleft: 10px;  	
}
.top_main_inner .service span {
	display: block;
	background-color: #009cde;
	color:#fff;
	padding:8px;
	font-size:1.2rem;
	position:relative;
	text-align: center;
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px; 
	line-height:40px;
}
.top_main_inner .service a:hover span {
	background-color: #00c3eb;
}
.top_main_inner .service span.nophoto {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}

/* 
.top_main_inner .service li span:before {
  content: '';
  left:10px;
  position: absolute;
  width: 30px;
  height: 40px;
background-size:contain;
	background-repeat: no-repeat;
}
.top_main_inner .service li:first-child span:before {
  background-image:url("../images/top/milk_icon01.png");	
}
.top_main_inner .service li:nth-child(2) span:before {
  background-image:url("../images/top/milk_icon02.png");	
}
.top_main_inner .service li:nth-child(3) span:before {
  background-image:url("../images/top/milk_icon03.png");	
}
.top_main_inner .service li:nth-child(4) span:before {
  background-image:url("../images/top/milk_icon04.png") ;	
}
.top_main_inner .service li:nth-child(5) span:before {
  background-image:url("../images/top/milk_icon05.png");	
}
.top_main_inner .service li:nth-child(6) span:before {
  background-image:url("../images/top/milk_icon06.png") ;	
}
 */
.top_main_inner .service span:after {
	
  position: absolute;
  right: 10px;
	top:15px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  content: '\f054';
  font-family: FontAwesome;
  color:#FFFFFF;
}
.top_main_inner .item-search {
	position: relative;

}
.top_main_inner .item-search img {
	position: absolute;
	top:-18px;
	left:-20px;
	width:240px;
}
.top_main_inner .item-search-inner {
	background-color: #fffac6;
	color:#ff9933;
	padding:20px 20px 0 20px;
	margin-top:20px;
	width:750px;
	margin-left:170px;
}
.top_main_inner .item-search-inner h4 {
	display: inline-block;
	font-size:1.4rem;
	font-weight: bold;
	margin-right:15px;
}
.top_main_inner .item-search-inner h4:before {
  content: '\f002';
  font-family: FontAwesome;
	margin-right:5px;
}
.top_main_inner .item-search-inner p {
	font-size:1.0rem;
	display: inline-block;
}
.top_main_inner .item-search-inner ul {
	color:#666;
	padding:20px;
}
.top_main_inner .item-search-inner ul li {
	display: inline-block;
	margin-right:20px;
	margin-bottom:10px;
}
.top_main_inner .item-search-inner ul li a {
	display:block;
	padding:10px 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #fff;
	font-size: 1.2rem;
	border:solid 2px #58a82f;
	color:#58a82f;
}
.top_main_inner .item-search-inner ul li a:before {
  content: '\f002';
  font-family: FontAwesome;
	margin-right:10px;
}
.top_main_inner .item-search-inner ul li a:hover {
	background-color: #009cde;
	color:#fff;
	border:solid 2px #009cde;
}
.top_policy_wrap {
	padding-top:80px;
	padding-bottom:40px;
	background-image:url("../images/top/company_photo.jpg");
	background-repeat: no-repeat;
	background-position:right 30px;
}
.top_policy_wrap h2 {
	font-size:1.8rem;
	color:#58a82f;
	margin-bottom:20px;
}
.top_policy_wrap ul {
	margin-top:40px;
	padding-bottom:5px;
}
.top_policy_wrap ul li {
	float:left;
	width:33.33333%;
	padding-right:15px;
	padding-left:15px;
} 
.top_policy_wrap ul li a {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border:solid 1px #ccc;
	display: block;
 box-shadow: 0 2px 3px #ccc;
}

.top_policy_wrap ul li a img {
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-topleft: 10px;  	
}
.top_policy_wrap ul li span {
	display: block;
	background-color: #fff;
	padding:8px;
	font-size:1.2rem;
	position:relative;
	text-align: center;
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px; 
	line-height:40px;
}
.top_policy_wrap ul li a:hover img {
	opacity: 1.0;
}
.top_policy_wrap ul li a:hover span {
	background-color: #009cde;
	color:#fff;
}
.top_policy_wrap ul li span:after {
	
  position: absolute;
  right: 10px;
	top:15px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  content: '\f054';
  font-family: FontAwesome;
  color:#FFdD00;
}
.top_policy_wrap ul li span {
	display: block;
	padding:8px;
}
.top_news_wrap {
	background-color: #ffffe6;
	padding-top:40px;
	padding-bottom:70px;
}
.top_news_wrap h2 {
	color:#58a82f;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom:40px;
	font-weight: 700;
	letter-spacing: .3em;
}
.top_news_wrap h2:before {
  content: '';
display: block;
  /*background:url("../images/common/news_icon.png") 0 0 no-repeat transparent;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;*/
	margin:0 auto;
}
.top_news_wrap article {
	width:25%;
	float:left;
	padding-right:15px;
	padding-left:15px;
	margin-bottom:40px;
}
.top_news_wrap article a {display:block; background:#fff;}
.top_news_wrap article a img{display:block; margin:auto;}
.top_news_wrap span {
	font-size:0.8rem;
}
.top_news_wrap .news-title {
	background-color: #fff;
	padding:10px;
	height:92px;
}
@media (min-width: 1200px) {
.top-slider {
	width:1200px;
}
}
@media screen and (min-width:768px) and ( max-width:991px) {
.header-wrap {
/*
background-image: 
 url("../images/top/illust04.png"),
 url("../images/top/illust05.png"),
 url("../images/common/header-bg.gif");
    background-repeat: no-repeat,
 no-repeat,
 repeat;
    background-size:  120px auto, 120px auto, auto;
    background-position: calc(50% - 417px) -9px, calc(50% - 210px) -9px, center;
*/
}
.top_main_inner .service span {
	font-size:0.9rem;
	line-height:30px;
}
	.top_main_inner .item-search img {
		display: none;
	}
.top_main_inner .item-search-inner {
	width:100%;
	margin-left:0px;
}
	.top_policy_wrap {
		background-size: 300px 294px;
}
.top_news_wrap .news-title {
font-size:0.8rem;
}
.top_main_inner .item-search-inner ul {
	padding:20px 10px;
}
}
@media (max-width: 767px) {
.header-wrap {
	padding-bottom:10px;
/*
	background-image: url("../images/common/header-bg.gif");
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
*/
}
	.top-slider {
		padding-bottom:0;}
.top-slider li.slick-slide {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;	
}
.top-slider li.slick-slide img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;	
}
	.top-slider .main-slide-nav {
		display:none;
	}
	.top_main_wrap {
	background-image:none;
	padding-top:0px;
	padding-bottom:0px;
margin:20px 0;
}



.top_main_wrap h2 span {
	font-size:1.2rem;
	margin-bottom:10px;
}
.top_main_wrap h2 span:before {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
.top_main_wrap h3 span {
	background-color: #fff;
	color:#58a82f;
	padding:0px 10px;
	font-size:1.0rem;
	line-height:20px;
}
.top_main_wrap h3:before {
	content:none;
}
.top_main_wrap h3:after {
	content:none;
}
.top_main_inner {
	padding:15px;
	border:none;
 box-shadow:none
}
.top_main_inner .service li a img {
    -webkit-border-top-right-radius: 0px;  
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;  
    -moz-border-radius-topleft: 0px;  	
}

.top_main_inner .service li {
	width:100%;
	float:none;
	margin-bottom:15px;
	overflow: hidden;
}

.top_main_inner .service span {
	font-size:1.0rem;
	height:70px;
		line-height:70px;
	padding:0 0 0 5px;
	display: block;
}
.top_main_inner .service li span:before {
  content: none;
}
	.top_main_inner .service li a {
		overflow: hidden;
		background-color: #58a82f;
	height:70px;
		line-height:70px;
	}
.top_main_inner .service li:first-child img,
	.top_main_inner .service li:nth-child(2) img,
	.top_main_inner .service li:nth-child(3) img{
	width:40%;
	float:left;

}
.top_main_inner .service li:first-child span ,
	.top_main_inner .service li:nth-child(2) span ,
	.top_main_inner .service li:nth-child(3) span {
	width:60%;
	float:left;
		text-align: left;
	display: block;
}
.top_main_inner .item-search img {
	display: none;
}
.top_main_inner .item-search-inner {
	width:100%;
	margin-left:0px;
}
.top_main_inner .item-search-inner ul {
	padding:10px;
}
.top_main_inner .item-search-inner ul li a {
	width:100%;
	display: block;
	font-size:1.0rem;
    padding: 10px 20px;
}
.top_main_inner .service span:after {
    top:8px;
}
.top_policy_wrap {
	padding:0 15px;
	background-image:none;
}
.top_policy_wrap h2 {
	font-size:1.2rem;
}
.top_policy_wrap ul li {
	float:none;
	width:100%;
	padding-right:15px;
	padding-left:15px;

}
	.top_policy_wrap ul li a {
		overflow: hidden;
		margin-bottom:10px;
	}

	.top_policy_wrap ul li a img{
	width:40%;
	float:left;
	-webkit-border-top-right-radius: 0px;  
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;  
    -moz-border-radius-topleft: 0px;  

}

.top_policy_wrap ul li span  {
	width:60%;
	float:left;
	font-size:1rem;
	text-align: left;
	height:80px;
}
.top_policy_wrap ul li a:hover span {
    background-color: #fff;
	color:#000;
}
.top_news_wrap {
	padding:40px 15px;
	overflow: hidden;
}
.top_news_wrap .row {
    margin-right: 0px;
    margin-left: 0px;
}
.top_news_wrap article {
	width:100%;
	float:none;
	overflow: hidden;
	margin-bottom:10px;
	background-color: #fff;
	padding:0;
	font-size:0.8rem;
}
.top_news_wrap article img {
	width:50%;
	float:left;
	margin-right:10px;
	
}
}
@media (max-width: 320px) {
.top_main_inner .service span {
    font-size: 0.8rem;
}
.top_main_inner .item-search-inner ul li {
    margin-right: 0px;
}
}
/* item */
.item-list-wrap .search-item {
	overflow: hidden;
	border-bottom:solid 6px #66cc33;
	margin:40px 0;
}
.item-list-wrap .search-item li {
	float:left;	
	width:48%;
	text-align: center;
}
.item-list-wrap .search-item li:nth-child(2) {
	margin-left:2%;
	margin-right:2%;
}
.item-list-wrap .search-item li a {
	background-color: #fffac6;
	padding:10px;
	display: block;
	font-size:1.4rem;
    -webkit-border-top-left-radius: 20px;  
    -webkit-border-top-right-radius: 20px;  
    -moz-border-radius-topleft: 20px;  
    -moz-border-radius-topright: 20px;  
}
.item-list-wrap .search-item li a.active ,
.item-list-wrap .search-item li a:hover {
	background-color: #66cc33;
	color:#fff;
}
.search-item-list h1 {
	font-size:1.8rem;

}
.search-item-list h1:before {
	font-family: FontAwesome;
	content: '\f138';
	margin-right:8px;
	color:#66cc33;
}
.search-item-list .item-menu {
	background-color: #efefef;
	overflow: hidden;
	margin:20px 0 40px;
	display: flex;
	flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
}
.search-item-list .item-menu li {
	padding:10px;
	
}
.search-item-list .item-menu li a {
	display:block;
	text-align: center;
	background-color: #fff;
}
.search-item-list .item-menu li a:hover {
	background-color: #66cc33;
	color:#fff;
}
.search-item-list .menu-maker li {
	width:25%;
}
.search-item-list .menu-4 li,
.search-item-list .menu-5 li {

	font-size:1.2rem;
}
.search-item-list .menu-4  li a,
.search-item-list .menu-5 li a {
	padding:10px 20px;
	border:solid 2px #66cc33;
}
.search-item-list .menu-4 li a:before,
.search-item-list .menu-5 li a:before {
    font-family: FontAwesome;
    content: '\f105';
    margin-right: 8px;
    color: #66cc33;	
}
.search-item-list .menu-4 li a:hover:before,
.search-item-list .menu-5 li a:hover:before {
    color: #fff;
}

.search-item-list h2.item-title {
	border-top:solid 1px #58a82f;
	border-bottom:solid 1px #58a82f;
	text-align: center;
	font-size:1.4rem;
	color:#58a82f;
	padding-top:10px;
	padding-bottom:10px;
	margin:40px 0;
}

.search-item-list .item-list {
	margin-bottom:60px;
	letter-spacing: -.4em;
	overflow: visible;
}
.search-item-list .item-list li {
	display: inline-block;
	width:25%;
	padding-right:15px;
	padding-left:15px;
	margin-bottom:20px;
	text-align: center;
	letter-spacing: normal;
	vertical-align: top;
}
.search-item-list .item-list li > a {
	display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border:solid 1px #009cde;
	text-align: center;
	position: relative;
}
.search-item-list .item-list li > a:hover {
	border:solid 1px #58a82f;
}

.search-item-list .item-list li .buy-btn2 a {
display: inline-block;
background-color: #e41828;
text-align: center;
color:#fff;
border-bottom: solid 2px #51090f;
border-radius: 5px;
padding: 5px 20px;
margin-top: 5px;
font-size: .9em;
}

.search-item-list .item-list li .buy-btn2 a:hover {
background-color:#fc555f;
border-bottom: solid 2px #642125;	
}

.search-item-list .item-list li .buy-btn2 a:before {
	font-family: FontAwesome;
	content: '\f07a';
	margin-right:8px;
}

.search-item-list .item-list li .buy-btn1 a {
display: inline-block;
background-color: #58a82f;
text-align: center;
color:#fff;
border-bottom: solid 2px #2f5228;
border-radius: 5px;
padding: 5px 20px;
margin-top: 5px;
font-size: .9em;
}

.search-item-list .item-list li .buy-btn1 a:hover {
background-color:#66cc33;
border-bottom: solid 2px #2f5228;	
}

.search-item-list .item-list li .buy-btn1 a:before {
	font-family: FontAwesome;
	content: '\f07a';
	margin-right:8px;
}

.search-item-list .item-list li span.itemlist-photo {
	height:190px;
	display: block;
	text-align: center;
	line-height: 190px;
}
.search-item-list .item-list li a img.img-item {
	vertical-align: middle;
	width:auto;
	max-height:150px;
	max-width:110px;
}
.search-item-list .item-list li span.itemlist-title {
	display: block;
	background-color: #009cde;
	color:#fff;
	padding:10px;
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  
}
.search-item-list .item-list li a:hover span.itemlist-title {
	background-color: #58a82f; 
}
	.search-item-list .item-list .mark {
	position: absolute;
	right:5px;
	top:0;
}
.search-item-list .item-list .mark li {
	display:block;
	width:100%;
	padding-right:0;
	padding-left:0;
	margin-bottom:10px;
	margin-top:-10px;
	text-align: center;	
}

/*  item-list2  */
.search-item-list .item-list2 {
	margin-bottom:60px;
	letter-spacing: -.4em;
	overflow: visible;
	display :flex;
	flex-wrap: wrap;
	align-items:stretch;
}
.search-item-list .item-list2 li {
	display: inline-block;
	width:25%;
	padding-right:15px;
	padding-left:15px;
	margin-bottom:30px;
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
display: flex;
  flex-direction: column;
  min-height:400px;
}
.search-item-list .item-list2 li a {
	display: block;
	
}
.search-item-list .item-list2 li a:hover {
}
.search-item-list .item-list2 li span.itemlist-photo {
	height:170px;
	display: block;
	text-align: center;
	line-height: 170px;
}
.search-item-list .item-list2 li a img.img-item {
	vertical-align: middle;
	width:auto;
	max-height:150px;
	max-width:110px;
}
.search-item-list .item-list2 li a span.itemlist-title {
	display: block;
	color: #58a82f;
	line-height:22px;
/* 	height:44px; */
	text-decoration:underline;
/* 	margin-bottom:8px; */
	font-size:16px;
	font-weight: 700;
}
.search-item-list .item-list2 li a:hover span.itemlist-title {
	text-decoration:none;
	color: #8cc31f;
}
.search-item-list .item-list2 li .desc {
font-size:13px;
/* 	margin-top:6px; */
	line-height: 16px;
/* 	height: 72px; */
}
.search-item-list .item-list2 li .price {
font-size:13px;
	margin-top:8px;
	text-align: center;
	position: absolute;
    bottom: 55px;
    right: 5px;
}

.search-item-list .item-list2 li .btn_trial {
	margin-top:8px;
}
.search-item-list .item-list2 li .btn_buy {
	margin-top:8px;
}
.search-item-list .item-list2 li .btn_detail {
	margin-top:8px;
	position: absolute;
    bottom: 0;
}

.search-item-list .item-list2 li .price span {
	color:#C15153;
	font-weight:bold;
	font-size:1.2em;
}
.search-item-list .item-list2 li .buy-btn1 {
height: 35px;
}
.search-item-list .item-list2 li .buy-btn1 a {
display: inline-block;
background-color: #58a82f;
text-align: center;
color:#fff;
border-bottom: solid 2px #2f5228;
border-radius: 5px;
padding: 5px 20px;
margin-top: 5px;
font-size: .8em;
width:100%;
}
.search-item-list .item-list2 li .buy-btn1 a:hover {
background-color:#66cc33;
border-bottom: solid 2px #2f5228;	
}
.search-item-list .item-list2 li .buy-btn1 a:before {
	font-family: FontAwesome;
	content: '\f07a';
	margin-right:8px;
}
.search-item-list .item-list2 li .buy-btn2 a {
display: inline-block;
background-color: #e41828;
text-align: center;
color:#fff;
border-bottom: solid 2px #51090f;
border-radius: 5px;
padding: 5px 20px;
margin-top: 5px;
font-size: .8em;
width:100%;
}
.search-item-list .item-list2 li .buy-btn2 a:hover {
background-color:#fc555f;
border-bottom: solid 2px #642125;	
}
.search-item-list .item-list2 li .buy-btn2 a:before {
	font-family: FontAwesome;
	content: '\f07a';
	margin-right:8px;
}

.search-item-list .item-list2 li .detail-btn a {
display: inline-block;
background-color: #fff;
text-align: center;
color:#009cde;
border-top: solid 1px #009cde;
border-left: solid 1px #009cde;
border-right: solid 1px #009cde;
border-bottom: solid 2px #009cde;
border-radius: 5px;
padding: 5px 20px;
margin-top: 5px;
font-size: .8em;
font-weight: 700;
width:100%;
}
.search-item-list .item-list2 li .detail-btn a:hover {
background-color:#ddedfd;
}
.search-item-list .item-list2 li .detail-btn a:before {
	font-family: FontAwesome;
	content: '\f05a';
	margin-right:8px;
}

.search-item-list .item-list2 .mark {
position: absolute;
left:5px;
top:0;
}
.search-item-list .item-list2 .mark li {
display:block;
width:100%;
padding-right:0;
padding-left:0;
margin-bottom:10px;
margin-top:-10px;
text-align: center;	
}
.search-item-list .item-list2 .cat {
/* margin-bottom:10px; */
/* height:60px; */
}
.search-item-list .item-list2 .cat li {
display:inline;
padding: 0 10px 10px 0;

}
.search-item-list .item-list2 .cat li a {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 0.5em;
font-size: 12px;
line-height: 1em;
font-weight: bold;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-bottom: 5px;
}

.search-item-list .item-list2 .cat li a.maker {
background-color:#99ccff;
color:#006699;
}
.search-item-list .item-list2 .cat li a.maker:hover {
background-color:#99ffff;
}
.search-item-list .item-list2 .cat li a.group {
background-color:#ffcc33;
color:#996600;
}
.search-item-list .item-list2 .cat li a.group:hover {
background-color:#ffcc99;
}
.search-item-list .item-list2 .cat li a.goal {
background-color:#ffff99;
color:#999900;
}
.search-item-list .item-list2 .cat li a.goal:hover {
background-color:#ffffcc;
}


/*  item-info-wrap */
.item-info .item-info-wrap {
	width:750px;
	float:left;
}
.item-info .item-info-wrap h1 {
	background-color: #009cde;
	color:#fff;
	padding:10px 20px;
	font-size:1.4rem;
	text-align: center;
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-topleft: 10px; 
}
.item-info .item-info-wrap {
	border:solid 1px #009cde;
	padding:10px;
	margin-bottom:100px;
	}
.item-info .item-info-wrap .item-mainphoto {
	overflow: hidden;
	margin:30px 0;
}
.item-info .item-info-wrap .item-mainphoto .photo {
	float:left;
	width:400px;
	text-align: center;
}
.item-info .item-info-wrap .item-mainphoto .price {
	margin-top:20px;
}
.item-info .item-info-wrap .item-mainphoto .price span {
	font-size:1.4rem;
	color:#C15153;
	font-weight:bold;
}
.item-info .item-info-wrap .photo img {
	max-height:400px;
	max-width:300px;
	height:auto;
	width:auto;
}
.item-info .item-info-wrap .single-mark {
	overflow:hidden;
	margin-top:20px;
}
.item-info .item-info-wrap .single-mark li {
	display: inline-block;
	width:150px;
	    border-radius: 20px;
}
.item-info .item-info-wrap .single-mark li.single-tokuho {
	border:solid 3px #000;
	padding:5px;
}
.item-info .item-info-wrap .single-mark li.single-kinou{
	border:solid 3px #ffe402;
	background-color: #ffe402;
	padding:5px;
}
.item-info .item-info-wrap .item-detail {
	background-color:#fffac6;
	padding:20px 20px 5px 20px;
}
.item-info .item-info-wrap .item-detail p {
	margin-bottom:1.0em;
}
.item-info .item-info-wrap .item-mainphoto .component {
	width:310px;
	float:left;
}
.item-info .item-info-wrap .component p {
	text-align: right;
	font-size:0.8rem;
	margin-bottom:8px;
}
.item-info .item-info-wrap .component table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:0.9rem;
}
.item-info .item-info-wrap .component table th {
	width: 40%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #efefef;
}
.item-info .item-info-wrap .component table td {
	width: 60%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.item-info .item-info-wrap .item-morebtn {
	overflow: hidden;
	width:90%;
	margin:0 auto;
}
.item-info .item-info-wrap .item-morebtn .brand-site,
.item-info .item-info-wrap .item-morebtn .sample-form{
	width:50%;
	float:left;
	padding-left:15px;
	padding-right:15px;
	margin:20px auto;
}
.item-info .item-info-wrap .item-morebtn .brand-site a,
.item-info .item-info-wrap .item-morebtn .sample-form a{
	display: block;
}
.item-info .item-info-wrap .item-morebtn .brand-site a:before {
	font-family: FontAwesome;
	content: '\f08e';
	margin-right:8px;
}
.item-info .item-info-wrap .item-morebtn .sample-form a:before {
	font-family: FontAwesome;
	content: '\f07a';
	margin-right:8px;
}

/*  item-info-wrap2 */
.item-info .item-info-wrap2 {
	width:750px;
	float:left;
}

.item-info .item-info-wrap2 {
	padding:10px;
	margin-bottom:100px;
	}
.item-info .item-info-wrap2 .item-mainphoto {
	overflow: hidden;
	margin:30px 0;
	position: relative;
}
.item-info .item-info-wrap2 .item-mainphoto .mark {
    position: absolute;
    left: 5px;
    top: 0;
   }
   
.item-info .item-info-wrap2 .item-mainphoto .mark li {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}
.item-info .item-info-wrap2 .item-mainphoto .photo {
	float:left;
	width:300px;
	text-align: center;
}

.item-info .item-info-wrap2 .photo img {
	max-height:300px;
	max-width:300px;
	height:auto;
	width:auto;
}
.item-info .item-info-wrap2 .single-mark {
	overflow:hidden;
	margin-top:20px;
}
.item-info .item-info-wrap2 .single-mark li {
	display: inline-block;
	width:150px;
	    border-radius: 20px;
}
.item-info .item-info-wrap2 .single-mark li.single-tokuho {
	border:solid 3px #000;
	padding:5px;
}
.item-info .item-info-wrap2 .single-mark li.single-kinou{
	border:solid 3px #ffe402;
	background-color: #ffe402;
	padding:5px;
}
.item-info .item-info-wrap2 .item-detail {
	background-color:#fffac6;
	padding:20px 20px 5px 20px;
}
.item-info .item-info-wrap2 .item-detail p {
	margin-bottom:1.0em;
}
.item-info .item-info-wrap2 .item-mainphoto .component {
	width:410px;
	float:left;
	position: relative;
	height:340px;
}

.item-info .item-info-wrap2 .component .cat {
margin-bottom:8px;
}
.item-info .item-info-wrap2 .component .cat li {
display:inline-block;
padding: 0 10px 10px 0;

}
.item-info .item-info-wrap2 .component .cat li a {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 0 1.5em;
font-size: 14px;
line-height: 32px;
font-weight: bold;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.item-info .item-info-wrap2 .component .cat li a.maker {
background-color:#99ccff;
color:#006699;
}
.item-info .item-info-wrap2 .component .cat li a.maker:hover {
background-color:#99ffff;
}
.item-info .item-info-wrap2 .component .cat li a.group {
background-color:#ffcc33;
color:#996600;
}
.item-info .item-info-wrap2 .component .cat li a.group:hover {
background-color:#ffcc99;
}
.item-info .item-info-wrap2 .component .cat li a.goal {
background-color:#ffff99;
color:#999900;
}
.item-info .item-info-wrap2 .component .cat li a.goal:hover {
background-color:#ffffcc;
}


.item-info .item-info-wrap2 .component h1 {
	color: #009cde;
	margin-bottom:15px;
	font-size:1.6rem;
	font-weight: 700;
}

.item-info .item-info-wrap2 .component .desc {
	margin-bottom:8px;
	font-size: 1.6rem;
}
.item-info .item-info-wrap2 .price {
font-size:1rem;
	margin-top:20px;
	position: absolute;
	bottom:0;
	right:5px;
}
.item-info .item-info-wrap2 .price span {
font-size:1.2rem;
	color:#C15153;
	font-weight:bold;
}
.item-info .item-info-wrap2 table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:0.9rem;
	margin-bottom: 30px;
}
.item-info .item-info-wrap2 table th {
	width: 40%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #efefef;
}
.item-info .item-info-wrap2 table td {
	width: 60%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.item-info .item-info-wrap2 .item-morebtn {
	overflow: hidden;
	width:90%;
	margin:0 auto 35px;
}
.item-info .item-info-wrap2 .item-morebtn .brand-site,
.item-info .item-info-wrap2 .item-morebtn .sample-form{
	width:50%;
	float:left;
	padding-left:15px;
	padding-right:15px;
	margin:20px auto;
}
.item-info .item-info-wrap2 .item-morebtn .brand-site a,
.item-info .item-info-wrap2 .item-morebtn .sample-form a{
	display: block;
}
.item-info .item-info-wrap2 .item-morebtn .brand-site a:before {
	font-family: FontAwesome;
	content: '\f08e';
	margin-right:8px;
}
.item-info .item-info-wrap2 .item-morebtn .sample-form a:before {
	font-family: FontAwesome;
	content: '\f07a';
	margin-right:8px;
}

/*  /end  item-info-wrap2 */

.item-info .item-info-side {
	width:200px;
	float:right;
}
.item-info .item-info-side h2 {
	background-color: #009cde;
	color:#fff;
	text-align: center;
	padding:5px;
}
.item-info .item-info-side ul {
	margin-bottom:30px;
	margin-top:10px;
}
.item-info .item-info-side ul li:before {
	font-family: FontAwesome;
	content: '\f105';
	margin-right:8px;
	color:#66cc33;	
}
.item-info .item-info-side ul li {
	border-bottom:dotted 1px #ccc;
	padding:5px;
}


@media screen and (min-width:768px) and ( max-width:991px) {
.search-item-list .menu-maker li {
	width:147px;
}
.search-item-list .item-list li {
	width:33.33333%;
}
.item-info .item-info-side {
	width:100%;
	float:none;
}
.item-info .item-info-side .side-inner {
	width:33.3333%;
	float:left;
	padding-right:15px;
	padding-left:15px;
}
}
/*--------------------------------------------------------  SP STYLE --------------------------------------------------------*/
@media (max-width: 767px) {
.search-item-list .item-list li {
	width:50%;
}
.search-item-list .item-list2 li {
	width:48%;
}

.search-item-list .item-list2 .cat {
/* height: 100px; */
}
.search-item-list .item-list2 .cat li {
    padding: 0 5px 5px 0;
}
.search-item-list .item-list2 .cat li a {
padding: .3em .5em;
font-size: 10px;
}
.search-item-list .item-list2 li .desc {
    font-size: 12px;
    line-height: 16px;
/*     height: 54px; */
}

.search-item-list .item-list2 li .buy-btn1 {
height: 55px;
}
.search-item-list .item-list2 li span.itemlist-title {
	font-size:14px !important;
/* 	height:56px !important; */
	line-height: 21px;
}
.search-item-list .item-list2 .mark {
	width:50px;
	height:50px;
	right: 0px;
}

.item-list-wrap .search-item li a {
	font-size:1.0rem; 
}
.search-item-list .item-menu li {
    float: left;
    padding: 5px;
    width: 33.33333%;
}
	.search-item-list .menu-4 li,
	.search-item-list .menu-5 li{
	width:50%;
		font-size:0.9rem;
}
	.search-item-list .menu-4  li a,
.search-item-list .menu-5 li a {
	padding:10px 5px;
}
.search-item-list .item-list li span.itemlist-title {
	font-size:0.8rem;
}
.search-item-list .item-list .mark {
	width:50px;
	height:50px;
	right: 0px;
}
.item-info .item-info-wrap {
	width:100%;
	float:none;
}
.item-info .item-info-wrap {
	margin-bottom:40px;
	}
.item-info .item-info-wrap .item-mainphoto {
	margin:15px 0;
}
.item-info .item-info-wrap .item-mainphoto .photo {
	float:none;
	width:100%;
}
.item-info .item-info-wrap .item-mainphoto .component {
	float:none;
	width:100%;
	margin-top:20px;
}
.item-info .item-info-wrap .item-morebtn {
	width:100%;
}
.item-info .item-info-wrap .item-morebtn .brand-site,
.item-info .item-info-wrap .item-morebtn .sample-form{
	width:100%;
	float:none;
	padding-left:0px;
	padding-right:0px;
	margin:10px auto;
}
.item-info .item-info-side {
	width:100%;
	float:none;
}
/*  item-info-wrap2 */
.item-info .item-info-wrap2 {
	width:100%;
	float:none;
}
.item-info .item-info-wrap2 {
	margin-bottom:40px;
	}
.item-info .item-info-wrap2 .item-mainphoto {
	margin:15px 0;
}
.item-info .item-info-wrap2 .item-mainphoto .photo {
	float:none;
	width:100%;
}

.item-info .item-info-wrap2 .item-mainphoto .component {
	float:none;
	width:100%;
	margin-top:20px;
/* 	height: 300px; */
}
.item-info .item-info-wrap2 .component .desc {
	font-size: 1.2rem;
}
.item-info .item-info-wrap2 .item-morebtn {
	width:100%;
}
.item-info .item-info-wrap2 .item-morebtn .brand-site,
.item-info .item-info-wrap2 .item-morebtn .sample-form{
	width:100%;
	float:none;
	padding-left:0px;
	padding-right:0px;
	margin:10px auto;
}
.search-item-list .item-list2 li .price {bottom:35px;}
}

/* faq */
.faq-wrap{padding:50px 0 100px;}
.faq-wrap dl {
	margin-top:40px;
	    padding-bottom: 40px;
    border-bottom: dotted 2px #cccccc;
}
.faq-wrap dt {
	font-size:1.4rem;
	margin-bottom:10px;
	color:#66cc33;
	font-weight:bold;
}
.faq-wrap dt:before {
	font-family: FontAwesome;
	content: '\f059';
	margin-right:8px;
	color:#66cc33;
}
.faq-wrap dd {
	margin-bottom:30px;
	border-bottom:dotted 1px #ccc;
	padding-bottom:20px;
	padding-left:60px;
	position: relative;
}
.faq-wrap dd:before {	
	position: absolute;
	top: 0;
	left: 30px;
	display: block;
	width: 20px;
	height: 20px;
	content: '\f27b';
	font-family: FontAwesome;
}
@media (max-width: 767px) {
.faq-wrap dt {
	font-size:1.2rem;
}
.faq-wrap dd {
	padding-left:30px;
}
.faq-wrap dd:before {	
	left: 0px;
}
}
/**** contactpage ****/	


.contact-wrap h3 {
	display: block;
	margin-top:-60px;
	text-align: center;

}
.contact-wrap h3 span {	
	font-size: 1.4rem;
	margin-bottom:30px;
	background-color: #009cde;
	color:#fff;
	display: inline-block;
	padding:10px 30px;
border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.contact-wrap .contact-tel {
	margin-top:60px;
	border:solid 10px #efefef;
	padding:30px;
	background-color: #fff;
	}
.contact-wrap .contact-tel .tel-num {
	font-weight:bold;	
}
.contact-wrap .contact-tel .tel-num span {
	font-size:2.0rem;
	font-weight:bold;	
	color:#66cc33;
	margin-right:15px;
}
.contact-wrap .contact-mail {
	margin-top:50px;
	border:solid 10px #efefef;
	padding:30px;
	background-color: #fff;
	}

.contact-wrap a.policy_link {
	color:#009cde;
	font-weight:bold;
}


.contact-wrap .contact-mail input[type="tel"],
.contact-wrap .contact-mail input[type="text"],
.contact-wrap .contact-mail input[type="email"] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
    height: 30px;
    padding: 2px 5px;
    -webkit-appearance: none;
    width: 100%;
}
.contact-wrap .contact-mail select {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0, 0, 0.1) inset;
    padding: 2px 5px;
    resize: vertical;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	height: 30px;
	margin-bottom:5px;
}
.contact-wrap .contact-mail textarea {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0, 0, 0.1) inset;
    line-height: 1.4;
    padding: 2px 5px;
    resize: vertical;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-appearance: none;
    width: 100%;
}

.contact-wrap .contact-mail input[type="text"]:focus,
.contact-wrap .contact-mail input[type="email"]:focus,
.contact-wrap .contact-mail textarea:focus,
.contact-wrap .contact-mail select:focus {
    border-color: #66afe9;
    color: #000;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), 0 0 8px rgba(102,175,233,0.6);
}
.contact-wrap .memo {
	font-size:1rem;
	margin-top:10px;
}
.form .error {
    color: #d40000;
}
.contact-thanks h2  {
	text-align:center;
	font-size:16px;
	color:#d90000;
	margin-bottom:20px;
	}
.contact-thanks p {
	margin-bottom:1em;
	}
@media screen and (min-width:768px) and ( max-width:991px) {
.contact-wrap .contact-tel .tel-num span {
	font-size:1.4rem;
}	
}
@media (max-width: 767px) {
.contact-wrap .contact-tel .tel-num span {
	display: block;
}
.contact-wrap .contact-tel,
.contact-wrap .contact-mail {
	padding:15px;
	}
.contact-wrap h3 {
	margin-top:-40px;
}
.contact-wrap h3 span {	
	font-size: 1.0rem;
}

}
@media print, screen and (min-width:768px){

.contact-mail table {
    width: 80%;
}
.contact-mail table th {
	display:table-cell;
    width: 30%;

}
.contact-mail table td {
	display:table-cell;
}
.contact-mail table select {
    width: 80%;
	}
.contact-mail table input[type="text"],
.contact-mail table input[type="email"] {
    width: 80%;
}
.contact-mail table textarea {
    width: 80%;
}
.contact-thanks h2  {
	padding-top:80px;
	font-size:24px;
	}
}
/* 試供品 */
.sample-wrap {
	padding-top:50px;
}
.sample-wrap .main-title h2 {
	margin-bottom:40px;
}

.sample-wrap .sample-form {
    background-color: #deecfe;
    padding-bottom: 100px;
    padding-top: 50px;
    position: relative;
	margin-top:80px;
}
.sample-wrap .sample-form:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 30px;
    background-image: url("../images/company/merit_bg.png");
    background-position: top center;
    position: absolute;
    top: -30px;
}

@media (max-width: 767px) {
.sample-wrap .main-title p {
	margin:15px;
	text-align: left;
}	
}

/* ポイント還元 */


.point-wrap .point-pdf {
	background-color: #FBFCED;
	padding:30px;
	margin-top:30px;
border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.point-wrap .point-pdf ul {
	overflow: hidden;
	margin-bottom:10px;
}
.point-wrap .point-pdf li {
	float:left;
	width:50%;
	padding-right:15px;
	padding-left:15px;
}
.point-wrap .more-btn {
	margin-top:30px;
}
.point-wrap .more-btn a:before {
font-family: FontAwesome;
    content: '\f1c1';
    margin-right: 8px;
}
@media (max-width: 767px) {
.point-wrap .point-pdf {

	padding:20px;


}
}
/* プライバシーポリシー */
.privacy-policy p {
	margin-bottom:30px;	
}
.privacy-policy li {
	margin-bottom:20px;
	list-style:disc;
	margin-left:20px;
}
@media (max-width: 767px) {
	.privacy-policy {
		padding:15px;
	}
}




/* # lineup-area
----------------------------------- */
.lineup-area {
  padding: 80px 0 100px;
  /*background-image: url(/images/top/bg_lineuparea.png);
  background-repeat: repeat;*/
  background-color: #cbfbfb;
}
.lineup-area .lineup-area-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.lineup-area .ttl-lineup {
  font-size: 28px;
  font-weight: bold;
  color: #009cde;
  line-height: 1.8;
  text-align: center;
}
.lineup-area .btn-sample {
  position: absolute;
  top: -55px;
  right: 0;
}
.lineup-area .linup-list {
  *zoom: 1;
}
.lineup-area .linup-list:before, .lineup-area .linup-list:after {
  content: "";
  display: table;
}
.lineup-area .linup-list:after {
  clear: both;
}
.lineup-area .linup-list .linup-blk {
  position: relative;
  background-color: #fff;
  border-radius: 9px;
  box-sizing: border-box;
  width: 490px;
  height: 120px;;
  box-shadow: 0px 2px 0px 0px rgba(220,220,220,0.6);
}
.lineup-area .linup-list .linup-blk a {
  display: block;
  width: auto;
  text-decoration: none;
  padding: 4px;
}
.lineup-area .linup-list .linup-blk a .linup-ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #0092de;
  padding: 20px 22px;
  /* offset-x | offset-y | blur-radius | color */
text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97999px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.51361px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
.lineup-area .linup-list .linup-blk a .linup-ttl span {
  font-size: 24px;
  display: block;
}
.lineup-area .linup-list .linup-blk a .linup-txt {
  background-color: #00c3eb;
  border-radius: 0 0 9px 9px;
  text-align: left;
  font-size: 15px;
  line-height: 1.733333333333333;
  color: #fff;
  padding: 10px 15px;
  min-height:53px;
}
.lineup-area .linup-list .linup-left {
  float: left;
}
.lineup-area .linup-list .linup-right {
  float: right;
}
.lineup-area .linup-list .linup-blk a .linup-ttl {
  background-repeat: no-repeat;
  background-position: 94.489795918367347% center;
  background-size: 30% auto;

}

.lineup-area .linup-list .linup-yogurt a .linup-ttl {
  background-image: url(/images/top/img_products_01.png);
}

.lineup-area .linup-list .linup-nyuin a .linup-ttl {
  background-image: url(/images/top/img_products_02.png);
  padding-top: 40px;
}

.lineup-area .linup-list .linup-gyunyu a .linup-ttl {
  background-image: url(/images/top/img_products_03.png);
}

.lineup-area .linup-list .linup-kenko a .linup-ttl {
  background-image: url(/images/top/img_products_04.png);
   padding-top: 40px;
}

.lineup-area .linup-top {
  margin-top: 20px;
}
.lineup-area .linup-bottom {
  margin-top: 20px;
}
.lineup-area .linup-bnr {
  margin-top: 40px;
}
.lineup-area .linup-bnr {
  *zoom: 1;
}
.lineup-area .linup-bnr:before, .lineup-area .linup-bnr:after {
  content: "";
  display: table;
}
.lineup-area .linup-bnr:after {
  clear: both;
}
.lineup-area .linup-bnr .bnr-eiyo {
  float: left;
  width: 490px;
}
.lineup-area .linup-bnr .bnr-type {
  float: right;
  width: 490px;
}

.lineup-area .linup-bnr .bnr-eiyo a,
.lineup-area .linup-bnr .bnr-type a {
  width: 490px;
}


/* bnr */
.lineup-area .linup-bnr {
  *zoom: 1;
}
.lineup-area .linup-bnr:before, .lineup-area .linup-bnr:after {
  content: "";
  display: table;
}
.lineup-area .linup-bnr:after {
  clear: both;
}
.lineup-area .linup-bnr .bnr-eiyo {
  float: left;
  width: 460px;
}
.lineup-area .linup-bnr .bnr-eiyo a {
	position: relative;
	display: block;
	/*background-image: url(/takuhai/commodity/common/img/img_eiyo.png);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 54px 52px;*/
	background-color: #73bb01;
	border: 4px solid #fff;
	border-radius: 13px;
	box-sizing: border-box;
	width: 460px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 40px 12px;
}
.lineup-area .linup-bnr .bnr-eiyo span {
	display: inline-block;
	color: #fff9b8;
	font-size: 16px;
	line-height: 1.220625;
	vertical-align: top;
}

.lineup-area .linup-bnr .bnr-type {
  float: right;
  width: 460px;
}
.lineup-area .linup-bnr .bnr-type a {
	position: relative;
	display: block;
	/*background-image: url(/takuhai/commodity/common/img/img_type.png);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 54px 52px;*/
	background-color: #ff7200;
	border: 4px solid #fff;
	border-radius: 13px;
	box-sizing: border-box;
	width: 460px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 40px 12px;
}

.lineup-area .linup-bnr .bnr-eiyo a:hover {
	background-color: #8ccc26;
}
.lineup-area .linup-bnr .bnr-type a:hover {
	background-color: #ff8c2f;
}

.lineup-area .linup-bnr .bnr-eiyo a i ,
.lineup-area .linup-bnr .bnr-type a i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 22px;
    height: 22px;
    margin: auto 20px auto auto;
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.lineup-area .linup-bnr .bnr-eiyo a i:after,
.lineup-area .linup-bnr .bnr-type a i:after {
    content: "\e902";
}

.lineup-area .linup-bnr .bnr-type span {
	display: inline-block;
	color: #fff9b8;
	font-size: 16px;
	line-height: 1.220625;
	vertical-align: top;
}

.lineup-area .linup-bnr .bnr-index {
  float: left;
  width: 460px;
}
.lineup-area .linup-bnr .bnr-index a {
	position: relative;
	display: block;
	background-image: url(/takuhai/commodity/common/img/img_index.png);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 54px 52px;
	background-color: #14a3ee;
	border: 4px solid #fff;
	border-radius: 13px;
	box-sizing: border-box;
	width: 500px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 89px 12px;
}
.lineup-area .linup-bnr .bnr-index span {
	display: inline-block;
	color: #fff9b8;
	font-size: 16px;
	line-height: 1.220625;
	vertical-align: top;
}

.lineup-area .linup-bnr .bnr-type {
  float: right;
  width: 460px;
}
.lineup-area .linup-bnr .bnr-type a {
	position: relative;
	display: block;
	/*background-image: url(/takuhai/commodity/common/img/img_type.png);
	background-position: 23px center;
	background-repeat: no-repeat;
	background-size: 54px 52px;*/
	background-color: #ff7200;
	border: 4px solid #fff;
	border-radius: 13px;
	box-sizing: border-box;
	width: 460px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding: 8px 40px 12px;
}

.lineup-area .linup-bnr .bnr-index a:hover{
	background-color: #46b8f4;
}
.lineup-area .linup-bnr .bnr-type a:hover{
	background-color: #ff8c2f;
}

.lineup-area .linup-bnr .bnr-index a i ,
.lineup-area .linup-bnr .bnr-type a i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 22px;
    height: 22px;
    margin: auto 20px auto auto;
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.lineup-area .linup-bnr .bnr-index a i:after,
.lineup-area .linup-bnr .bnr-type a i:after {
    content: "\e902";
}

.lineup-area .linup-bnr .bnr-type span {
	display: inline-block;
	color: #fff9b8;
	font-size: 16px;
	line-height: 1.220625;
	vertical-align: top;
}
  /*--------------------------------------------------------------------------
   SP用
  -------------------------------------------------------------------------------*/
@media screen and (max-width: 736px){
  /* # lineup-area
  ----------------------------------- */
  .lineup-area {
    padding: 30px 10px 40px;
  }

  .lineup-area .ttl-lineup {
    font-size: 18px;
    line-height: 1.5;
  }
  .lineup-area .btn-sample {
    position: absolute;
    top: -55px;
    right: 0;
  }
  .lineup-area .linup-list .linup-blk {
    position: relative;
    background-color: #fff;
    border-radius: 9px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    box-shadow: 0px 2px 0px 0px rgba(220,220,220,0.6);
    margin-bottom: 20px;
  }
  .lineup-area .linup-list .linup-blk a {
    padding: 2px;
  }
  .lineup-area .linup-list .linup-blk a .linup-ttl {
    font-size: 13px;
    line-height: 1.272727272727273;
    padding: 20px 15px;
  }
  .lineup-area .linup-list .linup-blk a .linup-ttl span {
    font-size: 18px;
  }
  .lineup-area .linup-list .linup-blk a .linup-txt {
    border-radius: 0 0 9px 9px;
    font-size: 13px;
    line-height: 1.807692307692308;
    padding: 15px;

  }
  .lineup-area .linup-list .linup-left {
    float: left;
  }
  .lineup-area .linup-list .linup-right {
    float: right;
  }
  .lineup-area .linup-list .linup-blk a .linup-ttl {
    background-repeat: no-repeat;
    background-position: 94.489795918367347% center;
    background-size: 50% auto;
  }

  .lineup-area .linup-top {
    margin-top: 20px;
  }
  .lineup-area .linup-bottom {
    margin-top: 0;
  }
  .lineup-area .linup-bnr {
    margin-top: 20px;
  }
  .lineup-area .linup-bnr {
    *zoom: 1;
  }
  .lineup-area .linup-bnr:before, .lineup-area .linup-bnr:after {
    content: "";
    display: table;
  }
  .lineup-area .linup-bnr:after {
    clear: both;
  }
  .lineup-area .linup-bnr .bnr-eiyo {
    float: none;
    width: 100%;
  }
  .lineup-area .linup-bnr .bnr-type {
    float: none;
    width: 100%;
  }

  .lineup-area .linup-bnr .bnr-eiyo a,
  .lineup-area .linup-bnr .bnr-type a {
    width: 100%;
  }
  
  /* 共通設定： bnr
	----------------------------------- */

	.lineup-area .linup-bnr {
	  *zoom: 1;
	}
	.lineup-area .linup-bnr:before, .lineup-area .linup-bnr:after {
	  content: "";
	  display: table;
	}
	.lineup-area .linup-bnr:after {
	  clear: both;
	}

	.lineup-area .linup-bnr .bnr-eiyo {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.lineup-area .linup-bnr .bnr-eiyo a {
		position: relative;
		background-image: url(/images/common/img_eiyo.png);
		background-position: 10px center;
		background-size: 42.5px 40px;
		border: 3px solid #fff;
		border-radius: 6px;
		width: auto;
		font-size: 16px;
		line-height: 1;
		padding: 8px 22px 12px;
	}
	.lineup-area .linup-bnr .bnr-eiyo span {
		font-size: 11px;
		line-height: 1.220625;
	}

	.lineup-area .linup-bnr .bnr-type {
	  float: none;
	  width: 100%;
	}
	.lineup-area .linup-bnr .bnr-type a {
		position: relative;
		background-image: url(/takuhai/img/sp/commodity/common/img_type.png);
		background-position: 10px center;
		background-size: 42.5px 40px;
		border: 3px solid #fff;
		border-radius: 6px;
		width: auto;
		font-size: 16px;
		line-height: 1;
		padding: 8px 22px 12px;
	}

	.lineup-area .linup-bnr .bnr-eiyo a i ,
	.lineup-area .linup-bnr .bnr-type a i {
	    width: 14px;
	    height: 14px;
	    margin: auto 15px auto auto;
	}

	.lineup-area .linup-bnr .bnr-type span {
		font-size: 11px;
		line-height: 1.220625;
	}

	.lineup-area .linup-bnr .bnr-index {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.lineup-area .linup-bnr .bnr-index a {
		position: relative;
		background-image: url(/takuhai/img/sp/commodity/common/img_index.png);
		background-position: 10px center;
		background-size: 42.5px 40px;
		border: 3px solid #fff;
		border-radius: 6px;
		width: auto;
		font-size: 16px;
		line-height: 1;
		padding: 8px 62px 12px;
	}
	.lineup-area .linup-bnr .bnr-index span {
		font-size: 11px;
		line-height: 1.220625;
	}

	.lineup-area .linup-bnr .bnr-type {
		float: none;
		width: 100%;
	}
	.lineup-area .linup-bnr .bnr-type a {
		position: relative;
		background-image: url(/takuhai/img/sp/commodity/common/img_type.png);
		background-position: 10px center;
		background-size: 42.5px 40px;
		border: 3px solid #fff;
		border-radius: 6px;
		width: auto;
		font-size: 16px;
		line-height: 1;
		padding: 8px 22px 12px;
	}

	.lineup-area .linup-bnr .bnr-index a i ,
	.lineup-area .linup-bnr .bnr-type a i {
			width: 14px;
			height: 14px;
			margin: auto 15px auto auto;
	}

	.lineup-area .linup-bnr .bnr-type span {
		font-size: 11px;
		line-height: 1.220625;
	}

}

/* main-area
---------------------------------------------------------- */
#main-area{
padding-top:25px;
background: url(/images/top/bg-main-area.png) no-repeat center top;
/* background-color: #8cc31f; */
background-size: cover;
min-height: 380px;
}

#main-area .linkbox{
display: flex;
justify-content: space-between;
}
#main-area .link{width: 50%;}

#main-area .link img{text-align: center; margin: auto; display: block;}



#main-area .link{position:relative}
/*-------  PC ------*/
@media (min-width: 768px) {
#main-area .link:nth-child(1) img{position:absolute; left:2%; width:66.7%;}
#main-area .link:nth-child(2) img{position:absolute; right:2%; width:66.7%;}
}




/*-------  sp ------*/
@media (max-width: 767px) {
#main-area{background: url(/images/top/bg-main-area_sp.png) no-repeat center top;
background-size: cover;
min-height: 640px;}
#main-area .linkbox{
display: flex;
flex-direction: column;
}
#main-area .link{width: 100%; padding:15px; min-height:340px;}
#main-area .link:nth-child(1) img{position:absolute; top:-14%; left:10%; width:80%;}
#main-area .link:nth-child(2) img{position:absolute; bottom:4%;  left:10%; width:80%;}
}
/*-------  Tab ------*/
@media screen and (min-width:768px) and ( max-width:991px) {
#main-area{}
}


/* !lineup
---------------------------------------------------------- */
#lineup{
padding:17px 0 37px;
}	
.sectionIn {
    margin: 0 auto;
    text-align: left;
	width:1000px;
	
}
#products{
width:960px;
height:338px;
padding: 0 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
margin-bottom: 30px;
}	
#products h2 {
	color:#58a82f;
	text-align: center;
	font-size: 2rem;
	margin-bottom:40px;
	font-weight: 700;
}
#products .ttl{
width:800px;
margin:0 auto 37px;
}	
#products .ttl img{
width:100%;
height:auto;
}
#products #sliderProduct li{
text-align:center;
}
#products #sliderProduct li a {
display:block;
font-size:16px;
color:#666;
}
#products #sliderProduct li a .figure {
height:170px;
margin-bottom:17px;
display: block;
}
#products #sliderProduct li a .figure img {
width:auto;
height:100%;
}
#products #sliderProduct li a .text {
display: block;
white-space: nowrap;
}

/*control*/
#products .bx-wrapper .bx-prev {
left: -53px;
background: url(/images/top/btn_product01.png) no-repeat 0 0;
}
#products .bx-wrapper .bx-next {
right: -52px;
background: url(/images/top/btn_product01.png) no-repeat -40px 0;
}
#products .bx-wrapper .bx-prev:hover {background-position: 0 -40px;}
#products .bx-wrapper .bx-next:hover {background-position: -40px -40px;}
#products .bx-wrapper .bx-controls-direction a {
margin-top: -20px;
width: 40px;
height: 40px;
}	
@media screen and (min-width: 768px) and (max-width: 959px) {
#lineup{
margin: 0 auto;
padding:57px 10px 37px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
sectionIn {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
#products{
float:none;
width: 94%;
height:258px;
margin: 0 auto 40px;
padding: 0 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}	
#products h2 {
	color:#58a82f;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom:40px;
}
#products .ttl{
width:536px;
margin:0 auto 37px;
}	
#products .ttl img{
width:100%;
height:auto;
}
#products li {
text-align:center;
}
#products li a{
display:block;
font-size:12px;
color:#666;
}
#products li a:hover {
text-decoration: none;
}
#products li a .figure{
height:115px;
margin-bottom:17px;
}
#productsli a .figure img{
width:auto;
height:100%;
}
#product li a .text{}

/*control*/
#products .bx-wrapper .bx-prev {
left: -54px;
background: url(/images/top/btn_product01.png) no-repeat 0 0;
}
#products .bx-wrapper .bx-next {
right: -53px;
background: url(/images/top/btn_product01.png) no-repeat -40px 0;
}
#products .bx-wrapper .bx-prev:hover {background-position: 0 0;}
#products .bx-wrapper .bx-next:hover {background-position: -40px 0;}
#products .bx-wrapper .bx-controls-direction a {
margin-top: -50px;
width: 40px;
height: 40px;
}		
}				
@media screen and (max-width: 767px) {
#lineup{
margin: 0 auto;
padding: 20px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#lineup .sectionIn {
padding: 0;
width:100%;
}
#products{
float:none;
width: 100%;
height:auto;
margin: 0 auto 17px;
padding: 0;
border-right:0;
border-left:0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}	
#products h2 {
	color:#58a82f;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom:40px;
}
#products .ttl{
width:90%;
margin:0 auto 30px;
}	
#products .ttl img{
width:100%;
height:auto;
}	
#products li {
text-align:center;
}
#products li a{
display:block;
font-size:12px;
color:#666;
}
#products li a .figure{
width: auto;
height: 136px;
margin-bottom:10px;
}
#products li a .figure img{
height:100%;
max-width:135px;
}
#products li a .text{
font-size: 11px;
}
#products li a:hover {
text-decoration: none;
}

/*control*/
#products .bx-wrapper .bx-prev {
left: 0;
background: url(/images/top/btn_product02.png) no-repeat 0 0;
}
#products .bx-wrapper .bx-next {
right: 0;
background: url(/images/top/btn_product02.png) no-repeat -20px 0;
}
#products .bx-wrapper .bx-prev:hover {background-position: 0 0;}
#products .bx-wrapper .bx-next:hover {background-position: -20px 0;}
#products .bx-wrapper .bx-controls-direction a {
margin-top: -3px;
width: 20px;
height: 102px;
background-size: 40px 102px; 
}		

}


.bx-wrapper .bx-prev {
	left: 10px;
	xbackground: url(../../common/css/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	xbackground: url(../../common/css/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9998;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



/* !howto
---------------------------------------------------------- */
#howto{
	padding:30px 0 40px;
	background: url(/images/top/bg_howto01.jpg) no-repeat center center;
}
	#howtoIn{
		padding:0 30px;
		text-align:center;
	}
		#howto .ttl{
			width:450px;
			margin:0 auto 33px;
		}
			#howto .ttl img{
				width:100%;
				height:auto;
			}
		#howto .btn{
			display:inline-block;
			width: 465px;
			height: 60px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			background: #009edf url(/images/top/btn_howto01.png) no-repeat center center;
			-webkit-box-shadow: 0 2px #007eb2;
			-moz-box-shadow: 0 2px #007eb2;
			box-shadow: 0 2px #007eb2;
			overflow:hidden;
			text-indent:-9999px;
		}
		#howto .btn:hover{
			background-color:#33b1e5;
		}
			#howto ul{
				overflow:hidden;
				margin:0 -90px 40px 0;
			}
				#howto li{
					position:relative;
					float:left;
					width:242px;
					margin:0 88px 0 0;
				}
				#howto li:before{
					content:'';
					width:60px;
					height:52px;
					position:absolute;
					top:50%;
					right:-75px;
					margin:-26px 0 0 0;
					background: url(/images/top/ico_arrow.png) no-repeat 0 0;
				}
				#howto li.last:before{
					display:none;
				}
					#howto li a{}
					#howto li img{
						width:100%;
						height:auto;
					}
@media screen and (min-width: 1280px) {
	#howto{
		background-size:100%;
	}
}	
@media screen and (min-width: 768px) and (max-width: 959px) {
	#howto{}
		#howtoIn{
			padding:0;
		}
			#howto .ttl{
				margin-bottom:30px;
			}
			#howto .btn:hover {
				background-color: #009edf;
			}
				#howto ul{
					margin:0 -70px 40px 0;
				}
					#howto li {
						width:33.33%;
						margin:0;
						padding:0 70px 0 0;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						box-sizing:border-box;
					}
					#howto li:before{
						width:50px;
						height:42px;
						right:10px;
						margin:-21px 0 0 0;
						background-size:50px auto;
					}
						#howto li a{}
						#howto li img{}	
}
@media screen and (max-width: 767px) {
	#howto{
		padding:23px 0 20px;
	}
	#howto .sectionIn {width:100% !important;}
		#howtoIn{
			padding:0;
		}
			#howto .ttl{
				width: 226px;
				margin-bottom:15px;
			}
			#howto ul{
				margin:0 -10px 15px 0;
			}
				#howto li {
					width:33.33%;
					margin:0;
					padding:0 10px 0 0;
					-webkit-box-sizing:border-box;
					-moz-box-sizing:border-box;
					box-sizing:border-box;
				}
				#howto li:before{
					display:none;
				}
			#howto .btn{
				width: 90%;
				height: 43px;
				background-size: 105px auto;
			}
			#howto .btn:hover {
				background-color: #009edf;
			}
}


/* section banner*/
#banner{margin:0px 0px 40px;}

#banner .cp-banner img{margin:auto; display:block; max-width:300px;}
#banner .cp-banner{
width: 960px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}

@media screen and (max-width: 767px) {
#banner  {margin:0px;}
#banner .sectionIn {
    padding: 0;
    width: 100%;
}
#banner .cp-banner{width: 100%;}
#banner .cp-banner img{width:94%;max-width: 100%;height: auto;margin: 20px auto;}
}



/* 追従サイドバー*/

.main-contents:after { content: ""; display: table; clear: both; }
@media (min-width: 768px) {
.main-contents{max-width:1000px; margin:auto;}
#main{width:780px;  float: right;}
}
#main .container{width:780px;}
@media (min-width: 992px) {
#main .container { width: 780px;}
}
@media print, screen and (min-width: 1200px) {
#main .container {width: 780px;}
}

@media (max-width: 768px) {
.main-contents{width:100%;}
#main{width:100%;  float: none;}
#main .container {width: 100%;}
}


#sidebar {
  float: left;
  width: 180px;
  box-sizing: border-box;
padding-top:40px;
}
#g-nav,
#g-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#g-nav li a {
  color: #313131;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 15px 0;
  display: block;
  border-bottom: dotted 2px #bbbbbb;
}
#g-nav li a:hover {opacity:0.7}
@media only screen and (max-width: 768px) {
  #toggle {
    background: transparent url(/images/common/sidemenu.png) no-repeat 0 0;
    background-size: contain;
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 600;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
  }
  #sidebar {
    width: 200px;
    float: none;
    display: none;
    padding: 120px 15px 15px 15px;
    z-index: 500;
    background-color: #efefef;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: scroll;
  }
  #g-nav {width: 180px;}
}




.privacy-policy{margin-top:30px;}


.withChara span {position: relative;}
.withChara span:after{
    content: "";
    display: inline-block;
    background: url(/images/guide/mamekun.png);
    background-size: cover;
    width: 120px;
    height: 120px;
    position: absolute;
   right: -120px;
    top: -30px;
}

@media screen and (max-width: 767px) {
.withChara span:after{
width: 60px;
    height: 60px;
     right: -60px;
       top: 0px;
}
}


/* フォーム商品*/
.sample_product{
display:flex; 
flex-wrap:wrap;
}
.sample_product li{
width:50%;
}
.sample_product li img{ max-height: 60px;max-width: 50px;}
@media screen and (max-width: 767px) {
.sample_product{flex-direction: column;}
.sample_product li{width:100%;}
.sample_product li label{font-size:80%;}
.sample_product li img{ max-height: 40px;max-width: 30px;}
}