@charset "shift_jis";
/*==============================================
common
============================================= */
html {
    overflow: auto;
}
body {
    contain: paint;
    min-width: 1170px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: calc(100% - 60px);
    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;
}
.copyRightIn {
    width: calc(100% - 60px);
}
#mainContents {
    background: #e9e9e9 url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_viera/main_img.webp) no-repeat center top;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #333;
    letter-spacing: 0.08em;
    font-feature-settings: "palt"1;
}
.mainContentsIn {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: 0 auto;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none !important;
}
em {
    font-style: normal;
    font-weight: 700;
}
a, a:visited, a:hover {
    color: inherit;
}
/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* medium
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
} */
/* 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: #cc3e34;
    box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);
    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 {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    width: .8em;
    height: .8em;
    margin: auto 0;
    background:  url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_viera/arrow.svg) no-repeat center top;
}
.btn:hover,
a:hover .btn {
    background-color: #d95147;
}
/*==============================================
 看板
============================================= */
.mainTitle {
}
.mainTitleIn {
    display: flex;
    align-items: center;
    width: 1170px;
    height: 540px;
    margin: 0 auto;
}
h1 {
    text-indent: -999em;
}
/*==============================================
 .sidebar
============================================= */
.sidebar {
    width: 320px;
}
#fix {
    position: sticky;
    top: 20px;
}
/* .bnr
----------------------------------------------*/
.sidebar .bnr {
    background: #fff;
}
.sidebar .bnr a {
    display: block;
    padding: 50px 30px 30px;
}
.sidebar .bnr .img {
    text-align: center;
}
.sidebar .bnr .txt .name {
    line-height: 1.4;
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
}
.sidebar .bnr .txt .name .min {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.sidebar .bnr .txt .btn {
    line-height: 42px;
    height: 42px;
    margin-top: 15px;
    font-size: 13px;
}
/* .nav
----------------------------------------------*/
.sidebar .nav {
    padding: 40px 30px 30px;
    background-color: #333;
}
.sidebar .nav p {
    color: #777;
    font-size: 14px;
}
.sidebar .nav ul {
    margin-top: 5px;
}
.sidebar .nav ul li {
    border-top: 1px solid #555;
}
.sidebar .nav ul li:first-child {
    border-top: none;
}
.sidebar .nav ul li a {
    display: block;
    position: relative;
    line-height: 3.4em;
    color: #fff;
    font-size: 14px;
}
.sidebar .nav ul li a:hover {
    color: #5973a6;
}
.sidebar .nav ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: .8em;
    height: .8em;
    margin: auto 0;
    background:  url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_viera/arrow_color.svg) no-repeat center top;
}
.sidebar .nav .btn {
    line-height: 40px;
    height: 42px;
    margin-top: 10px;
    font-size: 14px;
    /*ボーダーデザイン*/
    border: 1px solid #fff;
    background-color: #2b2b2b;
    box-shadow: none;
    box-sizing: border-box;
}
.sidebar .nav .btn a::after {
    display: none;
}
.sidebar .nav .btn:hover {
    background-color: rgba(0,0,0,.3);
}
/*==============================================
 .main
============================================= */
.main {
    width: 830px;
    background-color: #fff;
}
.paragraph {
    padding: 80px 65px 65px;
}
    /*.paragraph:nth-last-of-type(even) {
        background-color: #f7f7f7;
    }*/
/* 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: #5973a6;
}
.paragraph h2 .sub {
    display: block;
    line-height: 1;
    color: #5973a6;
    font-size: 24px;
    font-weight: 700;
}
.paragraph h2 .sub strong {
    font-size: 1.5em;
}
.paragraph h2 .title {
    display: block;
    margin-top: .5em;
    font-size: 34px;
    font-weight: 700;
}
#article04 .sub strong,
#matome h2 .sub strong {
    font-size: 1.4em;
}
/* 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: #5973a6;
}
/* h4 */
.paragraph h4 {
    line-height: 1.6;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
}
/* p */
.paragraph p {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
}
.paragraph h3 + p,
.paragraph h4 + p {
    margin-top: 30px;
}
.paragraph p a {
    color: #5973a6;
    text-decoration: underline;
    cursor: pointer;
}
.paragraph p a:hover {
    text-decoration: none;
}
.paragraph p.note {
    font-size: 12px;
}
/* .btn */
.innerbnr {
    background: #f2f2f2;
    padding: 55px 0;
}
.innerbnr .btn {
    width: 550px;
    font-size: 14px;
}
/* hr */
.paragraph hr {
    width: 140px;
    margin: 50px auto;
}
/*==============================================
 .point
============================================= */
.pointWrap {
    padding: 65px;
    background-color: #f2f2f2;
}
.point {
    padding: 30px 40px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);
}
.point p {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.point ul {
    margin-top: 20px;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 3.5em;
    font-size: 19px;
    font-weight: 700;
}
.point ul li + li {
    margin-top: 7px;
}
.point ul li::before {
    content: "POINT";
    position: absolute;
    top: .3em;
    left: 0;
    padding: .41em .8em .4em 2.1em;
    border-radius: 3px;
    background: #5973a6 url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_viera/check.svg) no-repeat left top;
    color: #fff;
    font-size: .5em;
    letter-spacing: 0;
}
.lead {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
}
/* .nav
----------------------------------------------*/
.pointWrap .nav {
    margin-top: 40px;
    padding: 30px 40px;
    border-radius: 15px;
    background-color: #eee;
    box-sizing: border-box;
}
.pointWrap .nav p {
    text-align: center;
    color: #999;
    font-size: 14px;
}
.pointWrap .nav ul {
    margin-top: 10px;
}
.pointWrap .nav ul li {
    border-top: 1px solid #ddd;
}
.pointWrap .nav ul li:first-child {
    border-top: none;
}
.pointWrap .nav ul li a {
    display: block;
    position: relative;
    line-height: 3.4em;
    color: #292929;
    font-size: 16px;
    font-weight: 700;
}
.pointWrap .nav ul li a:hover {
    color: #b69a65;
}
.pointWrap .nav ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: .8em;
    height: .8em;
    margin: auto 0;
    background:  url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_viera/arrow_color.svg) no-repeat center top;
}
.pointWrap .nav .btn {
    width: 260px;
    line-height: 42px;
    height: 42px;
    margin-top: 10px;
    font-size: 14px;
    /*ボーダーデザイン*/
    border: 1px solid #292929;
    background-color: #fff;
    box-shadow: none;
    box-sizing: border-box;
}
.pointWrap .nav .btn a {
    color: #292929;
}
.pointWrap .nav .btn a::after {
    display: none;
}
.pointWrap .nav .btn:hover {
    background-color: rgba(255,255,255,0.08);
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 50px auto 0;
}
h4 + .imgBox {
    margin-top: 30px;
}
.imgBox div {
    width: calc(50% - 10px);
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: default;
}
.imgBox a img {
    cursor: zoom-in;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgBox .cap {
    line-height: 1.6;
    width: calc(50% - 10px);
    margin: 0;
    font-size: 14px;
}
/* .one */
.imgBox .one {
    width: 100%;
}
.imgBox .one.vertical img {
    width: auto;
    height: 100%;
}
.imgBox .one a {
    margin: 0 auto;
    text-align: center;
}
.imgBox .one + .cap {
    width: 100%;
    margin: 15px auto 0;
    padding-left: 0;
}
.imgBox .one video {
    width: 100%;
    margin: 0 auto;
    outline: none;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .two a,
.imgBox .two div,
.imgBox .two video {
    width: calc(50% - 10px);
    margin-top: 0;
    outline: none;
}
.imgBox .two a:first-of-type,
.imgBox .two video:first-of-type {
    margin-right: 20px;
}
.imgBox .two + .cap,
.imgBox .two div .cap {
    width: auto;
    margin: 15px auto 0;
    padding-left: 0;
}
.imgBox .two a {
    display: block;
    position: relative;
}
.imgBox .two a span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 5px #000;
    position: absolute;
    top: 1em;
    left: 1em;
}
.imgBox .two a strong {
    display: block;
    margin-bottom: 1.5em;
    pointer-events: none !important;
}
/*==============================================
 .lineup
============================================= */
.lineup {
    padding: 80px 65px 65px;
    background-color: #333;
}
.lineup h2 {
    position: relative;
    line-height: 1.6;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.lineup h2::before {
    display: block;
    content: "";
    position: absolute;
    left: -65px;
    width: 5px;
    height: 100%;
    background-color: #5973a6;
}
/* .card
----------------------------------------------*/
.card {
    margin-top: 40px;
}
.card > li {
    width: 100%;
    text-align: center;
    padding: 60px 80px 40px;
    background-color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
}
.card > li + li {
    margin-top: 40px;
}
.card > li h3 {
    line-height: 1.4;
    font-size: 34px;
    font-weight: bold;
    transition: .2s;
}
.card > li a:hover h3 {
}
.card > li h3 span {
    display: block;
    font-size: 14px;
}
.card > li .img {
    text-align: center;
}
.card > li .img a:hover {
    opacity: .7;
}
.card > li .img strong {
    display: block;
    font-size: 18px;
    color: #cc3e34;
    margin-bottom: 15px;
}
.card > li .btn {
    margin-top: 20px;
}
.card > li span.type {
    display: inline-block;
    padding: .35em .8em .25em;
    border: 1px solid #333;
    font-size: .9em;
    margin: 20px auto 0;
}
.card > li p {
    line-height: 1.6;
    font-size: 14px;
    font-weight: 700;
}
/* .size */
.card .size {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}
.card .size li {
    width: 48%;
}
.card .size li:nth-of-type(n+3) {
    margin-top: 3%;
}
.card .size li a {
    display: block;
    line-height: 2.5em;
    border-radius: calc(1px / 0);
    background-color: #cc3e34;
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: .2s;
    box-shadow: 0 0 .6em 0 rgba(59, 58, 61, 0.3);
}
.card .size li a:hover {
    background-color: #d95147;
}
/*==============================================
 .releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: auto;
    margin: 40px auto 0;
    text-align: right;
    color: #fff;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}