@charset "UTF-8";

/* ===============================
	common style
=============================== */
.setsumei {
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
}

.subBox .subTtl h3 {
	font-weight: 500;
}

.subBox .subTtl .featureName {
	font-weight: 500;
}

.subBox .subTtl .featureName .textMark {
	display: inline-block;
	padding: 0.4em 0.6em;
	margin-left: 0.6em;
	font-size: 0.7em;
	line-height: 1;
	background: #a0a0a0;
	color: #fff;
}

.subBox .subTtl sup {
	font-size: 0.6em;
}

.subBox figure .text,
.subBox figure .imgBox {
	margin-top: 0;
}

figcaption sup,
.subBox h4.ttl sup {
	color: #fff;
}

.imgCap {
	padding-bottom: 1.2em;
	position: relative;
}

.imgCap span {
	font-size: 0.77em;
	line-height: 1.4;
	position: absolute;
	right: 0;
	bottom: 0;
}

.bdrBk {
	padding: 1em;
	border: solid 1px #000;
}

.bdrGray {
	padding: 1em;
	border: solid 1px #c9c9c9;
}

.bdrDotted {
	padding: 1em;
	border: dotted 1px #c9c9c9;
}

.inlineBlock {
	display: inline-block;
}

.ttl {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4;
}

.green.ttl {
	font-size: 1.2em;
}

/* Youtube 動画 */
.youtubeTtl {
	font-weight: 500;
}
.youtubeTtl span {
	display: inline-block;
	background: url(../images/icon-movie.jpg) no-repeat;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: solid 5px #dcdcdc;
}


/* ===============================
	PC / Tab
=============================== */
@media print , screen and (min-width: 481px) {
	article {
		padding-top: 5.6rem;
		font-size: 1.6rem;
		line-height: 1.8;
		position: relative;
	}
	.mts {
		margin-top: 40px;
	}
	.pcmt0 {
		margin-top: 0 !important;
	}
	.pcLeft {
		width: 50%;
		float: left;
		padding-right: 20px;
	}
	.pcRight {
		width: 50%;
		float: right;
		padding-left: 20px;
	}
	.table {
		display: table;
		width: 100%;
	}
	.tableCell {
		display: table-cell;
		vertical-align: top;
	}
	ul.pcHorizon.col3 li {
		width: 300px;
		margin-left: 30px;
	}
	ul.pcHorizon.col3 li:FIRST-CHILD {
		margin-left: 0;
	}
	/* Youtube 動画 */
	.youtubeTtl {
		margin-top: 80px;
		margin-bottom: 0.5em;
		font-size: 2.4rem;
		text-align: center;
	}
	.youtubeTtl span {
		min-height: 54px;
		padding-top: 16px;
		padding-left: 80px;
	}
	.youtubeBox {
		width: 598px;
		margin-left: auto;
		margin-right: auto;
	}
	.youtubeBox + .caption {
		margin-top: 1em;
		text-align: center;
	}
	/* モバイルナビゲーション */
	#drawerBtn {
		display: none !important;
	}
	/* ナビゲーションメニュー */
	#naviMenu {
		width: 100%;
		background: rgba(255,255,255,0.94);
		border-top: solid 1px #dcdcdc;
		position: absolute;
		top: 0;
		z-index: 1;
	}
	#naviMenu ul {
		display: flex;
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	#naviMenu ul li {
		width: calc(100% / 8);
		height: 5.6rem;
	}
	#naviMenu ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		font-size:1.4rem;
		line-height: 1.2;
		font-weight: 500;
		color: #666;
		text-decoration: none;
		text-align: center;
	}
	#naviMenu ul li a:hover,
	#naviMenu ul li a.active {
		color: #fff;
		box-shadow:0px 0px 4px 2px rgba(0,0,0,0.2) inset;
	}
	#naviMenu ul li a[href$="/chilled/"]:hover,
	#naviMenu ul li a[href$="/chilled/"].active {
		background: #0068B8;
	}
	#naviMenu ul li a[href$="/vegetable/"]:hover,
	#naviMenu ul li a[href$="/vegetable/"].active {
		background: #00A040;
	}
	#naviMenu ul li a[href$="/megafreezer/"]:hover,
	#naviMenu ul li a[href$="/megafreezer/"].active {
		background: #008DD4;
	}
	#naviMenu ul li a[href$="/door/"]:hover,
	#naviMenu ul li a[href$="/door/"].active {
		background: #F5BB1B;
	}
	#naviMenu ul li a[href$="/cocoro/"]:hover,
	#naviMenu ul li a[href$="/cocoro/"].active {
		background: #E95383;
	}
	#naviMenu ul li a[href$="/refrigerator/"]:hover,
	#naviMenu ul li a[href$="/refrigerator/"].active {
		background: #26B7BC;
	}
	#naviMenu ul li a[href$="/freezer/"]:hover,
	#naviMenu ul li a[href$="/freezer/"].active {
		background: #00A7EB;
	}
	#naviMenu ul li a[href$="/eco/"]:hover,
	#naviMenu ul li a[href$="/eco/"].active {
		background: #6FBA2C;
	}
	/* メインビジュアル */
	.main-img .visual {
		overflow: hidden;
		position: relative;
	}
	.main-img .visual img {
		position: relative;
		left: 50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.subBox {
		padding-top: 100px;
		position: relative;
	}
	.subBox .subTtl {
		padding: 25px 0;
	}
	.subBox .subTtl h3 {
		font-size: 3rem;
		line-height: 1.4;
	}
	.subBox .subTtl .featureName {
		display: block;
		margin-top: 0.2em;
		font-size: 2.4rem;
		line-height: 1;
		font-weight: 500;
	}
	.subBox .text {
		margin-top: 40px;
	}
	.subBox .imgBox {
		margin-top: 40px;
	}
	.subBox figure.pcClearfix .text,
	.subBox figure.pcClearfix .imgBox {
	 	margin-top: 10px;
	}
	.subBox .imgBox .ttl {
		margin-bottom: 0.5em;
	}
	.subBox h4.ttl {
		padding: 0.5em 1em;
		margin-top: 80px;
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.subBox .pcHorizon h4.ttl + .text,
	.subBox .pcClearfix h4.ttl + .text {
		margin-top: 20px;
	}
	figcaption {
		padding: 0.8em 1em;
		margin-top: 80px;
		font-size: 1.6rem;
		line-height: 1.4;
		text-align: center;
	}
	#column {
		padding-top: 80px;
	}
	.iconsBox {
		margin-top: 10px;
	}
	.iconsBox ul li {
		width: 110px;
	}
	.capBox {
		padding: 80px 0;
	}
}


/* ===============================
	mobile
=============================== */
@media screen and (max-width: 480px) {
	article {
		font-size: 1em;
		line-height: 1.6;
		position: relative;
	}
	article img {
		width: 100%;
	}
	.mts,
	.spmts {
		margin-top: 2rem;
	}
	/* PCナビゲーション */
	#naviMenu {
		display: none;
	}
	#drawerMenu ul .subtext {
		font-size: 1.2rem;
	}
	/* Youtube 動画 */
	.youtubeTtl {
		margin-top: 4rem;
		margin-bottom: 1rem;
		padding: 0 5%;
	}
	.youtubeTtl span {
		min-height: 4rem;
		padding-left: 6rem;
		background-size: auto 4rem;
	}
	.youtubeTtl span.row1 {
		padding-top: 1rem;
	}
	.youtubeBox + .caption {
		margin-top: 1em;
	}
	.subBox {
		padding-top: 6rem;
	}
	.subBox .subTtl {
		padding: 2rem 0;
	}
	.subBox .subTtl h3 {
		font-size: 2rem;
		line-height: 1.4;
		text-align: center;
	}
	.subBox .subTtl .featureName {
		display: block;
		padding-top: 0.5em;
		margin-top: 0.5em;
		font-size: 1.8rem;
		text-align: center;
	}
	figcaption,
	.subBox h4.ttl {
		padding: 0.5em 1em;
		margin-top: 4rem;
		text-align: center;
	}
	.subBox .imgBox .ttl {
		margin-bottom: 0.5em;
	}
	.subBox .imgBox, .subBox .text, figcaption, #column {
		margin-top: 2rem;
	}
	.iconsBox {
		margin-top: 1rem;
	}
	.iconsBox ul li {
		width: 32%;
	}
	.capBox {
		padding: 4rem 0;
	}
}