@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
    border-bottom: 1px solid #f2f2f2;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.copyRightIn {
    width: 1000px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.pageTop {
    border-radius: 50%;
}
#container {
}
#mainContents {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/03_moverio/bg.jpg) no-repeat center top;
    color: #202020;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ＭＳ Ｐゴシック', 'MS PGothic';
    letter-spacing: 0.10em;
    font-feature-settings: "palt"1;
}
.sp {
    display: none;
}
.releasedate {
    font-size: 11px;
    color: #fff;
    width: 1000px;
    margin: 20px auto 0;
    text-align: right;
}
/*==============================================
 看板
============================================= */
.mainTitle {
    width: 1000px;
    margin: 0 auto;
    padding-top: 85px;
}
.mainTitle h1 {
    width: 840px;
    height: 538px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/03_moverio/h1.png) no-repeat 0 0;
    font-size: 0;
    text-indent: -999rem;
}
.lead {
    width: 1000px;
    line-height: 2.0;
    margin: 80px auto 0;
    font-size: 18px;
}
.lead a:link, .lead a:visited {
    color: #ab8e29;
}
.lead a:hover, .lead a:active {
    text-decoration: underline;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    margin-top: 80px;
}
h1 + .bnr {
    margin-top: 60px;
}
.bnr a {
    display: block;
    position: relative;
    width: 1000px;
    height: 130px;
    margin: 0 auto;
    padding-top: 32px;
    border: 1px solid #dadada;
    border-radius: 65px;
    box-sizing: border-box;
    background: linear-gradient(#fff,#fff 0px,#e5e5e5 130px,#fff);
    background-size: 1000px 260px;
    transition: 0.2s;
    
}
.bnr a:hover {
    background-position:0 100%;
}
.bnr a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    width: 20px;
    height: 20px;
    margin: auto 0;
    border-right: 2px solid #c5ab4f;
    border-bottom: 2px solid #c5ab4f;
    transform: rotate(-45deg);
}
.bnr a .item {
    display: flex;
    justify-content: center;
}
.bnr a .item .img {
    width: 147px;
    margin-right: 40px;
}
.bnr a .item .img img {
    width: 100%;
}
.bnr a .item .info {
}
.bnr a .item .info dt {
    margin-top: 8px;
    font-size: 26px;
    font-weight: bold;
}
.bnr a .item .info dd {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    margin-top: 100px;
    padding-top: 50px;
    background-color: #202020;
    text-align: center;
}
.lnav h2 {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5ab4f;
    color: #c5ab4f;
    font-size: 26px;
    font-weight: bold;
}
.lnav ul {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 60px;
    box-sizing: border-box;
}
.lnav ul li {
    text-align: left;
}
.lnav ul li a {
    display: block;
    position: relative;
    line-height: 2.2;
    color: #fff;
    font-size: 17px;
    transition: color 0.2s;
}
.lnav ul li a:hover {
    color: #c5ab4f;
}
/*==============================================
 .paragraph
============================================= */
#article02,
#article03 {
    position: relative;
}
#article02::before,
#article03::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #ffffff 0%,#dadada 50%,#ffffff 100%);
}
.paragraph {
    padding-top: 100px;
    padding-bottom: 100px;
}
.paragraphIn {
    width: 1000px;
    margin: 0 auto;
}
.paragraph h2 {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.paragraph h2 .i {
    display: inline-block;
    margin-bottom: 25px;
    padding: 12px 22px 10px;
    border: 1px solid #202020;
    font-size: 21px;
}
.paragraph h2 .txt {
    display: block;
    line-height: 1.4;
    font-size: 38px;
    font-weight: bold;
}
.paragraph h3 {
    line-height: 1.6;
    margin-top: 80px;
    font-size: 24px;
    font-weight: bold;
}
.paragraph p {
    line-height: 2.0;
    margin-top: 60px;
    font-size: 18px;
}
.paragraph p + p {
    margin-top: 80px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin: 80px auto 0;
}
.imgBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.imgBox a {
    display: block;
    width: 665px;
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 1.8;
    width: 295px;
    margin-top: 0;
    padding-left: 40px;
    font-size: 14px;
}
/*----　.full ----*/
.imgBox.full {
    width: 100%;
}
.imgBox.full a {
    width: 100%;
}
.imgBox.full .cap {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
}
/*----　.half ----*/
.imgBox .half {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .half a {
    width: 480px;
}
.imgBox .half + .half {
    margin-top: 40px;
}
.imgBox .half + .cap {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
}
/*----　.original ----*/
.imgBox.original {
}
.imgBox.original a {
    margin: 0 auto;
}
.imgBox.original .cap {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
}
/*----　.originalLeft ----*/
.imgBox.originalLeft {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox.originalLeft a,
.imgBox.originalLeft a img {
    width: auto;
}
.imgBox.originalLeft .cap {
    width: auto;
}
/*==============================================
 #matome
============================================= */
#matome {
}
#matome h2,
#matome p {
    color: #fff;
}
#matome h2 .i {
    border-color: #fff;
}
/*==============================================
 .productBox
============================================= */
.productBg {
    background: #0b1318 url(https://img1.kakaku.k-img.com/images/article/tieup/21/03_moverio/prd_bg.jpg) no-repeat center top;
    background-size: cover;
}
.productBox {
}
.productBoxIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
}
/*---- a ----*/
.productBox a {
    display: block;
    width: 480px;
    padding: 40px 0;
    background-color: #fff;
    border-radius: 15px;
    transition: 0.2s;
}
.productBox a:nth-of-type(n+3) {
    margin-top: 40px;
}
.productBox a:hover {
    color: #c5ab4f;
}
.productBox a .img {
    width: 220px;
    margin: 0 auto;
}
.productBox a .img img {
    width: 100%;
}
/*---- h2 ----*/
.productBox a h2 {
    margin: 30px auto 0;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.productBox a p {
    line-height: 1.6;
    margin: 10px auto 0;
    text-align: center;
    font-size: 17px;
}
/*---- .button ----*/
.productBox a .button {
    display: block;
    position: relative;
    vertical-align: middle;
    line-height: 50px;
    width: 380px;
    height: 50px;
    margin: 25px auto 0;
    border-radius: 25px;
    background: linear-gradient(#c5ab4f,#c5ab4f 0px,#a89243 50px,#c5ab4f);
    background-size: 380px 100px;
    transition: 0.2s;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.productBox a:hover .button {
    background-position:0 100%;
}
.productBox a .button::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 12px;
    height: 12px;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/*==============================================
 アンケート
============================================= */
.questionnaireInner {
    border: 1px solid #e4e4e4;
}
.questionnaire {
    padding-bottom: 80px !important;
}
/*----　カラー変更　----*/
.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 {
    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;
}