@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

#sp_navi {
	z-index: 2147483647;
}

body #container {
	margin-left: 0;
	margin-right: 0;
}

/* =================================================================
	common
================================================================= */

#container {
	position: relative;
}

#container .img-fluid {
	max-width: 100%;
	height: auto;
}

#container .img-full {
	width: 100%;
	height: auto;
}

#container .img-area {
	line-height: 1;
}

#container table.hanging .hanging_icon {
	white-space: nowrap;
	vertical-align: top;
}

.share_area {
	border-top: 1px solid #dcdcdc;	
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

@media print, screen and (min-width: 769px){
	body {
		min-width: 960px;
		overflow-x: auto;
	}

	#container {
		min-width: 960px;
		width: 100%;
		padding-top: 80px;
		margin-top: 25px !important;
		overflow: hidden;
		font-size: 16px;
		line-height: 1.875;
		font-family: 'Noto Sans Japanese', sans-serif;
		font-weight: 400;
	}

	#container .pc-hide {
		display: none !important;
	}

	.content_inner {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#container table.hanging {
		font-size: 14px;
		line-height: 1.571;
	}
	
	.share_area ul {
		max-width: 960px;
		margin: 0 auto;
		padding: 10px 0 30px;
		display: flex;
		justify-content: flex-end;
	}
	
	.share_area ul li {
		margin: 0 8px;
		width: 40px;
		height: 40px;
	}

	.anchor_area:before {
		content: "";
		display: block;
		width: 100%;
		height: 0;
		padding-top: 60px;
		margin-top: -60px;
	}

}

@media screen and (max-width: 768px){
	body #container {
		position: relative;
		padding-top: 65px;
		margin: 0 auto;
		font-size: 12px;
		font-family: 'Noto Sans Japanese', sans-serif;
		line-height: 1.6;
	}

	.content_inner {
		max-width: 500px;
		padding: 0 15px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}

	#container .sp-hide {
		display: none !important;
	}

	#container table.hanging {
		font-size: 11px;
	}

	.share_area ul {
		margin: 0 8px;
		padding: 10px 0 30px;
		display: flex;
		justify-content: center;
	}
	
	.share_area ul li {
		margin: 0 10px;
		width: 40px;
		height: 40px;
	}

	.d_xs_inline-block {
		display: inline-block;
	}
}

/* eqja_gnav */
#eqja_gnav {
	width: 100%;
	color: #fff;
	background: #000000;
}

#eqja_gnav a {
	color: #fff;
}

@media print, screen and (min-width: 769px){
	#eqja_gnav {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#eqja_gnav.is-fix {
		position: fixed;
		z-index: 100;
	}

	#eqja_gnav #eqja_gnav_btn {
		display: none !important;
	}
	
	#eqja_gnav ul {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		width: 960px;
		margin: 0 auto;
		line-height: 1.1;
	}

	#eqja_gnav ul li {
		padding-top: 18px;
		padding-bottom: 18px;
		font-size: 16px;
	}

	#eqja_gnav.is-fix ul li {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	#eqja_gnav ul li#gnav_top {
		padding-right: 30px;
		font-size: 20px;
	}

	#eqja_gnav ul li#gnav_toast {
		padding-right: 16px;
	}
	
	#eqja_gnav ul li#gnav_heating {
		padding-right: 16px;
	}
	
	#eqja_gnav ul li#gnav_tasty {
		padding-right: 16px;
	}
	
	#eqja_gnav ul li#gnav_function {
		padding-right: 16px;
	}

	#eqja_gnav ul li#gnav_review {
		padding-right: 5px;
	}

	#eqja_gnav a {
		display: block;
		text-decoration: none !important;
		transition: .2s;
	}

	#eqja_gnav a:hover,
	#eqja_gnav span.is-active {
		text-decoration: none;
		opacity: .6;
	}

	#eqja_gnav #gnav_top span.is-active {
		opacity: 1;
	}
}

@media screen and (max-width: 768px){
	#container #eqja_gnav {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}

	#container #eqja_gnav.is-fix {
		position: fixed;
		top: 65px;
	}

	#container #eqja_gnav #eqja_gnav_btn {
		position: relative;
		display: block;
		height: 65px;
		line-height: 65px;
		font-size: 17px;
		color: white;
		padding-left: 1em;
	}

	#container #eqja_gnav #eqja_gnav_btn::before {
		content: "";
		width: 19.5px;
		height: 1px;
		background: #fff;
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	#container #eqja_gnav #eqja_gnav_btn::after {
		content: "";
		width: 1px;
		height: 19.5px;
		background: #fff;
		position: absolute;
		right: 24px;
		top: 0;
		bottom: 0;
		margin: auto;
		transition: all 0.3s ease;
	}

	#container #eqja_gnav #eqja_gnav_btn.is-active::after {
		height: 0;
	}

	#container #eqja_gnav ul {
		display: none;
	}

	#container #eqja_gnav ul li {
		border-bottom: solid 1px #404040;
		background: #303030;
	}

	#container #eqja_gnav ul li:first-child {
		border-top: solid 1px #404040;
	}

	#container #eqja_gnav ul li a,
	#container #eqja_gnav ul li span {
		letter-spacing: 0.05em;
		position: relative;
		padding: 13px 30px 13px 15px;
		font-size: 15px;
		display: block;
	}

	#container #eqja_gnav ul li a {
		color: #FFF;
		text-decoration: none !important;
	}

	#container #eqja_gnav ul li a::after {
		position: absolute;
		content: '';
		box-sizing: border-box;
		width: 12px;
		height: 12px;
		top: 0;
		bottom: 0;
		right: 14px;
		margin: auto 0;
		border: solid 1px #999;
		border-left-color: transparent;
		border-bottom-color: transparent;
		transform: rotate(45deg);
	}

	#container #eqja_gnav ul li span.is-active {
		opacity: .6;
	}

}


/* btn_detail */
.btn_detail {
	display: inline-block;
	color: #000000 !important;
	text-decoration: none !important;
	border: 1px solid #75726f;
	line-height: 1;
	font-feature-settings: "palt" 1;
	position: relative;
}

.btn_detail:after {
	content: "";
	display: block;
	width: 5px;
	height: 11px;
	background: url("../images/common/icon_arrow.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 19px;
	margin: auto;
}

.btn_detail.btn_white {
	color: #fff !important;
	border-color: #d7d8d8;
}

.btn_detail.btn_white:after {
	background: url("../images/common/icon_arrow_white.png") no-repeat;
	background-size: contain;
}

@media print, screen and (min-width: 769px){
	.btn_detail {
		padding: 8px 40px 9px 34px;
		transition: .2s;
	}
	
	.btn_detail:hover {
		color: #000;
		text-decoration: none;
		background: rgba(255, 255, 255, .8);
		opacity: .8;
	}

	.btn_detail.btn_white:hover {
		color: #fff;
		background: rgba(255, 255, 255, .4);
		opacity: .8;
	}
	
} @media screen and (max-width: 768px){
	.btn_detail {
		padding: 8px 40px 9px 34px;
		transition: .2s;
	}

	.btn_detail:hover {
		color: #000;
	}
	
	.btn_detail.btn_white:hover {
		color: #fff;
	}
	
}


/* btn_triangle */
.btn_triangle {
	display: inline-block;
	border: 1px solid #75726f;
	line-height: 1;
	color: #000 !important;
	text-decoration: none !important;
	font-feature-settings: "palt" 1;
	position: relative;
}

.btn_triangle:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35px;
	margin: auto;
}

.btn_triangle.btn_white {
	color: #fff;
	border-color: #fff;
}

@media print, screen and (min-width: 769px){
	.btn_triangle {
		padding: 8px 38px 9px 52px;
		transition: .2s;
	}

	.btn_triangle:hover {
		background: rgba(0, 0, 0, .2);
	}

} @media screen and (max-width: 768px){
	.btn_triangle {
		padding: 8px 30px 9px 54px;
		transition: .2s;
	}

	.btn_triangle:hover {
		color: #000;
	}
}


/* product_outline */
#product_outline .outline_img {
	text-align: center;
	line-height: 1;
}

#product_outline .outline_table {
	width:  100%;
	border-collapse: collapse;
}

#product_outline .outline_table tr {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#product_outline .outline_table tr td {
	text-align: center;
}

#product_outline .btn_manual {
	text-align: center;
}


@media print, screen and (min-width: 769px){
	#product_outline .outline_inner {
		width: 800px;
		padding: 64px 0 45px;
		margin: 0 auto;
	}
	
	#product_outline .outline_img {
		margin-bottom: 15px;
	}
	
	#product_outline .outline_table {
		margin-bottom: 22px;
	}

	#product_outline .outline_table tr th,
	#product_outline .outline_table tr td {
		width: 400px;
		padding: 21px 70px 17px 40px;
		box-sizing: border-box;
	}

	#product_outline .outline_hanging {
		margin-bottom: 32px;
	}

	#product_outline .btn_manual {
		width: 300px;
		height: 60px;
		margin: 0 auto;
	}
	
	#product_outline .btn_manual a {
		display: block;
		transition: .2s;
	}

	#product_outline .btn_manual a:hover {
		opacity: .8;
	}	
} @media screen and (max-width: 768px){
	#product_outline .outline_inner {
		max-width: 500px;
		padding: 30px 15px 45px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	#product_outline .outline_img {
		padding: 0 15px;
		margin-bottom: 15px;
	}
	
	#product_outline .outline_table {
		margin-bottom: 22px;
	}

	#product_outline .outline_table tr th,
	#product_outline .outline_table tr td {
		padding: 21px 0 17px;
		box-sizing: border-box;
	}

	#product_outline .outline_table tr th {
		padding-left: 10px;
	}
		
	#product_outline .outline_table tr td {
		padding-right: 10px;
	}
		
	#product_outline .outline_hanging {
		margin-bottom: 32px;
	}

	#product_outline .btn_manual {
		padding: 0 30px;
		margin: 0 auto;
	}
	
	#product_outline .btn_manual a {
		display: block;
	}
}


/* product_outline */
#product_outline { /* delete */
    border-bottom: 1px solid #dcdcdc;
}
@media print, screen and (min-width: 769px){
	#product_lineup {
		padding: 39px 0 40px;		
	}

	#product_lineup .btn_product {
		width: 520px;
		height: 120px;
		margin: 0 auto;
	}
	
	#product_lineup .btn_product a {
		display: block;
		transition: .2s;
	}

	#product_lineup .btn_product a:hover {
		opacity: .8;
	}
} @media screen and (max-width: 768px){
	#product_lineup {
		max-width: 500px;
		padding: 39px 15px 40px;
		margin: 0 auto;
	}

	#product_lineup .btn_product {
		margin: 0 auto;
		text-align: center;
	}
	
	#product_lineup .btn_product a {
		display: block;
	}
}


/* heading-circle */
.heading-circle {
	color: #fff;
	background: #303030;
	position: relative;
}

@media print, screen and (min-width: 769px){
	.heading-circle {
		padding: 11px 23px 13px 53px;
		margin-bottom: 20px;
		font-size: 24px;
		border-radius: 4px;
		letter-spacing: 1px;
	}

	.heading-circle:before {
		content: "";
		width: 20px;
		height: 20px;
		border-radius: 50%;
		border: 2px solid #e50b00;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 19px;
		box-sizing: border-box;
	}
	
} @media screen and (max-width: 768px){
	.heading-circle {
		padding: 10px 12px 12px 35px;
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1.6;
		border-radius: 4px;
	}

	.heading-circle:before {
		content: "";
		width: 14px;
		height: 14px;
		border-radius: 50%;
		border: 2px solid #e50b00;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 12px;
		box-sizing: border-box;
	}
	
}


/* iframe_wrap */
.iframe_wrap {
	text-align: center;
	line-height: 1;
}

@media print, screen and (min-width: 769px){
} @media screen and (max-width: 768px){
	.iframe_wrap {
		padding: 30px 0 56.25%;
		position: relative;
		overflow: hidden;
	}

	.iframe_wrap iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
}
	
/* foot_interview */
@media print, screen and (min-width: 769px){
	#foot_interview {
		background: url("../images/common/bg_foot_interview.jpg") no-repeat right top;
		background-size: cover;
		position: relative;
		transition: .2s;
	}

	#foot_interview:hover {
		opacity: .8;
	}
		
	#foot_interview a {
		display: block;
		height: 300px;
		color: #000;
		text-decoration: none;
	}
	
	#foot_interview .foot_interview_inner {
		width: 469px;
		position: absolute;
		top: 55px;
		left: 50%;
		margin-left: -517px;
	}
	
	#foot_interview .foot_interview_heading {
		margin-bottom: 13px;
		font-size: 32px;
		line-height: 1.4375;
	}

	
}
@media screen and (min-width: 769px) and (max-width:1260px) {	
	#foot_interview .foot_interview_inner {
		margin-left: -477px;
	}
	
} @media screen and (max-width: 768px){
	#foot_interview {
		background: url("../images/common/bg_foot_interview_sp.jpg") no-repeat right center;
		background-size: cover;
		position: relative;
	}
		
	#foot_interview a {
		display: block;
		color: #000;
		text-decoration: none;
	}
	
	#foot_interview .foot_interview_inner {
		max-width: 500px;
		padding: 30px 15px 31px;
		margin:  0 auto;
		box-sizing: border-box;
	}
	
	#foot_interview .foot_interview_heading {
		margin-bottom: 9px;
		font-size: 20px;
		line-height: 1.5;
	}

	#foot_interview .foot_interview_notes {
		line-height: 1.75;
	}
	
}
