@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 {
    color: #222;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents em {
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(transparent 70%, #f3e9cb 70%);
}
#mainContents .note {
    margin-top: 1rem;
    line-height: 1.8;
    font-size: .8rem;
}
.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
}
.mainTitle .img {
    display: none;
}
.mainTitle h1 {
    padding-top: 120%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_lenovo/sp_h1.webp) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.mainTitle .btnWrap {
    margin: 3rem 2rem 0;
}
.lead {
    line-height: 2.0;
    margin: 2rem 2rem 0;
    font-size: 1.2rem;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    margin-top: 2rem;
    padding: 2rem;
    background-color: #f4f4f4;
}
.paragraph .bnr {
    margin-top: 0;
    margin-left: -2rem;
    margin-right: -2rem;
}
.bnr .img {
    display: none;
}
.bnr .name {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}
.bnr ul {
    margin: 1.5rem auto 0;
    
}
.bnr ul li + li {
    margin-top: 1rem;
}
.bnr ul li a {
    display: block;
    padding: 1.5rem 1rem 1.5rem 7rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0px .5rem 1rem 0px #e6e4e9;
    box-sizing: border-box;
    text-align: center;
    transition: box-shadow .2s;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/24/08_lenovo/sp_prd_01.webp) no-repeat left center;
    background-size: contain;
}
.bnr ul li a:hover {
    box-shadow: 0px 0px 0px 0px #e6e4e9;
}
.bnr ul li h4 {
    margin-top: 0;
    line-height: 1.6;
    text-align: center;
    font-size: .9rem;
    font-weight: 400;
}
.bnr ul li h4 span {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}
/* .btn */
.btn {
    position: relative;
    line-height: 3rem;
    margin-top: 1rem;
    border-radius: 1.5rem;
    background-color: #363d86;
    color: #fff;
    font-size: .9rem;
    font-weight: bold;
    text-align: center;
    transition: opacity .2s;
}
/*
.btn.blue {
    background-color: #363d86;
}
.btn.red {
    background-color: #a73da7;
}
*/
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    width: .5rem;
    height: .5rem;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
a:hover .btn {
    opacity: .8;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #ddd;
    transition: .2s;
}
.paragraph.active {
     /*background-color: #fff;*/
}
.spAccordion {
    display: none;
    padding: 0 2rem;
}
.paragraphIn {
    padding-bottom: 3rem;
}
.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.3rem 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;
    line-height: 1;
    padding: .6em 2em;
    background-color: #25212e;
    border-radius: 1.3em;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 1.0rem;
    font-size: 1.6rem;
    font-weight: bold;
}
.paragraph h2:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 2rem;
    width: 0.8rem;
    height: 0.8rem;
    margin: auto;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    border-bottom: 2px solid #363d86;
    border-right: 2px solid #363d86;
}
.paragraph.active h2:after {
    top: 3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.paragraph .paragraphIn > h3 {
    display: inline-block;
    position: relative;
    line-height: 1.6;
    margin-top: 4rem;
    padding-left: 1.2em;
    font-size: 1.3rem;
    font-weight: bold;
}
.paragraph .paragraphIn > h3::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #363d86;
    border-radius: 2px;
}
.paragraph h4 {
    margin-top: 4rem;
    line-height: 1.6;
    text-align: left;
    font-size: 1.2rem;
    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.0rem;
}
.paragraph h3 + p {
    margin-top: 1.0rem;
}
/*==============================================
 .kuchikomiBox
============================================= */
.kuchikomiBox {
    margin: 2rem auto 0;
}
.kuchikomi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-radius: 15px;
    background-color: #f4f4f4;
}
.kuchikomi + .kuchikomi {
    margin-top: 20px;
}
.kuchikomi .face {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 30px; 
}
.kuchikomi .face img {
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
}
.kuchikomi p {
    line-height: 1.8;
    width: 80%;
    margin: 0;
    font-size: 1.1rem;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin: 3rem 2rem 0;
}
.imgBox:first-child {
    margin-top: 0;
}
h4 + .imgBox  {
    width: auto;
    margin-top: 1.5rem;
}
.imgBox div + div {
    margin-top: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img,
.imgBox video,
.imgBox iframe {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
.imgBox .cap .raw {
    display: block;
    margin-top: .5rem;
    font-weight: bold;
}
.imgBox .cap .raw a {
    cursor: pointer;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 1rem;
}
/* .one */
.imgBox .one.vertical {
}
.imgBox .one.vertical img {
    width: auto;
    height: 24rem;
}
/*---- .two ----*/
.imgBox .two div,
.imgBox .two a + a {
    margin-top: 2.0rem;
}
.imgBox .two .capt {
}
.imgBox .two .capt a {
    width: 60%;
    margin: 0 auto;
}
.imgBox .two .capt a + a {
    margin-top: 2.0rem;
}
/*==============================================
 .data
============================================= */
.dataWrap {
}
.scroll {
    overflow-x: scroll;
}
.data {
    table-layout: fixed;
    margin-top: 1.5rem;
}
.data th,
.data td {
    position: relative;
    padding: 1rem;
    border: 1px solid #cccccc;
    font-size: 1.0rem;
    box-sizing: border-box;
}
.data thead td {
    padding: 1rem;
    color: #fff;
    font-weight: bold;
}
.data th {
    width: 7rem;
    background-color: #f4f4f4;
    font-weight: bold;
}
.data td {
    background-color: #fff;
    text-align: center;
}
.data td.blue {
    background-color: #363d86;
}
.data td.red {
    background-color: #363d86;
    /*background-color: #a73da7;*/
}
.data td.gray {
    background-color: #666;
}
.data td .img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.data td .img img {
    width: 100%;
    height: auto;
}
.data th.none {
    border: none;
    background-color: transparent;
}
/* ol */
.data ol {
    padding-left: 1em;
}
.data ol li {
    line-height: 1.6;
    text-align: left;
}
.data ol li {
    list-style: disc;
}
/*==============================================
.productBox
============================================= */
.productBox {
    padding: 3rem 2rem;
    background-color: #25212e;
}
.productBoxIn {
}
.productBox h2 {
    line-height: 1.6;
    text-align: center;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
}
/* .data */
.productBox .data {
    margin-top: 1.5rem;
    border-radius: 1rem;
    overflow: hidden;
    width: 60rem;
}
.productBox .data td {
}
.productBox .data .img {
    padding-top: 1rem;
}
.productBox .data h3 {
    line-height: 1.5;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    color: #fff;
    font-size: 0.85rem;
    padding: 1rem 0 0;
}