
/*------ トップページ　お役立ちコラム ------*/
#column {
	padding: 1px 0 40px;
}
#column ul{
	display: block;
}
#column ul li {
	margin-bottom: 16px;
	background-color: #ffffff;
	border-radius: 0 0 4px 4px;
}
#column ul li:nth-child(4n+0){
	display: none;
}
#column ul li {
	width: 100%;
}
#column ul li img {
	border-radius: 4px 4px 0 0;
}
#column ul li span {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.285;
	text-align: left;
	display: block;
	padding: 16px 16px 11px;
}
#column ul li .desc_ {
	padding: 16px 16px 11px;
}
#column ul li .day_{
	display: none;
}
#column ul li h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.285;
	text-align: left;
	display: -webkit-box;
    -webkit-line-clamp: 2; /*行数*/
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
#column ul li p {
	display: none;
}
/*------ トップページ　ニチレイフーズの想い ------*/
#company_thought {
	height: 160vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../img/usr/index/thought/sb/thought_bg.jpg");
	background-position: left top;
	background-repeat: repeat;
	background-size: cover;
}
#company_thought .top_freespace_inner_ {
	/*width: 86%;*/
}
#company_thought h2 {
	width: 95%;
	margin: 0 auto 77px;
}
#company_thought p {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
}
#company_thought .btn_ {
	margin: 78px auto 0;
}
#company_thought .btn_ a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	border-radius: 40px;
}
/* ------------Index Style MV------------ */
#top_slider > li {
	opacity: 0;
}
#top_slider li {
	text-align: center;
	transition: all .3s;
}
#top_slider li.slick-slide {
	opacity: 1.0;
	margin: 0;
}
#top_slider li img {
	width: 100%;
}
#top_slider .slick-arrow {
/*    width: 64px;
    height: 64px;
    margin-top: -32px;
	border: 0;*/
}
#top_slider .slick-prev {
/*	left: 50%;
	margin-left: -632px;*/
}
#top_slider .slick-next {
/*	right: 50%;
	margin-right: -632px;*/
}

/* ------------Index ランキング------------ */
#reco01 .btn_more_ {
	width: 86%;
}
/* ------------Index 新着商品------------ */
.top_newitem_ {
	padding: 1px 0 10px;
	margin: 40px 0 0;
	background-color: #F7F7F7;
}
.top_newitem_ .btn_more_ {
	width: 86%;
}
/* ------------Index Instagram------------ */
#instagram_box {
	width: 100%;
	padding-top: 1px;
}
#instagram_box .top_freespace_title02_ {
	background-image: url("../img/usr/common/ico_instagram.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	padding-top: 40px;
	margin-top: 8px;
}



/*商品一覧*/
#goodslist{
	margin-top: 13.3%;
}
#goodslist h2{
	font-size: 20px;
	color: #000000;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}
#goodslist .btn_more_{
	margin-bottom: 13.3%;
}
.goodslist_main{
	margin: 3.6% auto 7.3%;
	overflow: hidden;
}
.goodslist_item{
	margin: 0 2.9% 2.6%;
	border: 1px solid #E5E5E5;
	padding: 2.6% 2.6% ;
	border-radius: 5px;
	box-sizing: border-box;
	position:relative;
}
.goodslist_item_inner{
	padding: 5px;
}
.goodslist_item_icon{
	position: absolute;
	z-index: 9;
	top: 5px;
	left: 5px;
}
.goodslist_item_icon img{
	width: 48px;
	border-radius: 4px;
}
.goodslist_item a{
	display: block;
}
.goodslist_item_inner{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.goodslist_item figure{
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}
.goodslist_item_detail{
	width: 47.4%;
	float: left;
	margin: 0 0 0 2.6%;
	text-align: left;
	z-index: 9	;
}
.goodslist_item figure img{
	width: 100%;
	height: 100%;
}
.goodslist_item_inner h3{
	font-size: 15px;
	font-weight: bold;
	margin: 2.6% 0 2.6%;
	color: #000000;
	line-height: 1.6;

}
.goodslist_item_inner h3 + p{
	font-size: 13px;
	color: #000000;
	line-height: 1.6;
}
.goodslist_item_tag{
	font-size: 0;
	margin: 5.2% 0 0 0;
}
.goodslist_item_tag p{
	background: #F5F5F5;
	border-radius: 20px;
	padding: 10px 10px;
	font-size: 11px;
	display: inline-block;
	margin-bottom: 2.6%;
}
.goodslist_item_tag p:last-child{
	margin-bottom: 0;
}

/*MV steam*/
@keyframes steam01 {
  0% {
    bottom: -400px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 1);
    opacity: 0
  }
  11% { opacity: 0.1 }
  33% {
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 0.5
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.4
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(60deg);
    transform: scaleY(2, 1.8);
    opacity: 0
  }
}
@keyframes steam02 {
  0% {
    bottom: -200px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0
  }
  11% { opacity: 0.1 }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.4
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 1.2)
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(50deg);
    transform: scaleY(1.2, 1.4);
    opacity: 0
  }
}
.steamBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}
.steamBox > img {
  width: 100%;
  display: block
}
.steam {
		display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 15%;
	width: 60%;
	height: 66%;
}
.steam01 {
  position: absolute;
  right: 0;
  animation: steam01 5s infinite linear;
  opacity: 0
}
.steam02 {
  position: absolute;
  left: 0;
  animation: steam02 9s infinite linear;
  opacity: 0
}
.steam03 {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  animation: steam02 7s infinite linear;
  animation-delay: 3s;
  opacity: 0
}
.steam01 img, .steam03 img {
  width: 100%;
  height: auto;
	aspect-ratio: 249/532;
}
.steam02 img {
  width: 100%;
  height: auto;
	aspect-ratio: 245/532;
}
/*top_nav*/
#top_nav .flex1 {
	flex: 1;
	border-right: 0 !important;
}
/*bnr_campaign*/
#bnr_campaign.top_freespace_wrap_ ul li a {
	display: flex;
}
#bnr_campaign ul li figure {
	float: none;
}
.bnr_campaign_detail_ {
	float: none;
	display: flex;
  flex-direction: column;
	gap: 5px 0;
}
#bnr_campaign ul li p:nth-child(1) {
	margin: 0 0 0 0;
}
#bnr_campaign ul li p:nth-child(1) span {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	display: inline;
	margin-left: .8em;
	color: #000;
}
#bnr_campaign ul li p:nth-child(2) {
	margin: 0 0 0 0;
  flex: 1;
}
#bnr_campaign ul li p:nth-child(3) {
	margin-top: 0;
}
/*sold_out*/
#bnr_campaign ul li.sold_out {
	background: #E1E1E1;
	pointer-events: none;
}
#bnr_campaign ul li.sold_out figure img {
	opacity: 0.5;
}
#bnr_campaign ul li.sold_out p:nth-child(1) {
	color: #444;
}
/*my_choose*/
#my_choose {
	background: #FCFDE4;
	padding: 25px 0 15px;
}
#my_choose.top_freespace_wrap_ .top_freespace_title02_ {
	margin: 0 auto 15px;
	position: relative;
	width: fit-content;
}
#my_choose.top_freespace_wrap_ .top_freespace_title02_ img {
	position: absolute;
	width: 60px;
	left: -65px;
	top: -20px;
}
#my_choose_slider .slick-track {
	display: flex;
	gap: 0 7px;
}
#my_choose_slider .slick-track:before,
#my_choose_slider .slick-track:after {
	display: none;
}
#my_choose_slider .slick-slide {
	background: #fff;
	border: 1px solid #F4F2E4;
	border-radius: 10px;
	height: auto !important;
}
#my_choose_slider .my_choose_slide {
	padding: 15px 10px 15px 25px;
	display: flex	;
	flex-direction: column;
	gap: 10px 0;
	min-height: 15.5em;
}
.my_choose_slide dl {
	flex: 1;
	display: flex;
}
.my_choose_slide dt {
	width: 57px;
	text-align: center;
}
.my_choose_slide dt img {
	height: 60px;
}
.my_choose_slide dt p {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1.4;
}
.my_choose_slide dd {
	flex: 1;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.6;
}
.my_choose_btn {
	padding: 0 55px 0;
	height: 35px;
}
.my_choose_btn a {
	position: relative;
	background: #F23508;
	color: #fff;
	font-size: 12px;
	width: 100%;
	height: 100%;
	border-radius: 3em;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.my_choose_btn a::after {
	content: "";
	position: absolute;
	right: 12px;
	width: 5px;
	height: 5px;
	margin-top: -1px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}
.my_choose_txt {
	font-size: 12px;
	margin: 15px auto 0;
	width: 90%;
	line-height: 1.4;
}
/*recommended_list*/
.recommended_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
}
.recommended_list > li {
	width: calc((100% - 10px)/2);
	margin-bottom: 0 !important;
}
.recommended_list > li.flex1 {
	width: 100%;
	flex: 1;
}
/*shopping_guide*/
#shopping_guide {
	padding: 40px 0 50px;
	background: #FFEEE9;
}
#shopping_guide.top_freespace_wrap_ .top_freespace_title02_ {
	margin-top: 0;
}
.shopping_guide_list {
	display: flex	;
	flex-wrap: wrap;
	gap: 5px 5px;
}
.shopping_guide_list > li {
	width: calc((100% - 5px)/2);
	margin-bottom: 0 !important;
}
.shopping_guide_list > li a {
	text-align: left !important;
	background: #fff;
	font-size: 15px;
	border-radius: 5px;
	position: relative;
	padding: 10px;
	border: 1px solid #fff;
}
.shopping_guide_list > li a::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 45%;
	width: 5px;
	height: 5px;
	margin-top: -1px;
	border-right: 1px solid #F23508;
	border-bottom: 1px solid #F23508;
	transform: rotate(-45deg);
}
.shopping_guide_list > li.flex1 {
	width: 100%;
	flex: 1;
}
.shopping_guide_list > li.flex1 a {
	text-align: center !important;
	border: 1px solid #FFBAA5;
}