@charset "UTF-8";

.nextBtn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.nextBtn a {
	width: 40px;
	height: 40px;
	background-image: url(../images/icon_arrowb.svg);
	opacity: .2;
	display: block;
}
.nextBtn a:hover {
	opacity: .8;
}

#urgent {
	background-color: #fff;
	margin-bottom: 12px;
	padding: 10px 20px;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
}
#urgent span {
	font-weight: bold;
	color: #F10003;
}
#urgent a {
	text-decoration: none;
	color: #000;
}
#urgent a:hover{
	color: #ccc;
}
#product_list {
	position: relative;
}
#product_list .char {
	width: auto;
}
#product_list .sec {
	z-index: 0;
}
#product_list .sec_ifrit:before,
#product_list .sec_willheat:before,
#product_list .sec_nz:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}
#product_list .sec_ifrit:before {
	background-image: url(../images/top/bg_ifrit.png);
}
#product_list .sec_willheat:before {
	background-image: url(../images/top/bg_willheat.png);
}
#product_list .sec_ifrit .p_img_badge > p {
	width: 60px;
}
#product_list .sec_willheat .p_img_badge > p {
	width: 180px;
}
#product_list .sec_nz .p_img_badge > p {
	width: 192px;
}
#product_list .sec_nz:before {
	background-image: url(../images/top/bg_nz.png);
}
#product_list .sec .p_name .sm {
	line-height: 2;
}
#product_list .sec h3 {
	padding-top: 60px;
}
#product_list .sec .catch_sub {
	font-size: 20px;
	margin-bottom: 40px;
}
#product_list .sec_nz .p_img {
	background-position: left center;
}
#product_list .sec_ff2018 {
	background-image: url(../images/top/img_foodfactory.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	color: #fff;
	background-color: #1d2c43;
}
#product_list .sec_ff2018 ul li a {
	color: #fff;
	border: 1px solid #fff;
}
#product_list .sec_ff2018 ul li a:hover {
	background-color: #006ab0;
	border-color: #006ab0;
}
#product_list .sec_enex2019 {
	height: 700px;
	background-image: url(../images/top/img_enex2019.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	background-color: #f2f2f2;
}
#product_list .sec_enex2019 .spec {
	margin-bottom: 40px;
}
#menu01 {
	border-bottom: none;
}
#menu02 {
	border-top: none;
}
#newsList {
	background-color: #fff;
	margin: 12px 12px 0;
}
#newsList .inner {
	width: 1176px;
	min-width: 1176px;
	overflow: hidden;
	padding: 20px;
}
#newsList .ttl {
	overflow: hidden;
	margin-bottom: 25px;
	border-bottom: 1px solid #aaa;
}
#newsList .ttl h2 {
	float: left;
	font-size: 28px;
}
#newsList .ttl a {
	float: right;
	font-size: 16px;
	padding: 15px 0;
}
#newsList ul li {
	margin: 0 20px;
}
#newsList ul li a {
	display: block;
	padding: 7px 0;
	text-decoration: none;
	color: #333;
}
#newsList ul:hover li a {
	color: #ccc;
}
#newsList ul:hover li a:hover {
	color: #006ab0;
}
#newsList ul li dl {
	overflow: hidden;
	text-align: left;
}
#newsList ul li dl dt {
	float: left;
	width: 100px;
	font-size: 16px;
}
#newsList ul li dl dd {
	float: left;
}
#newsList ul li dl dd.cate {
	width: 80px;
}
#newsList ul li dl dd.cate span {
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: block;
	border-radius: 6px;
	background-color: #666;
	-webkit-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
#newsList ul:hover li a dl dd.cate span {
	background-color: #aaa;
}
#newsList ul:hover li a:hover dl dd.cate span {
	background-color: #323232;
}
#newsList ul li dl dd.title {
	width: 916px;/* ie11 */
	width: calc(100% - 180px);
	text-align: left;
	padding-left: 40px;
}
#newsList ul li dl dd.title {
	font-size: 15px;
}
#newsList ul li dl dd .pdf {
	width: 20px;
	margin-left: 10px;
	display: inline-block;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
#newsList ul:hover li dl dd .pdf {
	opacity: .4;
}
#newsList ul:hover li a:hover dl dd .pdf {
	opacity: 1;
}

#service {
	border-left: 6px solid #fafafa;
	border-right: 6px solid #fafafa;
	background-color: #fff;
	background-image: url(../images/img_service.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#service .sec {
	border: 6px solid #fafafa;
}
#service .inner {
	padding-left: 20px;
	height: 50vh;
}
#service h2 {
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
}


@media screen and (max-width: 736px) {
	.nextBtn {
		display: none;
	}
	#urgent {
		margin-bottom: 6px;
		padding: 10px 0;
	}
	#urgent #u_inner {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
	#urgent .wrap {
		position: relative;
		left: 50%;
	}
	#urgent .wrap p {
		display: inline-block;
		margin-right: 40px;
	}
	#product_list .char {
		width: 100%;
	}
	#product_list .sec:before {
		width: 100%;
	}
	#product_list .sec h3 {
		padding-top: 20px;
	}
	#product_list .sec .catch_sub {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#product_list .sec_ff2018 {
		background-size: cover;
		position: relative;
	}
	#product_list .sec_ff2018:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);
		z-index: 0;
	}
	#product_list .sec_ff2018 .p_name .sm {
		margin-bottom: 10px;
	}
	#product_list .sec_enex2019 {
		background-size: cover;
		background-position: center right;
		position: relative;
	}
	#product_list .sec_enex2019:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(229,229,229,0.80);
		z-index: 0;
	}
	#product_list .sec_enex2019 .spec {
		margin-bottom: 10px;
	}
	#product_list .sec_nz .p_img {
		background-position: center;
	}
	#newsList {
		margin: 6px 6px 0;
	}
	#newsList .inner {
		width: 100%;
		min-width: auto;
		padding: 20px 10px;
	}
	#newsList .ttl {
		margin-bottom: 15px;
	}
	#newsList .ttl h2 {
		font-size: 20px;
	}
	#newsList .ttl a {
		padding: 5px 0;
	}
	#newsList ul li {
		margin: 0 0 10px;
	}
	#newsList ul li dl dt {
		line-height: 20px;
	}
	#newsList ul li dl dd.cate {
		width: 80px;
	}
	#newsList ul li dl dd.cate span {
		font-size: 13px;
	}
	#newsList ul li dl dd.title {
		width: 100%;
		display: block;
		padding-left: 0;
	}
	#newsList ul li dl dd.title {
		margin-top: 5px;
	}
	#newsList ul li dl dd .pdf {
		margin-left: 5px;
	}
}

@-webkit-keyframes loop {
  0% {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
  }
  20% {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
  }
  to {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
  }
  20% {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
  }
  to {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
  }
}



/*
 * add 2022.03
 * 50th Special Banner
 */
#special_50th{
	position: relative;
	margin-bottom: 12px;
	min-height: 456px;
	overflow: hidden;
}
#special_50th a.hover01{
	display: block;
	text-decoration: none;
	display: block;
	color: #10050B;
}
#special_50th a.hover01:hover{
	opacity: 0.8;
}
.special_header{
	text-align: center;
	background: #F0EFEF;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	letter-spacing: 0.05rem;
	padding: 15px;
}
.special_header img{
	margin-right: 30px;
}
#special_50th .rainbow{
	position: relative;
	width: 100%;
	min-height: 456px;
	background: url(../images/top/bnr_50th-bg.png) no-repeat center center;
	background-size: cover;
	text-align: center;
}
#special_50th .copy{
	position: relative;
	z-index: 10;
	padding-top: 75px;
	display: block;
	text-align: center;
}
#special_50th .rainbow .line{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
#special_50th .rainbow .line01{
	left: 15%;
}
#special_50th .rainbow .line01 .sp{
	display: none;
}
#special_50th .rainbow .line02{
	right: 15%;
}
#special_50th .movBox{
	position: absolute;
	bottom: 75px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9000;
	width: 500px;
}
#special_50th .movBox a{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
	text-decoration: none;
}
#special_50th .movBox .bn{
	width: 50%;
}
#special_50th .movBox .bn img{
	width: 100%;
	height: auto;
}
#special_50th .movBox .text{
	width: 50%;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	background: #fff;
	color: #10050B !important;
	text-align: center;
	transition: background-color 0.2s linear;
}
.playwrap{
	position: absolute;
	bottom: 5%;
	right: 5%;
}
.playBtn {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
	background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}
.playBtn::before {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.5em solid currentColor;
    box-sizing: border-box;
    content: "";
}

#special_50th .movBox a:hover .text{
	background: #000;
	color: #fff !important;
}

#special_50th .movBox a:hover .playBtn{
	background: #fff;
    color: #000;
}

@media screen and (max-width: 736px) {
	#special_50th{
		min-height: 400px;
	}
	.special_header{
		font-size: 18px;
		padding: 10px;
	}
	.special_header img{
		margin-right: 10px;
	}
	#special_50th .rainbow{
		min-height: 400px;
		background: transparent;
		background: linear-gradient(135deg,
			rgba(119,48,133,1) 0%, rgba(119,48,133,1) calc(100% / 15),
			rgba(131,47,124,1) calc(100% / 15), rgba(131,47,124,1) calc(200% / 15),
			rgba(155,43,95,1) calc(200% / 15), rgba(155,43,95,1) calc(300% / 15),
			rgba(176,38,66,1) calc(300% / 15), rgba(176,38,66,1) calc(400% / 15),
			rgba(201,18,21,1) calc(400% / 15), rgba(201,18,21,1) calc(500% / 15),
			rgba(222,96,14,1) calc(500% / 15), rgba(222,96,14,1) calc(600% / 15),
			rgba(224,114,13,1) calc(600% / 15), rgba(224,114,13,1) calc(700% / 15),
			rgba(227,143,16,1) calc(700% / 15), rgba(227,143,16,1) calc(800% / 15),
			rgba(229,171,23,1) calc(800% / 15), rgba(229,171,23,1) calc(900% / 15),
			rgba(233,208,35,1) calc(900% / 15), rgba(233,208,35,1) calc(1000% / 15),
			rgba(0,162,208,1) calc(1000% / 15), rgba(0,162,208,1) calc(1100% / 15),
			rgba(0,139,194,1) calc(1100% / 15), rgba(0,139,194,1) calc(1200% / 15),
			rgba(0,126,185,1) calc(1200% / 15), rgba(0,126,185,1) calc(1300% / 15),
			rgba(6,111,176,1) calc(1300% / 15), rgba(6,111,176,1) calc(1400% / 15),
			rgba(7,104,171,1) calc(1400% / 15), rgba(7,104,171,1) 100%
		);
	}
	#special_50th .copy{
		padding: 90px 15px 0;
	}
	#special_50th .rainbow .line01{
		left: 1%;
		top: 2%;
		transform: translateY(0);
	}
	#special_50th .rainbow .line01 .pc{
		display: none;
	}
	#special_50th .rainbow .line01 .sp{
		display: inline;
	}

	#special_50th .rainbow .line02{
		right: -5%;
		bottom: 2%;
		transform: translateY(0);
	}
	#special_50th .rainbow .line img{
		width: 90%;
		height: auto;
	}
	#special_50th .movBox{
		width: 100%;
		padding: 0 15px;
		bottom: 65px;
	}
	#special_50th .movBox .bn img{
		height: 100%;
	}
	#special_50th .movBox .text{
		padding: 0 5px;
	}
	.playwrap{
		bottom: 3%;
		right: 3%;
	}
}
@media screen and (max-width: 413px) {
	#special_50th .movBox{
		bottom: 85px;
	}
}