@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #f8f8f8;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #6d6a70;
	letter-spacing: 0.15em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
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;
    transition: .3s ease;
}
#mainContents p a:hover {
    border-bottom: 1px solid rgba(220,193,145,0);
}
#mainContents em {
    background-color: rgba(220,193,145,0.2);
    font-style: normal;
}
span.note,
ul.note {
    margin-top: 15px; 
}
span.note {
    display: block;
}
span.note,
ul.note li {
    line-height: 1.8;
    font-size: 11px;
    font-weight: 300;
}
ul.note li + li {
    margin-top: 0;
}
.sp {
    display: none !important;
}
/*==============================================
 .noto
============================================= */
/* Light */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
    font-weight: 300;
}
/* Medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_tescom/h1_bg_pc.jpg) no-repeat center top;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 614px;
    margin: 0 auto;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 135px;
    left: 0;
    width: 507px;
    height: 292px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_tescom/h1_pc.png) no-repeat center top;
    font-size: 0;
}
.mainTitle .btnWrap {
    position: absolute;
    left: 0;
    bottom: 75px;
}
/*---- .lead ----*/
.lead {
    line-height: 2.0;
    font-size: 17px;
    width: 1000px;
    margin: 80px auto 0;
    padding: 0 85px;
    box-sizing: border-box;
    font-weight: 300;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    width: 830px;
    margin: 100px auto 0;
}
.bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 200px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_tescom/bnr_pc.jpg) no-repeat 0 0;
    font-size: 0;
}
.btn {
    display: block;
    position: relative;
    width: 320px;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    background-color: #b5dfee;
    text-align: center;
    color: #6d6a70;
    font-size: 13px;
    font-weight: 300;
    transition: .3s ease;
}
.btn .arrow {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 12px;
    width: 11px;
    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;
}
.btn:hover {
}
.btn:hover .arrow::before {
    right: -.3em;
}
.bnr .btn {
    position: absolute;
    right: 118px;
    bottom: 25px;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
}
.bnr .btn .arrow {
    right: 15px;
}
.btn:hover,
.bnr:hover .btn {
    background-color: #e3cea7;
}
.bnr:hover .btn .arrow::before {
    right: -.3em;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    margin-top: 100px;
    border-top: 1px dashed #bcb8c0;
    border-bottom: 1px dashed #bcb8c0;
}
.lnav {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 60px 85px;
    box-sizing: border-box;
}
.lnav p {
    width: 200px;
    font-size: 19px;
    font-weight: 500;
}
.lnav ul {
}
.lnav ul li + li {
    margin-top: 20px;
}
.lnav ul li a {
    display: block;
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    color: #6d6a70;
    font-weight: 300;
    transition: .3s ease;
}
.lnav ul li a::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #efeeee url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_tescom/arrow_bottom.svg) no-repeat center center;
    transition: .3s;
}
.lnav ul li a:hover::before {
    background-color: #ebdec7;
}
.lnav ul li a:hover {
    color: #dcc191;
}
.lnav ul li a span {
    display: inline-block;
    width: 4.5em;
    margin-right: 20px;
    font-weight: 500;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 130px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    width: 150px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #bcb8c0;
    font-size: 19px;
    font-weight: 500;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: 30px;
    font-size: 32px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.paragraph h3 {
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 1.6;
    margin-top: 100px;
    font-size: 21px;
    font-weight: 500;
}
.paragraph h4 {
    line-height: 1.6;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
}
.paragraph h4 span {
    display: inline-block;
    margin-right: 20px;
    padding: 3px 8px;
    background-color: #6d6a70;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.paragraph h5 {
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
.paragraph p {
    line-height: 2.0;
    width: 830px;
    margin: 80px auto 0;
    text-align: left;
    font-size: 17px;
    font-weight: 300;
}
.paragraph h3 + p {
    margin-top: 30px;
}
.paragraph p + p {
    margin-top: 50px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 100px auto 0;
}
h3 + .imgBox {
    margin-bottom: 40px;
}
.imgBox h4 {
    margin-bottom: 30px;
}
.imgBox h5 {
    margin-bottom: 20px;
}
.imgBox div {
    width: 405px;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    margin: 0;
    font-size: 14px;
}
.imgBox .cap p {
    width: auto;
    margin-top: 0;
    font-size: 14px;
}
/* .one */
.imgBox .one {
    width: 660px;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .two a,
.imgBox .two div {
    width: 320px;
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .catch */
.imgBox.catch,
.imgBox.catch div {
    width: 830px;
}
/*==============================================
video
============================================= */
.movBox {
    width: 660px;
    margin: 40px auto 0;
}
.movBox h4 {
    margin-bottom: 30px;
}
.movBox video {
    width: 660px;
    outline: none;
}
.movBox .movTxt {
    text-align: center;
}
.movBox .mov {
    height: 372px;
}
.movBox .cap {
    line-height: 2.0;
    width: 660px;
    margin: 20px auto 0;
    font-size: 14px;
}
/*==============================================
#matome
============================================= */
#matome {
    margin-top: 150px;
    padding: 100px 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/11_tescom/prd_bg_pc.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin-top: 100px;
}
.productBoxIn {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}
.productBox .img,
.productBox .txt {
    width: 490px;
}
.productBox .img {
    text-align: center;
}
.productBox .txt {
    margin-top: -100px;
}
.productBox .txt .sub {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}
.productBox .txt h2 {
    margin-top: 10px;
    line-height: 1.6;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
}
.productBox .txt .btnWrap {
    margin-top: 20px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: right;
    color: #6d6a70;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}