@charset "shift_jis";
/*==============================================
 共通カラー
============================================= */
:root {
    --text-color: #222; /* テキスト カラー */
    --color-primary: #cc0000; /* プライマリ カラー */
    --color-secondary: #222; /* セカンダリー カラー */
}
/*==============================================
 common
============================================= */
html {
    overflow: auto;
}
body {
    min-width: 1170px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1170px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
    z-index: 1;
}
.copyRightIn {
    min-width: 1170px;
}
#mainContents {
    padding-bottom: 60px;
    background-color: #f4f4f4;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: var(--text-color);
    letter-spacing: .08em;
    font-feature-settings: "palt"1;
}
.mainContentsIn {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: -170px auto 0;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none !important;
}
em {
    font-weight: 700;
    font-style: normal;
}
a, a:visited, a:hover {
    color: inherit;
}
#mainContents a {
    transition: .2s;
}
#mainContents p a, #mainContents .note li a {
    text-decoration: underline;
    color: var(--color-primary);
}
#mainContents p a:hover, #mainContents .note li a:hover {
    text-decoration: none;
}
.note {
    margin-top: 1em;
}
.note li {
    display: block;
    line-height: 1.8;
    color: #888;
    font-size: 11px;
}
.note li span {
    margin-right: 1em;
}
/*==============================================
 font
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}
/*==============================================
 共通ボタン
============================================= */
.btn {
    width: 100%;
    line-height: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: var(--color-primary);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: .2s;
}
.btn a, a .btn {
    display: block;
    position: relative;
}
.btn a::after, a .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    width: .6em;
    height: .6em;
    margin: auto 0;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(45deg);
}
.btn:hover, a:hover .btn {
    opacity: .7;
}
/* .other */
.btn.other {
    background-color: #a9a5a4;
}
/* .btnWrap */
.btnWrap .title {
    text-align: center;
    font-size: 16px;
}
/*==============================================
 看板
============================================= */
.mainTitle {
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/26/02_hitachi/main_title.webp) no-repeat center top;
}
.mainTitleIn {
    display: flex;
    align-items: center;
    position: relative;
    width: 1170px;
    height: 650px;
    margin: 0 auto;
}
h1 {
    position: absolute;
    top: -170px;
    bottom: 0;
    right: 65px;
    width: 500px;
    height: 303px;
    margin: auto 0;
    text-align: center;
    font-size: 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/02_hitachi/h1.svg) no-repeat center top;
    background-size: contain;
}
.provide {
    width: 1170px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 11px;
}
/*==============================================
 .sidebar
============================================= */
.sidebar {
    width: 320px;
}
#fix {
    position: sticky;
    top: 20px;
    /* box-shadow: 0 0 15px 0 rgba(59,58,61,.1); */
    border-radius: 8px;
    background-color: var(--text-color);
    overflow: hidden;
}
/*--------------------------------------------*/
/* .bnr
----------------------------------------------*/
.sidebar .bnr {
}
.sidebar .bnr a {
    display: block;
    padding-top: 233px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/02_hitachi/bnr_bg.webp) no-repeat center top;
    background-size: 100%;
}
.sidebar .bnr a:hover {
    background-color: rgba(255, 255, 255, .08);
}
.sidebar .bnr .img {
    display: none;
}
.sidebar .bnr .img img {}
.sidebar .bnr .txt {
    padding: 0 30px 30px;
}
.sidebar .bnr .txt .name {
    line-height: 1.4;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: .2s;
}
.sidebar .bnr .txt .name .sub {
    display: block;
    margin-bottom: 5px;
    font-size: .65em;
    font-weight: 400;
}
.sidebar .bnr .txt .btn {
    line-height: 42px;
    width: auto;
    height: 42px;
    margin-top: 10px;
    font-size: 14px;
}
.sidebar .bnr a:hover .txt .btn {
    opacity: 1;
}
/* .close */
.sidebar .bnr .close {
    display: none;
}
/*--------------------------------------------*/
/* #index
----------------------------------------------*/
#index {
    padding: 0 30px 30px;
}
#index p {
    display: none;
    color: #999;
    font-size: 13px;
}
#index ul {
    /* margin-top: 5px; */
}
#index ul li {
    border-top: 1px solid #737373;
}
#index ul li:first-child {
    border-top: none;
}
#index ul li a {
    display: block;
    position: relative;
    line-height: 1.4em;
    padding: 1em 1.5em 1em 3em;
    text-indent: -3em;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
#index ul li a:hover {
    opacity: .7;
}
#index ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .3em;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border: 2px solid var(--color-primary);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: translateY(-25%) rotate(135deg);
}
#index .btn {
    line-height: 40px;
    width: 260px;
    height: 42px;
    margin-top: 5px;
    border: 1px solid var(--text-color);
    background-color: #fff;
    box-sizing: border-box;
    color: var(--text-color);
    font-size: 14px;
}
#index .btn a::after {
    display: none;
}
/* 高さ820未満 */
.main #index {
    margin-top: 40px;
    padding-top: 30px;
    border-radius: 8px;
    background-color: #f4f4f4;
}
.main #index p {
    text-align: center;
}
.main #index ul li a {
    color: var(--text-color);
}
/*==============================================
 .main
============================================= */
.main {
    width: 830px;
    /* box-shadow: 0 0 15px 0 rgba(59,58,61,.1); */
}
/*--------------------------------------------*/
/* .point
----------------------------------------------*/
.pointWrap {
    padding: 65px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #eee;
}
.point {
    position: relative;
    padding: 25px 30px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #f4f4f4;
}
.point .title {
    display: none;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 14em;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    color: var(--color-secondary);
    font-size: 14px;
    font-weight: 700;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 3.4em;
    font-size: 20px;
    font-weight: 700;
}
.point ul li + li {
    margin-top: 5px;
}
.point ul li::before {
    content: "POINT";
    position: absolute;
    top: .5em;
    left: 0;
    line-height: 2.2em;
    padding: 0 1em 0 2em;
    border: 1px solid var(--color-primary);
    border-radius: 1.1em;
    background-color: #fff;
    color: var(--color-primary);
    font-size: 9px;
    letter-spacing: 0;
}
.point ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: .58em;
    left: .4em;
    width: .35em;
    height: .25em;
    margin: auto 0;
    border: 2px solid var(--color-primary);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(135deg);
}
.lead {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
}
/*--------------------------------------------*/
/* .review
----------------------------------------------*/
.review {
    display: flex;
    column-gap: 40px;
    margin-top: 40px;
}
.paragraph h3 + .review, .paragraph h4 + .review, .review + .review {
    margin-top: 15px;
}
.review dt .face {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e8e8e8;
    font-size: 0;
}
.review dt .name {
    line-height: 1.4;
    width: 70px;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}
.review dd {
    position: relative;
    padding: 20px 30px;
    border-radius: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.review dd::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #ddd transparent transparent;
    translate: -100% -50%;
}
.review dd::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #fff transparent transparent;
    translate: -100% calc(-50% - .2px);
}
.review dd p {
    margin-top: 0;
    font-size: 16px;
}
.review dd .link {
    margin-top: 10px;
}
.review dd .link a {
    position: relative;
    padding-right: 1.2em;
    color: var(--color-primary);
    font-size: 16px;
    text-decoration: underline;
}
.review dd .link a:hover {
    opacity: .7;
}
.review dd .link a .arrow {
    display: inline-block;
    position: relative;
    top: -.1em;
    width: 1.1em;
    height: 1.1em;
    margin-left: .5em;
    vertical-align: middle;
    border-radius: 50%;
    background-color: var(--color-primary);
}
.review dd .link a .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.1em;
    right: 0;
    width: .3em;
    height: .3em;
    margin: auto;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(45deg);
}
/*--------------------------------------------*/
/* .paragraph 
----------------------------------------------*/
.paragraph {
    margin-top: 20px;
    padding: 60px 65px 65px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #eee;
}
.paragraph:nth-of-type(odd) {}
/* h2 */
.paragraph h2 {
    position: relative;
    line-height: 1.4;
}
.paragraph h2::before {
    display: block;
    content: "";
    position: absolute;
    left: -65px;
    width: 5px;
    height: 100%;
    background-color: var(--color-primary);
}
.paragraph h2 .sub {
    display: block;
    line-height: 1;
    color: var(--text-color);
    font-size: 22px;
    font-weight: 700;
}
.paragraph h2 .sub strong {
    font-size: 1.6em;
}
.paragraph h2 .title {
    display: block;
    margin-top: .3em;
    font-size: 34px;
    font-weight: 700;
}
/* h3 */
.paragraph h3 {
    position: relative;
    line-height: 1.6;
    margin-top: 60px;
    padding-left: 1.6em;
    font-size: 24px;
    font-weight: 700;
}
.paragraph h3::before {
    display: block;
    content: "";
    position: absolute;
    top: .7em;
    left: 0;
    width: 25px;
    height: 5px;
    background-color: var(--color-primary);
}
/* h4 */
.paragraph h4 {
    display: flex;
    align-items: center;
    line-height: 1.6;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 700;
}
.paragraph h4 .i {
    width: 120px;
    margin-left: 10px;
}
/* h5 */
.paragraph h5 {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 700;
}
/* p */
.paragraph p {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
}
.paragraph p + p {
    margin-top: 20px;
}
.paragraph h3 + p, .paragraph h4 + p, .paragraph h3 + .imgBox, .paragraph h4 + .imgBox, .paragraph h4 + a {
    margin-top: 20px;
}
/* .btn */
.main .btn {
    width: 490px;
    margin-top: 10px;
}
/*--------------------------------------------*/
/* .imgBox
----------------------------------------------*/
.imgBox {
    display: flex;
    flex-direction: column;
    gap: 15px 20px;
    margin-top: 40px;
}
.imgBox .column {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.imgBox .column h4 {
    margin-top: 0;
}
.imgBox .column a {
    display: block;
}
.imgBox .column img, .imgBox .column video {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 0;
    line-height: 1.6;
    font-size: 14px;
}
.imgBox .min {
    color: #888;
    font-size: 11px;
}
/* .horizontal */
.horizontal {
    flex-direction: row;
}
.horizontal .column {
    display: block;
    flex-shrink: 0;
    width: 500px;
}
.maxH img {
    max-height: 350px;
}
/*--------------------------------------------*/
/* .lineup
----------------------------------------------*/
.lineup {
    margin-top: 20px;
    padding: 60px 65px 65px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
}
.lineup h2 {
    position: relative;
}
.lineup h2::before {
    display: block;
    content: "";
    position: absolute;
    left: -65px;
    width: 5px;
    height: 100%;
    background-color: var(--color-primary);
}
.lineup h2 .sub {
    display: block;
    line-height: 1;
    color: var(--text-color);
    font-size: 22px;
    font-weight: 700;
}
.lineup h2 .sub strong {
    font-size: 1.6em;
}
.lineup h2 + h3 {
    margin-top: 40px;
}
.lineup h3 {
    position: relative;
    line-height: 1.6;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 700;
}
.lineup h3 .type {
    color: var(--color-primary);
    font-size: 22px;
}
/*--------------------------------------------*/
/* .item
----------------------------------------------*/
.item + .item {
    margin-top: 20px;
}
.item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    width: 100%;
    margin-top: 20px;
    padding: 30px 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
}
.item .img {
    flex: 1;
    text-align: center;
}
.item .img img {
    width: auto;
    max-height: 240px;
}
.item .info {
    flex: 1.5;
}
.item .info h4 {
    line-height: 1.4;
    text-align: center;
    font-size: 18px;
    transition: .2s;
}
.item .info h4 .liter {
    margin-left: .3em;
    font-size: 1.4em;
    font-weight: 700;
}
.item .info h4 .min {
}
.item .info a:hover h4 {
    color: var(--color-primary);
}
.item .info .btn {
    line-height: 42px;
    width: 100%;
    height: 45px;
    margin: 10px auto 0;
    background-color: var(--color-primary);
    font-size: 14px;
}
.item .info .btn::after {
    transform: rotate(45deg);
}
.item .info .btn + h4 {
    margin-top: 20px;
}
/*==============================================
 .campaign
============================================= */
.campaign {
    margin: 40px auto 0;
    border-radius: 8px;
    border: 1px solid var(--text-color);
    box-sizing: border-box;
    overflow: hidden;
}
.campaign h2 {
    padding: 18px 0;
    background-color: var(--text-color);
    text-align: center;
    line-height: 1.4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.campaign .txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px 70px;
    font-weight: 700;
}
.campaign .txt dl {
    display: flex;
    gap: 15px;
    align-items: center;
}
.campaign .txt dt {
    flex: 1;
    padding: .7em 1em;
    background-color: #d9d9d9;
    text-align: center;
    font-size: 12px;
}
.campaign .txt dd {
    flex: 4;
    font-size: 19px;
    font-weight: 700;
}
.campaign .btn {
    margin-top: 10px;
    background-color: #e2c95a;
    color: var(--text-color);
}
.campaign .btn a::after {
    border-color: var(--text-color);
}
.campaign .note {
    margin-top: 0;
}
/*--------------------------------------------*/
/* .releasedate
----------------------------------------------*/
.releasedate {
    width: 1170px;
    margin: 15px auto 0;
    text-align: right;
    color: var(--text-color);
    font-size: 11px;
}