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

/* ------------------------------------------------------------------------------------------
パネルのオンマウス */

#news li a img,
#pick_up li a img,
#effort li a img,
#recipe li a img,
#bot_list li a img,
.news__Contents__ul li a img,
.recommend__recipe li a img,
.products__recipe li a img,
.products__pickup li a img,
.desc__block__list li a img,
.products__season li a dt img,
.products__list__format li a dt img,
.products__collabo li a dt img,
.recipe-list li a dt img
{
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

#news li a:hover img,
#pick_up li a:hover img,
#effort li a:hover img,
#recipe li a:hover img,
#bot_list li a:hover img,
.news__Contents__ul li a:hover img,
.recommend__recipe li a:hover img,
.products__recipe li a:hover img,
.products__pickup li a:hover img,
.desc__block__list li a:hover img,
.products__season li a:hover dt img,
.products__list__format li a:hover dt img,
.products__collabo li a:hover dt img,
.recipe-list li a:hover dt img
{
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

/*
border-radiusを付けてる要素に適用
*/
#news li,
#pick_up li,
#effort li,
#bot_list li,
#recipe li,
.news__Contents__dl .pic_wrap,
.recommend__recipe dl,
.recommend__recipe dt,
.products__recipe dt,
.products__pickup dl,
.products__pickup dt,
.desc__block__list dl,
.products__season dl,
.products__list__format dl,
.products__collabo dl,
.recipe-list dl,.recipe-list dt
{
	overflow: hidden;
	position:relative;
	z-index:1;
}

.news__Contents__dl .pic_wrap
{
	display: block;
}

/* ------------------------------------------------------------------------------------------
透過時のはみ出し防止 */

#news li a:hover *,
#pick_up li a:hover *,
#effort li a:hover *,
#recipe li a:hover *
{
	opacity: 1;
}


/* ------------------------------------------------------------------------------------------
pickup */
.pickup {
  margin-top: 80px;
}
.pickup__title__h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 24px;
}
.pickup__Contents__ul {
  margin: 0 -6px;
  zoom: 1;
}
.pickup__Contents__ul:before,
.pickup__Contents__ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.pickup__Contents__ul:after {
  clear: both;
}
.pickup__Contents__ul > li {
  position: relative;
  width: 308px;
  background: #fff;
  padding: 0;
  margin: 0 6px;
  border-radius: 5px;
  float: left;
  border-bottom: none;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.05);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.05);
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  overflow: hidden;
  position:relative;
  z-index:1;
}
.pickup__Contents__ul > li > a {
  display: block;
}
.pickup__Contents__ul > li > a:hover {
  opacity: 0.7;
  
  zoom: 1;
}

.pickup__Contents__ul > li > a img {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.pickup__Contents__ul > li > a:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.pickup__Contents__dl {
  display: block;
}
.pickup__Contents__dl dt {
  display: block;
  border-bottom:1px solid #e5e5e5;
}
.pickup__Contents__dl dt span > img {
  width: 100%;
  max-width: none;
  vertical-align: bottom;
}
.pickup__Contents__dl dt span.new {
  display: block;
  position: relative;
}
.pickup__Contents__dl dt span.new:before {
  content: ' ';
  position: absolute;
  right: -2px;
  top: -2px;
  background: url(/news/images/icon_new_01.png) no-repeat;
  background-size: contain;
  width: 53px;
  height: 52px;
}
.pickup__Contents__dl dd {
  display: block;
  padding: 1.5em 1.5em 1.5em;
  position: relative;
  background: #fff;
}
.pickup__Contents__dl dd p {
  font-size: 15px;
  color: #333;
  /*line-height: 1.2;*/
}
.pickup__Contents__dl dd .articleDate {
 /* position: absolute;
  left: 1.5em;
  bottom: 1.5em;*/
  font-size: 12px;
  color: #aaa;
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3",  "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic" , "游ゴシック体", "YuGothic", sans-serif;
}
.pickup__Contents__dl dd .articleDate span {
  display: inline-block;
  margin: 4px 10px 0 0;
}
/* flipsnap */
.flipsnap--viewport {
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 32px;
}
.flipsnap--control {
  padding: 0;
  text-align: center;
}
.flipsnap--control__prev,
.flipsnap--control__next {
  cursor: pointer;
  margin: 0 10px;
  padding: 0;
  font-size: 0;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  background: #e60020;
  display: inline-block;
}
.flipsnap--control__prev:hover,
.flipsnap--control__next:hover {
  opacity: 0.7;
  
  zoom: 1;
}
.flipsnap--control__prev:disabled,
.flipsnap--control__next:disabled {
  background: #ddd;
  cursor: default;
}
.flipsnap--control__prev:disabled:hover,
.flipsnap--control__next:disabled:hover {
  opacity: 1;
  
  zoom: 1;
}
.flipsnap--control__prev span,
.flipsnap--control__next span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.flipsnap--control__prev:before,
.flipsnap--control__next:before {
  content: '';
  width: 11px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.flipsnap--control__prev:before {
  left: 0;
  background: url(/shared/img/common/icon_arrow_L.png) no-repeat;
  background-size: contain;
}
.flipsnap--control__prev{
  left: -1px;
}
.flipsnap--control__next {
  left: 3px;
}
.flipsnap--control__next:before {
  background: url(/shared/img/common/icon_arrow_R.png) no-repeat;
  background-size: contain;
}
/* box_contact */
.box_contact{
	max-width:720px;
	margin:6.1% auto 0;
	padding:4.3% 4.75%;
	border:1px solid #cccccc;
	font-size:16px;
	line-height:1.6;
}
.box_contact .head{
	float:left;
	width:200px;
	font-weight:700;
}
.box_contact .body{
	margin-left:39.18%;
}

/* modal */
.modal-overlay {
  z-index:2; 
  display:none; /*jsでフェードインされるまでdisplay:none*/
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image: url(/fun/img/modal_back.png);
} 

#modal1 > span{
  display: block;
  color: #fff;
  margin-top: 16px;
}

a.modal-open:hover {
  cursor:pointer
} /*カーソルをポインタに*/

.modal-content {
  position:fixed;
  display:none; /*jsでフェードインされるまでdisplay:none*/
  z-index:3; /*オーバーレイより上に*/
  padding: 0px 20px 0;
  border-radius:  5px 5px;
  width: 840px;
  max-width: 840px;
  /*border-bottom-left-radius: 5px; 
  border-bottom-right-radius: 5px; */
}

.modal-close{
  right:20px;
  cursor: pointer;
  margin-bottom: 8px;
  float: right;
} 

.modal-content iframe{
/*  width: 100%;
  height: 100%;
  top:0;
  left:0;
  position: absolute;*/
  width: 100%;
  height: 450px;
}

#modal1 .ie8_caution{
  margin-top: 0;
  display: inline-block;
}

#modal1 .ie8_caution span{
  font-size: 16px;
  display: inline-block;
}
/*aim,corp.fun等各ページのindex*/
.sp{
	display:none;
}
.tb{
	display:none;
}
.pc{
	display:block;
}
.index_main{
	margin-bottom:12px;
}

.float_right{
	float: right;
	margin-left: 36px;
}

.float_left{
	float: left;
	margin-right: 36px;
}


h1.index_title{
	font-size: 32px;
	vertical-align: middle;
	line-height: 42px;
	margin:55px 0 35px;
}
.index_panel{
	padding-bottom:48px;
}
.index_panel p{
	font-size:14px;
	line-height:20px;
}
.index_panel p.title{
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	margin-bottom:9px;
}
.traceability_inner .title{
	float:left;
	padding:40px 45px 40px 0;
	width:333px;
	font-size:24px;
	line-height:1;
}
.traceability_inner .text{
	float:left;
	padding:37px 0 40px 0;
	width:614px;
	font-size:14px;
	line-height:24px;
}

@media screen and (max-width: 980px) {
	.modal-content {
		width: 100%;
	}
	/*aim,corp.fun等各ページのindex*/
	.traceability_inner .title{
		float:none;
		padding:40px 0 20px 10px;
		width:100%;
	}
	.traceability_inner .text{
		float:none;
		padding:0;
		width:100%;
	}
}

@media screen and (max-width: 600px) {
	.modal-content{
		width: 100%;
		padding: 0px 15px 0;
	}
	.modal-close{
		margin-bottom: 6px;
	}
	#iframe_box{
		position: relative;
		padding-top: 56.25%;
		height: 0;
		overflow: hidden;
		clear: both;
	}
	.modal-content iframe{
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		position: absolute;
	}
	/*aim,corp.fun等各ページのindex*/
	h1.index_title {
		font-size: 20px;
		vertical-align: middle;
		line-height: 1;
		margin: 25px 0 25px;
	}
	.sp{
		display:block;
	}
	.index_main .tb{
		display:none;
	}
	.pc{
		display:none;
	}

	.float_left, .float_right{
		margin: 0;
		float: none;
	}
	.index_main{
	margin-bottom:43px;
	}
	.index_main .text{
		font-size:14px;
		line-height:23px;
	}
	.index_main .text img{
		margin:30px 0 15px 0;
	}
	
	.index_panel.desc__block__list {
		zoom: 1;
		padding: 0 0;
		padding-bottom:34px;
	}
	.index_panel p{
		font-size:14px;
		line-height:21px;
	}
	.index_panel p.title{
		font-size:16px;
		line-height:24px;
		font-weight:bold;
		margin-bottom:10px;
	}
	.traceability_inner .title{
		float:none;
		padding:30px 0 15px 5px;
		width:100%;
		font-size:16px;
		line-height:1;
		font-weight:bold;
	}
	.traceability_inner .text{
		float:none;
		padding:0;
		width:100%;
		font-size:14px;
		line-height:23px;
	}	
}
