@charset "shift_jis";
/*==============================================
 base color
============================================= */
:root {
    --text-color: #333;
    --color-primary: #0061a2;
    --color-secondary: #fff100;
    --color-border: #ccc;
}
/*==============================================
 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: 3rem;
    height: 3rem;
    right: 1rem;
    bottom: 2rem;
    background-size: 3rem;
    border-radius: 50%;
}
#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: 0.08em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
.pc {
    display: none;
}
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);
}
.note {
    margin-top: 2rem;
}
.note li {
    display: block;
    line-height: 1.8;
    color: #888;
    font-size: .9rem;
}
.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_sp.webp) no-repeat left top;
    background-size: contain;
}
.mainTitleIn {
    position: relative;
    width: 100%;
    padding-top: 18rem;
}
.mainTitle h1 {
    width: 80%;
    margin: 0 auto;
}
/* .lead */
.lead {
    line-height: 1.8;
    margin: 2rem 2rem 0;
    font-size: 1.2rem;
}
/*==============================================
 .btn
============================================= */
.btn {
    margin: 0 auto;
}
.btn a, a .btn {
    display: block;
    position: relative;
    line-height: 1.4;
    padding: 1rem .5rem;
    border-radius: 1.7rem;
    background: var(--color-secondary);
    transition: .2s;
    text-align: center;
    color: var(--text-color);
    font-size: 1.1rem;;
    font-weight: 700;
}
.btn a::after, a .btn::after {
    content: "";
    display: inline-block;
    position:relative;
    top: 2px;
    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;
    flex-direction: column;
    position: relative;
    width: auto;
    margin: 2rem 2rem 0;
    padding: 2rem 2rem;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_mousepro/bnr_bg_sp.webp) no-repeat center top;
    background-size: cover;
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    box-sizing: border-box;
}
.bnr + .bnr {
    margin-top: 1rem;
}
.paragraph .bnr {
    margin-left: 0;
    margin-right: 0;
}
.bnr .img {
    position: absolute;
    top: 1.3rem;
    left: 3rem;
    width: 7.2rem ;
    height: auto;
}
.bnr .img img {
    width: 100%;
    height: 100%;
}
.bnr .info {
}
.bnr .info  .name {
    width: 8em;
    line-height: 1.2;
    margin-left: 10rem;
    font-size: 1.6rem;
    font-weight: 700;
}
.bnr .info  .btnBox {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 2rem;
}
.bnr .info  .btnBox .btn {
    width: 100%;
}
/*==============================================
 .point
============================================= */
.point {
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 3rem 2rem 2rem;
    padding: 2rem;
    background-color:  var(--color-primary);
    border-radius: 1rem;
    box-sizing: border-box;
    color: #fff;
}
.point .title {
    display: none;
}
.point .title span {
    color: #44bcbc;
}
.point ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.point ul li {
    position: relative;
    line-height: 1.4;
    padding-left: 1.5em;
    font-size: 1.2rem;
    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: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-bottom: 1px solid var(--color-border);
    transition: .2s;
}
.paragraph#article01 {
    margin-top: 2rem;
    border-top: 1px solid var(--color-border);
}
.spAccordion {
    display: none;
    padding: 0 2rem 2rem;
}
.paragraphIn {
}
.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/26/07_mousepro/para_01_sp.webp) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
#article02 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_mousepro/para_02_sp.webp) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
#article03 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_mousepro/para_03_sp.webp) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
#article04 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_mousepro/para_04_sp.webp) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
#article05 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_mousepro/para_05_sp.webp) no-repeat left 2rem top 2rem;
    background-size: 7rem;
}
#matome h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/07_mousepro/para_06_sp.webp) 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;
    line-height: 1;
    margin: 0 auto 0;
    text-align: center;
    color: var(--color-primary);
    font-size: 1.2rem;
    font-weight: 700;
}
.paragraph h2 .title {
    display: block;
    position: relative;
    line-height: 1.5;
    margin-top: .5rem;
    font-size: 1.4rem;
    font-weight: 700;
}
.paragraph h3 {
    position: relative;
    line-height: 1.2;
    margin: 2rem auto 0;
    padding-left: 1.0em;
    font-size: 1.4rem;
    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 {
    position: relative;
    margin-top: 2rem;
    line-height: 1.4;
    font-size: 1.2rem;
    font-weight: 700;
}
.paragraph p {
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.paragraph h3 + p,
.paragraph h4 + p {
    margin-top: 1.5rem;
}
.paragraph p:not(.note) + p {
    margin-top: 1.5rem;
}
/*--------------------------------------------*/
/* .note
----------------------------------------------*/
.paragraph .note {
    margin-top: 1rem;
}
.paragraph .note li {
    padding-left: 0;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin: 2rem auto 0;
}
.imgBox:first-child {
    margin-top: 0;
}
h4 + .imgBox {
    margin-top: 2rem;
}
.imgBox h4 {
    margin-top: 0;
}
.imgBox .column a {
    display: block;
    width: 100%;
}
.imgBox .column a + a,
.imgBox .column div + div {
    margin-top: 2rem;
}
.imgBox .column div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 0;
    font-size: 1rem;
}
.imgBox .cap a {
    display: inline;
}
/*---- .one ----*/
.imgBox .one.w440 {
    width: 66%;
    height: auto;
    margin: 0 auto;
}
/*--------------------------------------------*/
/* .scroll
----------------------------------------------*/
.scroll {
    margin-top: 1rem;
    overflow: auto;
    border: 1px solid var(--color-border);
    border-top: none;
    border-right: none;
}
.scroll::-webkit-scrollbar{
    height: 1rem;
}
.scroll::-webkit-scrollbar-track{
    background: #ddd;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: .5rem;
    background: #bbb;
}
h4 + .scroll {
    margin-top: 20px;
}
/*--------------------------------------------*/
/* table
----------------------------------------------*/
table {
    position: relative;
    width: 100%;
    border-collapse: separate;
    border-spacing:0;
}
table th,
table td {
    min-width: 9em;
    padding: 1em;
    border-right: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
    background-color: #fff;
    box-sizing: border-box;
    font-size: 1.1rem;
    word-break: break-all;
}
table th {
    border-left: none;
    background-color: #efefef;
    font-weight: 400;
}
table th.fix {
    position: sticky;
    left: 0;
    z-index: 1;
    min-width: 6em;
}
table th.fix::after {
    content: "";
    display: block;
    min-width: 6em;
    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;
}
.paragraph table th.fix::after {
    display: none;
}
/* thead */
table thead th,
table thead td {
    font-weight: 700;
}
/* tbody */
table tbody th {
    font-weight: 700;
}
table tbody td img {
    height: 10rem;
    margin: 1em 0;
}
/* 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 {
    text-align: center;
}
table .type .img {
    width: 10rem;
    margin: 1em auto 0;
}
table .type .img img {
    width: 100%;
    height: auto;
}
table .type .name {
    line-height: 1.4;
    margin-top: .5rem;
    font-size: 1.4rem;
    font-weight: 700;
}
/* btn */
table .btn {
}
/*==============================================
 .productBox
============================================= */
.productBox {
    margin: 2rem 2rem 0;
}
.productBoxIn {
}
.productBoxIn h4 {
    line-height: 1.2;
    font-size: 1.2rem;
    font-weight: 700;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: right;
    color: #6d6a70;
    font-size: 0.85rem;
    padding: 1rem 2rem;
}
.questionnaire {
    padding-bottom: 0;
    border-top: 1px solid #ddd;
}