@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: #f4f4f4;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #292929;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents p a,
#mainContents p a:visited,
#mainContents p a:hover {
    color: #b19969;
    text-decoration: underline;
}
#mainContents p a:hover {
    text-decoration: none;
}
.sp {
    display: none !important;
}
em {
    font-weight: 700;
    font-style: normal;
}
#mainContents .note {
    display: flex;
    position: relative;
    line-height: 1.8;
    margin-top: 10px;
    color: #444;
    font-size: 11px;
}
/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/11_pixus_ts5530/h1_bg.webp) no-repeat top center;
}
.mainTitle {
    position: relative;
    width: 1000px;
    height: 740px;
    margin: 0 auto;
    padding-top: 60px;
    box-sizing: border-box;
}
.mainTitle h1 {
    display: block;
    width: 630px;
    height: 520px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/11_pixus_ts5530/h1.svg) no-repeat center top;
    font-size: 0;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background-color: #b19969;
    font-weight: 700;
    transition: .2s;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
a.btn:hover {
    opacity: .7;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
}
/* .mainTitle */
.mainTitle .btn {
    display: block;
    line-height: 60px;
    width: 490px;
    margin: 40px auto 0;
    border-radius: 30px;
    font-size: 16px;
}
/*==============================================
 .bnr
============================================= */
.bnr {
    width: 830px;
    margin: 80px auto 0;
}
.bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 200px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/11_pixus_ts5530/bnr.jpg) no-repeat center top;
    border: 1px solid #e0dcd5;
    border-radius: 100px;
    box-sizing: border-box;
    transition: .2s;
}
.bnr a:hover {
    opacity: .7;
}
.bnr .btn {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 105px;
    line-height: 40px;
    width: 320px;
    border-radius: 30px;
    font-size: 14px;
}
/*==============================================
 .pointWrap
============================================= */
.pointWrap {
    padding-bottom: 60px;
}
.point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 40px 85px;
    border: 1px solid #e0dcd5;
    border-radius: 81px;
    background-color: #fff;
    box-sizing: border-box;
}
.point .title {
    position: relative;
    width: 235px;
    padding-left: 2em;
    font-size: 18px;
    font-weight: 700;
}
.point .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    margin: auto;
    border-radius: .75em;
    background-color: #b19969;
}
.point .title::after {
    content: "";
    display: block;
    position: absolute;
    top: -.2em;
    bottom: 0;
    left: .6em;
    width: .2em;
    height: .4em;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
.point ul {
    width: 575px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 1em;
}
.point ul li {
    position: relative;
    padding-left: 1em;
    font-size: 18px;
    font-weight: 700;
}
.point ul li::before {
    content: "\30FB";
    position: absolute;
    left: 0;
    color: #b19969;
}
.lead {
    width: 830px;
    margin: 60px auto 0;
    line-height: 1.8;
    font-size: 16px;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    width: 100%;
    padding: 40px 0 60px;
    background-color: #fff;
}
.lnav p {
    text-align: center;
    color: #999;
    font-size: 16px;
    font-weight: 700;
}
.lnav ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: .5em;
    width: 830px;
    margin: 20px auto 0;
}
.lnav ul li {
}
.lnav ul li a {
    position: relative;
    line-height: 1.8;
    padding-left: 1.5em;
    color: #292929;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
}
.lnav ul li a:hover {
    text-decoration: none;
}
.lnav ul li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: .5em;
    height: .5em;
    margin: auto 0;
    border: 2px solid #b19969;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding: 80px 0 0;
}
#article02,
#matome {
    background-color: #f4f4f4;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    line-height: 1;
    margin: 0 auto;
    color: #b19969;
    font-size: 24px;
    font-weight: 700;
    z-index: 1;
}
.paragraph h2 .title {
    display: block;
    position: relative;
    line-height: 1.4;
    margin-top: 10px;
    font-size: 40px;
    font-weight: 700;
}
.paragraph h3 {
    position: relative;
    line-height: 1.2;
    width: 830px;
    margin: 80px auto 0;
    padding-left: 20px;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    box-sizing: border-box;
}
.paragraph h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #b19969;
}
.paragraph h4 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
}
.paragraph p {
    line-height: 1.8;
    margin: 60px auto 0;
    text-align: left;
    font-size: 16px;
}
.paragraph h3 + p,
.paragraph p:not(.note) + p {
    margin-top: 30px;
}
/*==============================================
/* .imgBox
============================================= */
.imgBox {
    width: 660px;
    margin: 60px auto 0;
}
.imgBox.full {
    width: auto;
}
.imgBox .column {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.imgBox .column + .column {
    margin-top: 20px;
}
.imgBox .column img,
.imgBox .column video {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 14px;
}
/*==============================================
/* .kakomi
============================================= */
.kakomi {
    margin-top: 80px;
    padding: 60px 85px 60px;
    border: 1px solid #e0dcd5;
    border-radius: 30px;
}
.kakomi h3 {
    line-height: 1.4;
    width: auto;
    margin-top: 0;
}
.kakomi .imgBox {
    width: 70%;
}
/*==============================================
/* .myprint
============================================= */
.myprint {
    margin-top: 80px;
    padding: 80px 0;
    background-color: #fff;
}
.myprint h2 {
    line-height: 1.4;
    width: auto;
    margin-top: 0;
    padding: 20px 0;
    border: 2px solid #292929;
    border-radius: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.myprint h2 span {
    color: #b19969;
}
.myprint h2::before {
    display: none;
}
.myprint h4 {
    text-align: center;
}
.myprint .paragraphIn {
    width: 830px;
    margin: 0 auto;
    box-sizing: border-box;
}
/*==============================================
 productBox
============================================= */
.productBox {
    margin-top: 80px;
    padding: 80px 0;
    background-color: #fff;
}
.productBox h2 {
    text-align: center;
    color: #b1aca2;
    font-size: 20px;
    font-weight: 700;
}
.productBoxIn {
    display: flex;
    column-gap: 20px;
    width: 830px;
    margin: 30px auto 0;
}
.productBox a {
    display: block;
    margin: 0 auto;
    padding: 20px 40px 40px;
    border: 1px solid #e0dcd5;
    border-radius: 30px;
    text-align: center;
    transition: .2s;
    box-sizing: border-box;
}
.productBox a:hover {
    opacity: .7;
}
.productBox a h3 {
    line-height: 1.3;
    font-size: 38px;
    font-weight: 700;
}
.productBox a h3 span {
    display: block;
    font-size: .4em;
    font-weight: 400;
}
.productBox a .img img {
    width: 100%;
}
.productBox a .btn {
    display: block;
    line-height: 40px;
    margin-top: 10px;
    border-radius: 30px;
    font-size: 14px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 20px auto 0;
    padding: 0 0 0;
    text-align: right;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}