@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: #f8f8f8;
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #6d6a70;
	letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents p a {
    border-bottom: 1px solid rgba(220,193,145,1);
    color: #dcc191;
}
#mainContents em {
    background-color: rgba(220,193,145,0.2);
    font-style: normal;
}
span.note,
ul.note {
    margin-top: 1rem; 
}
span.note {
    display: block;
}
span.note,
ul.note li {
    line-height: 1.8;
    font-size: .8rem;
}
ul.note li + li {
    margin-top: 0;
}
.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 74.66%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_tescom/h1_sp.jpg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .btnWrap {
    margin: 2rem;
}
.lead {
    line-height: 2.0;
    margin: 0 2rem 2rem;
    font-size: 1.2rem;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
}
.bnr a {
    display: block;
    position: relative;
    width: 100%;
    height: 12rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_tescom/bnr_sp.jpg) no-repeat 0 0;
    background-size: cover;
    font-size: 0;
}
.btn {
    display: block;
    position: relative;
    width: 100%;
    height: 3.4rem;
    line-height: 3.4rem;
    margin: 0 auto;
    background-color: #b5dfee;
    text-align: center;
    color: #6d6a70;
    font-size: 1rem;
}
.btn .arrow {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: .9rem;
    height: 1.0rem;
    margin: auto 0;
}
.btn .arrow::before {
    content: "";
    display: block;
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_tescom/arrow.svg) no-repeat center center;
    background-size: contain;
    transition: .3s ease;
}
.bnr .btn {
    position: absolute;
    right: 3.6rem;
    bottom: 1.5rem;
    width: 14rem;
    height: 2.6rem;
    line-height: 2.6rem;
    font-size: .8rem;
}
.bnr .btn .arrow {
    right: 15px;
    width: .7rem;
    height: .8rem;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px dashed #bcb8c0;
    transition: .2s;
}
.paragraph#article01 {
    margin-top: 0;
}
.paragraph#matome {
    border-bottom: 1px dashed #bcb8c0;
}
.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: 2rem 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;
    padding-bottom: .8rem;
    border-bottom: 1px solid #bcb8c0;
    font-size: 1.1rem;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: 1.2rem;
    font-size: 1.7rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.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: #efeeee;
}
.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/23/11_tescom/arrow_bottom.svg) no-repeat center center;
    transform: rotate(0deg);
    transition: .2s;
}
.paragraph.active h2::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph h3 {
    display: inline-block;
    position: relative;
    line-height: 1.5;
    margin-top: 4rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.paragraph h4 {
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: bold;
}
.paragraph h4 span {
    display: inline-block;
    margin-right: 1rem;
    padding: .2rem .6rem;
    background-color: #6d6a70;
    font-size: 1.0rem;
    font-weight: 300;
    color: #fff;
}
.paragraph h5 {
    line-height: 1.6;
    font-size: 1rem;
}
.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 {
    margin-top: 3rem;
}
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;
}
/*---- .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;
}
/* .catch */
.imgBox.catch {
    margin-top: .5rem;
}
/*==============================================
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;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin: 3rem 2rem 0 2rem;
}
.productBox .img {
    width: 40%;
    margin: 0 auto;
}
.productBox .img img {
    width: 100%;
    height: auto;
}
.productBox .txt {
    margin-top: 1rem;
}
.productBox .txt .sub {
    text-align: center;
    font-size: 1.2rem;
}
.productBox .txt h2 {
    margin-top: .5rem;
    line-height: 1.6;
    text-align: center;
    font-size: 1.7rem;
}
.productBox .txt .btnWrap {
    margin-top: 20px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    color: #090503;
    font-size: 0.85rem;
    padding: 1rem 2rem 3rem;
}