@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: #f4f4f4;
    color: #121111;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
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;
}
#mainContents .note {
    margin-top: 1rem; 
    font-size: .8rem;
}
.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    padding-bottom: 3rem;
    background-color: #f4f4f4;
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 108%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_hp/h1_sp.jpg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .btnWrap {
    margin: 0 2rem 3rem;
}
.lead {
    line-height: 2.0;
    margin: 1rem 2rem 0;
    font-size: 1.2rem;
}
.mainTitle .logo,
.mainTitle .logo2 {
    display: none;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    margin: 2rem 2rem 0;
    box-shadow: 0px 0px 15px -5px rgba(109,106,112,0.2);
}
.paragraph .bnr {
    margin: 0;
}
.bnr a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 9.5rem;
    padding-bottom: 2rem;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_hp/bnr_sp.jpg) no-repeat 0 0;
    background-size: cover;
    font-size: 0;
}
.btn {
    display: block;
    position: relative;
    width: 80%;
    height: 2.8rem;
    line-height: 2.8rem;
    margin: 0 auto;
    border-radius: 2rem;
    background-color: #ff933c;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: .9rem;
}
.btn .arrow {
    display: inline-block;
    width:  1.0rem;
    height: 1.0rem;
    margin-left: .6em;
}
.btn .arrow::before {
    content: "";
    display: block;
    position: relative;
    top: .2em;
    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;
}
.btn:hover,
.btn:visited {
    color: #fff;
}
.bnr .btn {
    width: 70%;
    height: 2.8rem;
    margin: 0 auto;
    line-height: 2.8rem;
    font-size: .8rem;
}
.bnr .btn .arrow {
    width:  1.0rem;
    height: 1.0rem;
    margin-left: .6em;
}
.bnr .btn .arrow::before {
    top: .3em;
}
/*==============================================
 .lnav
============================================= */
p.contents,
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-bottom: 1px solid #e5e5e5;
    transition: .2s;
}
.paragraph#article01 {
    border-top: 1px solid #e5e5e5;
}
.spAccordion {
    display: none;
    padding: 0 2rem 2rem;
}
.paragraphIn {
    padding-bottom: 3rem;
}
#matome .paragraphIn {
    padding-bottom: 0;
}
.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: 2.5rem 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;
    width: 15rem;
    line-height: 3.5em;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/12_hp/h2_sub.png) no-repeat center top;
    background-size: contain;
    text-align: center;
    color: #fff;
    font-size: 1rem;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: .5rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.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/12_hp/arrow_btm.svg) no-repeat center center;
    transition: .2s;
}
.paragraph.active h2::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .2;
}
.paragraph h3 {
    display: inline-block;
    position: relative;
    line-height: 1.6;
    margin-top: 4rem;
    padding-left: 1.8em;
    font-size: 1.4rem;
    font-weight: bold;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: .6em;
    left: 0;
    width: 1em;
    height: 1px;
    background-color: #121111;
}
.paragraph h4 {
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 1.1rem;
    font-weight: bold;
}
.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 {
    width: 80%;
    margin: 3rem auto 0;
}
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;
}
/*==============================================
 .column
============================================= */
.column {
    margin-top: 2rem;
    padding: 2rem;
    background-color: #fff;
}
.column h3 {
    margin-top: 0;
    padding: 0;
    font-size: 1.4rem;
    text-align: left;
}
.column h3::before {
    display: none;
}
.column p {
    width: auto;
}
.column .imgBox,
.column .imgBox .one {
    width: 100%;
}
.column .imgBox .one + .cap {
    width: 100%;
    margin: 1rem auto 0;
    padding-left: 0;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin: 3rem 0 0 2rem;
}
.productBox h3 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
/*==============================================
 table
============================================= */
.scroll {
    overflow-x: scroll;
}
table {
    margin-bottom: 1rem;
    margin-right: 2rem;
}
table th,
table td {
    min-width: 6rem;
    padding: 1.0rem;
    border: 1px solid #e5e5e5;
    font-size: 1.0rem;
    font-weight: normal;
}
table thead th,
table thead td {
    padding: 20px 15px;
}
table th {
    font-weight: bold;
}
table td {
    min-width: 16rem;
    text-align: center;
    background-color: #fff;
}
table td .name {
    margin-top: .5rem;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 700;
}
table td .review {
    display: inline-block;
    position: relative;
    top: -.3em;
    line-height: 2.8em;
    margin-right: .5em;
    padding: 0 1.5em 0 1em;
    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 .img {
    width: 90%;
    margin: 0 auto 0;
}
table td .img img {
    width: 100%;
}
table td .btn {
    margin: .5rem auto .5rem;
}


.sticky {
    position: sticky;
    z-index: 1;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
}
.sticky:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #f4f4f4;
    z-index: -1;
}

.makerBanner {
    margin: 1rem 2rem 0;
    text-align: center;
}
.makerBanner a img {
    width: 100%;
    height: auto;
}
.productBox + .makerBanner {
    margin-top: 2rem;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    color: #090503;
    font-size: 0.85rem;
    padding: 1rem 2rem 3rem;
}
.questionnaire {
    border-top: 1px solid #ddd;
}