@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: #f6f6f6;
    color: #151515;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
p a,
p a:visited,
p a:hover {
    color: #024ad8;
    text-decoration: underline;
}
.pc {
    display: none;
}
#mainContents .note {
    display: block;
    line-height: 1.6;
    margin-top: 1rem;
    font-size: 1rem;
}
#mainContents .note + .note {
    margin-top: 0;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    padding-bottom: 3rem;
    background-color: #e8edf2;
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 100%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_hp15/sp_h1.jpg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .btnWrap {
    margin: 0 2rem 0;
}
/*---- .lead ----*/
.leadWrap {
    margin: 0 2rem 2rem;
}
.leadWrap .note {
}
.leadWrap .lead {
    display: block;
    line-height: 1.8;
    margin-top: 2rem;
    font-size: 1.2rem;
}
/*==============================================
 .btn
============================================= */
.btn {
    position: relative;
    text-align: center;
    background-color: #024ad8;
    font-weight: bold;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    width: .6em;
    height: .6em;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
}
/* .mainTitle */
.mainTitle .btn {
    display: block;
    line-height: 4rem;
    width: auto;
    margin: 0 2rem;
    font-size: 1.2rem;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    margin: 0 auto 2rem;
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.03);
}
.bnr a {
    display: block;
    position: relative;
    width: 100%;
    height: 8.4rem;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_hp15/sp_bnr.jpg) no-repeat center top;
    background-size: contain;
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: .2s;
}
.bnr .btn {
    display: none;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-bottom: 1px solid #ddd;
    transition: .2s;
}
.paragraph#article01 {
    border-top: 1px solid #ddd;
}
.spAccordion {
    display: none;
    padding: 0 2rem 0;
}
.paragraphIn {
    padding-bottom: 3rem;
}
#matome .paragraphIn {
    padding-bottom: 3rem;
}
.paragraph p, .paragraph h2 {
    line-height: 1.8;
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.paragraph h2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 2rem 2rem 2rem 10.5rem;
}
#article01 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_hp15/sp_para_01.jpg) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
#article02 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_hp15/sp_para_02.jpg) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
#article03 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_hp15/sp_para_03.jpg) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
#matome h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_hp15/sp_para_04.jpg) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
.paragraph h2 > span {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    min-height: 7rem;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: .2em 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
}
.paragraph h2 .sub::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3rem;
    height: 2px;
    background-color: #024ad8;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.paragraph h3 {
    position: relative;
    margin-top: 2rem;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: bold;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: -.2rem;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #024ad8;
}
.paragraph p {
    margin-top: 2rem;
    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.5rem;
}
/*==============================================
/* .review
============================================= */
.review {
    display: flex;
    margin-top: 2rem;
}
.review + .review {
    margin-top: 1rem;
}
h3 + .review {
    margin-top: 1.5rem;
}
.review dt {
    margin-right: 1.5rem;
}
.review dt .face {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #ffe824;
}
.review dd {
    position: relative;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid #ddd;
    background-color: #fff;
}
.review dd::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  border-style: solid;
  border-width: 0 1.3rem 1.3rem 0;
  border-color: transparent #ddd transparent transparent;
  translate: -100% -50%;
}

.review dd::after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  border-style: solid;
  border-width: 0 1.1rem 1.1rem 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-50% - 0.2px);
}
.review dd p {
    margin-top: 0;
    font-size: 1.1rem;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    width: 80%;
    margin: 2rem auto 0;
}
.imgBox:first-child {
    margin-top: 0;
}
h4 + .imgBox {
    margin-top: 2rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 1rem;
}
.imgBox .cap a {
    display: inline;
}
/*---- .one ----*/
.imgBox .one.w440 {
    width: 66%;
    height: auto;
    margin: 0 auto;
}
/*---- .two ----*/
.imgBox .two  a + a,
.imgBox .two div + div {
    margin-top: 1rem;
}
/*==============================================
 productBox
============================================= */
.productBox {
    padding: 3rem 2rem;
    background-color: #e8edf2;
}
.productBox .img {
    width: 60%;
    margin: 0 auto;
}
.productBox .img img {
    width: 100%;
    height: auto;
}
.productBox h2 {
    line-height: 1.4;
    margin-top: 2rem;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
}
.productBox h2 .sub {
    display: block;
    font-size: 1.2rem;
}
.productBox .btn {
    display: block;
    line-height: 4rem;
    width: auto;
    margin: 1rem 0 0;
    font-size: 1.2rem;
}
/*==============================================
.spec
============================================= */
.spec {
    width: 100%;
    margin-top: 3rem;
}
.spec th,
.spec td {
    padding: 1rem;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 1rem;
    white-space: normal;
}
.spec tr:first-child th,
.spec tr:first-child td {
    border-top: none;
    vertical-align: top;
}
.spec th {
    background-color: #f6f8fa;
    font-weight: 400;
}
.spec td {
    text-align: center;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    color: #090503;
    font-size: 0.85rem;
    padding: 1rem 0 0;
}
.questionnaire {
    border-top: 1px solid #ddd;
}