@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: #fff;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #090503;
	letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
p strong {
    border-bottom: 1px dashed #ff8a00;
    font-weight: lighter;
}
.note {
    display: inline-block;
    margin-top: 1rem;
    line-height: 1.8;
    text-align: left;
    font-size: .8rem;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents p a {
    border-bottom: 1px dashed rgba(143,131,81,1.00);
    color: #8f8351;
    transition: .2s;
}
.pc {
    display: none;
}
/*==============================================
 .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;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background-color: #f7f7f7;
}
.mainTitle {;
}
.mainTitle h1 {
    display: block;
    padding-top: 113.3%;
    background:  url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_tescom/h1_sp.jpg) no-repeat 0 0;
    background-size: 100%;
    text-indent: -999em;
    font-size: 0;
}
.mainTitle .note {
    display: block;
    margin: 1rem 2rem 0;
    text-align: right;
}
.lead {
    line-height: 2.0;
    margin: 3rem 2rem 0;
    font-size: 1.2rem;
}
/*==============================================
 .bnr
============================================= */
.bnrWrap {
    margin-top: 3rem;
    background-color: #c5d0e2;
}
.paragraph .bnrWrap {
    margin-left: -2rem;
    margin-right: -2rem;
}
.bnr {
    margin-top: 3rem;
}
.bnr a {
    display: block;
    padding: 9rem 2rem 2rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_tescom/bnr_sp.jpg) no-repeat center top;
    background-size: 100%;
    box-sizing: border-box;
}
.btn {
    display: block;
    position: relative;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
    background-color: #3f3c3c;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
}
.btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 1.3rem;
    height: 1.3rem;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_tescom/arrow.svg) no-repeat 0 0;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-bottom: 1px solid #eee;
}
.spAccordion {
    display: none;
    padding: 0 2rem;
}
#matome .spAccordion {
    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: 1.5rem 2rem 1.5rem 2.5rem;
}
.paragraph h2 > span {
    display: block;
    padding-left: 2.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.paragraph h2 .sub {
    display: block;
    position: relative;
    font-size: 1.3rem;
}
.paragraph h2 .sub::after {
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4rem;
    height: 2px;
    background-color: #3f3c3c;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 700;
}
.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: #3f3c3c url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_tescom/arrow_index.svg) no-repeat 0 0;
    background-size: 100%;
    transition: .2s;
}
.paragraph.active h2::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph h3 {
    margin-top: 3rem;
    text-align: left;
    font-size: 1.3rem;
    font-weight: 700;
}
.paragraph h4 {
    margin-bottom: 1.5rem;
    text-align: left;
    font-size: 1.2rem;
}
.paragraph p {
    margin-top: 3rem;
    font-size: 1.3rem;
}
.paragraphIn > p:first-child {
    margin-top: 1rem;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph h3 + p {
    margin-top: 1.5rem;
}
.paragraph p a,
.paragraph li a {
    color: #c01735;
    border-bottom: 1px solid #c01735;
    transition: .2s;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin-top: 3rem;
}
h3 + .imgBox {
    margin-top: 1.5rem;
}
h2 + .imgBox,
.imgBox:first-child {
    margin-top: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .two > a,
.imgBox .two div {
    width: calc(50% - .5rem);
}
.imgBox .two div img {
    width: 100%;
    height: auto;
}
.imgBox .two + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/* .three */
.imgBox .three {
    width: 100%;
}
.imgBox .three a {
    width: 100%;
    text-align: center;
}
.imgBox .three a + a {
    margin-top: 1.5rem;
}
.imgBox .three a img {
    width: 100%;
    height: auto;
}
/*---- .motor ----*/
.imgBox .motor {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .motor a {
    width: calc(50% - .5rem);
}
.imgBox .motor + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/*==============================================
video
============================================= */
.movBox {
    margin-top: 2rem;
}
.movBox video {
    outline: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.movBox video + video {
    margin-top: 1rem;
}
.movBox .movTxt {
    text-align: center;
}
.movBox .mov {
    margin-top: 1.5rem;
}
.movBox .cap {
    line-height: 1.8;
    margin: 1rem auto 0;
    font-size: 1rem;
}
/*==============================================
 .article04
============================================= */
#article04 .spAccordion h2 {
    display: none;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin: 3rem 2rem 0;
}
.productBoxIn {
}
.productBoxIn a {
}
.productBoxIn a .img {
    width: auto;
    text-align: center;
}
.productBoxIn a .img img {
    width: 100%;
}
.productBoxIn a .txt {
    margin-top: 2rem;
}
.productBoxIn a .txt h2 {
    font-size: 1.8rem;
    font-weight: 700;
}
.productBoxIn a .txt p {
    line-height: 1.8;
    margin-top: .5rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}
.productBoxIn a .txt .btn {
    margin-top: 1.5rem;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: right;
    color: #090503;
    font-size: 0.85rem;
    padding: 3rem 2rem 1rem;
}