@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: #f4f4f4;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #121111;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents em {
    background-color: rgba(255,231,200,1);
    font-style: normal;
}
#mainContents p a {
    border-bottom: 1px solid rgba(252,168,59,1);
    color: #fca83b;
    transition: .2s ease;
}
#mainContents p a:hover {
    border-bottom: 1px solid rgba(252,168,59,0);
}
#mainContents .note {
    margin-top: 20px; 
    font-size: 11px;
}
.sp {
    display: none !important;
}
/*==============================================
 .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;
}
/* 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: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_hp/h1_bg.jpg) no-repeat center top;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 740px;
    margin: 0 auto;
}
.mainTitle h1 {
    display: block;
    position: absolute;
    top: 162px;
    left: 33px;
    width: 511px;
    height: 200px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_hp/h1.png) no-repeat center top;
    font-size: 0;
}
.mainTitle .logo {
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
}
.mainTitle .logo2 {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
}
/*---- .lead ----*/
.lead {
    display: block;
    position: absolute;
    top: 545px;
    left: 85px;
    line-height: 2.0;
    font-size: 17px;
    width: 830px;
    box-sizing: border-box;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    width: 830px;
    margin: 100px auto 0;
    box-shadow: 0px 0px 15px -5px rgba(109,106,112,0.2);
    overflow: hidden;
}
.mainTitleWrap .bnr {
    margin-top: 0;
}
.bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 160px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_hp/bnr.jpg) no-repeat 0 0;
    font-size: 0;
}
.btn {
    display: block;
    position: relative;
    width: 200px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    margin: 0 auto;
    background-color: #ff933c;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    transition: .2s;
}
.btn .arrow {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 15px;
    height: 15px;
    margin: auto 0;
}
.btn .arrow::before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_hp/arrow.svg) no-repeat center center;
    background-size: contain;
    transition: .2s;
}
.btn:hover,
.btn:visited {
    color: #fff;
}
.btn:hover .arrow::before {
    right: -.3em;
}
.bnr .btn {
    position: absolute;
    right: 145px;
    bottom: 25px;
    width: 200px;
    height: 34px;
    line-height: 34px;
    font-size: 11px;
}
.btn:hover,
.bnr:hover .btn,
a:hover .btn {
    background-color: #2194ff;
}
.bnr:hover .btn .arrow::before,
a:hover .btn .arrow::before {
    right: -.3em;
}
/*==============================================
 .lnav
============================================= */
p.contents {
    margin-top: 100px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
.lnav {
    width: 100%;
    margin-top: 30px;
    padding: 50px 0;
    background-color: #fff;
}
.lnav ul {
    width: 830px;
    margin: 0 auto;
}
.lnav ul li + li {
    margin-top: 10px;
}
.lnav ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #fca83b;
}
.lnav ul li a span {
    display: inline-block;
    width: 14em;
    line-height: 24px;
    margin-right: 2em;
    text-align: center;
    border: 1px solid #121111;
    font-size: 12px;
    font-weight: 700;
}
.lnav ul li a:hover span {
    border: 1px solid #fca83b;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 100px;
}
.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: 221px;
    line-height: 49px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_hp/h2_sub.png) no-repeat center top;
    color: #fff;
    font-size: 16px;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: 15px;
    font-size: 36px;
    font-weight: 700;
}
.paragraph h3 {
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 1.6;
    margin-top: 100px;
    padding-left: 50px;
    font-size: 24px;
    font-weight: 700;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #121111;
}
.paragraph h4 {
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
}
.paragraph p {
    line-height: 2.0;
    width: 830px;
    margin: 60px auto 0;
    text-align: left;
    font-size: 17px;
}
.paragraph h3 + p {
    margin-top: 50px;
}
.paragraph p + p {
    margin-top: 40px;
}
.paragraph h3 + .imgBox {
    margin-top: 50px;
}
.paragraph .imgBox + p {
    margin-top: 100px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 100px auto 0;
}
.imgBox.even {
    flex-direction: row-reverse;
}
.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;
}
/*==============================================
 .column
============================================= */
.column {
    margin-top: 100px;
    padding: 70px 0 100px;
    background-color: #fff;
}
.column h3 {
    margin-top: 0;
    padding: 0;
    font-size: 30px;
    text-align: center;
}
.column h3::before {
    display: none;
}
.column p {
    width: 660px;
}
.column .imgBox,
.column .imgBox .one {
    width: 490px;
}
.column .imgBox .one + .cap {
    width: 490px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*==============================================
 table
============================================= */
.toggleBtn {
    display: none;
}
table {
    width: 1000px;
    margin: 100px auto 0;
}
table th,
table td {
    padding: 15px;
    border: 1px solid #cccccc;
    font-size: 12px;
    box-sizing: border-box;
}
table thead th,
table thead td {
    padding: 20px 15px;
}
table th {
    font-weight: 700;
}
table td {
    width: 255px;
    text-align: center;
    background-color: #fff;
}
table td .review {
    display: inline-block;
    position: relative;
    top: -2px;
    line-height: 22px;
    margin-right: 3px;
    padding: 0 15px 0 10px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_hp/review.svg) no-repeat center top;
    color: #fff;
    font-size: 9px;
}
table td .name {
    line-height: 22px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}
table td .img {
    width: 80%;
    margin: 10px auto 0;
}
table td .img img {
    width: 100%;
}
table th.none {
    border: none;
}
table td .btn {
    margin: 10px auto;
}
.makerBanner {
    margin-top: 20px;
    text-align: center;
}
.makerBanner a {
    transition: opacity .2s;
}
.makerBanner a:hover {
    opacity: .7;
}
.productBox + .makerBanner {
    margin-top: 100px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 20px auto 80px;
    padding: 0 0 20px;
    text-align: right;
    color: #6d6a70;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}