@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#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 {
    background-color: #1b1d22;
    color: #fff;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents em {
    color: #e64c3d;
    font-style: normal;
}
.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    padding-bottom: 3rem;
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 100%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/05_tcl/h1_sp.webp) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .btnWrap {
    margin: 2rem 2rem 0;
}
.lead {
    line-height: 2.0;
    margin: 3rem 2rem 0;
    color: #fff;
    font-size: 1.2rem;
}
.lead a {
    color: #3aadff;
    text-decoration: underline;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    margin: 0 -2rem;
}
.bnr a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 10.0rem;
    padding-bottom: 2rem;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/24/05_tcl/bnr_sp.webp) no-repeat 0 0;
    background-size: 100%;
    font-size: 0;
}
.btn {
    display: block;
    position: relative;
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    margin: 0 auto;
    background-color: #e64c3d;
    text-align: center;
    color: #fff !important;
    font-weight: 400;
    font-size: .9rem;
}
.btn span {
    position: relative;
    z-index: 1;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.0rem;
    width: .6rem;
    height: .6rem;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}


.bnr .btn {
    width: calc(100% - 4rem);
    height: 3.2rem;
    margin: 0 auto;
    line-height: 3.2rem;
    font-size: .8rem;
}
.bnr .btn .arrow {
    width:  1.0rem;
    height: 1.0rem;
    margin-left: .6em;
}
.bnr .btn .arrow::before {
    top: .3em;
}


/* .productBox */
.paragraph .bnrMin {
    margin-top: 3rem;
}
.paragraph .bnrMin a,
.productBox .btnBox a {
    display: block;
    position: relative;
    line-height: 4rem;
    margin: 0 auto;
    border: 1px solid #696c75;
    background-color: rgba(45,50,59,0.50);
    text-align: center;
    color: #fff;
    font-size: 1rem;
    transition: .2s;
}
.paragraph .bnrMin a {
    width: 100%;
    margin: 0 auto;
}
.productBox .btnBox a {
    width: 100%;
}
.paragraph .bnrMin a:hover,
.productBox .btnBox a:hover {
    background-color: rgba(45,50,59,1.00);
}
.paragraph .bnrMin a::after,
.productBox .btnBox a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.0rem;
    width: .6rem;
    height: .6rem;
    margin: auto 0;
    border-right: 2px solid #e64c3d;
    border-bottom: 2px solid #e64c3d;
    transform: rotate(-45deg);
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #313235;
    transition: .2s;
}
.spAccordion {
    display: none;
    padding: 0 2rem;
}
.paragraphIn {
    padding-bottom: 3rem;
}
.paragraph p, .paragraph h2 {
    line-height: 2.0;
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.paragraph h2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 2.5rem 2rem 2rem 2.5rem;
}
.paragraph h2 > span {
    display: block;
    padding-left: 2.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    line-height: 1;
    color: #3aadff;
    font-size: 1.3rem;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: .5rem;
    font-size: 1.7rem;
    font-weight: bold;
}
.paragraph h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto 0;
    border-radius: 50%;
    background: #e64c3d;
}
.paragraph h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto 0;
    border-radius: 50%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/05_tcl/arrow.svg) no-repeat center center;
    transform: rotate(90deg);
    transition: .2s;
}
.paragraph.active h2::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.paragraph h3 {
    display: inline-block;
    position: relative;
    line-height: 1.6;
    margin-top: 4rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.paragraph h3 span {
    font-size: 1.0rem;
}
.paragraph h4 {
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: bold;
}
.paragraph p {
    margin-top: 3rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph h3 + p {
    margin-top: 1.0rem;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    width: 80%;
    margin: 3rem auto 0;
}
h3 + .imgBox {
    margin-bottom: 1rem;
}
.imgBox h4 {
    margin-bottom: 1rem;
}
.imgBox h5 {
    margin-bottom: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 1rem;
}
.imgBox .copy {
    margin-top: 1rem;
    font-size: .8rem;
}
/*---- .two ----*/
.imgBox .two div + div {
    margin-top: 3.0rem;
}
/* .catch */
.imgBox.catch {
    margin-top: .5rem;
}
/*==============================================
.productBox
============================================= */
.productBox {
    padding: 0 2rem;
    background-color: #121315;
}
.productBoxIn {
}
.productBox dl {
    margin: 4rem auto 0;
    padding: 4rem 0 0;
    box-sizing: border-box;
    border-top: 1px solid #313235;
}
.productBox dl:first-of-type {
    margin-top: 0;
    border: none;
}
.productBox dl dt {
    text-align: center;
}
.productBox dl dt img {
    width: 60%;
    height: auto;
}
.productBox dl dd {
    margin-top: 2rem;
}
.productBox dl dd h2 {
    position: relative;
    line-height: 1.6;
    padding-left: 30px;
    font-size: 1.4rem;
    font-weight: 700;
}
.productBox dl dd h2::before {
    content: "";
    display: block;
    position: absolute;
    top: .9rem;
    left: 0;
    width: 1.2rem;
    height: .3rem;
    margin: auto 0;
    background-color: #3aadff;
}
.productBox dl dd h2 .min {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
}
.productBox dl dd h2 .review {
    display: inline-block;
    line-height: 1;
    padding: .5rem .4rem .3rem ;
    vertical-align: middle;
    background-color: #e64c3d;
    font-size: .8rem;
    font-weight: 700;
}
.productBox dl dd p {
    margin-top: 1.5rem;
}
.productBox .btnBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.productBox .btnBox li {
    width: 48%;
}
.productBox .btnBox li:nth-child(n+3) {
    margin-top: 10px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    color: #fff;
    font-size: 0.85rem;
    padding: 2rem 0 3rem;
}