@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 {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #f2f2f2;
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #000;
	letter-spacing: 0.10em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents p a {
    border-bottom: 1px solid rgba(190,42,52,1);
    color: #be2a34;
    font-weight: 700;
    transition: .3s ease;
}
#mainContents p a:hover {
    border-bottom: 1px solid rgba(190,42,52,0);
}
ul.note {
    width: 830px;
    margin: 80px auto 0; 
}
ul.note li {
    line-height: 2.0;
    padding-left: 3em;
    font-size: 12px;
    font-weight: 500;
}
ul.note li span {
    display: inline-block;
    width: 3em;
    margin-left: -3em;
}
ul.note li + li {
    margin-top: 10px;
}
.sp {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
}
.mainTitle {
    position: relative;
    /*height: 590px;*/
    height: 680px;
    background: #000 url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aqua/main_title_bg.jpg) no-repeat center top;
}
.mainTitle h1 {
    display: block;
    position: relative;
    top: 80px;
    width: 1000px;
    height: 426px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aqua/h1.png) no-repeat left top;
    font-size: 0;
}
/*---- .lead ----*/
.lead {
    line-height: 2.0;
    font-size: 17px;
    width: 1000px;
    margin: 60px auto 0;
    padding: 0 85px;
    font-weight: 500;
    box-sizing: border-box;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    width: 1000px;
    margin: 100px auto 0;
}
.bnr a {
    display: block;
    position: relative;
    width: 1000px;
    height: 204px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aqua/bnr.jpg) no-repeat 0 0;
    background-size: 100%;
    box-sizing: border-box;
}
.btn a,
.bnr a .btn,
.productBox a .btn {
    display: block;
    width: 660px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #be2a34;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    box-sizing: border-box;
    transition: .3s ease;
}
.btn .arrow {
    display: inline-block;
    margin-left: 1em;
}
.btn .arrow::before {
    content: "";
    display: block;
    position: relative;
    right: 0;
    width: 8px;
    height: 12px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aqua/arrow.svg) no-repeat center top;
    transition: .3s ease;
}
.btn a:hover {
    background-color: #ff3947;
}
.btn a:hover .arrow::before {
    right: -.3em;
}
.bnr a .btn {
    position: absolute;
    right: 140px;
    bottom: 25px;
    width: 320px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.bnr a .btn .arrow::before {
    width: 6px;
    height: 10px;
}
.bnr a:hover .btn {
    background-color: #ff3947;
}
.bnr a:hover .btn .arrow::before {
    right: -.3em;
}

.box a:hover .btn {
    background-color: #ff3947;
}
.box a:hover .btn .arrow::before {
    right: -.3em;
}
.mainTitleWrap .btn {
    margin-top: 60px;
}
.mainTitle .btnWrap {
    position: absolute;
    top: 540px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1000px;
}
.mainTitle .btn {
    margin-top: 0;
}
.mainTitle .btn a {
    width: 405px;
    margin-left: 0;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 80px auto 0;
    padding: 50px 85px;
    border: 1px solid #000;
    background-color: #fff;
    box-sizing: border-box;
}
.lnav .index {
    display: flex;
    align-items: center;
    width: 160px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
}
.lnav .index img {
    margin: 0 auto;
}
.lnav ul {
    width: 660px;
}
.lnav ul li + li {
    margin-top: 8px;
}
.lnav ul li span {
    display: inline-block;
    width: 6.0em;
}
.lnav ul li a {
    display: block;
    position: relative;
    padding-left: 35px;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 700;
    box-sizing: border-box;
    transition: .2s;
}
.lnav ul li a::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #be2a34 url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aqua/arrow_bottom.svg) no-repeat center center;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #be2a34;
}
.lnav ul li a:hover::before {
    background-color: #be2a34;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding-top: 100px;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 0 85px;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    margin: 0 auto;
    font-size: 22px;
}
.paragraph h2 .sub::before,
.paragraph h2 .sub::after {
    display: inline-block;
    content: "";
    position: relative;
    top: 7px;
    width: 10px;
    height: 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.paragraph h2 .sub::before {
    left: -10px;
    border-left: 1px solid #000;
}
.paragraph h2 .sub::after {
    right: -10px;
    border-right: 1px solid #000;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 25px;
    font-size: 34px;
    font-weight: bold;
}
.paragraph h3 {
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    margin-top: 80px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}
.paragraph h4 {
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
}
.paragraph h4.i {
    position: relative;
    padding-left: 30px;
}
.paragraph h4.i::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
}
.paragraph h4.i.green::before {
    background-color: #5bc3cc;
}
.paragraph h4.i.orange::before {
    background-color: #ffaf7c;
}
.paragraph h4.i.purple::before {
    background-color: #c088c8;
}
.paragraph h4.i.yellow::before {
    background-color: #eecd30;
}
.paragraph p {
    line-height: 2.0;
    margin-top: 60px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
}
.paragraph h3 + p {
    margin-top: 50px;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}
h3 + .imgBox {
    margin-top: 50px;
}
.imgBox div {
    width: 575px;
}
.imgBox div + div {
    margin-top: 40px;
}
.imgBox a {
    display: block;
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    margin: 0;
    font-size: 14px;
}
.imgBox .cap p {
    width: auto;
    margin-top: 0;
    font-size: 14px;
}
/* .half */
.imgBox.half div {
    width: 405px;
}
.imgBox.half .cap {
    width: 405px;
}
/* .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: space-between;
    width: 830px;
}
.imgBox .two a,
.imgBox .two div {
    width: 405px;
    margin-top: 0;
}
.imgBox .two + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/* .comparison */
.imgBox .two.comparison {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aqua/border_dot.png) repeat-y center top;
}
.imgBox .two.comparison a,
.imgBox .two.comparison div {
    width: 390px;
    margin-top: 0;
}
.imgBox .two.comparison h4 {
    text-align: center;
}
.imgBox .two.comparison a + a {
    margin-top: 20px;
}
/* .w235 */
.imgBox .two.comparison.w235 a {
    width: 235px;
    margin: 0 auto;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin-top: 100px;
    padding: 100px 0;
    /*background: #000 url(https://img1.kakaku.k-img.com/images/article/tieup/23/06_aqua/product_bg.jpg) no-repeat center center;*/
    background-color: #dee6f1;
    background-size: cover;
}
.productBox h2 {
    margin-bottom: 60px;
    text-align: center;
    color: #222;
    font-size: 34px;
    font-weight: bold;
}
.productBoxIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 830px;
    margin: 0 auto;
}
.productBoxIn .box {
    width: 405px;
}
.productBoxIn .box h3 {
    margin-bottom: 40px;
    text-align: center;
    color: #222;
    font-size: 24px;
    font-weight: bold;
}
.productBoxIn .box a {
    display: block;
    padding: 50px 0;
    background-color: #fff;
    text-align: center;
}
.productBoxIn .box a h4 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: bold;
}
.productBoxIn .box a p {
    line-height: 1.5;
    margin-top: 10px;
}
.productBoxIn a .btn {
    width: 325px;
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
    font-size: 14px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 40px auto 0;
    padding-bottom: 80px;
    text-align: right;
    color: #000;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}