@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #f2f2f2;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #231816;
	letter-spacing: 0.07em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none;
}
/*==============================================
 .noto
============================================= */
/* normal */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: bold;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
}
.mainTitle {
    position: relative;
	width: 1000px;
	margin: 0 auto;
    padding-top: 50px;
}
.mainTitle h1 {
    display: block;
    width: 1000px;
    height: 660px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/12_windows/h1.jpg) no-repeat 0 0;
    text-indent: -999em;
    font-size: 0;
}
.lead {
    width: 830px;
    line-height: 2.0;
    margin: 80px auto 0;
    font-size: 16px;
    font-weight: lighter;
}
/*==============================================
 .bnr
============================================= */
.bnrWrap {
    margin-top: 100px;
    background-color: #fff;
}
.bnr {
	width: 1000px;
    height: 240px;
    margin: 0 auto;
}
.bnr a {
    display: block;
    position: relative;
    width: 1000px;
    height: 240px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/12_windows/bnr.jpg) no-repeat 0 0;
    box-sizing: border-box;
    transition: .2s;
}
.btn {
	display: block;
    position: absolute;
    bottom: 45px;
    left: 0;
	width: 405px;
	height: 50px;
	line-height: 50px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
	font-size: 15px;
    font-weight: bold;
    transition: all .2s;
    background: linear-gradient(270deg, #3e74e2 0%, #5fc8f9 50%, #3e74e2 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.2s ease-out;
}
.btn::before,
.btn::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    vertical-align: middle;
}
.btn::before {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.btn::after {
    top: -3px;
    right: 21px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.btn a {
    display: block;
    width: 405px;
	height: 50px;
	line-height: 50px;
    color: #fff;
}
a:hover .btn,
.btn:hover  {
    background-position: 99% 50%;
}
.mainTitle .btn {
    position: absolute;
    top: auto;
    bottom: 60px;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    background-color: #fff;
}
.lnav {
    position: relative;
    width: 1000px;
    margin: 100px auto 0;
    padding: 50px 0;
}
.lnav .index {
    position: absolute;
    top: -20px;
    left: 0;
}
.lnav ul {
    width: 830px;
    margin: 0 auto;
}
.lnav ul li {
}
.lnav ul li a {
    position: relative;
    line-height: 2.4;
    padding-left: 25px;
    font-size: 16px;
    box-sizing: border-box;
    transition: color .2s;
}
.lnav ul li a:hover {
    color: #50a1ee;
}
.lnav ul li a::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #50a1ee;
    border-right: 1px solid #50a1ee;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding: 100px 0 0;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    width: 830px;
    margin: 0 auto;
    line-height: 1.4;
    font-size: 35px;
    font-weight: bold;
    box-sizing: border-box;
}
.paragraph h2 > span {
    display: block;
    margin: 0 auto;
}
.paragraph h2 .i {
    display: inline-block;
    margin-bottom: 10px;
    color: #50a1ee;
    background: -webkit-linear-gradient(0deg, #3e74e2, #5fc8f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
}
.paragraph h3 {
    margin-top: 80px;
    font-size: 20px;
    font-weight: bold;
}
.paragraph h3 + p {
    margin-top: 30px;
}
.paragraph p {
    line-height: 2.0;
    margin: 60px auto 0;
    font-size: 16px;
}
.paragraph p.note {
    line-height: 1.6;
    margin-top: 20px;
    font-size: 12px;
}
.paragraph p .note {
    display: inline-block;
    line-height: 1.6;
    margin-top: 20px;
    font-size: 12px;
}
.imgBox + p {
    margin-top: 80px;
    
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 80px auto 0;
}
h3 + .imgBox {
    margin-top: 40px;
}
.imgBox.right {
    flex-direction: row-reverse;
}
.imgBox div {
    width: 405px;
    margin-left: auto;
    margin-right: auto;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 2.0;
    width: 405px;
    margin-top: 0;
    padding-left: 20px;
    font-size: 13px;
}
.imgBox.right .cap {
    padding-left: 0;
    padding-right: 20px;
}
/*---- .one ----*/
.imgBox .one {
    width: 830px;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.imgBox .two a {
    width: 405px;
}
.imgBox .two a:first-child {
    margin-right: 20px;
}
.imgBox .two + .cap {
    width: 100%;
    margin: 20px auto 0;
    padding-left: 0;
}
/*==============================================
video
============================================= */
.mov {
    margin-top: 40px;
}
.mov video {
    outline: none;
}
.mov .movTxt {
    text-align: center;
}
.mov .cap {
    line-height: 2.0;
    margin: 20px auto 0;
    font-size: 14px;
}
/*==============================================
.product
============================================= */
.productBox {
    position: relative;
    width: 1000px;
    margin: 100px auto 0;
}
.productBox .title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.productBox .title .size {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #231816;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-stretch : condensed;
    letter-spacing: 0.00em;
}
.productBox .title .size span {
    font-size: 12px;
}
.productBox .title .name {
    line-height: 1.4;
    margin-left: 15px;
    font-size: 24px;
    font-weight: bold;
}
.productBox p {
    line-height: 2.0;
    margin-top: 20px;
    font-size: 16px;
}
.productBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productBox ul li {
    margin-top: 20px;
    width: 490px;
    box-sizing: border-box;
}
.productBox ul li a {
    display: block; 
    padding: 40px;
    background-color: #fff;
    transition: .2s;
}
.productBox ul li a:hover {
    box-shadow: 6px 6px 6px 0px hsla(0,0%,0%,0.05);
}
.productBox ul li:nth-child(-n + 2) {
    margin-top: 0;
}
.productBox ul li .img {
    margin: 30px 0 20px;
    text-align: center;
}
.productBox ul li dl {
    display: flex;
    flex-wrap: wrap;
}
.productBox ul li dl dt,
.productBox ul li dl dd {
    line-height: 1.8;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.productBox ul li dl dt:first-of-type,
.productBox ul li dl dd:first-of-type {
    border-top: none;
}
.productBox ul li dl dt {
    width: 30%;
}
.productBox ul li dl dd {
    width: 70%;
}
.productBox .btn {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 40px;
}
.productBox .btn::after {
    top: 0;
    right: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*==============================================
.makerBanner
============================================= */
.makerBannerWrap {
    margin-top: 100px;
    padding-top: 80px;
    background-color: #fff;
}
.makerBannerWrap h3 {
    width: 1000px;
    margin: 0 auto 0;
    padding: 5px 0 5px 20px;
    border-left: 3px solid #50a1ee;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
}
.makerBannerWrap .makerBanner {
    width: 1000px;
    margin: 40px auto 0;
    transition: opacity .2s;
}
.makerBannerWrap .makerBanner:hover {
    opacity: 0.7;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 80px;
    text-align: right;
}
/*==============================================
アンケート
============================================= */
/*----　カラー変更　----*/
.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: 1000px;
    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;
}