@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: #fff;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#mainContents {
	background-color: #f7f7f7;
    color: #333;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.4em;
}
em {
    font-style: normal;
    font-weight: bold;
}
.note, p.note {
    display: block;
    line-height: 1.4;
    margin-top: .5rem !important;
    font-size: .8rem !important;
}
span.note {
    margin-bottom: .5rem;
}
.note + .note {
    margin-top: .5rem;
}
.pc {
    display: none;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
}
.mainTitle {
	background-color: #fff;
	border-radius: 0 0 2.5rem 2.5rem;
}
.mainTitle h1 {
    padding-top: 100%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_sharp/sp_h1.webp) no-repeat center top;
    background-size: 100%;
    font-size: 0;
}
.lead {
    line-height: 2.0;
    margin: 2rem;
    font-size: 1.2rem;
}
/*==============================================
 .bnrWrap
============================================= */
.bnrWrap {
    margin-top: 2rem;
    padding: 2rem;
    background-color: #c4d6e8;
}
.mainTitleWrap + .bnrWrap {
    margin-top: 0;
}
.paragraph .bnrWrap {
    margin-left: -2rem;
    margin-right: -2rem;
}
.bnr {
}
.bnr a {
    display: block;
    padding: 1.5rem 2rem;
    background-color: #fff;
    box-sizing: border-box;
}
.bnr a + a {
    margin-top: 1rem;
}
.bnr a .prd {
    display: flex;
    justify-content: space-between;
}
.bnr a .img {
    width: 20%;
}
.bnr a .img img {
    width: 100%;
}
.bnr a .name {
    width: 75%;
    line-height: 1.4;
    font-size: 1.2rem;
    font-weight: bold;
}
.bnr a .name span {
    display: block;
    margin-top: .3rem;
    font-size: 1.0rem;
}

/* .btn */
.btn {
    display: block;
    position: relative;
    height: 2.6rem;
    line-height: 2.6rem;
    margin-top: 1rem;
    border-radius: 1.3rem;
    background-color: #1d73c3;
    text-align: center;
    color: #fff !important;
    font-size: 1.0rem;
    font-weight: bold;
    transition: .2s;
}
.btn:hover, a:hover .btn {
    background-color: #15538d;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: .5rem;
    height: .5rem;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
/*==============================================
 .lnav
============================================= */
.index, .lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-bottom: 1px solid #ddd;
    transition: .2s;
}
.paragraph#article01 {
    border-top: 1px solid #ddd;
}
.spAccordion {
    display: none;
    padding: 0 2rem;
}
.paragraphIn {
    padding-bottom: 3rem;
}
.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: 2.0rem 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;
    padding-bottom: .6rem;
    font-size: 1.0rem;
    font-weight: bold;
}
.paragraph h2 .sub::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 3px;
    background-color: #1d73c3;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.6;
    margin-top: 1.0rem;
    font-size: 1.7rem;
    font-weight: bold;
}
.paragraph h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto 0;
}
.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: url(https://img1.kakaku.k-img.com/images/article/tieup/24/06_sharp/arrow_bottom.svg) no-repeat center center;
    transform: rotate(0deg);
    transition: .2s;
}
.paragraph.active h2::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph h3 {
    display: inline-block;
    position: relative;
    line-height: 1.6;
    margin-top: 4rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.paragraph h4 {
    line-height: 1.6;
    margin-top: 3rem;
    padding: .8rem 1rem;
    background-color: #ececec;
    font-weight: bold;
    font-size: 1.2rem;
}
.paragraph h5 {
    font-weight: bold;
    font-size: 1.1rem;
}
.paragraph p {
    margin-top: 3rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
.paragraph p + p {
    margin-top: 1.5rem;
}
.paragraph h3 + p,
.paragraph h4 + p {
    margin-top: 2.0rem;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    width: 80%;
    margin: 3rem auto 0;
}
h3 + .imgBox,
h4 + .imgBox {
    margin-top: 1rem;
}
.imgBox h4 {
    width: auto;
    margin-bottom: 2rem;
}
.imgBox h5 {
    margin-bottom: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox img,
.imgBox video {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 1rem;
}
/*---- .two ----*/
.imgBox .two div + div,
.imgBox .two a + a {
    margin-top: 2.0rem;
}
.imgBox .two .capt {
}
.imgBox .two .capt a {
    width: 60%;
    margin: 0 auto;
}
.imgBox .two .capt a + a {
    margin-top: 2.0rem;
}
/*---- .ps ----*/
.imgBox .ps {
	display: flex;
    justify-content: center;
}
.imgBox .ps a {
    width: 50%;
    margin: 0 auto;
}
.imgBox .ps a + a {
    margin-left: 1rem;
}
/*==============================================
.column
============================================= */
.column {
    position: relative;
    margin-top: 3rem;
    padding: 3rem 2rem 2rem;
    border: 2px solid #222;
    background-color: #fff;
    box-sizing: border-box;
}
.column .icon {
    position: absolute;
    top: -1.5rem;
    left: 0;
    right: 0;
    line-height: 3rem;
    width: 10rem;
    height: 3rem;
    margin: 0 auto;
    background-color: #222;
    border-radius: 1.5rem;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
}
.column .icon::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-color: #222222 transparent transparent transparent;
    border-width: 10px 10px 0px 0px;
}
.column h3 {
    margin: 0;
    font-size: 1.4rem;
}
.column h4 + .imgBox {
	margin-top: 2rem;
}
.column .imgBox {
	margin-top: 2rem;
}
.column p {
    width: auto;
}
/*==============================================
.productBox
============================================= */
.productBox {
    padding: 2rem 2rem;
    background-color: #fff;
}
.productBoxIn {
	position: relative;
    margin: 0 auto;
}
.productBox .box {
    padding: 3rem 0 3rem;
    border-bottom: 1px solid #ddd;
}
.productBox .box + .note {
    margin-top: 2rem!important;
}
.productBox .img {
    width: 50%;
    margin: 0 auto;
}
.productBox .img img {
    width: 100%;
}
.productBox .data {
    margin-top: 2rem;
}
.productBox .data h3 {
    line-height: 1.4;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
.productBox .data h3 span {
    display: block;
    margin-bottom: .2rem;
    font-size: 1.1rem;
    font-weight: normal;
}
.productBox .data h3 .red {
    display: inline;
    color: #ef1600;
    font-size: .8rem;
    font-weight: bold;
}
.productBox .data ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .5rem;
}
.productBox .data ul li {
    width: 49%;
}
.productBox .data ul li .btn {
    height: 3rem;
    line-height: 3rem;
    margin-top: .5rem;
    border-radius: 1.5rem;
}
.productBox .data ul li .btn::after {
    display: none;
}
.productBox .data ul li .btn span {
    margin-right: .5rem;
    padding: .2rem .2rem;
    background-color: #185c9c;
    font-size: .8rem;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    text-align: left;
    font-size: 0.85rem;
    padding: 2rem 0 0;
}