@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: #282828;
	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/24/01_hitachi/h1_sp.jpg) no-repeat 0 0;
    background-size: 100%;
    text-indent: -999em;
    font-size: 0;
}
.mainTitle .img {
    display: none;
}
.lead {
    line-height: 2.0;
    margin: 2rem 2rem 0;
    letter-spacing: 0.07em;
    font-size: 1.2rem;
}
.lead + .lead {
    margin: 1rem 2rem 0;
    padding-left: 1.4em;
    text-indent: -1.4em;
}
/*==============================================
 .btn
============================================= */
.btn {
    position: relative;
    text-align: center;
    background-color: #c30e23;
    font-weight: bold;
}
.btn a, .btn a:visited, .btn a:hover {
    display: block;
    color: #fff;
}
.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: 3rem auto 0;
    width: calc(100% - 4rem);
    height: 4rem;
    line-height: 4rem;
    border-radius: 2rem;
    font-size: 1rem;
}
.mainTitle .btn::after {
    right: 1.5rem;
    width: .9rem;
    height: .6rem;
}
/* .bnrInr */
.paragraph .btn {
    margin: 3rem auto 0;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    border-radius: 2rem;
    font-size: 1rem;
}
.paragraph .btn::after {
    right: 1.5rem;
    width: .9rem;
    height: .6rem;
}

/*-- 202404リバイス 追加 --*/
.innerbnr {
	margin-top: 3rem;
}
.innerbnr a{
	display: block;
}

.innerbnr a img{
	width: 100%;
}

/*==============================================
 .makerBanner
============================================= */
.makerBanner {
    margin: 2rem 2rem 0;
}
.makerBanner a {
    display: block;
    width: 100%;
    height: 19.4rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/01_hitachi/cp_bnr_sp.jpg) no-repeat 0 0;
    background-size: 100%;
    text-indent: -999em;
    font-size: 0;
}
.makerBanner a:hover {
    opacity: 0.7;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #ccc;
}
.paragraph#article01 {
    margin-top: 3rem;
}
.paragraph#column {
    border-bottom: 1px solid #ccc;
}
.spAccordion {
    display: none;
    padding: 0 2rem 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-left: 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.2rem;
    padding-bottom: .8rem;
    border-bottom: 3px solid #c30e23;
    font-weight: bold;
}
.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;
    left: 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 #282828;
    border-right: 2px solid #282828;
}
.paragraph.active h2:after {
    top: 3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.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;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c30e23;
}
.paragraph h3 + p {
    margin-top: 2rem;
}
.paragraph h4 {
    margin-top: 2rem;
    line-height: 1.6;
    margin-bottom: .5rem;
    font-size: 1.3rem;
    font-weight: bold;
}
.paragraph p {
    margin-top: 2rem;
    font-size: 1.2rem;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.imgBox + p {
    margin-top: 3rem;
}
.paragraph p em {
    font-style: normal;
    font-weight: bold;
}
/*---- .note ----*/
.note {
    margin-top: 1rem;
}
.note li {
    line-height: 1.8;
    padding-left: 2.0em;
    text-indent: -2.0em;
    font-size: .8rem;
}
.note li + li {
    margin-top: .5rem;
}
/*==============================================
 .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;
}


/*==============================================
 #column
============================================= */
#column h2 .sub{
display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 1.2rem;
    padding-bottom: .8rem;
    border-bottom: 3px solid #d2d2d2 !important;
    font-weight: bold;
}


#column img{
	width: 100%;
	height: auto;
}

#column .oneimgbox{
	margin-top: 2rem;
}

#column .subtitle {
    line-height: 1.6;
	margin-top: 3.5rem;
    font-weight: bold;}


#column .subtitle .icon{
	display: inline-block;
	padding-bottom: 0.5rem;
	border-bottom: #d2d2d2 1px solid;
	font-size: 1.3rem;
}

#column .subtitle .title {
	display: block;
	margin-top: 0.5rem;
	line-height: 1.6;
	font-size: 1.4rem;
}

#column .subtitle .note,
#column .imgttitle .note{
margin-top: 5px;	
}

#column .imgttitle {
font-size: 1.4rem;
font-weight: bold;
margin-top: 3.5rem;
}

#column .green{
color: #56a654;	
}

#column .towimgbox {
margin-top: 1.3rem;
}

#column .towimgbox div {
	overflow: hidden;
}

#column .towimgbox .floatR {
margin-top: 1rem;
}

#column .towimgbox .subtex {
	font-size: 1.2rem;
	margin-bottom: 8px;
	font-weight: bold;
}

#column .towimgbox .cap {
	font-weight: normal;
    margin-top: 0.5rem;
    font-size: 1.2rem;
line-height: 1.6 !important;}


/*==============================================
 #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: 4rem;
    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 #282828;
    border-radius: 1rem;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.lineup > div {
}
/*---- .type ----*/
.lineup .type {
    background-color: #282828;
}
.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 #282828;
    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 #7aaabb;
    box-sizing: border-box;
    background-color: #7aaabb;
    color: #fff;
    font-size: .9rem;
    letter-spacing: 0;
}
.lineup .prd .tag li:nth-last-of-type(-n+2) {
    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: .6rem;
    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 {
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_hitachi/arrow_link.svg) no-repeat 0 0;
}



/*==============================================
.add_pr
============================================= */
.add_pr {
    margin: 0 2rem;
    padding: 2rem 0;
    font-size: 0.85rem;
    border-bottom: 1px solid #ccc;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    color: #090503;
    font-size: 0.85rem;
    padding: 1rem 2rem 3rem;
}
.questionnaire {
    border-top: 1px solid #ddd;
}