@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: #222222;
	letter-spacing: 0.07em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none;
}
sup {
    font-size: 0.5em;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
    height: 600px;
	background: #bf1e2e url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_hitachi/h1_bg.webp) no-repeat center center;
    background-size: cover;
}
.mainTitle {
    display: block;
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
}
.mainTitle .offer {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 655px;
    height: 376px;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_hitachi/h1.webp) no-repeat 0 0;
    text-indent: -999em;
    font-size: 0;
}
.leadWrap {
    width: 830px;
    
    margin: 60px auto 0;
    
}
.lead {
    line-height: 2.0;
    font-size: 16px;
}

/*==============================================
 .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;
    right: 20px;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_hitachi/arrow_link.svg) no-repeat 0 0;
}
/* .bnr */
.paragraph .bnr {
    margin: 100px auto 0;
    width: 830px;
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 220px;
    border-radius: 20px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_hitachi/bnr_bg.jpg) no-repeat 0 0;
    box-sizing: border-box;
    transition: .2s;
}
.paragraph .bnr a:hover {
    opacity: .7;
}
.paragraph .btn {
    position: absolute;
    bottom: 30px;
    right: 85px;
    line-height: 50px;
    width: 405px;
    height: 50px;
    background-color: #fff;
    border-radius: 25px;
    font-size: 16px;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    margin: 80px auto 0;
    padding-top: 80px;
    border-top: 1px solid #cccccc;
}
.lnav {
    display: flex;
    width: 830px;
    margin: 0 auto;
}
.lnav .index {
    width: 85px;
    line-height: 2.0;
    font-size: 16px;
}
.lnav ul {
    width: 745px;
}
.lnav ul li + li {
    margin-top: 5px;
}
.lnav ul li a {
    display: block;
    position: relative;
    line-height: 2.0;
    padding-left: 30px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    transition: .2s;
}
.lnav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_hitachi/arrow_anchor.svg) no-repeat 0 0;
}
.lnav ul li a:hover {
    text-decoration: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    width: 1000px;
    margin: 80px auto 0;
    padding: 60px 0;
    border-radius: 20px;
    background-color: #fff;
}
.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: block;
    position: relative;
    margin: 0 auto;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}
.paragraph h2 .sub::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 4px;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #bf1e2e;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: 30px;
    font-size: 38px;
    font-weight: bold;
}
.paragraph h2 .title small {
    font-size: 60%;
}
.paragraph h3 {
    line-height: 1.8;
    margin-top: 80px;
    font-size: 26px;
    font-weight: bold;
}
.paragraph h4 {
    position: relative;
    width: 660px;
    margin: 60px auto 0;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    box-sizing: border-box;
}
.paragraph h4::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: #c30e23;
}
.paragraph p {
    line-height: 2.0;
    margin: 60px auto 0;
    font-size: 16px;
}
.paragraph p + p:not(.note) {
    margin-top: 30px;
}
.paragraph h3 + p:not(.note) {
    margin-top: 40px;
}
.paragraph p em {
    font-style: normal;
    font-weight: bold;
}
/*---- .note ----*/
span.note, p.note, li.note {
    display: block;
    line-height: 1.6;
    width: auto !important;
    margin-top: 15px;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    text-align: left;
    font-size: 10px !important;
}
li.note {
    margin-top: 15px !important;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px auto 0;
}
.imgBox + p {
    margin-top: 80px;
}
h4 + .imgBox {
    margin-top: 30px;
}
.imgBox .note {
    margin-top: 15px;
}
.imgBox div {
    width: 320px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 2.0;
    width: 320px;
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
}
.imgBox .cap h4 {
    margin-bottom: 10px;
    font-size: 16px;
}
.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;
}
/*==============================================
.btnLineup
============================================= */
.btnLineup {
    width: 490px;
    margin: 60px auto 0;
}
.btnLineup a {
    display: block;
    position: relative;
    width: 490px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: .2s;
}
.btnLineup a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 20px;
    height: 20px;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_hitachi/arrow_anchor.svg) no-repeat 0 0;
}
.btnLineup a:hover {
    background-color: #F9F9F9;
}
/*==============================================
.txtLink
============================================= */
.txtLink {
    width: 660px;
    margin: 60px auto 0;
}
.txtLink a {
    display: block;
    position: relative;
    width: 660px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #ececec;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: .2s;
}
.txtLink a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_hitachi/arrow_link.svg) no-repeat 0 0;
}
.txtLink a:hover {
    background-color: #F1F1F1;
}
/*==============================================
 .campaign
============================================= */
.campaign {
    width: 830px;
    margin: 60px auto 0;
    border: 1px solid #f0b823;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.campaign h2 {
    padding: 18px 0;
    background-color: #f0b823;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.campaign h2 span {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 10px;
    padding: 4px 10px;
    border-radius: 15px;
    background-color: #222;
    color: #fff;
    font-size: 12px;
}
.campaign .txt {
    width: 660px;
    margin: 25px auto;
}
.campaign .txt p {
    line-height: 2.0;
    font-size: 16px;
}
.campaign .txt p.link {
    margin-top: 5px;
    text-align: center;
}
.campaign .txt p.link a {
    text-decoration: underline;
    color: #e19b15;
    font-weight: bold;
}
.campaign .txt p.link a:hover {
    text-decoration: none;
}
/*==============================================
 .column
============================================= */
.column {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding: 50px;
    border: 1px solid #cccccc;
    border-radius: 20px;
}
.column .txt {
    width: 355px;
}
.column .txt h3 {
    margin-top: 0;
}
.column .txt h3 span {
    display: inline-block;
    line-height: 1;
    padding: 6px 10px 5px;
    border-radius: 6px;
    background-color: #bf1e2e;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.paragraph .column .txt p {
    margin-top: 20px;
}
.column .img {
    width: 355px;
    text-align: right;
}
/*==============================================
 #product
============================================= */
#product {
    width: 1000px;
    margin: 100px auto 0;
}
.anchorLink {
    display: flex;
    justify-content: center;
    width: 830px;
    margin: 40px auto;
    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;
    width: 1000px;
    margin: 60px auto 0;
    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: 4px;
    border-radius: 2.5px;
    background-color: #c30e23;
}
/*---- .lineup ----*/
.lineup {
    margin-top: 40px;
    border: 1px solid #222222;
    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: #222222;
}
.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: 20px;
    border-right: 1px solid #222222;
    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 #cccccc;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #eeeeee;
    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: 20px;
    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/25/01_hitachi/arrow_link_w.svg) no-repeat 0 0;
}
.lineup .link .btn::after {
    right: 15px;
    width: 13px;
    height: 13px;
}

/*==============================================
.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;
}