@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: #fff;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #3f3c3c;
	letter-spacing: 0.10em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
.note {
    display: inline-block;
    line-height: 1.8;
    margin-top: 1.5em;
    text-align: left;
    font-size: 12px;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
.leftLine {
    position: relative;
}
.leftLine::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100px;
    background-color: #3f3c3c;
}
#mainContents p a {
    border-bottom: 1px dashed rgba(143,131,81,1.00);
    color: #8f8351;
    transition: .2s;
}
#mainContents p a:hover {
    border-bottom: 1px dashed rgba(143,131,81,0.00);
    color: #8f8351;
}
.sp {
    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: #f5f5f5;
}
.mainTitle {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.mainTitle h1 {
    display: block;
    width: 1170px;
    height: 590px;
    margin: 0 -85px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_tescom/h1.jpg) no-repeat center top;
    font-size: 0;
}
.mainTitle .note {
    position: absolute;
    top: 590px;
    right: 0;
}
/*---- .lead ----*/
.lead {
    line-height: 2.0;
    font-size: 16px;
    width: 1000px;
    margin: 100px auto 0;
    padding: 0 85px;
    box-sizing: border-box;
}
/*==============================================
 .bnr
============================================= */
.bnrWrap {
    margin-top: 100px;
}
#article04 .bnrWrap {
    display: none;
}
.bnr {
    width: 1000px;
    margin: 0 auto;
}
.bnr a {
    display: block;
    position: relative;
    width: 1000px;
    height: 160px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_tescom/bnr.jpg) no-repeat 0 0;
}
.btn {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 300px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    background-color: #3f3c3c;
    text-align: center;
    color: #fff;
    font-size: 12px;
    transition: background-color .2s;
}
.btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 18px;
    height: 18px;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_tescom/arrow.svg) no-repeat 0 0;
}
a:hover .btn {
    background-color: #8f8351;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    margin-top: 100px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.lnav {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}
.lnav .index {
    width: 85px;
}
.lnav .index img {
    width: 28px;
    margin-top: -72px;
}
.lnav ul {
    width: 915px;
}
.lnav ul li + li {
    margin-top: 7px;
}
.lnav ul li span {
    display: inline-block;
    width: 9em;
}
.lnav ul li a {
    display: block;
    position: relative;
    padding-left: 2.5em;
    line-height: 1.8;
    font-size: 16px;
    box-sizing: border-box;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #8f8351;
}
.lnav ul li a::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    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;
    transition: .2s;
}
.lnav ul li a:hover::before {
    background-color: #8f8351;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding: 100px 0;
    text-align: center;
}
.paragraph#article02 {
    background-color: #f4f4f4;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0 85px;
    text-align: left;
    box-sizing: border-box;
}
.paragraph h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100px;
    background-color: #3f3c3c;
}
.paragraph h2 .sub {
    display: block;
    position: relative;
    font-size: 20px;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 20px;
    font-size: 36px;
    font-weight: 700;
}
.paragraph h3 {
    margin-top: 60px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}
.paragraph h4 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 16px;
}
.paragraph p {
    line-height: 2.0;
    margin: 60px auto 0;
    text-align: left;
    font-size: 16px;
}
.paragraph p + p {
    margin-top: 40px;
}
.paragraph h3 + p {
    margin-top: 30px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.imgBox.top30 {
    margin-top: 30px;
}
.imgBox.right {
    flex-direction: row-reverse;
}
h3 + .imgBox {
    margin-top: 40px;
}
.imgBox div {
    width: 575px;
}
.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;
}
/* .one */
.imgBox .one {
    width: 830px;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .two */
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 830px;
}
.imgBox .two a,
.imgBox .two div {
    width: 405px;
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .three */
.imgBox .three {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 830px;
}
.imgBox .three a {
    width: 263px;
    background-color: #fff;
}
.imgBox .three a img {
    width: 100%;
}
.imgBox .three + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .motor */
.imgBox .motor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 830px;
}
.imgBox .motor a {
    width: 320px;
}
.imgBox .motor a + a {
    margin-left: 20px;
}
.imgBox .motor + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .one-s */
.imgBox .one-s {
    width: 405px;
    margin: 0 auto;
}
/*==============================================
video
============================================= */
.movBox {
    width: 830px;
    margin: 40px auto 0;
}
.movBox video {
    width: 830px;
    outline: none;
}
.movBox .movTxt {
    text-align: center;
}
.movBox .mov {
    height: 540px;
}
.movBox .cap {
    line-height: 2.0;
    margin: 20px auto 0;
    font-size: 14px;
}
/*==============================================
 .article04
============================================= */
#article04 {
    padding: 80px 0;
    background: #f5f5f5 url(https://img1.kakaku.k-img.com/images/article/tieup/23/01_tescom/mens_bg.jpg) no-repeat center top;
}
#article04 h2 {
    display: none;
}
#article04 .paragraphIn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    width: 1000px;
}
#article04 .paragraphIn h2 {
    display: inline-block;
    width: 575px;
    margin: 0;
    padding: 0;
}
#article04 .paragraphIn h2::before {
    display: none;
}
#article04 .paragraphIn h2 .title {
    margin: 0;
}
#article04 .imgBox {
    display: none;
}
#article04 p {
    width: 575px;
    margin: 40px 0 0;
}
/*==============================================
.productBox
============================================= */
.productBox {
}
.productBoxIn {
    width: 830px;
    margin: 0 auto;
}
.productBoxIn a {
}
.productBoxIn a .img {
}
.productBoxIn a .txt {
    width: 490px;
    margin: 40px auto 0;
}
.productBoxIn a .txt h2 {
    font-size: 42px;
    font-weight: 700;
}
.productBoxIn a .txt p {
    line-height: 1.8;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.productBoxIn a .txt .btn {
    position: relative;
    left: 0;
    bottom: 0;
    width: 490px;
    height: 50px;
    line-height: 48px;
    margin-top: 30px;
    border-radius: 25px;
    font-size: 14px;
}
.productBoxIn a .txt .btn::after {
    right: 15px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 80px auto 40px;
    text-align: right;
    color: #3f3c3c;
}