@charset "shift_jis";
/*==============================================
common
============================================= */
body {
    animation: fadeIn 1.5s ease 0s 1 normal;
    background: #edeef2;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#header {
border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn{
width: 1090px;
margin: 0 auto;
}
.copyRight { 
border-top: 1px solid #ededed;
margin-bottom: 0!important;
vertical-align: bottom; 
background: #fff;
}
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }
.sp{
    display: none;
}
.releasedate {
font-size: 11px; 
color: #333;
width: 930px; 
margin: 0 auto; 
text-align: right;
padding-top: 50px;
}
/*==============================================
看板
============================================= */
#mainContents{
background:#edeef2;
width: 100%;
}
.mainTitleWrap {
width: 1090px;
height: 688px;
margin: 0 auto 50px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/21/03_mouse/main_bg.jpg) center top no-repeat;
position: relative;
box-sizing: border-box;
}
.mainCatch {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/21/03_mouse/main_catch_r.png) no-repeat;
width: 200px;
height: 190px;
position: absolute;
top:65px;
left: 70px;
text-indent: -999em;
font-size: 0;
z-index: 1;
}
h1 {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/21/03_mouse/main_tit.png) no-repeat;
width: 710px;
height:154px;
position: absolute;
top:86px;
left: 310px;
text-indent: -999em;
font-size: 0;
z-index: 1;
}
.notes{
font-size: 13px;
font-weight: bold;
position: absolute;
bottom:15px;
right: 70px;
}
.lead{
    padding: 0 80px;
    margin-bottom: 60px!important;
}
.lead a:link,
.lead a:visited {
color: #5d9318;
text-decoration: underline;
transition: 0.3s;
}
.lead a:hover,
.lead a:active {
color: #82CB25;
}
.bnrBox a {
  display: block;
  position:relative;
  background:#fff;
  width:760px;
  height:64px;
  margin:0 auto 45px;
  border: 3px solid #3d3d3d;
  box-sizing: border-box;
  transition: 0.3s;
}
.bnrBox a .bnrcm {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/03_mouse/bnr_tx1_r3.png) no-repeat;
width: 653px;
height:20px;
text-indent: -999em;
font-size: 0;
z-index: 1;
position: absolute;
top:19px;
left: 53px;
}
.bnrBox a:hover .border:nth-of-type(1){
  width:757px;
}
.bnrBox a:hover .border:nth-of-type(2){
  height:61px;
}
.bnrBox a:hover .border:nth-of-type(3){
    width:757px;
}
.bnrBox a:hover .border:nth-of-type(4){
    height:61px;
}
.bnrBox a:hover{
     border: 3px solid #fff;
    background:#f1fcbd;
}
.border{
    position:absolute;
    background:none;
    transition:all .5s ease-in-out;
}
.border:nth-of-type(1){
  top:-3px;
  left:-3px;
  width:0;
  height:0;
  border-top:3px solid #5d9318;
}
.border:nth-of-type(2){
  top:-3px;
  right:-3px;
  width:0;
  height:0;
  border-right:3px solid #5d9318;
}
.border:nth-of-type(3){
  bottom:-3px;
  right:-3px;
  width:0;
  height:0;
  border-bottom:3px solid #5d9318;
}
.border:nth-of-type(4){
  top:0;
  left:-3px;
  width:0;
  height:0;
  border-left:3px solid #5d9318;
}
.contentsNavi {
    width:1090px;
    margin: 0 auto;
    background: #212121;
}
.contentsNavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    padding: 20px 10px;
}
.contentsNavi li {
    border-right: 1px solid #494949; 
    width:267px;
    box-sizing: border-box;
}
.contentsNavi li:last-child{
   border-right: none;
}
.contentsNavi li a {
    width:267px;
    height:130px;
    display: block;
    box-sizing: border-box;
    text-align: center;
  font-weight: bold;
  transition: 0.3s;
padding: 6px 40px 0;
}
.contentsNavi li a:hover {
    opacity: 0.7;
}
.contentsNavi li .point {
    font-size:16px;
    letter-spacing: 0.09em;
    display:inline-block;
    color: #91c64d;
}
.contentsNavi li .naviTx {
    font-size: 13px;
    line-height: 1.8;
    color: #eeeef1;
    text-align: left;
    padding: 12px 0 0;
    display: block;
    font-weight: bold;
    position: relative;
}
.contentsNavi li .naviTx:after {
    content: "";
    position: absolute;
    top:95px;
    left:0;
    right:0;
    margin:auto;
    width: 7px;
    height: 7px;
    border-top: solid 3px #636563;
    border-right: solid 3px #636563;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}



/*==============================================
#mainContents
============================================= */
#mainContents {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
font-feature-settings: 'palt';
width: 1090px;
margin: 0 auto;
background:#fff;   
}
.paragraph {
 padding: 80px 0 45px;
 border-bottom: 30px solid #edeef2;
}
.paragraphIn{
width: 1090px;
margin: 0 auto;
padding: 0 80px 20px;
box-sizing: border-box;
}
#mainContents p {
    font-size: 16px;
    line-height: 2.3;
    margin-bottom: 40px;
    letter-spacing: 0.04em;
    font-weight: 500;
}
#mainContents p.cap {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 0;
    font-weight: 500;
}
#mainContents h2{
    font-weight: bold;
    font-size: 33px;
    line-height: 1.5;
    padding: 0 80px;
    margin-bottom: 40px;
}
#mainContents h2 .point{
    color: #5d9318;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 13px;
    border-left: 6px #5d9318 solid;
    padding-left: 13px;
    display: block;
}
_:lang(x)::-ms-backdrop, #mainContents h2 .point {
      padding-top: 7px;
} 
#mainContents h3{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    color: #5d9318;
    border-left: 6px solid #5d9318;
    padding-left: 11px;
}
_:lang(x)::-ms-backdrop, #mainContents h3{
      padding-top: 7px;
} 
p + h3{
    margin-top: 60px;
}
.imgBox + .column{
    margin-top: 70px;
}
.column{
    background: #f7f7ef;
    padding: 60px;
    margin-bottom: 70px;
}
.columnTit{
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #1f1f1f;
    text-align: center;
}
p + .imgBox{
    margin-top: 70px;
}
.imgBox{
width:930px;
margin: 0 auto 60px;
}
.imgBoxS{
width:810px;
margin: 0 auto;
}
.imgBox,
.imgBoxS{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.imgBox img{
  width: 450px;
}
.imgBoxS img{
    width: 400px;
    padding-top: 10px;
}
.imgBoxS p{
    width: 370px;
    margin-bottom: 0!important;
}
.imgBox .boxIn {
  width: 450px;
}
.imgBox a{
  display: block;
  cursor: zoom-in;
}
.imgBox .cap{
   width:450px;
   margin-bottom: 0;
}
.imgBox.pair .cap{
   width:1090px;
   margin-top: 15px;
}
.innerbnr a{
    width: 1010px;
    height: 330px;
    margin: 0 auto;
    border: 1px solid #c9cac8;
    box-sizing: border-box;
    position: relative;
    display: block;
}
.innerbnr a .itemImg img{
    width: 387px;
    position: absolute;
    top:55px;
    left: 50px;
}
.innerbnr a .info{
    position: absolute;
    top: 50px;
    right: 50px;
}
.innerbnr a .catch{
background:url(https://img1.kakaku.k-img.com/images/article/tieup/21/03_mouse/bnr_catch.png) no-repeat;
width: 500px;
height:60px;
margin-bottom: 33px;
text-indent: -999em;
font-size: 0;
z-index: 1;  
}
.innerbnr a .name{
background:url(https://img1.kakaku.k-img.com/images/article/tieup/21/03_mouse/bnr_name_r3.png) no-repeat;
width:500px;
height:30px;
margin-bottom: 35px;
text-indent: -999em;
font-size: 0;
z-index: 1;
}
.innerbnr a .btn{
  display: block;
  position:relative;
  background:#fff;
  width:500px;
  height:60px;
  border: 3px solid #3d3d3d;
  box-sizing: border-box;
  transition: 0.3s;
}
.innerbnr a .bnrcm {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/03_mouse/bnr_tx2.png) no-repeat;
width:288px;
height:18px;
text-indent: -999em;
font-size: 0;
z-index: 1;
position: absolute;
top:17px;
left: 104px;
}
.innerbnr a:hover .btn .border:nth-of-type(1){
  width:497px;
}
.innerbnr a:hover .btn .border:nth-of-type(2){
  height:57px;
}
.innerbnr a:hover .btn .border:nth-of-type(3){
    width:497px;
}
.innerbnr a:hover .btn .border:nth-of-type(4){
    height:57px;
}
.innerbnr a:hover .btn{
     border: 3px solid #fff;
      background:#f1fcbd;
}
#matome.paragraph{
    border-bottom: none;
    padding-bottom: 35px;
}
#matome .paragraphIn{
       padding-bottom: 0; 
}


/*==============================================
.productBox
============================================= */

.productBox{
    padding:0  80px 80px;
}
.specTit{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.spec {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin: 0 auto;
empty-cells: show;
line-height: 1.6;
font-size: 13px;
font-weight: bold;
}
.spec th {
border: 1px solid #4F5867;
text-align: center;
margin: 0;
padding:13px 10px;
background:#323335; 
width: 24%;
color: #E4E2E2;
}
.spec td {
width:38%;
border: 1px solid #353c49;
text-align: center;
padding:13px 15px;
}
.spec td a{
  display: block;
}
.spec .icon{
 display: block;
 margin: 10px auto 0;
 background: rgba(235,70,5,1.00);
color: #fff;
width: 220px;
}
.spec .name{
display: block;
 margin: 13px 0;
 font-size: 20px;
font-weight: bold;
}
.spec img{
    width: 220px;
    margin: 0 auto 15px;
}
.spec a .btn{
  display: block;
  position:relative;
  background:#fff;
  width:276px;
  height:47px;
  margin:0 auto;
  border: 3px solid #3d3d3d;
  box-sizing: border-box;
  transition: 0.3s;
  margin-bottom: 15px;
}
.spec a .bnrcm {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/03_mouse/bnr_tx3.png) no-repeat;
width:224px;
height:16px;
text-indent: -999em;
font-size: 0;
z-index: 1;
position: absolute;
top:13px;
left: 24px;
}
.spec a:hover .btn .border:nth-of-type(1){
  width:273px;
}
.spec a:hover .btn .border:nth-of-type(2){
  height:44px;
}
.spec a:hover .btn .border:nth-of-type(3){
    width:273px;
}
.spec a:hover .btn .border:nth-of-type(4){
    height:44px;
}
.spec a:hover .btn{
     border: 3px solid #fff;
      background:#f1fcbd;
}
.spec td{
    position: relative;
}
.verification:before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/21/03_mouse/icon.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top:0;
  left: 0;
}


/*==============================================
アンケート
============================================= */

/*----　カラー変更　----*/
.questionnaire {
color: #2e2e2e;
}
.question .select .arrow {
border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2,
.btnSend a {
background-color: #0a7bc3;
}
.btnSend a:hover {
background-color: #04619d;
}
.questionnaireInner h3 .q {
color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
border-color: #1b75bc !important;
}

/*----　文字強調　----*/
.questionnaire .marker {
	background:linear-gradient(transparent 70%, #c2dff7 70%);}

/*----　ベースデザイン　----*/
.questionnaire {
padding: 80px 0 70px;
background-color: #edeef2;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.questionnaireInner {
width:930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 25px 30px 25px;
border-radius: 6px 6px 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
box-sizing: border-box;
}
.questionnaireInner h3 {
line-height: 1.8;
font-size: 16px;
font-weight: bold;
}
.questionnaireInner h3 .q {
margin-right: 10px;
font-size: 24px;
}
.questionnaireInner h3 .required {
margin-left: 10px;
color: #e20000;
}
.question {
padding: 40px 80px 0;
}
.question:first-child {
padding-top: 50px;
}
.question ul {
list-style: none;
margin-top: 20px;
overflow: auto;
}
.question ul li {
display: block;
position: relative;
float: left;
width: 100%;
}
.question ul li label {
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 0 0 0 53px;
margin: 10px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .2s linear;
}

/* radio */
.question ul li input[type=radio] {
position: absolute;
visibility: hidden;
}
.question ul li .radio {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 100%;
height: 16px;
width: 16px;
top: 6px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
border: 3px solid;
}
.question ul li .radio::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 6px;
width: 6px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
border: 3px solid;
}

/* checkbox */
.question ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.question ul li .check {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 6px;
height: 16px;
width: 16px;
top: 4px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .check {
border: 3px solid;
}
.question ul li .check::before {
display: block;
position: absolute;
content: '';
height: 6px;
width: 3px;
top: -3px;
bottom: 0;
left: 0;
right: 1px;
margin: auto;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transition: border .2s linear;
-webkit-transition: border .2s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.question input[type=checkbox]:checked ~ .check {
border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
border-bottom: 2px solid;
border-right: 2px solid;
}

/* select */
.question .select {
display: inline-block;
position: relative;
margin: 20px 0 0 20px;
}
.question .select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 5px 35px 5px 15px;
outline: 0;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border .2s linear;
}
.question .select .arrow {
position: absolute;
top: 14px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
}
.question .select select:hover,
.question .select select:focus {
border: 1px solid;
}

/* textarea */
.question textarea {
width: 80%;
height: 150px;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question textarea:hover,
.question textarea:focus {
border: 1px solid;
}

/* input */
.question input {
width: 80%;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question input:hover,
.question input:focus {
border: 1px solid;
}
.question ul li.text label {
display: inline-block;
}
.question ul li.text input {
width: 20%;
margin: 0 0 0 10px;
}

/* .btnSend */
.btnSend {
margin-top: 60px;
text-align: center;
}
.btnSend a {
display: inline-block;
padding: 15px 100px;
border-radius: 6px;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color .2s linear;
}

/* .thanks */
.thanks {
margin-top: 80px;
margin-bottom: 20px;
text-align: center;
font-size: 20px;
}
