@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
    font-size: 0;
}
.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: #f7f7f7 url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/main_img_sp.webp) no-repeat center top;
    background-size: contain;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #292929;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.mainContentsIn {
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
.pc {
    display: none;
}
#mainContents .note {
    display: block;
    line-height: 1.4;
    margin-top: 1.5em;
    font-size: 1rem;
}
#mainContents .note + .note {
    margin-top: 1rem;
}
em {
    color: #7541c2;
    font-style: normal;
}
a, a:visited {
    color: inherit;
}
#mainContents a {
    transition: .2s;
}
/*==============================================
 .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;
}
/*==============================================
 ボタン共通
============================================= */
.btn {
    width: 100%;
    line-height: 4rem;
    height: 4rem;
    margin: 0 auto;
    border-radius: 2rem;
    background-color: #e58513;
    /*box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);*/
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    transition: .2s;
}
.btn a,
a .btn {
    display: block;
    position: relative;
    color: #fff;
}
.btn a::after,
a .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    width: .6em;
    height: .6em;
    margin: auto 0;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(45deg);
}
.btn:hover,
a:hover .btn {
    background-color: #ffa030;
}
/*==============================================
 看板
============================================= */
.mainTitle {
}
.mainTitleIn {
    display: flex;
    align-items: flex-end;
    width: auto;
    height: 94vw;
    padding: 2rem;
    box-sizing: border-box;
}
.intel {
    display: none;
}
h1 {
    display: block;
    width: 100%;
    height: 10.5rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/h1_sp.svg) no-repeat center top;
    font-size: 0;
}
/*==============================================
 .sidebar
============================================= */
.sidebar {
}
#fix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: .3s;
}
.hidden#fix {
    top: -10rem;
}
/* .bnr
----------------------------------------------*/
.sidebar .bnr {
    margin: 1rem;
}
.sidebar .bnr a {
    display: flex;
    align-items: center;
    position: relative;
    height: 7rem;
    padding: 0 3rem 0 4rem;
    border-radius: 3.5rem;
    background-color: #49287a;
    box-shadow: 0 0 1em 0 rgba(59,58,61,0.3);
    color: #fff;
}
.sidebar .bnr a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.5rem;
    width: .8rem;
    height: .8rem;
    margin: auto 0;
    border: 2px solid #e58513;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(45deg);
}
.sidebar .bnr a:hover {
}
.sidebar .bnr .img {
    position: relative;
    width: 25%;
    height: auto;
    z-index: 1;
}
.sidebar .bnr .img img {
    width: 100%;
    height: auto;
}
.sidebar .bnr .sticker {
    position: absolute;
    top: -1.5rem;
    left: 0rem;
    width: 5rem;
}
.sidebar .bnr .sticker img {
    width: 100%;
    height: auto;
}
.sidebar .bnr .txt {
    width: 75%;
}
.sidebar .bnr .txt .name {
    line-height: 1.2;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.sidebar .bnr .txt .name .min {
    display: none;
}
.sidebar .bnr .txt .btn {
    line-height: 1;
    margin-top: .5rem;
    font-size: .9rem;
    /* リセット */
    width: auto;
    height: auto;
    background: none;
    box-shadow: none;
    
}
.sidebar .bnr .btn::after {
    display: none;
}
/* .nav
----------------------------------------------*/
.sidebar .nav {
    display: none;
}
/*==============================================
 .main
============================================= */
.main {
    width: 100%;
}
.paragraph {
    padding: 0 2rem 3rem 2rem;
    background-color: #fff;
}
/* h2 */
.paragraph h2 {
    position: relative;
    line-height: 1.4;
    margin: 0 -2rem;
    padding: 2rem 2rem;
    background-color: #49287a;
    color: #fff;
}
.paragraph#article01 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/h2_01.jpg) no-repeat center center;
    background-size: cover;
}
.paragraph#article02 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/h2_02.jpg) no-repeat center center;
    background-size: cover;
}
.paragraph#article03 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/h2_03.jpg) no-repeat center center;
    background-size: cover;
}
.paragraph#matome h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/h2_04.jpg) no-repeat center center;
    background-size: cover;
}
.paragraph h2 .sub {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 1.4rem;
}
.paragraph h2 .sub strong {
    font-size: 1.6em;
}
.paragraph h2 .title {
    display: block;
    margin-top: .5em;
    font-size: 2rem;
    font-weight: 700;
}
/* h3 */
.paragraph h3 {
    position: relative;
    line-height: 1.6;
    margin-top: 3rem;
    font-size: 1.6rem;
    font-weight: 700;
}
/* h4 */
.paragraph h4 {
    position: relative;
    line-height: 1.6;
     margin-top: 2rem;
    padding-left: 1.1em;
    font-size: 1.4rem;
    font-weight: 700;
}
.paragraph h4::before {
    display: block;
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    width: 5px;
    height: 1em;
    background-color: #49287a;
}
/* h5 */
.paragraph h5 {
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: 700;
}
/* p */
.paragraph p {
    line-height: 1.8;
    margin-top: 2rem;
    font-size: 1.4rem;
}
.paragraph h3 + p,
.paragraph h4 + p {
    margin-top: 1.5rem;
}
/* .btn */
.main .btn {
    width: 100%;
    margin-top: 2rem;
}
/*==============================================
 .point
============================================= */
.pointWrap {
    padding: 0 2rem 3rem;
}
.point {
    margin: 0 auto 0;
    padding: 2rem 2rem 1.5rem;
    border: 3px solid #e58513;
    border-radius: 1rem;
    background-color: #fff;
    box-sizing: border-box;
}
.point p {
    text-align: center;
    color: #e58513;
    font-size: 1rem;
    font-weight: 700;
}
.point ul {
    margin-top: 1.0rem;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 3.5em;
    font-size: 1.3rem;
    font-weight: 700;
    word-break: break-all;
}
.point ul li + li {
    margin-top: .5rem;
}
.point ul li::before {
    content: "POINT";
    position: absolute;
    top: .3em;
    left: 0;
    padding: .4em .8em .4em 2.1em;
    border-radius: .2rem;
    background: #e58513 url(https://img1.kakaku.k-img.com/images/article/tieup/25/07_dell14plus/check.svg) no-repeat left top;
    color: #fff;
    font-size: .5em;
    letter-spacing: 0;
}
.lead {
    line-height: 1.8;
    margin-top: 2rem;
    font-size: 1.4rem;
}
/* .nav
----------------------------------------------*/
.pointWrap .nav {
    margin-top: 2rem;
    padding: 2rem 2rem;
    border-radius: 1rem;
    background-color: #eee;
    box-sizing: border-box;
}
.pointWrap .nav p {
    text-align: center;
    color: #999;
    font-size: 1.1rem;
}
.pointWrap .nav ul {
    margin-top: .5rem;
}
.pointWrap .nav ul li {
    border-top: 1px solid #ddd;
}
.pointWrap .nav ul li:first-child {
    border-top: none;
}
.pointWrap .nav ul li a {
    display: block;
    position: relative;
    line-height: 1.4em;
    padding: .8em 1.5em .8em 3em;
    text-indent: -3em;
    color: #292929;
    font-size: 1.4rem;
    font-weight: 700;
}
.pointWrap .nav ul li a:hover {
    color: #7541c2;
}
.pointWrap .nav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .3em;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border: 2px solid #2a0b59;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: translateY(-25%) rotate(135deg);
}
.pointWrap .nav .btn {
    margin-top: .5rem;
    font-size: 1.2rem;
    /*ボーダーデザイン*/
    border: 1px solid #292929;
    background-color: #fff;
    box-shadow: none;
    box-sizing: border-box;
}
.pointWrap .nav .btn a {
    color: #292929;
}
.pointWrap .nav .btn a::after {
    display: none;
}
.pointWrap .nav .btn:hover {
    background-color: rgba(255,255,255,0.08);
}
/*==============================================
 .column
============================================= */
.column {
    margin-top: 2rem;
    padding: 2.5rem 2rem;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    border-radius: 1rem;
    box-sizing: border-box;
}
.column h3 {
    margin-top: 0;
    padding-left: 0;
    text-align: center;
    font-size: 1.5rem;
}
.column h3::before {
    display: none;
}
.column .link {
    margin-top: 1.5rem;
    text-align: center;
}
.column .link a {
    position: relative;
    padding-left: 1.7em;
    text-align: center;
    color: #7541c2;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: underline;
}
.column .link a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: .35em;
    width: .4em;
    height: .4em;
    margin: auto 0;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(45deg);
}
.column .link a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    margin: auto 0;
    border-radius: 50%;
    background-color: #49287a;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin: 2rem 0 0;
}
h4 + .imgBox {
    margin-top: 1.5rem;
}
.imgBox h5 {
    margin-top: 0;
    margin-bottom: 1rem;
}
.imgBox div + div {
    margin-top: 2rem;
}
.imgBox a + a {
    margin-top: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgBox .cap {
    line-height: 1.6;
    margin-top: 1.0rem;
    font-size: 1.1rem;
}
/*---- .two ----*/
.imgBox .two {
    width: 100%;
}
.imgBox .two + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/*==============================================
 .lineup
============================================= */
.lineup {
    padding: 3rem 2rem;
}
.lineup h2 {
    position: relative;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: 700;
}
/*----- .scroll -----*/
.scroll {
 overflow: auto;
}
.scroll::-webkit-scrollbar{
 height: 1rem;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/*==============================================
 table
============================================= */
.lineup table {
    position: relative;
    width: 50rem;
    margin-top: 1.5rem;
}
.lineup table th,
.lineup table td {
    padding: 1rem;
    font-size: 1.1rem;
    white-space: normal;
}
.lineup table th {
    position: sticky;
    left: 0;
    font-weight: 400;
    z-index: 1;
}
.lineup table td {
    text-align: center;
    width: 29%;
}
/* thead */
.lineup table thead th,
.lineup table thead td {
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.lineup table thead .review {
    background-color: #49287a;
    color: #fff;
}
/* tbody */
.lineup table tbody th,
.lineup table tbody td {
    border-top: 1px solid #eee;
    box-sizing: border-box;
    background-color: #fff;
}
.lineup table tbody tr:first-child th,
.lineup table tbody tr:first-child td {
    border-top: none;
    vertical-align: top;
}
.lineup table tbody th {
    background-color: #eae7ef;
}
.lineup table tbody .break td {
    word-break: break-all;
}
.lineup table tbody td:nth-of-type(2) {
    background-color: #f8f8f8;
}
.lineup table tbody td .name {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
}
.lineup table tbody td .img {
    width: 10rem;
    margin: 0 auto;
}
.lineup table tbody td .img img {
    width: 100%;
    height: auto;
}
.lineup table tbody .btn {
    width: auto;
    line-height: 3rem;
    height: 3rem;
    margin-top: 1rem;
    font-size: 1rem;
}
#mainContents .lineup table tbody .note {
    margin-top: 1em;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    color: #666;
    font-size: .9rem;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    margin-top: 2rem;
    text-align: right;
    font-size: 0.85rem;
}