@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#container {
    background-color: #f6f6f6;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#mainContents {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #222222;
	letter-spacing: 0.10em;
    font-feature-settings: "palt" 1;
}
.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    position: relative;
}
.mainTitleWrap .offer {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0 auto;
    color: #fff;
    font-size: 11px;
}
.mainTitle h1 {
    display: block;
    padding-top: 100%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_hitachi/h1_sp.jpg) no-repeat 0 0;
    background-size: 100%;
    text-indent: -999em;
    font-size: 0;
}
.mainTitle .img {
    display: none;
}
.leadWrap {
    margin: 2rem 2rem 0;
}
.leadWrap p {
    line-height: 2.0;
    font-size: 1.2rem;
}
/*==============================================
 .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: 1rem;
    width: 1rem;
    height: 1rem;
    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: 3rem -2rem 0;
    width: calc(100% + 4rem);
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 34.66%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_hitachi/bnr_sp.jpg) no-repeat 0 0;
    background-size: contain;
    box-sizing: border-box;
}
.paragraph .bnr a .btn {
    display: none;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #ccc;
    background-color: #fff;
}
.paragraph#article01 {
    margin-top: 3rem;
}
.paragraph#matome {
    border-bottom: 1px solid #ccc;
}
.spAccordion {
    display: none;
    padding: 0 2rem 0;
}
.paragraph#matome .spAccordion {
    padding-bottom: 3rem;
}
.paragraph p, .paragraph h2, .paragraph h3 {
    line-height: 2.0;
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.paragraph h2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    line-height: 1.6;
    padding: 1.0rem 2rem 2rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.paragraph h2 > span {
    display: block;
    padding-right: 2.4rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 1.3rem;
    padding-bottom: 1rem;
    font-weight: bold;
}
.paragraph h2 .sub::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3.5rem;
    height: 4px;
    border-radius: 2px;
    background-color: #bf1e2e;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
}
.paragraph h2:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 2rem;
    width: 0.8rem;
    height: 0.8rem;
    margin: auto;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    border-bottom: 2px solid #222222;
    border-right: 2px solid #222222;
}
.paragraph.active h2:after {
    top: 3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.paragraph h2 .title small {
    font-size: 60%;
}



/* サムネあり */
.paragraph h2 > span {
}
.paragraph h2:after {
}






.paragraph h2 .note {
    display: block;
    margin-top: .5rem;
    font-size: .8rem;
    font-weight: normal;
}
.paragraph h3 {
    line-height: 1.6;
    margin-top: 3rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.paragraph h4 {
    position: relative;
    margin-top: 2rem;
    padding-left: 2rem;
    line-height: 1.6;
    margin-bottom: .5rem;
    font-size: 1.3rem;
    font-weight: bold;
}
.paragraph h4::before {
    content: "";
    display: block;
    position: absolute;
    top: .8rem;
    left: 0;
    width: 1.5rem;
    height: 4px;
    border-radius: 2px;
    background-color: #c30e23;
}
.paragraph p {
    margin-top: 2rem;
    font-size: 1.2rem;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.paragraph p em {
    font-style: normal;
    font-weight: bold;
}
/*---- .note ----*/
span.note, p.note, li.note {
    display: block;
    line-height: 1.6 !important;
    width: auto !important;
    margin-top: 1rem;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    text-align: left;
    font-size: .8rem !important;
}
li.note {
    margin-top: 1rem !important;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin-top: 3rem;
}
.imgBox h4 {
    margin-top: 0;
}
h4 + .imgBox {
    margin-top: 1rem;
}
.imgBox:first-child {
    margin-top: 1rem;
}
.imgBox div,
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox div + div,
.imgBox a + a {
    margin-top: 1rem;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
.imgBox .cap h4 {
    margin-bottom: .5rem;
    font-size: 1.2rem;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 1rem;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .two div,
.imgBox .two a {
    margin-top: 0;
}
.imgBox .two div:first-child,
.imgBox .two a:first-child {
    margin-right: 1.0rem;
}
.imgBox .two + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/*---- .three ----*/
.imgBox .three {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imgBox .three div,
.imgBox .three a {
    width: 30%;
    margin-top: 0;
}
.imgBox .three div a,
.imgBox .three img {
    width: 100%;
}
.imgBox .three div:nth-of-type(2) {
    margin: 0 5%;
}
.imgBox .three + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/*==============================================
.btnLineup
============================================= */
.btnLineup {
    margin: 2rem auto 0;
}
.btnLineup a {
    display: block;
    position: relative;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 2.5rem;
    background-color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}
.btnLineup a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    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 {
}
/*==============================================
.txtLink
============================================= */
.txtLink {
    width: 100%;
    margin: 2rem auto 0;
}
.txtLink a {
    display: block;
    position: relative;
    line-height: 1.8;
    margin: 0 auto;
    padding: 1rem 3rem 1rem 2rem;
    border-radius: 1rem;
    background-color: #ececec;
    font-size: 1.1rem;
    font-weight: bold;
}
.txtLink a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.0rem;
    width: 1rem;
    height: 1rem;
    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 {
}
/*==============================================
 .campaign
============================================= */
.campaign {
    margin: 2rem 2rem 0;
    border: 1px solid #f0b823;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.campaign h2 {
    padding: 18px 2rem;
    background-color: #f0b823;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.campaign h2 span {
    display: inline-block;
    position: relative;
    margin-bottom: .7rem;
    padding: .5rem 1rem;
    border-radius: 1rem;
    background-color: #222;
    color: #fff;
    font-size: 1rem;
}
.campaign .txt {
    margin: 2rem 2rem;
}
.campaign .txt p {
    line-height: 2.0;
    font-size: 1.2rem;
}
.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 {
    
}
/*==============================================
 .column
============================================= */
.column {
    margin-top: 2rem;
    padding: 2rem;
    border: 1px solid #cccccc;
    border-radius: 1rem;
}
.column .txt {
}
.column .txt h3 {
    margin-top: 0;
}
.column .txt h3 span {
    display: inline-block;
    line-height: 1;
    margin-bottom: .5rem;
    padding: .5rem 1rem;
    border-radius: .4rem;
    background-color: #bf1e2e;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}
.paragraph .column .txt p {
    margin-top: 1rem;
}
.column .img {
    margin-top: 2rem;
    text-align: center;
}
.column .img img {
    width: 60%;
    height: auto;
}
/*==============================================
 #product
============================================= */
#product {
    margin: 3rem 2rem 0;
}
.anchorLink {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    padding: 1rem 0;
    border: 1px solid #d2d2d2;
    border-radius: 40px;
    background-color: #fff;
}
.anchorLink li {
    display: block;
}
.anchorLink li + li {
    margin-left: 1rem;
}
.anchorLink li a {
    line-height: 1.6;
    font-size: 1.0rem;
    font-weight: bold;
    text-decoration: underline;
    transition: .2s;
}
.anchorLink li a:hover {
    color: #c30e23;
}
.anchorLink li a img {
    width: 1rem;
    height: auto;
    margin-left: .3rem;
    vertical-align: middle;
}

#product h2 {
    margin-top: 3rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}
#product h3 {
    position: relative;
    margin-top: 3rem;
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 1.6em;
}
#product h3::before {
    content: "";
    display: block;
    position: absolute;
    top: .5rem;
    left: 0;
    width: 1.5rem;
    height: .4rem;
    border-radius: .2rem;
    background-color: #c30e23;
}
/*---- .lineup ----*/
.lineup {
    margin-top: 2rem;
    border: 1px solid #222222;
    border-radius: 1rem;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.lineup > div {
}
/*---- .type ----*/
.lineup .type {
    background-color: #222222;
}
.lineup .type h4 {
    line-height: 1.8;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
}
.lineup .type h4 span {
    margin-left: .5rem;
    font-size: 1.0rem;
    font-weight: normal;
}
/*---- .prd ----*/
.lineup .prd {
    position: relative;
    padding: 2rem;
    border-bottom: 1px solid #222222;
    box-sizing: border-box;
    text-align: center;
}
.lineup .prd .refrigerator {
    height: 16rem;
}
.lineup .prd .refrigerator img {
    width: auto;
    height: 100%;
}
.lineup .prd .badge {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    background-color: #f51b2f;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.lineup .prd .tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .6rem;
}
.lineup .prd .tag li {
    line-height: 2rem;
    width: calc(50% - .3rem);
    margin-top: .6rem;
    border: 1px solid #cccccc;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #eeeeee;
    color: #222222;
    font-size: .9rem;
    letter-spacing: 0;
}
.lineup .prd .tag li:nth-of-type(n+5) {
    width: 100%;
}
.lineup .prd .tag li.border {
    border: 1px solid #444;
    background-color: #fff;
    color: #444;
}
.lineup .prd .tag li.non {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #ccc;
}
/*---- .link ----*/
.lineup .link {
    padding: 2rem;
    box-sizing: border-box;
}
.lineup .link .size {
    font-size: 1rem;
}
.lineup .link .size:not(:first-child) {
    margin-top: 2rem;
}
.lineup .link h5 {
    margin-top: .8rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.lineup .link .size span {
    color: #f51b2f;
}
.lineup .link .btnBox .color {
    font-size: 1rem;
    font-weight: 500;
}
.lineup .link .btnBox {
    margin-top: 1rem;
}
/* .bnrTop & .bnrInr */
.lineup .link .btn {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    margin-top: 1rem;
    border-radius: 1.5rem;
    font-size: 1rem;
}
.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: 1.0rem;
    width: 1rem;
    height: 1rem;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    color: #090503;
    font-size: 0.85rem;
    padding: 1rem 2rem 3rem;
}
.questionnaire {
    border-top: 1px solid #ddd;
}