@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
    font-size: 0;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#mainContents {
    background: #e7e7e7 url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_viera/sp_mainimg.webp) no-repeat center top;
    background-size: contain;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #292929;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
.pc {
    display: none;
}
em {
    font-style: normal;
    font-weight: 700;
}
a, a:visited, a:hover {
    color: inherit;
    transition: .2s;
}
/*==============================================
 .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: 4rem;
    height: 4rem;
    margin: 0 auto;
    border-radius: 2rem;
    background-color: #cc3e34;
    box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    transition: .2s;
}
.btn a,
a .btn {
    display: block;
    position: relative;
    color: #fff;
}
.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: flex-end;
    width: auto;
    height: 132vw;
    padding: 2rem 2rem 8rem;
    box-sizing: border-box;
}
h1 {
    text-indent: -999em;
    font-size: 0;
}

/*==============================================
 .sidebar
============================================= */
.sidebar {
}
#fix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: .3s;
}
.hidden#fix {
    top: -10rem;
}
/* .bnr
----------------------------------------------*/
.sidebar .bnr {
    margin: 1rem;
}
.sidebar .bnr a {
    display: flex;
    align-items: center;
    position: relative;
    height: 7rem;
    padding: 0 3rem;
    border-radius: 3.5rem;
    background-color: #fff;
    box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);
}
.sidebar .bnr a::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto 0;
    background:  url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_viera/arrow_color_sp.svg) no-repeat center top;
    transform: rotate(-90deg);
}
.sidebar .bnr a:hover {
}
.sidebar .bnr .img {
    width: 25%;
    height: auto;
}
.sidebar .bnr .img img {
    width: 100%;
    height: auto;
}
.sidebar .bnr .txt {
    width: 75%;
}
.sidebar .bnr .txt .name {
    line-height: 1;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}
.sidebar .bnr .txt .name .min {
    display: none;
}
.sidebar .bnr .txt .btn {
    line-height: 1;
    margin-top: 1rem;
    color: #292929;
    font-size: .9rem;
    font-weight: 700;
    /* リセット */
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    
}
.sidebar .bnr .btn::after {
    display: none;
}
/* .nav
----------------------------------------------*/
.sidebar .nav {
    display: none;
}
/*==============================================
 .main
============================================= */
.main {
    width: 100%;
}
.paragraph {
    padding: 3rem 2rem;
    background-color: #fff;
}
/* h2 */
.paragraph h2 {
    position: relative;
    line-height: 1.4;
}
.paragraph h2::before {
    display: block;
    content: "";
    position: absolute;
    left: -2rem;
    width: 4px;
    height: 100%;
    background-color: #5973a6;
}
.paragraph h2 .sub {
    display: block;
    line-height: 1;
    color: #5973a6;
    font-size: 1.4rem;
    font-weight: 700;
}
.paragraph h2 .sub strong {
    font-size: 1.6em;
}
.paragraph h2 .title {
    display: block;
    margin-top: .5em;
    font-size: 2rem;
    font-weight: 700;
}
/* h3 */
.paragraph h3 {
    position: relative;
    line-height: 1.6;
    margin-top: 3rem;
    padding-left: 1.6em;
    font-size: 1.6rem;
    font-weight: 700;
}
.paragraph h3::before {
    display: block;
    content: "";
    position: absolute;
    top: .7em;
    left: 0;
    width: 1.5rem;
    height: 4px;
    background-color: #5973a6;
}
/* h4 */
.paragraph h4 {
    line-height: 1.6;
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 700;
}
/* p */
.paragraph p {
    line-height: 1.8;
    margin-top: 2rem;
    font-size: 1.4rem;
}
.paragraph h3 + p,
.paragraph h4 + p {
    margin-top: 1.5rem;
}
.paragraph p.note {
    font-size: 1rem;
}
.paragraph p a {
    display: inline;
    color: #5973a6;
    text-decoration: underline;
}
/* .btn */
.innerbnr {
    width: 100%;
    padding: 1.5rem 1rem;
    box-sizing: border-box;
}
.innerbnr .btn {
    width: auto;
    height: auto;
    line-height: 1.4;
    margin: auto;
    border-radius: calc(1px / 0);
    background-color: #cc3e34;
    box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    transition: .2s;
    padding: .6em 0 .5em;
}
.innerbnr .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;
}
/* hr */
.paragraph hr {
    width: 33%;
    margin: 2rem auto;
}
/*==============================================
 .point
============================================= */
.pointWrap {
    padding: 0 2rem 3rem;
}
.point {
    margin: -6rem auto 2.5rem;
    padding: 2rem 2rem;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);
}
.point p {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
}
.point ul {
    margin-top: 1.0rem;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 3.5em;
    font-size: 1.4rem;
    font-weight: 700;
    word-break: break-all;
}
.point ul li + li {
    margin-top: .5rem;
}
.point ul li::before {
    content: "POINT";
    position: absolute;
    top: .3em;
    left: 0;
    padding: .4em .8em .4em 2.1em;
    border-radius: .2rem;
    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: 2rem;
    font-size: 1.4rem;
}
/* .nav
----------------------------------------------*/
.pointWrap .nav {
    margin-top: 2rem;
    padding: 2rem 2rem;
    border-radius: 1rem;
    background-color: #333;
    box-sizing: border-box;
}
.pointWrap .nav p {
    text-align: center;
    color: #999;
    font-size: 1.1rem;
}
.pointWrap .nav ul {
    margin-top: .5rem;
}
.pointWrap .nav ul li {
    border-top: 1px solid #ccc;
}
.pointWrap .nav ul li:first-child {
    border-top: none;
}
.pointWrap .nav ul li a {
    display: block;
    position: relative;
    line-height: 3em;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
}
.pointWrap .nav ul li a:hover {
    color: #5973a6;
}
.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 {
    margin-top: .5rem;
    font-size: 1.2rem;
    /*ボーダーデザイン*/
    border: 1px solid #fff;
    background-color: #2b2b2b;
    box-shadow: none;
    box-sizing: border-box;
}
.pointWrap .nav .btn a::after {
    display: none;
}
.pointWrap .nav .btn:hover {
    background-color: rgba(255,255,255,0.08);
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin: 2rem 0 0;
}
h4 + .imgBox {
    margin-top: 1.5rem;
}
.imgBox div + div,
.imgBox a + a {
    margin-top: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgBox .cap {
    line-height: 1.6;
    margin-top: 1.0rem;
    font-size: 1.1rem;
}
/*---- .two ----*/
.imgBox .two {
    width: 100%;
}
.imgBox .two + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
.imgBox .two a {
    display: block;
    position: relative;
}
.imgBox .two a span {
    display: block;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 .5em #000;
    position: absolute;
    top: 1em;
    left: 1em;
}
.imgBox .two a strong {
    display: block;
    margin-bottom: 1em;
}
/*==============================================
 .lineup
============================================= */
.lineup {
    padding: 3rem 2rem;
    background-color: #121212;
}
.lineup h2 {
    position: relative;
    line-height: 1.6;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}
.lineup h2::before {
    display: block;
    content: "";
    position: absolute;
    left: -2rem;
    width: 4px;
    height: 100%;
    background-color: #5973a6;
}
/* .card
----------------------------------------------*/
.card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.card > li {
    width: 100%;
    padding: 4rem 2rem 2rem;
    background-color: #fff;
    border-radius: 1rem;
    box-sizing: border-box;
    box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
    text-align: center;
}
.card > li + li {
    margin-top: 2rem;
}
.card > li .img a:hover {
    opacity: .7;
}
.card > li .img img {
    width: 90%;
    height: auto;
}
.card > li .img strong {
    display: block;
    color: #cc3e34;
    margin-bottom: 1em;
}
.card > li span.type {
    display: inline-block;
    padding: .35em .8em .25em;
    border: 1px solid #333;
    font-size: .9em;
    margin: 1.5rem auto 0;
}
.card > li h3 {
    line-height: 1.6;
    margin-top: .5rem;
    color: #cc3e34;
    font-size: 1.8rem;
    font-weight: bold;
}
.card > li h3 a:hover {
    text-decoration: underline;
}
.card > li p {
    line-height: 1.6;
    font-size: 1.1rem;
    font-weight: 700;
}
/* .size */
.card .size {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.card .size li {
    width: 49%;
}
.card .size li:nth-of-type(n+3) {
    margin-top: 2%;
}
.card .size li a {
    display: block;
    line-height: 2.2em;
    border-radius: 1.1em;
    background-color: #cc3e34;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    transition: .2s;
}
.card .size li a:hover {
    background-color: #d95147;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    margin-top: 2rem;
    text-align: right;
    color: #fff;
    font-size: 0.85rem;
}