@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#container {
    background-color: #f6f6f6;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #282828;
	letter-spacing: 0.07em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none;
}
sup {
    font-size: 0.5em;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    position: relative;
	width: 100%;
    height: 580px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_hitachi/main_title_bg.jpg) no-repeat center center;
    background-size: cover;
}
.mainTitleWrap .offer {
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    color: #fff;
    font-size: 18px;
}
.mainTitle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 660px;
    height: 340px;
    margin: auto;
    border-radius: 20px;
    background-color: #fff;
}
.mainTitle h1 {
    display: block;
    width: 580px;
    height: 183px;
    margin: 40px auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_hitachi/h1.png) no-repeat 0 0;
    text-indent: -999em;
    font-size: 0;
}
.lead {
    width: 830px;
    line-height: 2.0;
    margin: 80px auto 0;
    font-size: 17px;
    box-sizing: border-box;
}
.lead + .lead {
    margin: 20px auto 0;
    padding-left: 1.4em;
    text-indent: -1.4em;
}

/*==============================================
 .btn
============================================= */
.btn {
    position: relative;
    text-align: center;
    background-color: #c30e23;
    font-weight: bold;
    transition: .2s;
}
.btn a, .btn a:visited, .btn a:hover {
    display: block;
    color: #fff;
}
.btn:hover {
    background-color: #a40b1d;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
/* .mainTitle & .bnrInr */
.mainTitle .btn,
.paragraph .btn {
    margin: 0 auto;
}
.mainTitle .btn::after,
.paragraph .btn::after {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_hitachi/arrow.svg) no-repeat 0 0;
}
/* .mainTitle */
.mainTitle .btn {
    margin: 25px auto 0;
    width: 400px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 14px;
}
.mainTitle .btn::after {
    right: 20px;
    width: 12px;
    height: 8px;
}
/* .bnrInr */
.paragraph .btn {
    width: 830px;
    height: 60px;
    line-height: 60px;
    margin-top: 80px;
    border-radius: 30px;
    font-size: 16px;
}
.paragraph .btn::after {
    right: 25px;
    width: 15px;
    height: 10px;
}

/*-- 202404リバイス 追加 --*/
.innerbnr a{
display: block;
width: 830px;
height: 200px;
margin: 70px auto 0;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_hitachi/bnr.jpg)no-repeat;
overflow: hidden;
transition: 0.2s ease-in-out;}

.innerbnr a:hover {
opacity: 0;	}

.innerbnr .bnr{
width: 830px;
height: 200px;
margin: 70px auto 0;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_hitachi/bnr_over.jpg) no-repeat;}

/*==============================================
 .makerBanner
============================================= */
.makerBanner {
    text-align: center;
}
.makerBanner a {
    display: block;
    width: 830px;
    height: 450px;
    margin: 40px auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_hitachi/cp_bnr.jpg) no-repeat 0 0;
    text-indent: -999em;
    font-size: 0;
    transition: .2s;
}
.makerBanner a:hover {
    opacity: 0.7;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    background-color: #fff;
    margin: 80px auto 0;
    padding: 40px 0;
}
.lnav {
    display: flex;
    align-items: center;
    width: 830px;
    margin: 0 auto;
}
.lnav .index {
    width: 125px;
    font-size: 22px;
    font-weight: bold;
}
.lnav ul {
}
.lnav ul li + li {
    margin-top: 10px;
}
.lnav ul li a {
    position: relative;
    line-height: 1.7;
    font-size: 15px;
    box-sizing: border-box;
    transition: .2s;
}
.lnav ul li a span {
    display: inline-block;
    width: 120px;
    margin-right: 15px;
    border: 1px solid #1c1c1c;
    border-radius: 15px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.lnav ul li a:hover {
    color: #c30e23;
}
.lnav ul li a:hover span {
    border: 1px solid #c30e23;
}

/*-- 202404リバイス 追加 --*/
.lnav ul li.column {
	border-top: #d5d5d5 1px dashed; 
	padding-top: 13px; 
	margin-top: 13px;
}

/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding: 120px 0 0;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    width: 830px;
    margin: 0 auto;
    text-align: center;
}
.paragraph h2 > span {
    display: block;
    margin: 0 auto;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 3px solid #c30e23;
    font-size: 24px;
    font-weight: bold;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: 30px;
    font-size: 38px;
    font-weight: bold;
}
.paragraph h2 .note {
    display: inline-block;
    line-height: 1.8;
    margin-top: 10px;
    font-size: 11px;
}
.paragraph h3 {
    line-height: 1.8;
    margin-top: 80px;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #c30e23;
}
.paragraph h4 {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: bold;
}
.paragraphIn > h4 {
    width: 660px;
    margin: 80px auto 0;
}
.paragraph h5 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}
.paragraph p {
    line-height: 2.0;
    margin: 60px auto 0;
    font-size: 17px;
}
.paragraph p + p {
    margin-top: 30px;
}
.paragraph h3 + p {
    margin-top: 40px;
}
.paragraph p em {
    font-style: normal;
    font-weight: bold;
}
/*---- .note ----*/
.note {
    margin-top: 20px;
}
.note.w660 {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
}
.note li {
    line-height: 1.8;
    padding-left: 2.0em;
    text-indent: -2.0em;
    font-size: 11px;
}
.note li + li {
    margin-top: 5px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px auto 0;
}
.imgBox + p {
    margin-top: 80px;
}
h4 + .imgBox {
    margin-top: 20px;
}
.imgBox .note {
    margin-top: 10px;
}
.imgBox div {
    width: 405px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
}
.imgBox .cap h4 {
    margin-bottom: 10px;
    font-size: 17px;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 14px;
}
/*---- .one ----*/
.imgBox .one {
    width: 660px;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .two div,
.imgBox .two a {
    width: 320px;
}
.imgBox .two div + div {
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .three ----*/
.imgBox .three {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .three div,
.imgBox .three a {
    width: 206px;
}
.imgBox .three div + div {
    margin-top: 0;
}
.imgBox .three + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .sampleImg ----*/
.imgBox .sampleImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .sampleImg div,
.imgBox .sampleImg a {
    width: 405px;
}
.imgBox .sampleImg div + div,
.imgBox .sampleImg a + a {
    width: 235px;
    margin-top: 0;
    padding-left: 20px;
}
.imgBox .sampleImg + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}


/*==============================================
 #column
============================================= */
#column {
	width: 830px;
	margin: 120px auto 0;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 20px;
}

#column.paragraph {
	padding: 80px 0;
}

#column .paragraphIn {
	width: 600px !important;
	margin: 0 auto;
}



#column h2 {
	width: 730px !important;
}

#column.paragraph h2 .sub {
	display: inline-block;
	font-size: 22px;
	border: #d2d2d2 1px solid;
	padding: 10px 40px;
}

#column.paragraph h2 .title {
	font-size: 29px !important;}


#column .subtitle {
	margin: 80px auto 0;
	text-align: center;
	font-weight: bold;}


#column .subtitle .icon{
	display: inline-block;
	font-size: 20px;
	padding-bottom: 8px;
	border-bottom: #d2d2d2 1px solid;
}


#column .subtitle .title {
	display: block;
	font-size: 24px;
	line-height: 1.6;
	padding-top: 20px;
}

#column .subtitle .note,
#column .imgttitle .note{
margin-top: 5px;	
}

#column .imgttitle {
font-size: 20px;
	font-weight: bold;
margin-top: 60px;
}

#column .green{
color: #56a654;	
}

#column .oneimgbox.w400{
	width: 400px;}

#column .oneimgbox.w600{
	width: 600px;}

#column .oneimgbox {
	margin: 40px auto 0;
}

#column .oneimgbox p {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin: 10px auto 0 !important;
}

#column .towimgbox {
	width: 600px;
	margin: 20px auto 0;
}

#column .towimgbox .subtex {
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
}

#column .towimgbox div {
	overflow: hidden;
}

#column .towimgbox .floatL {
	float: left;
	width: 295px;
}

#column .towimgbox .floatR {
	float: right;
	width: 295px;
}

#column .towimgbox .floatR .cap {
font-weight: bold;
}

#column .towimgbox .cap {
	font-weight: normal;
	line-height: 1.7 !important;
    font-size: 14px;
margin-top: 10px !important}

#column .btn {
	width: 600px;
}

/*==============================================
 #product
============================================= */
#product {
    width: 1000px;
    margin: 100px auto 0;
}
.anchorLink {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    border: 1px solid #d2d2d2;
    border-radius: 40px;
    background-color: #fff;
}
.anchorLink li {
    margin: 0 20px;
}
.anchorLink li a {
    line-height: 60px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    transition: .2s;
}
.anchorLink li a:hover {
    color: #c30e23;
}
.anchorLink li a img {
    width: 12px;
    height: auto;
    margin-left: 10px;
    vertical-align: middle;
}

#product h2 {
    margin-top: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
#product h3 {
    position: relative;
    margin-top: 80px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 1.6em;
}
#product h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #c30e23;
}
/*---- .lineup ----*/
.lineup {
    margin-top: 40px;
    border: 1px solid #282828;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.lineup > div {
    display: table-cell;
    vertical-align: middle;
}
/*---- .type ----*/
.lineup .type {
    width: 150px;
    background-color: #282828;
}
.lineup .type h4 {
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
.lineup .type h4 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}
/*---- .prd ----*/
.lineup .prd {
    position: relative;
    width: 510px;
    padding: 30px 40px;
    border-right: 1px solid #282828;
    box-sizing: border-box;
    text-align: center;
}
.lineup .prd .refrigerator {
    height: 240px;
}
.lineup .prd .refrigerator img {
    height: 100%;
}
.lineup .prd .badge {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    background-color: #f51b2f;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.lineup .prd .tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
.lineup .prd .tag li {
    line-height: 1.6;
    width: calc(50% - 3px);
    margin-top: 6px;
    padding: 3px 0;
    border: 1px solid #7aaabb;
    box-sizing: border-box;
    background-color: #7aaabb;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0;
}
.lineup .prd .tag li.non {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #ccc;
}
/*---- .link ----*/
.lineup .link {
    width: 340px;
    padding: 30px 40px;
    box-sizing: border-box;
}
.lineup .link .size {
    font-size: 12px;
    font-weight: bold;
}
.lineup .link .size:not(:first-child) {
    margin-top: 30px;
}
.lineup .link .size span {
    color: #f51b2f;
}
.lineup .link h5 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
}
.lineup .link .btnBox .color {
    font-size: 15px;
    font-weight: normal;
}
.lineup .link .btnBox {
    margin-top: 10px;
}
.lineup .link h5 + .btnBox {
    margin-top: 15px;
}
/* .bnrTop & .bnrInr */
.lineup .link .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border-radius: 20px;
    font-size: 14px;
}
.lineup .link .btn::after {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_hitachi/arrow_link.svg) no-repeat 0 0;
}
.lineup .link .btn::after {
    right: 20px;
    width: 8px;
    height: 12px;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 20px auto 80px;
    padding: 0 0 20px;
    text-align: right;
    color: #6d6a70;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}