@charset "shift_jis";
/*==============================================
共通カラー
============================================= */
:root {
    --text-color: #292929; /* テキスト カラー */
    --color-primary: #587d94; /* プライマリ カラー */
    --color-secondary: #d5dee2; /* セカンダリー カラー */
}
/*==============================================
common
============================================= */
html {
    overflow: auto;
}
body {
    contain: paint;
    min-width: 1170px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1170px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
    z-index: 1;
}
.copyRightIn {
    width: calc(100% - 60px);
}
#mainContents {
    padding-bottom: 40px;
    background-color: var(--color-secondary);
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: var(--text-color);
    letter-spacing: .08em;
    font-feature-settings: "palt"1;
}
.mainContentsIn {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: -120px auto 0;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none !important;
}
em {
    background: rgb(213,222,226,.5);
    font-style: normal;
    font-weight: 700;
}
a, a:visited, a:hover {
    color: inherit;
}
#mainContents a {
    transition: .2s;
}
sup {
    font-size: .5em;
    vertical-align: super;
}
.note {
    padding: 0 65px 65px;
    margin-top: 20px;
}
.note li {
    display: block;
    line-height: 1.8;
    color: #888;
    font-size: 11px;
}
.note li span {
    margin-right: 1em;
}
/*==============================================
font
============================================= */
/* 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;
}
/*==============================================
共通ボタン
============================================= */
.btn {
    width: 100%;
    line-height: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: var(--color-primary);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: .2s;
}
.btn a, a .btn {
    display: block;
    position: relative;
}
.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 {
    opacity: .7;
}
/*==============================================
看板
============================================= */
.mainTitle {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_dynabook/main_title.webp) no-repeat center top;
}
.mainTitleIn {
    display: flex;
    align-items: center;
    width: 1170px;
    height: 570px;
    margin: 0 auto;
    position: relative;
}
h1 {
    width: 814px;
    height: 256px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_dynabook/h1.webp) no-repeat center top;
    text-indent: -9999px;
    font-size: 0;
    position: absolute;
    top: 120px;
    right: -40px;
}

/*==============================================
.sidebar
============================================= */
.sidebar {
    width: 320px;
}
#fix {
    position: sticky;
    top: 20px;
    box-shadow: 0 0 15px 0 rgba(59, 58, 61, .1);
}
/*--------------------------------------------*/
/* .bnr
----------------------------------------------*/
.sidebar .bnr {
    background-color: #fff;
}
.sidebar .bnr a {
    display: block;
}
.sidebar .bnr .img {
    text-align: center;
}
.sidebar .bnr .txt {
    text-align: center;
    padding: 25px 30px 30px;
}
.sidebar .bnr .txt .name {
    line-height: 1.4;
    font-size: 26px;
    font-weight: 700;
    transition: .2s;
}
.sidebar .bnr .txt .name .sub {
    display: block;
    font-size: .6em;
    font-weight: 400;
}
.sidebar .bnr .txt .btn {
    line-height: 42px;
    width: auto;
    height: 42px;
    margin-top: 15px;
    font-size: 14px;
}
/* .close */
.sidebar .bnr .close {
    display: none;
}
/*--------------------------------------------*/
/* #index
----------------------------------------------*/
#index {
    padding: 30px;
    background-color: #ececec;
}
#index p {
    color: #666;
    font-size: 13px;
}
#index ul {
    margin-top: 5px;
}
#index ul li {
    border-top: 1px solid #bdbdbd;
}
#index ul li:first-child {
    border-top: none;
}
#index ul li a {
    display: block;
    position: relative;
    line-height: 1.4em;
    padding: 1em 1.5em 1em 3em;
    text-indent: -3em;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
}
#index ul li a:hover {
    opacity: .7;
}
#index 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 var(--color-primary);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: translateY(-25%) rotate(135deg);
}
/* 高さ820未満 */
.main #index {
    margin-top: 40px;
}
.main #index p {
    text-align: center;
}
/*==============================================
.main
============================================= */
.main {
    width: 830px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(59, 58, 61, .1);
}
/*--------------------------------------------*/
/* .point
----------------------------------------------*/
.pointBox {
    padding: 65px;
}
.point {
    position: relative;
    padding: 25px 30px;
    border: 3px solid var(--color-primary);
    border-radius: 0;
    background-color: #fff;
}
.point .title {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 14em;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 3.5em;
    font-size: 19px;
    font-weight: 700;
}
.point ul li + li {
    margin-top: 5px;
}
.point ul li::before {
    content: "Point";
    position: absolute;
    top: .4em;
    left: 0;
    line-height: 2.2em;
    padding: 0 .8em .1em 1.8em;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 11px;
    letter-spacing: 0;
    height: 1.9em;
}
.point ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: .6em;
    left: .4em;
    width: .35em;
    height: .25em;
    margin: auto 0;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: rotate(135deg);
}
.lead {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
}
.lead .leadSub {
    display: block;
    width: fit-content;
    margin-bottom: 20px;
}
.lead .leadSub span::after {
    content: "";
    display: inline-block;
    width: 2em;
    height: 1px;
    background-color: var(--text-color);
    vertical-align: middle;
    margin: 0 .1em 0 .5em;
}
/*--------------------------------------------*/
/* .profile
----------------------------------------------*/
.profile {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
.profile .face {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #e8e8e8;
}
.profile .txt p {
    line-height: 1.6;
    font-size: 13px;
}
.profile .txt .name {
    margin-bottom: .5em;
    font-size: 15px;
}
/*--------------------------------------------*/
/* .paragraph 
----------------------------------------------*/
.paragraph {
    padding: 70px 65px 65px;
    border-top: 1px solid #ddd;
}
/* h2 */
.paragraph h2 {
    position: relative;
    line-height: 1.4;
}
.paragraph h2::before {
    display: block;
    content: "";
    position: absolute;
    left: -65px;
    width: 8px;
    height: 100%;
    background-color: var(--color-primary);
}
.paragraph h2 .sub {
    display: block;
    line-height: 1;
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 700;
}
.paragraph h2 .sub strong {
    font-size: 1.6em;
}
.paragraph h2 .title {
    display: block;
    margin-top: .3em;
    font-size: 34px;
    font-weight: 700;
}
/* h3 */
.paragraph h3 {
    line-height: 1.6;
    font-size: 26px;
    font-weight: 700;
}
/* h4 */
.paragraph h4 {
    line-height: 1.6;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 700;
}
/* p */
.paragraph p {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
}
.paragraph p + p {
    margin-top: 20px;
}
.paragraph h3 + p, .paragraph h4 + p {
    margin-top: 20px;
}
/* .btn */
.main .btn {
    width: 490px;
    margin-top: 40px;
}
/*--------------------------------------------*/
/* .voice
----------------------------------------------*/
.voice {
    margin: 45px auto;
}
.voiceA, .voiceB {
    padding-left: 110px;
}
.voiceA {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_dynabook/face_a.png) no-repeat 0 0;
    background-size: 80px;
}
.voiceB {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_dynabook/face_b.png) no-repeat 0 0;
    background-size: 80px;
}
.voiceA + .voiceB,
.voiceB + .voiceA {
    margin-top: 35px;
}
.voiceA span, .voiceB span {
    display: block;
    background-size: 100%;
    text-indent: -9999px;
    font-size: 0;
}
.voiceA p:nth-of-type(1),
.voiceB p:nth-of-type(1) {
    margin-top: 0 !important;
}
/*--------------------------------------------*/
/* .interface
----------------------------------------------*/
.interface {
    margin-top: 20px;
}
.interface dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.interface dd {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.6;
    text-indent: -.6em;
    padding-left: .5em;
}
/*--------------------------------------------*/
/* .extra
----------------------------------------------*/
.extra {
    margin-top: 60px;
    position: relative;
}
.extra::before {
    display: block;
    content: "";
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    height: 1px;
    border-top: 1px dotted #aaa;
}
.extra h3 {
    margin-top: 50px;
}
.extra h3 small {
    display: block;
    font-size: .8em;
    color: var(--color-primary);
    margin-bottom: 5px;
}
.extra h4 {
    margin: 30px 0 -25px;
    color: var(--color-primary);
}
/*--------------------------------------------*/
/* .imgBox
----------------------------------------------*/
.imgBox {
    margin-top: 40px;
}
.imgBox .column {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.imgBox .column img, .imgBox .column video {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 14px;
}
.imgBox .cap .raw {
    display: block;
    position: relative;
    margin-top: 15px;
    padding-left: 1.2em;
    font-weight: 700;
}
.imgBox .cap .raw a:hover {
    text-decoration: underline;
}
.imgBox .cap .raw a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border: 2px solid var(--color-primary);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    color: #fff;
    transform: translateY(0%) rotate(45deg);
}
/*--------------------------------------------*/
/* .lineup
----------------------------------------------*/
.lineup {
    padding: 70px 65px 65px;
    border-top: 1px solid #ddd;
}
.lineup h2 {
    position: relative;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 700;
}
.lineup h2::before {
    display: block;
    content: "";
    position: absolute;
    left: -65px;
    width: 5px;
    height: 100%;
    background-color: var(--color-primary);
}
/*--------------------------------------------*/
/* .item
----------------------------------------------*/
.item {
    margin-top: 40px;
}
.item + .item {
    margin-top: 20px;
}
.item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    padding: 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-sizing: border-box;
}
.item a > div {
    flex: 1;
}
.item .img {
    text-align: center;
    flex: 1.5 1 0%
}
.item .img img {
    width: 100%;
    height: auto;
}
.item .info {
    flex: 2 1 0%;
    text-align: center;
}
.item .info .sub {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.item .info h3 {
    line-height: 1.5;
    font-size: 28px;
    font-weight: bold;
    transition: .2s;
}
.item .info h3 .min {
    display: block;
    font-size: .4em;
    font-weight: 400;
    margin-top: 1em;
}
.item .info h3 .limited {
    display: block;
    font-size: .7em;
}
.item .info h3 .model {
    display: block;
    font-size: .4em;
}
.item .info a:hover h3 {
    color: var(--color-primary);
}
.item .info .btn {
    line-height: 42px;
    width: 100%;
    height: 45px;
    margin: 15px 0 0;
    font-size: 14px;
}
/*--------------------------------------------*/
/* .scroll
----------------------------------------------*/
.scroll {
    margin-top: 40px;
    overflow: auto;
    border: 1px solid #ddd;
}
.scroll::-webkit-scrollbar {
    height: 12px;
}
.scroll::-webkit-scrollbar-track {
    background: #f7f7f7;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #ddd;
}
.scroll::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}
/*--------------------------------------------*/
/* table
----------------------------------------------*/
table {
    position: relative;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
table th, table td {
    min-width: 10em;
    padding: 15px 10px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    text-align: left;
    font-size: 13px;
    white-space: normal;
}
table th {
    border-left: none;
    font-weight: 400;
}
table th.fix {
    position: sticky;
    left: 0;
    z-index: 1;
}
table th.fix::after {
    content: "";
    display: block;
    width: 10em;
    height: 100%;
    border-right: 1px solid #e7e6e6;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 3px 3px 5px rgba(59, 58, 61, .1);
    box-sizing: border-box;
    z-index: -1;
}
/* thead */
table thead th, table thead td {
    background-color: #f2f2f2;
}
/* tbody */
table tbody th {
    background-color: #fff;
}
/* a */
table a, table a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}
table a:hover {
    opacity: .7;
}
/*--------------------------------------------*/
/* .releasedate
----------------------------------------------*/
.releasedate {
    width: 1170px;
    margin: 15px auto 0;
    text-align: right;
    color: #999;
    font-size: 11px;
}
