@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 20px;
    background-color: #eee;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#mainContents {
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #000;
	letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
}
p strong {
    border-bottom: 1px solid #333;
    font-weight: bold;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
#mainContents p a {
    border-bottom: 1px dashed rgba(204,0,0,1);
    color: #cc0000;
    font-weight: 700;
}
em {
    font-weight: 700;
    font-style: normal;
    background-color: #e7edf0;
}
.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    padding-bottom: 3rem;
}
.mainTitle {
}
.mainTitle h1 {
    padding-top: 92%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_pixus_ts/sp_h1.jpg) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.lead {
    line-height: 2.0;
    margin: 3rem 2rem 0;
    font-size: 1.2rem;
    font-weight: 500;
}
/*==============================================
 .bnr
============================================= */
.btnWrap {
    margin: 2rem 2rem 0;
}
.bnr {
    margin: 3rem -2rem 0;
    border-top: 1px solid #ddd;
}
.bnr a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 44%;
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_pixus_ts/sp_bnr.jpg) no-repeat center top;
    background-size: contain;
    box-sizing: border-box;
}
.btn {
    display: block;
    position: relative;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0 auto;
    border-radius: 1.8rem;
    background-color: #cc0000;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    box-sizing: border-box;
    transition: .3s ease;
}
.btn .arrow {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto 0;
}
.btn .arrow::before {
    content: "";
    display: block;
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_pixus_ts/arrow.svg) no-repeat center center;
    background-size: contain;
    transition: .3s ease;
}
.bnr .btn {
    display: none;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-top: 1px solid #ddd;
    background-color: #fff;
    transition: .2s;
}
.paragraph#article01 {
    margin-top: 0;
}
.paragraph#matome {
    border-bottom: 1px solid #ddd;
}
.paragraph#matome .spAccordion {
    padding-bottom: 3rem;
}
.spAccordion {
    display: none;
    padding: 0 2rem;
}
.paragraph p, .paragraph h2 {
    line-height: 2.0;
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.paragraph h2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 2rem 2rem 2rem 2.5rem;
}
.paragraph h2 > span {
    display: block;
    padding-left: 2.5rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    line-height: 1;
    padding: .5rem 1rem .4rem;
    font-size: 1.1rem;
    background: rgb(0,160,233);
    background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(228,0,127,1) 50%, rgba(239,226,0,1) 100%);
    color: #fff;
    font-weight: bold;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
}
.paragraph h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto 0;
    border-radius: 50%;
    background: #222 url(https://img1.kakaku.k-img.com/images/article/tieup/23/10_pixus_ts/arrow_bottom.svg) no-repeat 0 0;
    background-size: 100%;
    transform: rotate(0deg);
    transition: .2s;
}
.paragraph.active h2::after {
    background-color: #ccc;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph h3 {
    display: inline-block;
    line-height: 1.6;
    margin-top: 3rem;
    padding-left: 1rem;
    border-left: 6px solid #cc0000;
    font-size: 1.5rem;
    font-weight: 700;
}
.paragraph h4 {
    margin-top: 2rem;
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: bold;
}
.paragraph h3 + h4 {
}
.paragraph p {
    margin-top: 3rem;
    font-size: 1.3rem;
    font-weight: 500;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph h3 + p {
    margin-top: 1.5rem;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    margin-top: 3rem;
}
h3 + .imgBox {
    margin-top: 1rem;
}
h4 + .imgBox {
    margin-top: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 1rem;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.imgBox .two > a,
.imgBox .two div {
    width: calc(50% - .5rem);
}
.imgBox .two div img {
    width: 100%;
    height: auto;
}
.imgBox .two + .cap {
    width: 100%;
    margin: 1.0rem auto 0;
    padding-left: 0;
}
/*---- .three ----*/
.imgBox .three div h4 {
    margin-top: 0;
    margin-bottom: 1rem;
}
.imgBox .three div + div {
    margin-top: 2rem;
}
/*==============================================
.column
============================================= */
.column {
    margin-top: 3rem;
    padding: 2rem;
    border: 1px solid #66a91e;
    box-sizing: border-box;
}
.column h3 {
    position: relative;
    margin: 0;
    padding: 0 0 1rem;
    border: none;
    text-align: center;
    font-size: 1.6rem;
}
.column h3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 5rem;
    height: 3px;
    margin: 0 auto;
    background-color: #66a91e;
}
.column p {
    width: auto;
}
.column .imgBox {
    margin-top: 3rem;
}
/*==============================================
.productBox
============================================= */
.productBox {
    margin-top: 3rem;
    border-radius: 1.5rem;
    background-color: #fff;
}
.productBox .img {
    width: calc(100% - 4rem);
    margin: 4rem 2rem 0;
    text-align: center;
}
.productBox .img img {
    width: 100%;
}
.productBox h3 {
    position: relative;
    padding-bottom: 1.2rem;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
}
.productBox h3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 5rem;
    height: 3px;
    margin: 0 auto;
    background: rgb(0,160,233);
    background: linear-gradient(90deg, rgba(0,160,233,1) 0%, rgba(228,0,127,1) 50%, rgba(239,226,0,1) 100%);
}
.productBox .btnWrap {
    margin-top: 3rem;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: right;
    color: #090503;
    font-size: 0.85rem;
    padding: 1rem 2rem 3rem;
}