@charset "shift_jis";
/*==============================================
 base color
============================================= */
:root {
    --text-color: #333;
    --color-primary: #0061a2;
    --color-secondary: #fff100;
    --color-border: #ccc;
}
/*==============================================
 common
============================================= */
html {
    overflow: auto;
}
body {
    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 {
    min-width: 1170px;
}
#mainContents {
    background-color: #efefef;
    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: -170px auto 0;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none !important;
}
em {
    font-weight: 700;
    font-style: normal;
}
a, a:visited, a:hover {
    color: inherit;
}
#mainContents a {
    transition: .2s;
}
#mainContents p a, #mainContents .note li a {
    text-decoration: underline;
    color: var(--color-primary);
}
#mainContents p a:hover, #mainContents .note li a:hover {
    text-decoration: none;
}
.note {
    margin-top: 20px;
}
.note li {
    display: block;
    line-height: 1.8;
    color: #888;
    font-size: 11px;
}
.note li span {
    margin-right: 1em;
}
/*==============================================
 .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;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}
/*==============================================
 看板
============================================= */
.mainTitle {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_mousepro/h1_bg.webp) no-repeat center top;
}
.mainTitleIn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 1000px;
    height: 640px;
    margin: 0 auto;
}
.mainTitle h1 {
    width: 527px;
    margin-top: -90px;
    font-size: 0;
}
/* .lead */
.lead {
    display: block;
    line-height: 1.8;
    width: 830px;
    margin: 60px auto 0;
    font-size: 16px;
}
.lead a {
    text-decoration: underline;
}
.lead a:hover {
    transition: .2s;
    color: #4f9fb7;
}
/* .bnr */
.mainTitle .bnr {
    margin-top: 60px;
}
/*==============================================
 .btn
============================================= */
.btn {
    margin: 0 auto;
}
.btn a, a .btn {
    display: block;
    line-height: 1.4;
    padding: 15px 10px;
    border-radius: 25px;
    background: var(--color-secondary);
    color: var(--text-color);
    transition: .2s;
    text-align: center;
    font-weight: 700;
}
.btn a::after, a .btn::after {
    content: "";
    display: inline-block;
    position:relative;
    top: 1px;
    width: 1em;
    height: 1em;
    margin-left: .5em;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_mousepro/arrow_b.svg) no-repeat 0 0;
}
a.btn:hover, .btn a:hover {
    opacity: .7;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
}
/* kakaku */
.btn.kakaku a, a .btn.kakaku {
    background: var(--text-color);
    color: #fff;
}
.btn.kakaku a::after, a .btn.kakaku::after {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_mousepro/arrow_w.svg) no-repeat 0 0;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 830px;
    height: 160px;
    margin: 60px auto 0;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_mousepro/bnr_bg.webp) no-repeat center left;
    border: 1px solid var(--color-border);
    border-radius: 20px;
    box-sizing: border-box;
}
.bnr + .bnr {
    margin-top: 20px;
}
.bnr .img {
    width: 150px;
}
.bnr .img img {
    width: 100%;
    height: auto;
}
.bnr .info {
    width: 560px;
}
.bnr .info  .name {
    line-height: 1.2;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
.bnr .info  .btnBox {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.bnr .info  .btnBox .btn {
    width: 100%;
}
/*==============================================
 .point
============================================= */
.point {
    display: flex;
    align-items: center;
    position: relative;
    width: 830px;
    margin: -90px auto 0;
    padding: 40px 0;
    background-color:  var(--color-primary);
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
}
.point .title {
    min-width: 235px;
    line-height: 1.4;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.point .title span {
    color: var(--color-secondary);
}
.point ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 1.5em;
    padding-right: 40px;
    font-size: 17px;
    font-weight: 700;
}
.point ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: .4em;
    left: 0;
    width: 1em;
    height: 1em;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_mousepro/check.svg) no-repeat 0 0;
}
.point ul li span {
    color: var(--color-secondary);
}
/*==============================================
 #index
============================================= */
#index {
	display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 80px auto 0;
    padding: 40px 0;
    background: #fff;
}
#index p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
#index ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 830px;
    margin: 0 auto;
}
#index ul li a {
    display: block;
    position: relative;
    padding-left: 2em;
    line-height: 1.8;
    font-size: 16px;
    transition: .2s;
}
#index ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_mousepro/arrow_index.svg) no-repeat 0 0;
}
#index ul li a:hover {
    opacity: .7;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 100px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    margin: 0 auto;
    color: var(--color-primary);
    font-size: 24px;
    font-weight: 700;
}
.paragraph h2 .title {
    display: block;
    position: relative;
    line-height: 1.4;
    margin-top: 20px;
    font-size: 38px;
    font-weight: 700;
}
.paragraph h3 {
    position: relative;
    line-height: 1.2;
    margin: 80px auto 0;
    padding-left: 1.0em;
    font-size: 24px;
    font-weight: 700;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: var(--color-primary);
}
.paragraph h4 {
    line-height: 1.2;
    width: 100%;
    margin-top: 60px;
    font-size: 16px;
    font-weight: 700;
}
.paragraph p {
    line-height: 1.8;
    margin: 60px auto 0;
    font-size: 16px;
}
.paragraph h3 + p,
.paragraph h4 + p {
    margin-top: 30px;
}
.paragraph p:not(.note) + p {
    margin-top: 40px;
}
/*--------------------------------------------*/
/* .imgBox
----------------------------------------------*/
.imgBox {
    display: flex;
    flex-direction: column;
    gap: 15px 20px;
    width: 660px;
    margin: 60px auto 0;
}
.imgBox .column {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
h3 + .imgBox {
    margin-top: 30px;
}
.imgBox h4 {
    margin-top: 0;
}
.imgBox .column a {
    display: block;
}
.imgBox .column div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.imgBox .column img, .imgBox .column video {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    width: 100%;
    margin-top: 0 !important;
    line-height: 1.6;
    font-size: 14px;
}
.imgBox .min {
    color: #888;
    font-size: 11px;
}
/*--------------------------------------------*/
/* .scroll
----------------------------------------------*/
.scroll {
    overflow: auto;
    border: 1px solid var(--color-border);
    border-top: none;
    border-right: none;
}
.scroll::-webkit-scrollbar{
    height: 12px;
}
.scroll::-webkit-scrollbar-track{
    background: #ddd;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #bbb;
}
.scroll::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}
h4 + .scroll {
    margin-top: 20px;
}
/*--------------------------------------------*/
/* table
----------------------------------------------*/
table {
    position: relative;
    width: 100%;
    border-collapse:separate;
    border-spacing:0;
}
table th,
table td {
    line-height: 1.4;
    width: 14.5%;
    padding: 1em;
    border-right: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    white-space: normal;
}
table th {
    width: 13%;
    border-left: none;
    background-color: #efefef;
    font-weight: 400;
}
.paragraph td {
    text-align: left;
}
/*table th.fix {
    position: sticky;
    left: 0;
    z-index: 1;
}
table th.fix::after {
    content: "";
    display: block;
    width: 5em;
    height: 100%;
    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 td {
    font-weight: 700;
}
/* tbody */
table tbody th {
    height: 3em;
    font-weight: 700;
}
/* ul */
table ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 1em;
}
table ul li::before {
    content: "\30FB";
    position: absolute;
    top: 0;
    left: 0;
}
/* type */
table .type {
}
table .type .img {
    width: 150px;
    margin: 1em auto 0;
}
table .type .img img {
    width: 100%;
    height: auto;
}
table .type .name {
    line-height: 1.4;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}
/* btn */
table .btn {
}
/*==============================================
 .productBox
============================================= */
.productBox {
    padding-top: 100px;
}
.productBoxIn {
    width: 1000px;
    margin: 0 auto;
}
.productBoxIn h4 {
    line-height: 1.2;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 1000px;
    margin: 20px auto 0;
    padding: 0 0 100px;
    text-align: right;
    color: #6d6a70;
}
.questionnaire {
    border-top: 1px solid #ddd;
}
.questionnaireInner {
    width: 830px;
}