@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");

html{
	scroll-behavior: smooth;
  }
P {
	margin: 0;
}
.tc {
    text-align: center;
}
.s-content {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.s-content {
		margin: 0 15px;
	}
	.stan-content.pd38 {
		padding: 40px 20px 60px;}
}
.pd38 {
	padding: 50px 0 100px;
}
:target{
	scroll-margin-top: 150px;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/

.parallaxInner {
    width: 100%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: 0;
    background-repeat: no-repeat;
    overflow-x: hidden;
    background-position: top 100% center;
    background-size: cover;
}
.parallax {
    position: relative;
    overflow: hidden;
}
.s-pageTitle {
	box-sizing: border-box;
	margin-bottom: 126px;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #000;
}

.s-pageTitle::before {
	display: none;
}

.s-pageTitle .pageImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/oven-range/page_title_bg_ricecooker.png") no-repeat center center;
	background-size: cover;
	animation-delay: 0.5s;
}

.s-pageTitle h3 {
	margin-bottom: 29px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 23px;
	animation-delay: 2.0s;
	display: none;
}

.s-pageTitle h3 .txt {
	margin-bottom: 43px;
	padding-bottom: 39px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.s-pageTitle h3 .txt::after {
	width: 90px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #fff;
	transform: translateX(-50%);
	content: '';
}

.s-pageTitle h3 .imgtxt {
	display: block;
}

@media screen and (max-width: 768px) {
	.s-pageTitle {
		margin-bottom: 50px;
		height: 300px;
	}
	.s-pageTitle h3 {
		margin-bottom: 0;
		font-size: 18px;
	}
	.s-pageTitle h3 .txt {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.s-pageTitle h3 .txt::after {
		width: 45px;
	}
	.s-pageTitle h3 .imgtxt {
		display: block;
	}
	.s-pageTitle h3 .imgtxt img {
		width: 90%;
		max-width: 375px;
	}
}

/*------------------------------------------------------------
	main_product
------------------------------------------------------------*/
#main_product #pagePath {
	padding-bottom: 36px;
}

#main_product .topImgBox {
	margin: 0 auto 172px;
	width: 932px;
}

#main_product .topImgBox .photoBox {
	width: 390px;
}

#main_product .topImgBox .textBox {
	margin-top: -9px;
	width: 462px;
}

#main_product .topImgBox .textBox p {
	margin-bottom: 37px;
	font-size: 17px;
	line-height: 2.18;
}

#main_product .topImgBox .textBox p:last-child {
	margin-bottom: 0;
}

#main_product .galleryBox {
	margin: 0 auto 100px;
	width: 1147px;
}

#main_product .bannerLinks {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 100px;
}

#main_product .bannerLinks li:not(:last-of-type) {
	margin-bottom: 30px;
}

#main_product .bannerLinks a {
	transition: .2s;
}

#main_product .bannerLinks a:hover {
	opacity: 0.8;
}

#main_product .photoArea {
	margin-bottom: 110px;
	height: 37.138vw;
	position: relative;
}

#main_product .photoArea .parallax {
	width: 100%;
	height: 100%;
}

#main_product .photoArea .parallax .parallaxInner {
	height: 120%;
	top: -20%;
	background-position: center center;
}

#main_product .feature {
	padding-top: 222px;
	position: relative;
}

#main_product .ttlBox {
	box-sizing: border-box;
	padding-top: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	transition: all 0.5s;
}

#main_product .ttlBox.none {
	opacity: 0;
}

#main_product .ttlBox.fix {
	position: fixed;
	background: #F7F9EA;
}

#main_product .ttlBox .s-content {
	width: 1160px;
}

#main_product .ttlBox .h4Ttl {
	box-sizing: border-box;
	padding: 4px 0 17px;
	width: 386px;
	position: relative;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.14em;
}

#main_product .h4Ttl::after {
	width: 100vw;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #808080;
	content: '';
}

#main_product .ttlBox .h4Ttl .en {
	margin: 0 16px -5px 0;
	display: inline-block;
	vertical-align: bottom;
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
}

#main_product .ttlBox .btnList li {
	margin-right: 15px;
	width: 193px;
	background: #B9B9B9;
	border-radius: 45px;
	overflow: hidden;
}

#main_product .ttlBox .btnList li:last-child {
	margin-right: 4px;
}

#main_product .ttlBox .btnList li a {
	padding: 20px 10px 18px;
	display: block;
	position: relative;
	text-align: center;
	font-size: 16px;
	z-index: 1;
	color: #333;
}

#main_product .ttlBox .btnList li a::after {
	width: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #808080;
	content: '';
	transition: 0.3s;
	z-index: -1;
}

#main_product .feature .s-content {
	width: 1160px;
}

#main_product .innerSec {
	margin-bottom: 166px;
}

#main_product .feature .h5Ttl {
	margin-bottom: 157px;
	padding: 21px 28px 16px;
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	background: #CEBA7D;
}

#main_product .comImgBox {
	margin: 0 auto 252px;
	max-width: 1454px;
	align-items: flex-start;
}

#main_product .innerSec .comImgBox:last-child {
	margin-bottom: 0 !important;
}

#main_product .comImgBox .photoBox {
	width: calc(50% + 10px);
	position: relative;
	order: 1;
}

#main_product .comImgBox .photoBox a {
	width: 100%;
	display: block;
	position: relative;
	left: 0;
	top: 0;
	pointer-events: none;
}

#main_product .comImgBox .photoBox a.review_icon {
	width: 25%;
	max-width: 180px;
	position: absolute;
	left: 10px;
	top: auto;
	bottom: 10px;
	pointer-events: auto;
}
#main_product .comImgBox .photoBox a.review_icon.review_c {
	left: auto;
	right: 10px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

#main_product .comImgBox .photoBox a.review_icon:hover {
	opacity: .85;
}

#main_product .comImgBox .photoBox img {
	width: 100%;
}



#main_product .comImgBox .textBox {
	width: calc(50% - 80px);
}

#main_product .comImgBox .textBox .inner {
	margin-left: auto;
	width: 500px;
	max-width: 100%;
}

#main_product .comImgBox .textBox .imgTxt {
	margin-bottom: 45px;
}

#main_product .comImgBox .textBox .text01 {
	margin-bottom: 66px;
	padding-bottom: 30px;
	font-size: 24px;
	line-height: 1.69;
	border-bottom: 1px solid #808080;
}

#main_product .comImgBox .textBox .text01 .innerTxt {
	margin-right: -1em;
	display: block;
}

#main_product .comImgBox .textBox .text01 sup {
	font-size: 63%;
}

#main_product .comImgBox .textBox .text01 .sml {
	margin: 2px 0 -11px;
	display: block;
	font-size: 16px;
}

#main_product .comImgBox .textBox .text01 .sml01 {
	display: block;
	font-size: 19px;
}

#main_product .voiceBox {
	align-items: flex-start;
}

#main_product .voiceBox .pho {
	width: 130px;
}

#main_product .voiceBox .subBox {
	box-sizing: border-box;
	padding: 33px 28px 18px;
	width: 345px;
	position: relative;
	border-radius: 7px;
	background: #fff;
}

#main_product .voiceBox .subBox::before {
	width: 31px;
	height: 27px;
	position: absolute;
	left: -20px;
	top: 47px;
	background: url("../images/oven-range/bg01.png") no-repeat center center/100% auto;
	content: '';
}

#main_product .voiceBox02 .pho {
	order: 1;
}

#main_product .voiceBox02 .subBox::before {
	right: -20px;
	left: auto;
	transform: rotate(180deg);
}

#main_product .voiceBox .ttl {
	margin-bottom: 22px;
	font-size: 13px;
}

#main_product .voiceBox .ttl span {
	margin-top: -3px;
	margin-right: 14px;
	padding: 5px 8px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	letter-spacing: 0.1em;
	background: #FFFF8E;
}

#main_product .voiceBox .text {
	text-align: justify;
	font-size: 16px;
	line-height: 1.75;
}

#main_product .comImgBox.imgBoxR .photoBox {
	order: 0;
}

#main_product .comImgBox.imgBoxR .textBox .inner {
	margin: 0;
}

#main_product .imgArea01 {
	margin: 0 auto 241px;
	width: 1180px;
}

#main_product .imgArea01 .subPho {
	width: 360px;
}

#main_product .imgArea01 .subList {
	box-sizing: border-box;
	max-width: calc(100% - 360px);
}

#main_product .imgArea01 .subList li {
	width: 192px;
	box-sizing: border-box;
	border-right: 4px solid #F7F9EA;
	background: #fff;
}

#main_product .imgArea01 .subList li:last-child {
	width: 188px;
	border-right: none;
}

#main_product .imgArea01 .subList li img {
	width: 100%;
}

#main_product .imgArea01 .subList li p {
	padding: 12px 10px 5px;
	text-align: center;
	color: #231815;
	font-size: 16px;
	line-height: 1.75;
}

#main_product .imgArea01 .subList li p .txt {
	display: block;
	font-size: 13px;
}

#main_product .imgArea01 .subList li p .txt .num {
	margin-top: -6px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
}

#main_product .imgList01 {
	margin: 0 auto 280px;
	width: 934px;
}

#main_product .imgList01.mb0 {
	margin-bottom: 0;
}

#main_product .imgList01:last-child {
	margin-bottom: 0 !important;
}

#main_product .imgList01 li {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#main_product .imgList01 li:last-child {
	margin-bottom: 0 !important;
}

#main_product .imgList01 li .photo {
	width: 360px;
}

#main_product .imgList01 li .textBox {
	box-sizing: border-box;
	padding-left: 48px;
	flex: 1;
}

#main_product .imgList01 li .textBox .ttl {
	margin-bottom: 6px;
	color: #000;
	font-size: 22px;
}

#main_product .imgList01 li .textBox .subTtl {
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 1.82;
}

#main_product .imgList01 li .textBox .subTtl .note {
	margin-top: 1px;
	display: block;
	color: #808080;
	font-size: 12px;
	line-height: 1.17;
}

#main_product .imgList01 li .textBox .text {
	font-size: 13px;
	line-height: 1.75;
}

#main_product .feature .comLinkBox {
	margin-bottom: 92px;
}

#main_product .feature .comLinkBox .textBox {
	width: 48.55%;
}

#main_product .feature .comLinkBox .pho {
	width: 51.45%;
}

#main_product .imgList02 {
	margin: 0 auto 84px;
	width: 720px;
}

#main_product .imgList02 li {
	display: flex;
	justify-content: space-between;
}

#main_product .imgList02 li .photo {
	width: 360px;
}

#main_product .imgList02 li .textBox {
	margin-top: -5px;
	width: 312px;
}

#main_product .imgList02 li .textBox .ttl {
	margin-bottom: 7px;
	font-size: 22px;
}

#main_product .imgList02 li .textBox .subTtl {
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 1.82;
}

#main_product .imgList02 li .textBox .text {
	font-size: 13px;
	line-height: 1.75;
}

#main_product .imgArea02 {
	margin: 0 auto;
	width: 720px;
}

#main_product .imgArea02 .pho {
	margin-bottom: 24px;
}

#main_product .imgArea02 .ttl {
	margin-bottom: 7px;
	font-size: 22px;
	color: #000;
}

#main_product .imgArea02 .subTtl {
	margin-bottom: 22px;
	font-size: 16px;
	line-height: 1.82;
}

#main_product .imgArea02 .text {
	font-size: 13px;
	line-height: 1.75;
}

#main_product .otherSec {
	margin-bottom: 0 !important;
}

#main_product .otherSec .h5Ttl {
	margin-bottom: 31px !important;
}

#main_product .otherSec .text01 {
	margin-bottom: 51px;
	font-size: 18px;
	line-height: 1.75;
}

#main_product .otherSec .subBox {
	margin-bottom: 76px;
}

#main_product .otherSec .subBox .textList {
	width: 807px;
}

#main_product .otherSec .subBox .textList li {
	width: 385px;
}

#main_product .otherSec .subBox .textList li .text01 {
	margin-bottom: 0;
	letter-spacing: 0.05em;
}

#main_product .otherSec .subBox .imgList {
	margin: 29px 25px 0 0;
	width: 315px;
}

#main_product .otherSec .subBox .imgList li {
	text-align: center;
}

#main_product .otherSec .subBox .imgList li .txt {
	display: block;
	margin-top: -10px;
	font-size: 16px;
	line-height: 1.28;
}

#main_product .specBox {
	padding-bottom: 41px;
	margin-bottom: 32px;
	align-items: flex-start;
	border-bottom: 1px solid #808080;
}

#main_product .specBox .lBox {
	width: 690px;
}

#main_product .specBox .lBox .txtUl01 {
	margin-bottom: 19px;
}

#main_product .specBox .lBox .txtUl01 li {
	box-sizing: border-box;
	padding: 9px 13px 5px;
	text-align: center;
	font-size: 16px;
	border: 1px solid transparent;
}

#main_product .specBox .lBox .txtUl01 li.itemBorder {
	padding: 9px 18px 5px;
	border-color: #808080;
}

#main_product .specBox .lBox .txtUl01 li.itemBg {
	padding: 9px 26px 5px;
	color: #fff;
	border-color: #333;
	background-color: #333;
}

#main_product .specBox .lBox .txtUl01 li.txt {
	padding: 0;
	text-align: left;
}

#main_product .specBox .lBox .priceManual {
	margin-bottom: 17px;
	padding-bottom: 15px;
	border-bottom: 1px solid #808080;
}

#main_product .specBox .lBox .priceManual .ttl {
	font-size: 23px;
}

#main_product .specBox .lBox .priceManual .manualLink {
	/* margin-top: -13px; */
	/* width: 150px; */
	text-align: center;
	display: flex;
}

#main_product .specBox .lBox .priceManual .manualLink a {
	min-width: 120px;
	padding: 8px 15px;
	display: block;
	color: #fff;
	font-size: 16px;
	background: #333;
	margin: 0 0 0 8px;
}

#main_product .specBox .lBox .priceManual .manualLink a:hover {
	opacity: 0.7;
}

#main_product .specBox .lBox .txt {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.75;
}

#main_product .specBox .lBox .txt sup {
	top: 0;
	font-size: 13px;
}

#main_product .specBox .lBox .txt sup.noEffect {
	top: -0.5em;
	font-size: 12px;
}

#main_product .specBox .lBox .txt:last-child {
	margin-bottom: 0;
}

#main_product .specBox .lBox .txtUl02 {
	border-left: 1px solid #808080;
}

#main_product .specBox .lBox .txtUl02 li {
	margin-top: -1px;
	padding: 7px;
	width: 172px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	border: 1px solid #808080;
	border-left: none;
}

#main_product .specBox .lBox .txtUl02 li sub {
	font-size: 13px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
}

#main_product .specBox .lBox .txtUl03 {
	border-left: 1px solid #808080;
}

#main_product .specBox .lBox .txtUl03 li {
	box-sizing: border-box;
	margin-top: -1px;
	padding: 7px 10px;
	width: 242px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #808080;
	border-left: none;
}

#main_product .specBox .lBox .txtUl03 li.txt01 {
	width: 204px;
	padding: 7px 19px;
	color: #fff;
	background: #808080;
}

#main_product .specBox .lBox .txtUl03 li.txt01 span {
	display: inline-block;
	padding-left: 30px;
	background: url("../images/oven-range/icon01.png") no-repeat left center;
	background-size: auto 22px;
}

#main_product .specBox .rBox {
	width: 400px;
}

#main_product .specBox .rBox .imgUl {
	margin-right: 20px;
}

#main_product .specBox .rBox .imgUl li {
	width: 50%;
	text-align: center;
}

#main_product .specBox .rBox .imgUl li .txt {
	margin-top: 6px;
	display: block;
	font-size: 16px;
	line-height: 1.3;
}

#main_product .text01 + .noteBox {
	margin-top: -25px;
	margin-bottom: 50px;
}

#main_product .noteBox p {
	font-size: 13px;
	line-height: 1.75;
}

#main_product .otherSec .text02 {
	margin-bottom: 40px;
	font-size: 16px;
}

#main_product .otherSec .bgWhite {
	padding: 9px 20px 13px 94px;
	background: #fff url("../images/oven-range/icon02.png") no-repeat left 20px top 47%;
	background-size: 48px auto;
}

#main_product .otherSec .bgWhite p {
	text-align: left;
	font-size: 13px;
	line-height: 1.75;
}

#main_product .specBox01 {
	margin-bottom: 26px;
	padding-bottom: 0;
	border-bottom: none;
}

#main_product .specBox01 .lBox .txt {
	margin-right: -0.5em;
}

#main_product .specBox .rBox .imgUl01 {
	margin-top: 40px;
}

#main_product .specBox .rBox .imgUl01 li .txt {
	margin-top: 27px;
}

.bowlset-wrap {
	display: flex;
}

.bowlset-label {
	margin-right: 10px;
}

@media screen and (min-width: 769px) {
	#main_product .ttlBox .btnList li a:hover {
		color: #fff;
	}
	#main_product .ttlBox .btnList li a:hover::after {
		right: auto;
		left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#main_product #pagePath {
		padding-bottom: 15px;
	}
	#main_product .topImgBox {
		margin: 0 0 40px;
		width: auto;
		display: block;
	}
	#main_product .topImgBox .photoBox {
		margin-bottom: 30px;
		width: auto;
		text-align: center;
	}
	#main_product .topImgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#main_product .topImgBox .textBox p {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 2;
	}
	#main_product .topImgBox .textBox p:last-child {
		margin-bottom: 0;
	}
	#main_product .galleryBox {
		margin: 0 0 65px !important;
		width: auto;
	}
	#main_product .bannerLinks {
		margin-bottom: 65px;
	}
	#main_product .photoArea {
		margin-bottom: 60px !important;
		height: 60vw;
	}
	#main_product .photoArea .parallax .parallaxInner {
		height: 200%;
		top: -120%;
	}
	#main_product .feature {
		padding-top: 0 !important;
	}
	#main_product .ttlBox {
		margin-bottom: 40px;
		padding-top: 0;
		position: relative !important;
		left: auto;
		top: auto;
	}
	#main_product .ttlBox.fix {
		position: relative !important;
	}
	#main_product .ttlBox .s-content {
		display: block;
		width: auto;
	}
	#main_product .ttlBox .s-content {
		width: auto;
	}
	#main_product .ttlBox .h4Ttl {
		margin-bottom: 15px;
		padding-bottom: 10px;
		width: auto;
		font-size: 16px;
	}
	#main_product .ttlBox .h4Ttl .en {
		margin: 0 10px 0 0;
		font-size: 30px;
	}
	#main_product .ttlBox .btnList {
		margin-top: -15px;
		justify-content: space-between;
	}
	#main_product .ttlBox .btnList::after {
		width: 32%;
		content: '';
	}
	#main_product .ttlBox .btnList li {
		margin: 15px 0 0 !important;
		width: 32% !important;
	}
	#main_product .ttlBox .btnList li:last-child {
		margin-right: 0;
	}
	#main_product .ttlBox .btnList li a {
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
	}
	#main_product .feature .s-content {
		width: auto;
	}
	#main_product .innerSec {
		margin-bottom: 60px !important;
	}
	#main_product .feature .h5Ttl {
		margin-bottom: 45px !important;
		padding: 15px;
		font-size: 18px;
	}
	#main_product .comImgBox {
		margin: 0 0 50px !important;
		max-width: inherit;
		display: block;
	}
	#main_product .comImgBox .photoBox {
		margin-bottom: 40px;
		width: auto;
		text-align: center;
	}
	#main_product .comImgBox .photoBox img {
		width: 100%;
	}
	#main_product .comImgBox .textBox {
		margin: 0 15px;
		width: auto;
	}
	#main_product .comImgBox .textBox .inner {
		margin-left: 0;
		width: auto;
	}
	#main_product .comImgBox .textBox .imgTxt {
		margin: 0 0 20px !important;
		max-width: 320px;
	}
	#main_product .comImgBox .textBox .text01 {
		margin-bottom: 30px;
		padding-bottom: 15px;
		font-size: 18px;
	}
	#main_product .comImgBox .textBox .text01 .innerTxt {
		margin-right: 0;
	}
	#main_product .comImgBox .textBox .text01 .sml {
		margin: 0;
		font-size: 14px;
	}
	#main_product .comImgBox .textBox .text01 .sml01 {
		font-size: 15px;
	}
	#main_product .voiceBox .pho {
		width: 70px;
	}
	#main_product .voiceBox .subBox {
		margin-left: 20px;
		padding: 15px;
		width: auto;
		flex: 1;
		border-radius: 5px;
	}
	#main_product .voiceBox .subBox::before {
		width: 15px;
		height: 14px;
		top: 30px;
		left: -12px;
	}
	#main_product .voiceBox02 .subBox {
		margin-left: 0;
		margin-right: 20px;
	}
	#main_product .voiceBox02 .subBox::before {
		right: -12px;
		left: auto;
		transform: rotate(180deg);
	}
	#main_product .voiceBox .ttl {
		margin-bottom: 10px;
		font-size: 12px;
	}
	#main_product .voiceBox .ttl span {
		margin: 0 5px 0 0;
		padding: 2px 5px;
	}
	#main_product .voiceBox .text {
		font-size: 14px;
	}
	#main_product .imgArea01 {
		margin: 0 15px 50px;
		width: auto;
	}
	#main_product .imgArea01 .subPho {
		margin-bottom: 30px;
		width: auto;
	}
	#main_product .imgArea01 .subPho img {
		width: 100%;
	}
	#main_product .imgArea01 .subList {
		margin: -15px 0 0;
		padding-right: 0;
		max-width: inherit;
		display: flex;
		justify-content: space-between;
	}
	#main_product .imgArea01 .subList li {
		margin: 15px 0 0;
		width: 48%;
		border: none;
	}
	#main_product .imgArea01 .subList li:last-child {
		width: 48%;
	}
	#main_product .imgArea01 .subList li p {
		padding: 10px;
		font-size: 13px;
	}
	#main_product .imgArea01 .subList li p .txt {
		font-size: 12px;
	}
	#main_product .imgArea01 .subList li p .txt .num {
		margin-top: -3px;
		font-size: 16px;
	}
	#main_product .imgList01 {
		margin: 0 15px 50px !important;
		width: auto;
	}
	#main_product .imgList01:last-child {
		margin-bottom: 0 !important;
	}
	#main_product .imgList01 li {
		margin-bottom: 25px;
		display: block;
	}
	#main_product .imgList01 li .photo {
		margin-bottom: 15px;
		width: auto;
		text-align: center;
	}
	#main_product .imgList01 li .textBox {
		padding: 0;
	}
	#main_product .imgList01 li .textBox .ttl {
		margin-bottom: 5px;
		font-size: 16px;
	}
	#main_product .imgList01 li .textBox .subTtl {
		margin-bottom: 5px;
		font-size: 14px;
	}
	#main_product .imgList01 li .textBox .subTtl .note {
		margin-top: 0;
		font-size: 11px;
		line-height: 1.2;
	}
	#main_product .imgList01 li .textBox .text {
		font-size: 12px;
	}
	#main_product .feature .comLinkBox {
		margin-bottom: 45px;
	}
	#main_product .feature .comLinkBox .textBox {
		width: auto;
	}
	#main_product .feature .comLinkBox .pho {
		width: auto;
	}
	#main_product .imgList02 {
		margin: 0 15px 50px;
		width: auto;
	}
	#main_product .imgList02 li {
		display: block;
	}
	#main_product .imgList02 li .photo {
		margin-bottom: 15px;
		width: auto;
		text-align: center;
	}
	#main_product .imgList02 li .textBox {
		margin-top: 0;
		width: auto;
	}
	#main_product .imgList02 li .textBox .ttl {
		margin-bottom: 5px;
		font-size: 16px;
	}
	#main_product .imgList02 li .textBox .subTtl {
		margin-bottom: 5px;
		font-size: 14px;
	}
	#main_product .imgList02 li .textBox .text {
		font-size: 12px;
	}
	#main_product .imgArea02 {
		margin: 0 15px;
		width: auto;
	}
	#main_product .imgArea02 .pho {
		margin-bottom: 15px;
	}
	#main_product .imgArea02 .ttl {
		margin-bottom: 5px;
		font-size: 16px;
	}
	#main_product .imgArea02 .subTtl {
		margin-bottom: 15px;
		font-size: 14px;
	}
	#main_product .imgArea02 .text {
		font-size: 12px;
	}
	#main_product .otherSec {
		margin-bottom: 0 !important;
	}
	#main_product .otherSec .h5Ttl {
		margin-bottom: 25px !important;
	}
	#main_product .otherSec .text01 {
		margin-bottom: 25px;
		font-size: 15px;
	}
	#main_product .otherSec .subBox {
		margin-bottom: 40px;
		display: block;
	}
	#main_product .otherSec .subBox .h5Ttl {
		margin-bottom: 20px !important;
	}
	#main_product .otherSec .subBox .textList {
		width: auto;
	}
	#main_product .otherSec .subBox .textList li {
		margin-bottom: 20px;
		width: auto !important;
	}
	#main_product .otherSec .subBox .textList li:last-child {
		margin-bottom: 0;
	}
	#main_product .otherSec .subBox .textList li .text01 {
		margin-bottom: 0;
		letter-spacing: 0;
	}
	#main_product .otherSec .subBox .imgList {
		margin: 0;
		width: auto;
	}
	#main_product .otherSec .subBox .imgList li .txt {
		margin: 0;
		font-size: 14px;
	}
	#main_product .specBox {
		padding-bottom: 20px;
		margin-bottom: 15px;
		display: block;
	}
	#main_product .specBox .lBox {
		margin-bottom: 30px;
		width: auto;
	}
	#main_product .specBox .lBox .txtUl01 {
		margin-bottom: 15px;
	}
	#main_product .specBox .lBox .txtUl01 li {
		padding: 5px 8px;
		font-size: 14px;
	}
	#main_product .specBox .lBox .txtUl01 li.itemBorder {
		padding: 5px 8px;
	}
	#main_product .specBox .lBox .txtUl01 li.itemBg {
		padding: 5px 8px;
	}
	#main_product .specBox .lBox .priceManual {
		margin-bottom: 10px;
		padding-bottom: 10px;
		display: block;
	}
	#main_product .specBox .lBox .priceManual .ttl {
		margin-bottom: 10px;
		font-size: 17px;
	}
	#main_product .specBox .lBox .priceManual .manualLink {
		margin-top: 0;
		/* width: 100px; */
	}
	#main_product .specBox .lBox .priceManual .manualLink a {
		padding: 5px;
		font-size: 14px;
		margin: 0 8px 0 0;
	}
	#main_product .specBox .lBox .txt {
		margin-bottom: 15px;
		font-size: 14px;
	}
	#main_product .specBox .lBox .txt sup {
		font-size: 11px;
	}
	#main_product .specBox .lBox .txt:last-child {
		margin-bottom: 0;
	}
	#main_product .specBox .lBox .txtUl02 li {
		padding: 5px;
		width: 50%;
		font-size: 14px;
	}
	#main_product .specBox .lBox .txtUl02 li sub {
		font-size: 12px;
		margin-bottom: 0.4em;
	}
	#main_product .specBox .lBox .txtUl03 li {
		padding: 5px;
		width: 50%;
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	#main_product .specBox .lBox .txtUl03 li.txt01 {
		padding: 5px 20px;
		width: 100%;
		display: block;
		box-sizing: border-box;
		text-align: center;
		background-image: none;
	}
	#main_product .specBox .lBox .txtUl03 li.txt01 span {
		padding-left: 24px;
		background-size: 16px auto;
		background-position: left 4px center;
		background-image: url("../images/oven-range/icon01.png");
		background-repeat: no-repeat;
	}
	#main_product .specBox .rBox {
		margin: 0 !important;
		width: auto;
	}
	#main_product .specBox .rBox .imgUl {
		margin-right: 0;
		justify-content: center;
	}
	#main_product .specBox .rBox .imgUl li {
		box-sizing: border-box;
		padding: 0 5px;
	}
	#main_product .specBox .rBox .imgUl li .txt {
		margin-top: 5px;
		font-size: 14px;
	}
	#main_product .text01 + .noteBox {
		margin-top: -15px;
		margin-bottom: 25px;
	}
	#main_product .noteBox p {
		font-size: 12px;
	}
	#main_product .otherSec .text02 {
		margin-bottom: 20px;
		font-size: 14px;
	}
	#main_product .otherSec .bgWhite {
		padding: 35px 15px 15px;
		background: #fff url("../images/oven-range/icon02.png") no-repeat left 20px top 10px;
		background-size: 35px auto;
	}
	#main_product .otherSec .bgWhite p {
		font-size: 12px;
	}
	#main_product .specBox01 {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	#main_product .specBox01 .lBox .txt {
		margin-right: 0;
	}
	#main_product .specBox .rBox .imgUl01 {
		margin-top: 0;
	}
	#main_product .specBox .rBox .imgUl01 li .txt {
		margin-top: 5px;
	}
}

/*------------------------------------------------------------
	ricecooker
------------------------------------------------------------*/
#main_product.ricecooker .feature .h5Ttl.btm01 {
	margin-bottom: 173px;
}

#main_product.ricecooker .feature .h5Ttl.btm02 {
	margin-bottom: 108px;
}

#main_product.ricecooker .innerSec.mb01 {
	margin-bottom: 148px;
}

#main_product.ricecooker .comImgBox.mb01 {
	margin-bottom: 77px;
}

#main_product.ricecooker .comImgBox.mb02 {
	margin-bottom: 146px;
}

#main_product.ricecooker .comImgBox.mb03 {
	margin-bottom: 98px;
}

#main_product.ricecooker .comImgBox .textBox .imgTxt01 {
	margin: -53px 0 45px -47px;
}

#main_product.ricecooker .comImgBox .textBox .imgTxt02 {
	margin: -24px 0 72px;
}

#main_product.ricecooker .comImgBox .textBox .imgTxt03 {
	margin: -10px 0 59px;
}

#main_product.ricecooker .comImgBox .textBox .imgTxt04 {
	margin: 21px 0 45px;
}

#main_product.ricecooker .comImgBox .textBox .imgTxt05 {
	margin: 40px 0 68px -10px;
}

/*------------------------------------------------------------
	pot
------------------------------------------------------------*/
#main_product.pot .s-pageTitle .pageImg {
	background-image: url("../images/oven-range/page_title_bg_pot.png");
}

#main_product.pot .innerSec {
	margin-bottom: 175px;
}

#main_product.pot .innerSec.mb01 {
	margin-bottom: 143px;
}

#main_product.pot .comImgBox.mb01 {
	margin-bottom: 52px;
}

#main_product.pot .comImgBox.mb02 {
	margin-bottom: 96px;
}

#main_product.pot .comImgBox .textBox .imgTxt01 {
	margin: 47px 0 43px -19px;
}

#main_product.pot .comImgBox .textBox .imgTxt02 {
	margin: -17px 0 62px 8px;
}

#main_product.pot .comImgBox .textBox .imgTxt03 {
	margin: -31px 0 59px 27px;
}

#main_product .feature .innerSec .noteList {
	margin-bottom: 230px;
}

#main_product .feature .innerSec .noteList li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
	#main_product.pot .comImgBox.mb01 {
		margin-bottom: 25px !important;
	}
	#main_product .feature .innerSec .noteList {
		margin-bottom: 50px;
	}
	#main_product .feature .innerSec .noteList li {
		font-size: 11px;
		letter-spacing: 0.05em;
	}
}

/*------------------------------------------------------------
	coffeemaker
------------------------------------------------------------*/
#main_product.coffeemaker .s-pageTitle .pageImg {
	background-image: url("../images/oven-range/page_title_bg_coffeemaker.png");
}

#main_product.coffeemaker .galleryBox {
	margin-bottom: 150px;
}

#main_product.coffeemaker .photoArea {
	margin-bottom: 96px;
}

#main_product.coffeemaker .feature {
	padding-top: 217px;
}

#main_product.coffeemaker .feature .h5Ttl {
	margin-bottom: 118px;
}

#main_product.coffeemaker .feature .h5Ttl.mb01 {
	margin-bottom: 197px;
}

#main_product.coffeemaker .feature .h5Ttl.mb02 {
	margin-bottom: 104px;
}

#main_product.coffeemaker .innerSec {
	margin-bottom: 152px;
}

#main_product.coffeemaker .innerSec.mb01 {
	margin-bottom: 352px;
}

#main_product.coffeemaker .innerSec.mb02 {
	margin-bottom: 228px;
}

#main_product.coffeemaker .comImgBox {
	margin-bottom: 160px;
}

#main_product.coffeemaker .comImgBox.mb01 {
	margin-bottom: 110px;
}

#main_product.coffeemaker .comImgBox .textBox .imgTxt01 {
	margin: -5px 0 68px;
}

#main_product.coffeemaker .comImgBox .textBox .imgTxt02 {
	margin: -48px 0 39px;
}

#main_product.coffeemaker .comImgBox .textBox .imgTxt03 {
	margin: 16px 0 58px;
}

#main_product.coffeemaker .imgList01 li {
	align-items: center;
}

#main_product.coffeemaker .imgList01 li .textBox {
	padding-top: 0;
}

#main_product.coffeemaker .imgList01 li .textBox .subTtl {
	margin-bottom: 22px;
}

#main_product.coffeemaker .imgList01 li .textBox .text {
	margin: 0 -5px 27px 0;
}

#main_product.coffeemaker .imgList01 li .textBox .text:last-child {
	margin-bottom: 0 !important;
}

#main_product.coffeemaker .imgList01 li .textBox .text01 {
	padding-top: 26px;
	font-size: 22px;
	line-height: 1.49;
	border-top: 1px solid #808080;
}

#main_product.coffeemaker .specBox .rBox {
	margin-top: -45px;
}

#main_product.coffeemaker .specBox .rBox .imgUl li .txt {
	margin-top: 19px;
}

@media screen and (max-width: 768px) {
	#main_product.coffeemaker .imgList01 li .textBox .subTtl {
		margin-bottom: 5px;
	}
	#main_product.coffeemaker .imgList01 li .textBox .text {
		margin: 0 0 15px;
	}
	#main_product.coffeemaker .imgList01 li .textBox .text01 {
		padding-top: 15px;
		font-size: 16px;
	}
}

/*------------------------------------------------------------
	hotplate
------------------------------------------------------------*/
#main_product.hotplate .s-pageTitle .pageImg {
	background-image: url("../images/oven-range/page_title_bg_hotplate.png");
}

#main_product.hotplate .galleryBox {
	margin-bottom: 150px;
}

#main_product.hotplate .photoArea {
	margin-bottom: 83px;
}

#main_product.hotplate .feature {
	padding-top: 230px;
}

#main_product.hotplate .ttlBox .btnList li {
	margin-right: 10px;
	width: 178px;
}

#main_product.hotplate .ttlBox .btnList li:last-child {
	margin-right: 0;
}

#main_product.hotplate .innerSec {
	margin-bottom: 145px;
}

#main_product.hotplate .feature .h5Ttl {
	margin-bottom: 130px;
}

#main_product.hotplate .comImgBox {
	margin-bottom: 145px;
}

#main_product.hotplate .comImgBox .textBox .imgTxt01 {
	margin: -20px 0 77px 13px;
}

#main_product.hotplate .comImgBox .textBox .imgTxt02 {
	margin: -39px 0 63px 16px;
}

#main_product.hotplate .comImgBox .textBox .imgTxt03 {
	margin: -17px 0 63px;
}

#main_product.hotplate .comImgBox .textBox .imgTxt04 {
	margin: 48px 0 94px -32px;
}

#main_product.hotplate .comImgBox .textBox .text02 {
	margin-bottom: 50px;
}

#main_product.hotplate .imgArea02 .pho {
	margin-bottom: 31px;
}

#main_product.hotplate .innerSec01 {
	margin-bottom: 255px;
}

#main_product.hotplate .innerSec01 .h5Ttl {
	margin-bottom: 144px;
}

#main_product.hotplate .innerSec01 .comImgBox .textBox .text01 {
	padding-bottom: 36px;
}

#main_product.hotplate .innerSec02 {
	margin-bottom: 167px;
}

#main_product.hotplate .innerSec02 .h5Ttl {
	margin-bottom: 108px;
}

#main_product.hotplate .innerSec02 .imgList01 li {
	margin-bottom: 33px;
}

#main_product.hotplate .innerSec02 .imgList01 li .textBox .ttl {
	margin-right: -50px;
}

#main_product.hotplate .comImgBox01 {
	margin-bottom: 38px;
}

#main_product.hotplate .comImgBox01 .textBox .text01 {
	margin-bottom: 0;
}

#main_product.hotplate .voiceBox01 {
	margin-bottom: 162px;
	width: 720px;
}

#main_product.hotplate .voiceBox01 .subBox {
	box-sizing: border-box;
	padding-bottom: 25px;
	width: 564px;
	align-items: flex-start;
}

#main_product.hotplate .voiceBox01 .subBox .lBox {
	margin-right: 25px;
	flex: 1;
}

#main_product.hotplate .voiceBox01 .subBox .rBox {
	margin-top: -7px;
	width: 189px;
}

#main_product.hotplate .comImgBox.mb01 {
	margin-bottom: 42px;
}

#main_product.hotplate .innerSec03 {
	margin-bottom: 166px;
}

#main_product.hotplate .feature .comLinkBox {
	margin-bottom: 101px;
}

#main_product.hotplate .feature .comLinkBox .textBox {
	width: 46.4%;
}

#main_product.hotplate .feature .comLinkBox .pho {
	width: 53.6%;
}

#main_product.hotplate .specBox {
	padding-bottom: 32px;
}

#main_product.hotplate .specBox .lBox {
	width: 868px;
}

#main_product.hotplate .specBox .lBox .txtUl01 {
	margin-bottom: 7px;
}

#main_product.hotplate .specBox .rBox {
	margin-top: -12px;
	width: 230px;
}

#main_product.hotplate .specBox .rBox .imgUl {
	margin-right: 0;
}

#main_product.hotplate .specBox .rBox .imgUl li {
	width: auto;
}

#main_product.hotplate .specBox .rBox .imgUl li .txt {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	#main_product.hotplate .imgArea02 .pho {
		margin-bottom: 15px;
	}
	#main_product.hotplate .innerSec01 .comImgBox .textBox .text01 {
		padding-bottom: 15px;
	}
	#main_product.hotplate .innerSec02 .imgList01 li {
		margin-bottom: 25px;
	}
	#main_product.hotplate .innerSec02 .imgList01 li .textBox .ttl {
		margin-right: 0;
	}
	#main_product.hotplate .comImgBox01 {
		margin-bottom: 30px !important;
	}
	#main_product.hotplate .comImgBox01 .textBox .text01 {
		margin-bottom: 0;
	}
	#main_product.hotplate .voiceBox01 {
		margin-bottom: 50px;
		width: auto;
	}
	#main_product.hotplate .voiceBox01 .subBox {
		padding-bottom: 15px;
		width: auto;
		display: block;
	}
	#main_product.hotplate .voiceBox01 .subBox .lBox {
		margin-right: 0;
		flex: 1;
	}
	#main_product.hotplate .voiceBox01 .subBox .rBox {
		margin-top: 10px;
		width: auto;
		text-align: center;
	}
	#main_product.hotplate .feature .comLinkBox {
		margin-bottom: 45px;
	}
	#main_product.hotplate .feature .comLinkBox .textBox {
		width: auto;
	}
	#main_product.hotplate .feature .comLinkBox .pho {
		width: auto;
	}
	#main_product.hotplate .specBox {
		padding-bottom: 20px;
	}
	#main_product.hotplate .specBox .lBox {
		width: auto;
	}
	#main_product.hotplate .specBox .lBox .txtUl01 {
		margin-bottom: 5px;
	}
	#main_product.hotplate .specBox .rBox {
		margin-top: 0;
		width: auto;
	}
}

/*------------------------------------------------------------
	featuresList
------------------------------------------------------------*/
.featuresLists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1160px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.featuresLists {
		display: block;
		width: 100%;
		margin: 0 15px;
	}
}

.featuresLists.onNextBox {
	margin: 0 auto 252px;
}

@media (max-width: 768px) {
	.featuresLists.onNextBox {
		margin: 0 15px 50px;
		width: auto;
	}
}

.featuresBlock {
	width: 360px;
	margin-bottom: 50px;
	counter-increment: titleCount;
}

@media (max-width: 768px) {
	.featuresBlock {
		width: 100%;
		margin-bottom: 30px;
	}
}

.featuresTtl {
	width: 360px;
	background-color: #cbb77d;
	font-size: 22px;
	color: #fff;
	padding: 2px 0 2px 10px;
	margin-bottom: 15px;
	position: relative;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.featuresTtl {
		width: 100%;
		font-size: 16px;
	}
}

.featuresTtl::before {
	content: counter(titleCount) ". ";
}

.featuresDesc {
	font-size: 16px;
}

@media (max-width: 768px) {
	.featuresDesc {
		font-size: 14px;
	}
}

/*------------------------------------------------------------
	otherTextList
------------------------------------------------------------*/
.otherTextLists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1160px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.otherTextLists {
		display: block;
		width: 100%;
		margin: 0 15px;
	}
}

.otherTextLists.onNextBox {
	margin: 0 auto 252px;
}

@media (max-width: 768px) {
	.otherTextLists.onNextBox {
		margin: 0 15px 50px;
	}
}

.otherTextLists.fe {
	justify-content: flex-end;
}

.otherTextBlock {
	width: 580px;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.otherTextBlock {
		width: 100%;
		margin-bottom: 30px;
	}
}

.otherTextBlock.underVoice {
	margin-top: 50px;
}

@media (max-width: 768px) {
	.otherTextBlock.underVoice {
		margin-top: 30px;
	}
}

.otherTextTtl {
	font-size: 22px;
	position: relative;
}

@media (max-width: 768px) {
	.otherTextTtl {
		width: 100%;
		font-size: 16px;
	}
}

.otherTextTtl::before {
	content: "■";
}

/*------------------------------------------------------------
	jidouchouri
------------------------------------------------------------*/
#main_product.jidouchouri .s-pageTitle .pageImg {
	background-image: url("../images/oven-range/page_title_bg_jidouchouri.png");
}

#main_product.jidouchouri .topImgBox {
	width: 1034px;
	margin-bottom: 100px;
}

#main_product.jidouchouri .topImgBox .textBox {
	width: 565px;
}

#main_product.jidouchouri .photoArea {
	margin-bottom: 97px;
}

#main_product.jidouchouri .photoArea .parallax .parallaxInner {
	height: 150%;
	top: -70%;
}

#main_product.jidouchouri .feature {
	padding-top: 230px;
}

#main_product.jidouchouri .feature .h5Ttl {
	margin-bottom: 162px;
}

#main_product.jidouchouri .feature .h5Ttl.mb01 {
	margin-bottom: 186px;
}

#main_product.jidouchouri .comImgBox {
	margin-bottom: 203px;
}

#main_product.jidouchouri .comImgBox.mb01 {
	margin-bottom: 119px;
}

#main_product.jidouchouri .comImgBox.mb02 {
	margin-bottom: 112px;
}

#main_product.jidouchouri .comImgBox.mb03 {
	margin-bottom: 136px;
}

#main_product.jidouchouri .comImgBox .textBox .imgTxt01 {
	margin: -21px 0 58px 25px;
}

#main_product.jidouchouri .comImgBox .textBox .imgTxt02 {
	margin: -36px 0 72px 9px;
}

#main_product.jidouchouri .comImgBox .textBox .imgTxt03 {
	margin-bottom: 35px;
}

#main_product.jidouchouri .comImgBox .textBox .imgTxt04 {
	margin: -63px -6px 45px;
}

#main_product.jidouchouri .comImgBox .textBox .imgTxt05 {
	margin: -57px 0 60px;
}

#main_product.jidouchouri .comImgBox .textBox .imgTxt07 {
	margin: -52px 0 66px;
}

#main_product.jidouchouri .comImgBox01 {
	margin-bottom: 110px;
}

#main_product.jidouchouri .comImgBox01 .photoBox {
	margin-top: 143px;
}

#main_product.jidouchouri .comImgBox01 .textBox .text01 {
	margin-bottom: 77px;
	padding-bottom: 42px;
}

#main_product.jidouchouri .comImgBox .textBox .text01.mb01 {
	margin-bottom: 29px;
}

#main_product.jidouchouri .comImgBox .textBox .noteTxt {
	margin-bottom: 38px;
	font-size: 13px;
}

#main_product.jidouchouri .comImgBox .textBox .noteTxt01 {
	margin-bottom: 62px;
	font-size: 12px;
	line-height: 1.75;
}

#main_product.jidouchouri .voiceBox .text .note {
	color: #808080;
	font-size: 12px;
}

#main_product.jidouchouri .content01 {
	width: 1178px;
}

#main_product.jidouchouri .content01 .title {
	margin-bottom: 15px;
	font-size: 22px;
}

#main_product.jidouchouri .content01 .imgUl {
	margin-bottom: 275px;
}

#main_product.jidouchouri .content01 .imgUl::after {
	width: 256px;
	content: '';
}

#main_product.jidouchouri .content01 .imgUl li {
	width: 256px;
}

#main_product.jidouchouri .content01 .imgUl li .txt {
	margin-top: 9px;
	display: block;
	font-size: 16px;
}

#main_product.jidouchouri .content01 .text01 {
	margin-bottom: 40px;
	line-height: 1.69;
	font-size: 22px;
}

#main_product.jidouchouri .phoUl {
	margin-bottom: 7px;
}

#main_product.jidouchouri .phoUl li {
	width: 392px;
}

#main_product.jidouchouri .phoUl li .txt {
	margin-top: 9px;
	display: block;
	font-size: 16px;
}

#main_product.jidouchouri .comMoreBtn {
	margin-left: auto;
	margin-bottom: 100px;
	width: 290px;
}

#main_product.jidouchouri .comMoreBtn a {
	color: #333;
}

#main_product.jidouchouri .comMoreBtn a span {
	padding: 23px 14px;
}

#main_product.jidouchouri .comMoreBtn a span::after {
	background-image: url("../images/oven-range/icon09.png");
}

#main_product.jidouchouri .comMoreBtn.mb01 {
	margin-bottom: 220px;
}

#main_product.jidouchouri .imgList01 li .textBox .subTtl .sml {
	margin-top: -6px;
	display: block;
	font-size: 14px;
	line-height: 1.5;
}

#main_product .imgList01 li .textBox .subTtl .note {
	margin-top: 3px;
	color: #333;
	font-size: 13px;
}

#main_product.jidouchouri .videoArea {
	max-width: 1034px;
	margin: 0 auto 100px;
}

#main_product.jidouchouri .videoWrap {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
}

#main_product.jidouchouri .videoWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main_product.jidouchouri .videoTtl {
	margin-top: 15px;
	font-size: 16px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#main_product.jidouchouri .topImgBox {
		width: auto;
		margin-bottom: 40px;
	}
	#main_product.jidouchouri .topImgBox .textBox {
		width: auto;
	}
	#main_product.jidouchouri .photoArea .parallax .parallaxInner {
		height: 180%;
		top: -100%;
	}
	#main_product.jidouchouri .comImgBox01 .photoBox {
		margin-top: 0;
	}
	#main_product.jidouchouri .comImgBox01 .textBox .text01 {
		margin-bottom: 30px;
		padding-bottom: 15px;
	}
	#main_product.jidouchouri .comImgBox .textBox .text01.mb01 {
		margin-bottom: 20px;
	}
	#main_product.jidouchouri .comImgBox .textBox .noteTxt {
		margin-bottom: 40px;
		font-size: 12px;
	}
	#main_product.jidouchouri .comImgBox .textBox .noteTxt01 {
		margin-bottom: 30px;
		font-size: 11px;
	}
	#main_product.jidouchouri .voiceBox .text .note {
		font-size: 11px;
	}
	#main_product.jidouchouri .content01 {
		width: auto;
	}
	#main_product.jidouchouri .content01 .imgUl {
		margin-bottom: 50px;
		display: block;
	}
	#main_product.jidouchouri .content01 .imgUl::after {
		display: none;
	}
	#main_product.jidouchouri .content01 .imgUl li {
		margin-bottom: 25px;
		width: auto;
	}
	#main_product.jidouchouri .content01 .imgUl li:last-child {
		margin-bottom: 0;
	}
	#main_product.jidouchouri .content01 .imgUl li .txt {
		margin-top: 5px;
		font-size: 14px;
	}
	#main_product.jidouchouri .content01 .title {
		font-size: 16px;
	}
	#main_product.jidouchouri .phoUl {
		margin-bottom: 5px;
	}
	#main_product.jidouchouri .phoUl li {
		margin-bottom: 25px;
		width: auto;
	}
	#main_product.jidouchouri .phoUl li:last-child {
		margin-bottom: 0;
	}
	#main_product.jidouchouri .phoUl li .txt {
		margin-top: 5px;
		font-size: 14px;
	}
	#main_product.jidouchouri .comMoreBtn {
		margin: 0 auto 50px;
		width: 260px;
		max-width: 1000px;
	}
	#main_product.jidouchouri .comMoreBtn a span {
		padding: 15px 30px 15px 10px;
	}
	#main_product.jidouchouri .comMoreBtn.mb01 {
		margin-bottom: 50px;
	}
	#main_product.jidouchouri .imgList01 li .textBox .subTtl .sml {
		margin-top: 0;
		font-size: 12px;
	}
	#main_product .imgList01 li .textBox .subTtl .note {
		margin-top: 0;
		font-size: 11px;
	}
	#main_product.jidouchouri .videoArea {
		margin: 0 auto 40px;
	}
	#main_product.jidouchouri .videoTtl {
		font-size: 14px;
	}
}

.automatic-cooker #main_product .specBox {
	border-bottom: none;
}

.arSec {
	background: #e5dcbf;
	padding: 70px 0;
}

.arSec-inner {
	max-width: 1170px;
	margin: auto;
}

.arSec-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	background: #ceba7d;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}

.arSec-lead {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}

.arSec-list01 {
	margin-bottom: 25px;
}

.arSec-list01 li {
	position: relative;
	padding-left: 24px;
	font-size: 16px;
}

.arSec-list01 li:not(:last-of-type) {
	margin-bottom: 8px;
}

.arSec-list01 li::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #000;
	top: 3px;
	left: 0;
	position: absolute;
	border-radius: 10px;
}

.arSec-list02 li {
	position: relative;
	padding-left: 24px;
	font-size: 14px;
}

.arSec-list02 li:not(:last-of-type) {
	margin-bottom: 4px;
}

.arSec-list02 li::after {
	content: "※";
	display: block;
	top: 0;
	left: 0;
	position: absolute;
}

.arSec-howto {
	margin-top: 55px;
}

.arSec-howto-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.arSec-howto-list {
	display: flex;
	justify-content: space-between;
}

.arSec-howto-list li {
	background: #fff;
	padding: 25px;
	max-width: 365px;
	box-sizing: border-box;
	border-radius: 10px;
}

.arSec-howto-header {
	position: relative;
}

.arSec-howto-num {
	position: absolute;
	top: 0;
	left: 0;
}

.arSec-howto-text {
	margin-left: 45px;
}

.arSec-howto-desc {
	font-size: 15px;
	font-weight: bold;
}

.arSec-howto-annotion {
	font-size: 12px;
	text-indent: -12px;
	padding-left: 12px;
	margin-top: 15px;
	position: relative;
	left: -13px;
}

.qr-code-box {
	display: flex;
	justify-content: space-between;
	margin-top: 68px;
	text-align: center;
}

.qr-code-box figcaption {
	margin-bottom: 6px;
}

.ph-box {
	text-align: center;
	margin-top: 30px;
}

.arSec-try {
	background: #ceba7d;
	margin-top: 60px;
	padding: 40px 15px;
	position: relative;
	border-radius: 5px;
}

.arSec-try-title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	letter-spacing: 0.1em;
}

.arSec-try-inner {
	display: flex;
	justify-content: space-between;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.try-btn {
	width: 300px;
}

.try-btn a {
	padding: 5px;
	transition: 0.2s;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.try-btn a:hover {
	opacity: 0.8;
}

.try-btn.black a {
	background: #333;
	color: #fff !important;
	border-radius: 999px;
}

.try-btn.white a {
	background: #fff;
	border-radius: 999px;
}

.try-btn-inner {
	display: flex;
	align-items: center;
}

.try-btn-img {
	display: block;
	margin-right: 12px;
}

#main_product .txt-annotion {
	font-size: 13px;
	text-indent: -13px;
	padding-left: 13px;
	line-height: calc( 30 / 16);
}

#main_product .txt-annotion:not(:last-of-type) {
	margin-bottom: 4px;
}

#main_product .noteBox {
	margin-top: 20px;
}

@media (max-width: 768px) {
	.arSec {
		background: #e5dcbf;
		padding: 70px 0;
	}
	.arSec-inner {
		margin: auto 15px;
	}
	.arSec-title {
		font-size: 24px;
		padding: 15px 10px;
		margin-bottom: 30px;
		line-height: 1.5;
	}
	.arSec-lead {
		font-size: 18px;
		margin-bottom: 30px;
		text-align: left;
		font-weight: bold;
	}
	.arSec-howto-list {
		display: block;
	}
	.arSec-howto-list li:not(:last-of-type) {
		margin-bottom: 30px;
	}
	.arSec-howto-list li {
		background: #fff;
		padding: 15px;
		width: auto;
		max-width: 100%;
		box-sizing: border-box;
		border-radius: 10px;
	}
	.arSec-howto-text {
		margin-left: 35px;
	}
	.qr-code-box {
		margin-top: 30px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.arSec-try {
		margin-top: 60px;
		padding: 40px 15px;
	}
	.arSec-try-title {
		font-size: 22px;
		white-space: nowrap;
	}
	.arSec-try-inner {
		display: block;
	}
	.try-btn {
		width: auto;
	}
	.try-btn:last-of-type {
		margin-top: 20px;
	}
	.try-btn-img {
		margin-right: 0;
	}
	.try-btn-text {
		width: calc( 100% - 70px);
		display: block;
		text-align: center;
		font-size: 15px;
		padding-right: 35px;
	}
}

/*------------------------------------------------------------
	toaster
------------------------------------------------------------*/
#main_product.toaster .s-pageTitle .pageImg {
	background-image: url("../images/oven-range/toaster/kv.jpg");
}

#main_product.toaster .galleryBox {
	text-align: center;
}

#main_product.toaster .comImgBox.withUnderContents {
	margin: 0 auto 80px;
}

@media (max-width: 768px) {
	#main_product.toaster .comImgBox.withUnderContents {
		margin: 0 auto 60px;
	}
}

@media (max-width: 768px) {
	#main_product.toaster .photoArea .parallax .parallaxInner {
		height: 100%;
		top: 0;
	}
}

/*------------------------------------------------------------
	microwave
------------------------------------------------------------*/
#main_product.microwave {
	background: #F7F9EA;
	padding: 0 0 80px;
}
#main_product .text01.withIcnRight {
	padding-right: 110px;
	position: relative;
}

@media (max-width: 768px) {
	#main_product .text01.withIcnRight {
		padding-right: 0;
	}
}

#main_product .text01.withIcnRight .icn {
	position: absolute;
	top: 30px;
	right: 0;
}

@media (max-width: 768px) {
	#main_product .text01.withIcnRight .icn {
		width: 80px;
		position: static;
		display: block;
		margin: 20px auto;
	}
}

#main_product .text01.withIcnRight.sakurenge .icn {
	position: absolute;
	top: auto;
	bottom: 70px;
	right: 0;
}

#main_product .text-block {
	display: block;
}

#main_product .text-block:not(:last-of-type) {
	margin-bottom: 30px;
}

#main_product .voiceAnnotion {
	font-size: 13px;
	margin-top: 30px;
}

#main_product .funcionImg {
	text-align: center;
	margin-bottom: 50px;
}

#main_product .funcionBox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 2px solid #808080;
	margin-bottom: 110px;
}

@media (max-width: 768px) {
	#main_product .funcionBox {
		display: block;
		margin-bottom: 50px;
	}
}

#main_product .functionLabel {
	font-size: 23px;
	text-align: center;
	padding: 15px 75px;
	white-space: nowrap;
}

@media (max-width: 768px) {
	#main_product .functionLabel {
		font-size: 20px;
		padding: 15px;
	}
}

#main_product .functionDesc {
	font-size: 20px;
	padding: 20px 70px;
	position: relative;
}

@media (max-width: 768px) {
	#main_product .functionDesc {
		font-size: 16px;
		padding: 15px;
	}
}

#main_product .functionDesc::after {
	content: "";
	display: block;
	width: 2px;
	background: #808080;
	height: 95%;
	position: absolute;
	top: 2.5%;
	left: 0;
}

@media (max-width: 768px) {
	#main_product .functionDesc::after {
		width: 95%;
		height: 2px;
		top: 0;
		left: 2.5%;
	}
}

#main_product .annotion {
	font-size: 13px !important;
	padding-left: 13px !important;
	text-indent: -13px !important;
}
.mv-btn {
	position: absolute;
	left: 5%;
	bottom: 8%;
	width: 100%;
	max-width: 300px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 1.5rem;
	animation: all .5s;
}
.mv-btn:hover {
	background-color: rgba(21, 21, 21, 0.8);
}
.mv-btn::before {
	content: "▶";
	font-size: 1.2rem;
	color: #cbb77d;
	margin-right: 5px;
}
.stan-movie {
	width: 100%;
	max-width: 720px;
	margin: 0 auto 150px;
}

#main_product .featureBoxes {
	margin-top: -120px;
	margin-bottom: 110px;
}

@media (max-width: 768px) {
	#main_product .featureBoxes {
		margin-top: 0;
		margin-bottom: 50px;
	}
	.stan-movie {
		margin: 0 auto 80px;
	}
	.mv-btn {
		max-width: 200px;
		padding: 5px 20px;
		font-size: 1.125rem;
	}
	.mv-btn::before {
		font-size: 0.9rem;
	}
}

#main_product .featureBox {
	border: 1px solid #808080;
	width: 565px;
}

@media (max-width: 768px) {
	#main_product .featureBox {
		width: 100%;
	}
}

#main_product .featureBox dt {
	background: #cbb77d;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

@media (max-width: 768px) {
	#main_product .featureBox dt {
		font-size: 15px;
	}
}

#main_product .featureBox dd {
	padding: 25px;
}

#main_product .featureBox dd div:first-of-type {
	width: 290px;
	max-width: 54%;
}

@media (max-width: 768px) {
	#main_product .featureBox dd div:first-of-type {
		width: 100%;
		max-width: 100%;
	}
}

#main_product .featureBox dd div:last-of-type {
	width: 230px;
	padding: 12px;
	max-width: 42%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	#main_product .featureBox dd div:last-of-type {
		width: 100%;
		max-width: 100%;
	}
}

#main_product .featureBox dd .red {
	color: #ce5513;
}

#main_product .featureBox-1 div img {
	margin-bottom: 12px;
}

@media (max-width: 768px) {
	#main_product .featureBox-1 div:first-of-type {
		margin-bottom: 30px;
	}
}

#main_product .featureBox-1 div:first-of-type p:first-of-type {
	text-align: center;
}

#main_product .featureBox-1 div:first-of-type p:last-of-type {
	padding: 0 12px;
}

#main_product .featureBox-1 div:last-of-type {
	border: 2px solid #808080;
	border-radius: 5px;
	background: #fff;
}

#main_product .featureBox-1 div:last-of-type p:first-of-type {
	font-size: 15px;
	background: #3e3a39;
	color: #fff;
	padding: 1px;
	text-align: center;
	margin-bottom: 8px;
}

#main_product .featureBox-1 div:last-of-type p:last-of-type {
	font-size: 15px;
}

@media (max-width: 768px) {
	#main_product .featureBox-2 {
		margin-top: 50px;
	}
}

#main_product .featureBox-2 dd div:first-of-type {
	width: 305px;
	max-width: 60%;
}

@media (max-width: 768px) {
	#main_product .featureBox-2 dd div:first-of-type {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
}

#main_product .featureBox-2 dd div:last-of-type {
	width: 190px;
	padding: 0;
	max-width: 36%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	#main_product .featureBox-2 dd div:last-of-type {
		width: 100%;
		max-width: 100%;
	}
}

#main_product .featureBox-2 dd div:last-of-type p:first-of-type {
	font-size: 15px;
	line-height: calc(28 / 16);
}

#main_product .featureBox-2 dd.annotionWrap {
	padding: 0 25px;
	margin-top: -10px;
	margin-bottom: 25px;
}

#main_product .photoList {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

@media (max-width: 768px) {
	#main_product .photoList {
		margin-bottom: 50px;
	}
}

#main_product .photoList .photo {
	text-align: center;
	width: 24.2%;
}

@media (max-width: 768px) {
	#main_product .photoList .photo {
		width: 47%;
	}
}

#main_product .photoList .photo figcaption {
	font-size: 22px;
	margin-top: 10px;
}

@media (max-width: 768px) {
	#main_product .photoList .photo figcaption {
		font-size: 16px;
	}
}

#main_product .ttlWithBar {
	position: relative;
	background: linear-gradient(0deg, transparent 48%, #808080 50%, transparent 52%);
	text-align: center;
	margin-bottom: 140px;
	margin-top: 140px;
}

@media (max-width: 768px) {
	#main_product .ttlWithBar {
		margin-bottom: 70px;
		margin-top: 70px;
	}
}

#main_product .ttlWithBar span {
	display: inline-block;
	margin: auto;
	padding: 0 40px;
	background: #F7F9EA;
	font-size: 23px;
	letter-spacing: 0.1em;
}

#main_product .specTableWrap {
	margin-top: -40px;
}

@media (max-width: 768px) {
	#main_product .specTableWrap {
		margin-top: 0;
		overflow-x: scroll;
	}
}

#main_product .specTableWrap .annotion {
	margin-bottom: 10px;
}
sup {
    font-size: 70%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
#main_product .specTable {
	width: 100%;
	min-width: 700px;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
}

#main_product .specTable th {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background: #d6d7d7;
	padding: 6px 20px;
}

#main_product .specTable th.right {
	border-right: 1px solid rgba(128, 128, 128, 0.6);
}

#main_product .specTable td {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 6px 30px;
}

#main_product .specTable td.right {
	border-right: 1px solid rgba(128, 128, 128, 0.6);
}

#main_product .specTable td ul {
	list-style: disc;
}

#main_product .specTable td ul li {
	margin-left: 1em;
}

#main_product .specTable .nowrap {
	white-space: nowrap;
}

#main_product .specTable .flexInTable {
	display: flex;
	align-items: center;
}

#main_product .specTable .flexInTable div:first-of-type {
	margin-right: 10px;
}

#main_product.microwave .s-pageTitle .pageImg {
	background-image: url("../images/oven-range/kv.jpg");
}

#main_product.microwave .specBox {
	border-bottom: none;
}

#main_product.microwave .galleryBox {
	text-align: center;
}

#main_product .SP {
	display: none;
}

@media (max-width: 768px) {
	#main_product .SP {
		display: block;
	}
}

#main_product .PC {
	display: block;
}

@media (max-width: 768px) {
	#main_product .PC {
		display: none;
	}
}

#main_product .otherSpecWrap {
	margin-top: 30px;
}

#main_product .otherSpecInner {
	display: flex;
	border: 1px solid #808080;
	align-items: center;
}

@media (max-width: 768px) {
	#main_product .otherSpecInner {
		display: block;
		width: 100%;
	}
}

#main_product .otherSpecBlocks {
	display: flex;
	justify-content: space-between;
	width: 50%;
	max-width: 575px;
}

@media (max-width: 768px) {
	#main_product .otherSpecBlocks {
		display: block;
		width: 100%;
		max-width: 100%;
	}
}

#main_product .otherSpecBlock {
	width: 175px;
	box-sizing: border-box;
	padding: 10px 20px;
	position: relative;
	letter-spacing: normal;
}

@media (max-width: 768px) {
	#main_product .otherSpecBlock {
		width: auto;
		padding: 10px 30px;
	}
}

#main_product .otherSpecBlock .label .name {
	font-size: 14px;
	margin-bottom: 6px;
	display: block;
}

#main_product .otherSpecBlock .label .supplement,
#main_product .otherSpecBlock .label .productNum {
	font-size: 12px;
}

#main_product .otherSpecBlock .price .supplement {
	margin-top: 6px;
	font-size: 12px;
	display: block;
}

#main_product .otherSpecBlock .price .priceNum {
	font-size: 15px;
}

#main_product .otherSpecBlock:not(:last-of-type)::after {
	content: "";
	display: block;
	width: 1px;
	height: 90%;
	position: absolute;
	top: 5%;
	right: 0;
	background: #808080;
}

@media (max-width: 768px) {
	#main_product .otherSpecBlock:not(:last-of-type)::after {
		width: 95%;
		height: 1px;
		top: auto;
		bottom: 0;
		left: 2.5%;
		right: auto;
	}
}

#main_product .otherSpecDesc {
	display: flex;
	justify-content: space-between;
	border-left: 1px solid #808080;
	align-items: center;
	padding: 10px 30px;
	width: 50%;
	max-width: 575px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	#main_product .otherSpecDesc {
		width: 100%;
		padding: 10px;
		max-width: 100%;
		border-left: none;
		border-top: 1px solid #808080;
	}
}

#main_product .otherSpecDesc .img {
	display: flex;
	min-width: 80px;
}

#main_product .otherSpecDesc .img img {
	display: block;
}

#main_product .j-mossWrap {
	margin-top: 30px;
}

#main_product .j-mossInner {
	display: flex;
	border: 1px solid #808080;
	align-items: center;
}

@media (max-width: 768px) {
	#main_product .j-mossInner {
		display: block;
	}
}

#main_product .j-mossInner .label {
	width: 375px;
	text-align: center;
	font-size: 15px;
}

@media (max-width: 768px) {
	#main_product .j-mossInner .label {
		width: auto;
		padding: 15px 15px 0 15px;
		text-align: left;
	}
}

#main_product .j-mossInner .desc {
	padding: 15px 0;
	font-size: 12px;
}

@media (max-width: 768px) {
	#main_product .j-mossInner .desc {
		padding: 15px;
	}
}

@media (max-width: 768px) {
	#main_product.microwave .photoArea .parallax .parallaxInner {
		height: 100%;
		top: 0;
	}
}

.bannerLink {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

@media (max-width: 768px) {
	.bannerLink {
		width: 100%;
	}
}
/*------------------------------------------------------------
	splash
------------------------------------------------------------*/
/* #splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 9999999;
	text-align: center;
	color: #fff; }
  
  #splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); }
  
  .splashbg {
	display: none; }
  
  body.appear .splashbg {
	display: block;
	content: "";
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	transform: scaleY(0);
	background-color: #333;
	animation-name: PageAnime;
	animation-duration: 1.2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards; } */
  
  @keyframes PageAnime {
	0% {
	  transform-origin: top;
	  transform: scaleY(0); }
	50% {
	  transform-origin: top;
	  transform: scaleY(1); }
	50.001% {
	  transform-origin: bottom; }
	100% {
	  transform-origin: bottom;
	  transform: scaleY(0); } }
  .bodyWrap {
	min-width: 1366px;
	opacity: 1; }
  
  @media screen and (max-width: 768px) {
	.bodyWrap {
	  min-width: inherit; } }
  body.appear .bodyWrap {
	animation-name: PageAnimeAppear;
	animation-duration: 1s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0; }
  
  @keyframes PageAnimeAppear {
	0% {
	  opacity: 0; }
	100% {
	  opacity: 1; } }


/*--EC--*/
.ec_link {
	position: fixed;
	right: 15px;
	bottom: 85px;
	z-index: 99; }

.ec_link a {
	display: block;
	box-sizing: border-box;
	width: 120px;
	height: 120px;
	border-radius: 65px;
	background: rgba(30, 117, 194, 0.8);
	border: 2px solid #fff;
	text-align: center;
	line-height: 1.4;
	position: relative;
	transition: .2s; }
.ec_link a p {
	color: #fff;
	font-size: .95rem;
	line-height: 1.3;
	font-weight: bold;
}

.ec_link a:hover {
	color: #fff;
	background: #1e75c2; }

.ec_link_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%; }

.ec_link_img {
	text-align: center;
	max-width: 38px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	position: relative;
	right: 2px; }

.ec_link_img img {
	max-width: 100%;
	height: auto; }

@media screen and (max-width: 768px) {
.ec_link {
	right: 10px;
	bottom: 145px; }

.ec_link a {
	width: 84px;
	height: 84px;
	border-radius: 42px;
}
.ec_link a p {
	font-size: .75rem;
}

.ec_link_img {
	max-width: 28px;
	margin-bottom: 3px;} }
