@charset "shift_jis";
/*==============================================
common
============================================= */
#header {
border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
width: 930px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }
.sp { display: none; }

/*==============================================
看板
============================================= */
.mainTitleWrap {
width: 100%;
background:#f2f2f2;
}
.mainTitle {
width: 1090px;
height: 870px;
margin: 0 auto;
position: relative;
}
.mainCatch,
h1{
text-indent: -999em;
font-size: 0;
}
.mainCatch {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/main_catch.png) no-repeat top left;
width: 514px;
height: 190px;
position:absolute;
top:45px;
left:0;
z-index:10;
}
h1 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/main_tit.png) no-repeat top left;
width: 655px!important;
height: 241px!important;
position:absolute;
top:280px;
left:0;
z-index:10;
display: block;
}
.mainItem{
position:absolute;
top:20px;
right:0;
z-index: 1;
}
.fade1  {
  text-align: center;
  opacity: 0;
  animation-name:fade1;
  animation-duration:0.40s; 
  animation-timing-function: ease-out;
  animation-delay:0.3s;
  animation-iteration-count:1; 
  animation-direction:normal; 
  animation-fill-mode: forwards;
}
@keyframes fade1 {
  0% {opacity: 0; transform: translate3d(0,-0.14rem,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
.fade2  {
  text-align: center;
  opacity: 0;
  animation-name:fade2;
  animation-duration:0.40s;
  animation-timing-function: ease-out;
  animation-delay:0.5s; 
  animation-iteration-count:1;
  animation-direction:normal; 
  animation-fill-mode: forwards;
}
@keyframes fade2 {
  0% {opacity: 0; transform: translate3d(0,-0.14rem,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
.fade3 {
    animation-name: fade3;
    animation-duration: 3.5s;
}
@keyframes fade3{
    from{
    opacity: 0;
    transform: translatey(0);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}

	
	
.lead{
position:absolute;
top:583px;
left:0;	
}
.lead p{
font-size: 16px;
line-height: 2.0;
margin-bottom: 70px;
color: #000;
}
.lead a:link,
.lead a:visited {
color: #1F91E9;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
text-decoration:none;
}
.mainTitle .bnr {
position:absolute;
top:728px;
left:0;
right:0;
margin: 0 auto;
width: 780px;
height: 72px;
text-align: center;
font-weight: bold;
}
.bnr {
width: 780px;
height: 72px;
text-align: center;
font-weight: bold;
margin: 0 auto;
position:relative;
}
.bnr :before {
content: '';
display: inline-block;
width: 43px;
height: 43px;
background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/arrow.png);
background-size: contain;
vertical-align: middle;
position: absolute;
top:16px;
right:16px;
}
.bnr :after {
content: '';
display: inline-block;
width: 43px;
height: 43px;
background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/arrow.png);
background-size: contain;
vertical-align: middle;
position: absolute;
top:16px;
left:16px;
}
.bnr a{
width: 780px;
line-height: 74px;
border-radius: 50px;
display: block;
color: #fff;
background: rgb(27,132,240);
background: linear-gradient(90deg, rgba(27,132,240,1) 0%, rgba(50,163,231,1) 43%, rgba(53,186,231,1) 100%);
box-sizing: border-box;
font-size: 22px;
letter-spacing: 0.06em;
transition: 0.3s;
}
_:-ms-input-placeholder, :root .bnr a{
height: 72px;
line-height:79px;
}
.bnr a:hover{
opacity: 0.6;
}

.contentsNavi{
width: 930px;
margin:0 auto;
padding: 80px 0;
display:table;
box-sizing: border-box;
}
.contentsNavi p {
width:110px;
color: #222222;
font-size: 18px;
text-align:left;
display:table-cell;
box-sizing: border-box;
padding-top: 5px;
vertical-align: top;
font-weight: bold;
}
.contentsNavi ul{
width:860px;
line-height: 1.5;
padding-left:50px;
display:table-cell;
box-sizing: border-box;
vertical-align:top;
border-left: 2px solid #e5e5e5;
}
.contentsNavi li {
display: block;
letter-spacing: 0.05em;
}
.contentsNavi li a {
font-size: 17px;
 line-height: 1.2;
padding-left: 20px;
position: relative;
color: #535353;
transition: 0.4s;
font-weight: bold;
}
.contentsNavi li + li{
margin-top: 16px;
}
.contentsNavi li a:after {
content: "";
position: absolute;
top: -4px;
bottom: 0;
left: 0px;
width: 7px;
height: 7px;
margin: auto 0;
border-top: solid 3px #228ded;
border-right: solid 3px #228ded;
-webkit-transform: rotate(
135deg
);
transform: rotate(
135deg
);
}
_:-ms-input-placeholder, :root .contentsNavi li a:after {
    top: -10px;
}
.contentsNavi li span {
font-size: 15px;
font-weight: bold;
width:130px;
display: inline-block;
color: #228ded;
}
.contentsNavi li a:hover {
opacity: 0.6;
}

/*==============================================
#mainContents
============================================= */
#mainContents {
font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
font-feature-settings: "palt";
}
.paragraph p {
    font-size: 17px;
    line-height: 2.0;
    margin-bottom: 40px;
    letter-spacing: 0.03em;
}
.paragraph p.cap{
    font-size: 15px;
    line-height: 2.0;
    margin-bottom: 0;
}
.paragraph p .marker {
background: linear-gradient(transparent 60%, #dceefb 60%);
padding: 0px 1px 0;
font-weight: bold;
}
_:-ms-input-placeholder, :root .paragraph p .marker {
background: linear-gradient(transparent 60%, #dceefb 60%);
vertical-align: -5px;
}
.notes {
font-size: 12px;
line-height:1.8;
display: block;
margin-top: 15px;
}
.paragraph{
padding: 0 0 110px;
}
.paragraphIn{
width: 930px;
margin: 0 auto;
padding-bottom:20px;
}
.paragraph h2{
padding-top: 120px;
width: 100%;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/line.jpg) repeat-x top left;
margin-bottom: 50px;
}
.paragraph h2 .txBox{
width: 930px;
margin: 0 auto 60px;
}
.paragraph h2 .point,
.paragraph h2 .point1,
.paragraph h2 .point2,
.paragraph h2 .point3 {
height:80px;
display: block;
text-indent: -999em;
font-size: 0;
}
.paragraph h2 .point {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/h2_point.png) no-repeat top center;
background-size:262px 44px;
}
.paragraph h2 .point1 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/h2_point1.png) no-repeat top center;
background-size: 90px 44px;
}
.paragraph h2 .point2 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/h2_point2.png) no-repeat top center;
background-size: 207px 44px;
}
.paragraph h2 .point3 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/h2_point3.png) no-repeat top center;
background-size: 143px 44px;
}
.paragraph h2 .mainTx,
.paragraph h2 .mainTx1,
.paragraph h2 .mainTx2,
.paragraph h2 .mainTx3 {
height: 90px;
display: block;
text-indent: -999em;
font-size: 0;
}
.paragraph h2 .mainTx {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/h2.png) no-repeat top center;
background-size: 760px 88px;
}
.paragraph h2 .mainTx1 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/h2_1.png) no-repeat top center;
background-size: 644px 88px;
}
.paragraph h2 .mainTx2 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/h2_2.png) no-repeat top center;
background-size: 649px 88px;
}
.paragraph h2 .mainTx3 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/h2_3.png) no-repeat top center;
background-size: 863px 87px;
}
.tblBox{
margin-bottom: 70px;
}
table {
width: 930px;
border: solid #C3C2C2 1px;
border-spacing: 0;
color: #000;
margin: 0 auto 20px;
empty-cells: show;
line-height: 1.5;
font-size: 15px;
}
th {
border: solid #C3C2C2 1px;
font-size: 13px;
font-weight: bold;
margin: 0;
padding: 15px 20px;
background: #f0f0f0;
text-align: center;
}
td {
border: solid #C3C2C2 1px;
text-align: left;
padding: 15px 20px;
width: 29%;
}
.titS {
font-size: 20px;
line-height: 1.3;
font-weight: bold;
margin-bottom: 25px;
text-align: center;
}
p + .titS,
p + .imgBox1,
.tx + .imgBox1 {
margin-top: 70px;
}

.imgBox1{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.imgBox1 {
width: 930px;
margin:0 auto 70px;
}
.imgBox1 a,
.imgBox1 div{
  width: 450px;
}
.imgBox1 a{
  display: block;
  cursor: zoom-in;
}
.imgBox1 img{
width:100%;
}

/* cap size */
.imgBox1 .cap{
width:450px;
}
.imgBox1.pair .cap,
.tblBox .cap{
width:930px;
}
.imgBox1.pair .cap,
.tblBox .cap{
margin-top: 15px;
}



/*==============================================
.productBox
============================================= */
.productBox{
width: 100%;
background: #f0f0f0;
padding: 110px 0;
}
.productTit{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/03_modernpc/product_tit.png) no-repeat top center;
background-size: 970px;
height: 35px;
margin: 0 auto 50px;
text-indent: -999em;
font-size: 0;
z-index: 1;	
}
.productBox p{
width: 970px;
font-size: 17px;
line-height: 1.9;
margin: 0 auto 60px;
color: #000;
}
.productBoxIn {
width: 970px;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.product {
background: #fff;
margin-bottom: 15px;
width:314px;
border: 1px solid #e2e2e2;
border-radius: 7px;
padding:65px 24px 30px;
box-sizing: border-box;
position: relative;
}
.product a{
display: block;
transition: 0.3s;
}
.product a:hover{
opacity: 0.6;
}
.product img{
width: 250px;
margin-bottom: 10px;
}
.product .type{
width: 90px;
height: 34px;
line-height: 34px;
text-align: center;
color: #fff;
margin-bottom: 10px;
background: #161616;
position: absolute;
top:15px;
left: -2px;
font-size: 18px;
}
.product .type::after {
content: "";
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 34px 24px;
border-color: transparent transparent transparent #161616;
right: -23px;
position: absolute;
top: 0;
}
.product .type span{
font-size: 15px;
padding-left: 3px;
}
.product .maker{
color: #2c94ff;
font-size: 15px;
line-height: 1.2;
font-weight: bold;
margin-bottom: 6px;
}
.product .name {
font-size: 19px;
line-height: 1.2;
margin-bottom: 8px;
color: #292828;
font-weight: bold;
letter-spacing: 0!important;
}
.product .catch {
font-size: 14px;
line-height: 1.5;
font-weight: normal;
height: 58px;
}
.product a .btn{
width: 100%;
height: 38px;
line-height: 38px;
border-radius: 50px;
display: block;
color: #fff;
background: rgb(27,132,240);
background: linear-gradient(90deg, rgba(27,132,240,1) 0%, rgba(50,163,231,1) 43%, rgba(53,186,231,1) 100%);
box-sizing: border-box;
font-size: 14px;
letter-spacing: 0.06em;
transition: 0.3s;	
text-align: center;
}
_:-ms-input-placeholder, :root .product a .btn {
height: 38px;
line-height: 43px;
}
.intlkg {
padding: 70px 0;
margin: 0 auto;
width: 850px;
}
.intlkg a{
width: 850px;
display: block;
transition: 0.3s;
}
.intlkg a img{
width: 100%;
}
.intlkg a:hover{
opacity: 0.6;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 11px; 
color: #333;
width: 970px;
margin: 0 auto; 
padding-top: 20px;
text-align: right;
}


/*==============================================
 effect
============================================= */
[data-effect] {
  opacity: 0;
  transition: transform .6s, opacity .6s;
}
[data-effect="top"] {
  transform: translateY(-50px);
}
[data-effect="bottom"] {
  transform: translateY(50px);
}
[data-effect="left"] {
  transform: translateX(50px);
}
[data-effect="right"] {
  transform: translateX(-50px);
}
[data-effect].ended {
  transform: translateY(0);
  opacity: 1;
}


/*==============================================
アンケート
============================================= */

/*----　カラー変更　----*/
.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: 100px 0;
background-color: #f2f2f2;
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;
}
.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;
}
