@charset "utf-8";
.imgfull img {
    width: 100%;
}

.combtn {
    text-align: center;
}

.combtn a {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: #150507;
    padding: 7px 10px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
}

.combtn a span {
    display: inline-block;
}

.combtn a b {
    display: none;
    font-weight: normal;
}

@media screen and (max-width: 1080px) {
    .combtn a span {
        display: none;
    }
    .combtn a b {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    header h1 {
        text-align: center;
    }
    .combtn a {
        font-size: 18px;
        width: 70% !important;
    }
}

.bnr {
    padding: 0;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.bnrin {
    margin-top: 30px;
}

.bnrin img {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .bnr .hdl {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 40px;
    }
    .bnrin {
        margin: 0 20px;
    }
}

.blockfour .hdl {
    padding: 25px 20px;
}

@media screen and (max-width: 768px) {
    .blockfour .hdl {
        padding: 15px 20px;
    }
}

.blockfour .combtn {
    position: absolute;
    left: 65%;
    top: 70%;
    z-index: 2;
}

.blockfour .combtn a {
    width: 340px;
}

.blockfour .fourbox {
    position: relative;
}

.blockfour .fourimg {
    display: block;
}

.blockfour .fourimg img {
    width: 100%;
}

.blockfour .fourtit {
    position: absolute;
    top: 25%;
    left: 65%;
    z-index: 2;
    font-size: 24px;
}

.blockfour .fourtit span {
    display: block;
    font-size: 20px;
    line-height: 1.3;
}

.blockfour .fourcont {
    position: absolute;
    top: 45%;
    left: 65%;
    z-index: 2;
    font-size: 30px;
}

@media screen and (max-width: 1080px) {
    .blockfour .combtn {
        position: inherit;
        left: inherit;
        top: inherit;
        padding: 15px 0 25px;
    }
    .fourbg01,
    .fourbg02,
    .fourbg03 {
        position: relative;
    }
    .blockfour .fourtit {
        top: 10px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .blockfour .fourcont {
        top: 50%;
        left: inherit;
        right: 10px;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 768px) {
    .blockfour .fourimg {
        display: none;
    }
    .blockfour .fourbg01 {
        height: 500px;
        background: url(../img/bg_blockfour01_sp.jpg) center bottom no-repeat;
        background-size: cover;
    }
    .blockfour .fourbg02 {
        height: 500px;
        background: url(../img/bg_blockfour02_sp.jpg) center bottom no-repeat;
        background-size: cover;
    }
    .blockfour .fourbg03 {
        height: 500px;
        background: url(../img/bg_blockfour03_sp.jpg) center bottom no-repeat;
        background-size: cover;
    }
    .blockfour .fourtit {
        font-size: 16px;
        font-size: 18px;
        font-weight: 600;
        margin-top: 10px;
    }
    .blockfour .fourtit span {
        font-size: 15px;
    }
    .blockfour .fourcont {
        font-size: 16px;
        font-weight: 600;
    }
}

@media screen and (max-width: 640px) {
    .blockfour .fourbg01 {
        height: 400px;
    }
    .blockfour .fourbg02 {
        height: 400px;
    }
    .blockfour .fourbg03 {
        height: 400px;
    }
}

.blockthree {
    background: #f5f5f5;
    padding: 70px 20px 65px;
    font-size: 16px;
}

.blockthree .threein {
    max-width: 500px;
    margin: 0 auto;
}

.threein h3 {
    text-align: center;
    margin: 20px 0 10px;
    font-size: 20px;
}

.blockthree .hdl {
    margin-bottom: 10px;
}

.blockthree .detail {
    font-size: 10px;
    margin-bottom: 80px;
}

.blockthree .threeimg {
    text-align: center;
    margin: 50px 0 10px;
}

.blockthree .threeimg img {
    margin: 0 auto;
}

.blockthree .threebox {
    overflow: hidden;
    max-width: 810px;
    margin: 0 auto 50px;
}

.blockthree .threeboxin {
    display: table;
    width: 100%;
}

.blockthree .threeleft {
    display: table-cell;
    vertical-align: top;
    width: 300px;
}

.blockthree .threecont {
    display: table-cell;
    padding-left: 60px;
    font-size: 18px;
    vertical-align: middle;
}

.blockthree .dctit {
    font-size: 20px;
    margin-bottom: 20px;
}

.blockthree .combtn a {
    width: 560px;
}

@media screen and (max-width: 768px) {
    .blockthree {
        padding: 30px 20px;
    }
    .blockthree .detail {
        font-size: 9px;
        margin-bottom: 30px;
    }
    .blockthree .threeimg {
        margin-bottom: 20px;
    }
    .blockthree .threebox {
        margin: 0 auto 30px;
    }
    .blockthree .threeleft {
        width: 32%;
    }
    .blockthree .threecont {
        padding-left: 10px;
        font-size: 14px;
    }
    .blockthree .dctit {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.blocktwo {
    padding: 70px 0 60px;
}

.blocktwo .hdl {
    margin-bottom: 50px;
}

.blocktwo .twobox+.twobox {
    margin-top: 60px;
}

.blocktwo .twoin {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.blocktwo .cleaner {
    overflow: hidden;
    margin: -60px 0 0 -40px;
}

.blocktwo .cleaner li {
    float: left;
    width: 50%;
    padding-left: 40px;
    margin-top: 60px;
}

.blocktwo .cleanerbox {
    display: table;
    width: 100%;
}

.blocktwo .cleanerimg {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
}

.blocktwo .cleanercont {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 18px;
}

.blocktwo .cleanertit {
    font-size: 20px;
    margin-bottom: 5px;
}

.cleanerlink {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-align: right;
    border-bottom: 1px #3f3f46 solid;
}

p.copy {
    font-size: 16px;
}

.cleanerlink a {
    background: url(../img/plus.png) right center no-repeat;
    display: inline-block;
    padding-right: 27px;
    color: #000;
    font-size: 15px;
}

.buy {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

.buy a {
    display: inline-block;
    padding: 3px 25px 3px;
    color: white;
    border-radius: 20px;
    background-color: black;
    font-size: 14px;
}

#inline {
    display: none;
    text-align: center;
}

#inline .inlinebox {
    display: inline-block;
}

#inline .inlinebox li+li {
    margin-top: 5px;
}

#inline .inlinebox li {
    font-size: 16px;
    text-align: left;
}

#inline .inlinebox li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    #inline .inlinebox li {
        font-size: 16px;
    }
    #inline .inlinebox li img {
        width: 18px;
    }
}

@media screen and (max-width: 768px) {
    .blocktwo {
        padding: 30px 20px 40px;
    }
    .blocktwo .twoin {
        padding-top: 10px;
    }
    .blocktwo .hdl {
        margin-bottom: 30px;
    }
    .blocktwo .twobox+.twobox {
        margin-top: 30px;
    }
    .blocktwo .cleaner {
        margin: -20px 0 0 0;
    }
    .blocktwo .cleaner li {
        float: none;
        width: auto;
        padding-left: 0;
        margin-top: 30px;
    }
    .blocktwo .cleanerimg {
        width: 130px;
    }
    .blocktwo .cleanercont {
        padding-left: 10px;
        font-size: 14px;
    }
    .blocktwo .cleanertit {
        font-size: 16px;
    }
    .cleanerlink a {
        background-size: 16px 16px;
        padding-right: 22px;
    }
}

.maintainslider .slick-list {
    display: none;
}

.maintain {
    width: 280px;
}

.maintain0 {
    float: left;
}

.maintain01 {
    margin: 0 auto;
}

.maintain02 {
    float: right;
}

.maintain03 {
    margin: 60px 40px 0;
}

.maintain04 {
    margin: 60px 40px 0;
}

.maintain .maintainimg {
    text-align: center;
}

.maintain .maintaincont {
    padding-top: 20px;
}

.maintain .maintaintit {
    font-size: 20px;
    margin-bottom: 10px;
}

.maintain .maintaintxt {
    font-size: 18px;
}

.maintain .maintaintxt span {
    font-size: 14px;
}

.blocktwo .combtn {
    margin-top: 60px;
}

.blocktwo .combtn a {
    width: 560px;
}

@media screen and (max-width: 1080px) {
    .maintain {
        margin: 0 auto;
    }
    .maintain02 {
        float: none;
    }
    .maintainslider .slick-list {
        display: block;
    }
    .maintainslider .slick-dots {
        text-align: center;
        margin-top: 20px;
    }
    .maintainslider .slick-dots li {
        display: inline-block;
        margin: 0 10px;
    }
    .maintainslider .slick-dots button {
        text-indent: -9999px;
        border: none;
        background: #ccc;
        width: 15px;
        height: 15px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        outline: none;
    }
    .maintainslider .slick-active button {
        background: #7f7f7f;
    }
}

@media screen and (max-width: 768px) {
    .blocktwo .combtn {
        /* display: none; */
    }
    .maintain .maintaintit {
        font-size: 16px;
    }
    .maintain .maintaintxt {
        font-size: 14px;
    }
    .maintain .maintaintxt span {
        font-size: 12px;
    }
}

.blockone {
    padding: 70px 0 60px;
}

.blockone .hdl {
    margin-bottom: 50px;
}

.blockone .onebox+.onebox {
    margin-top: 70px;
}

.blockone .onein {
    max-width: 1000px;
    margin: 0 auto;
}

.blockone .combtn {
    margin-top: 50px;
}

.blockone .combtn a {
    width: 560px;
}

@media screen and (max-width: 768px) {
    .blockone {
        padding: 30px 20px;
    }
    .blockone .hdl {
        margin-bottom: 30px;
    }
    .blockone .onebox+.onebox {
        margin-top: 30px;
    }
    .blockone .combtn {
        margin-top: 30px;
    }
}

.pointslider {}

.point {
    width: 280px;
}

.point01 {
    margin: 0 auto;
}

.point02 {
    float: right;
}

.point .pointimg {
    text-align: center;
}

.point .pointcont {
    padding: 20px 15px;
    background: #fff;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.point .pointtit {
    font-size: 20px;
    margin-bottom: 15px;
}

.point .pointtxt {
    font-size: 16px;
}

.point .pointnote {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
}

@media screen and (max-width: 1080px) {
    .point {
        margin: 0 auto;
    }
    .point02 {
        float: none;
    }
    .pointslider .slick-dots {
        text-align: center;
        margin-top: 20px;
    }
    .pointslider .slick-dots li {
        display: inline-block;
        margin: 0 10px;
    }
    .pointslider .slick-dots button {
        text-indent: -9999px;
        border: none;
        background: #ccc;
        width: 15px;
        height: 15px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        outline: none;
    }
    .pointslider .slick-active button {
        background: #7f7f7f;
    }
}

@media screen and (max-width: 768px) {
    .point .pointtit {
        font-size: 16px;
    }
    .point .pointtxt {
        font-size: 14px;
    }
    .point .pointnote {
        font-size: 12px;
    }
}

.mainslider img {
    width: 100%;
    display: inline-block !important;
}

.mainslider .slick-dots {
    position: absolute;
    right: 8%;
    bottom: 30px;
}

.mainslider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.mainslider .slick-dots button {
    text-indent: -9999px;
    border: none;
    background: #898989;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    outline: none;
}

.mainslider .slick-active button {
    background: #2e2e2e;
}

@media screen and (max-width: 768px) {
    .mainslider .slick-arrow {
        position: absolute;
        width: 30px;
        height: 48px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        border: none;
        text-indent: -9999px;
        outline: none;
    }
    .mainslider .slick-prev {
        background: url(../img/prev_main.png) 0 0 no-repeat;
        background-size: 30px 48px;
        left: 20px;
    }
    .mainslider .slick-next {
        background: url(../img/next_main.png) 0 0 no-repeat;
        background-size: 30px 48px;
        right: 20px;
    }
}

.price {
    background: #e8e8ec;
    padding: 20px 0 25px;
}

.pricein {
    max-width: 1000px;
    margin: 0 auto;
}

.pricebox {
    align-items: center;
    justify-content: space-between;
}

.pricebox .pricename {
    font-size: 18px;
    text-align: center;
}

.pricebox .pricename span {
    display: block;
    font-size: 30px;
    letter-spacing: 1.8px;
    padding: 10px 0;
}

.pricebox .combtn a {
    width: 340px;
}

.pricebox img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.pricebox .pricenum {
    font-size: 24px;
    margin-left: 30px;
}

@media screen and (max-width: 1080px) {
    .price {
        padding: 15px 20px;
    }
    .pricebox {
        display: block;
    }
    .pricebox li {
        text-align: center;
    }
    .pricebox .pricename {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .pricebox .pricename span {
        text-align: center;
        font-size: 21px;
    }
    .pricebox img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }
    .pricebox .pricenum {
        font-size: 18px;
        margin-left: 20px;
    }
    .pricebox .combtn {
        margin-top: 20px;
    }
}

.moviearea {
    background: url(../img/area_movie.png) center center repeat-x;
}

.movie {
    background: url(../img/bg_movie.jpg) right 0 no-repeat;
    height: 600px;
    padding: 40px 20px 0;
}

.movie .hdl {
    margin-bottom: 30px;
}

.movie .moviein {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.movie .moviebox {
    max-width: 560px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .moviearea {
        background: url(../img/area_movie_sp.png) center center repeat-x;
        background-size: auto 350px;
    }
    .movie {
        background: url(../img/bg_movie_sp.jpg) right 0 no-repeat;
        background-size: auto 350px;
        height: 350px;
    }
    .movie .hdl {
        margin-bottom: 20px;
    }
    .movie .moviebox {
        max-width: 300px;
    }
    .movie .moviebox iframe {
        width: 100%;
        height: 100%;
        background-color: #000;
    }
}

.spec {
    max-width: 550px;
    margin: 0 auto 30px;
}

.spec dl {
    font-size: 16px;
    width: 100%;
    border-bottom: dotted 1px #231815;
    min-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
}

.spec dl:before {
    z-index: 10;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 140px;
    width: 1px;
    height: calc(100% + 1px);
    background-color: #231815;
}

.spec dl dd,
.spec dl dt {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
}

.spec .spec_dl dl:nth-last-of-type(1) {
    border-bottom: 0;
}

.spec dl dt {
    max-width: 140px;
}

.spec dl dd {
    max-width: calc(100% - 140px);
    margin: 10px 0;
}

.spec dl .big {
    font-weight: bold;
    font-size: 20px;
}

.spec dl .mode_tt .line3 {
    line-height: 1.5;
    font-size: 11px;
    display: block;
}

@media screen and (max-width: 768px) {
    .spec dl dt {
        max-width: 76px;
    }
    .spec dl {
        font-size: 14px;
        min-height: 34px;
    }
    .spec dl:before {
        left: 100px;
    }
    .spec dl dd {
        max-width: calc(100% - 110px);
    }
    .spec dl .big {
        font-size: 14.6px;
    }
}

.bg-gray {
    background-color: #fafafa;
}

.fiveblock {
    text-align: center;
}

.fiveblock .maintain {
    display: inline-block;
}

.link {
    text-align: right;
    margin-top: 10px;
}

.link a {
    line-height: 50px;
    font-size: 16px;
    text-decoration: none;
    color: #666;
}

@media screen and (max-width: 768px) {
    .link {
        text-align: left;
    }
    .link a {
        font-size: 15px;
        line-height: initial;
    }
    .link a img {
        width: 38px;
        vertical-align: bottom;
    }
}

.bg-present {
    background-color: #c12627;
    color: #fff;
    padding: 10px 15px;
    border-radius: 100px;
    margin-right: 5px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .bg-present {
        display: inline-block;
        margin-bottom: 4px;
        padding: 5px 20px;
    }
    .bg-present.visiblepc {
        display: none;
    }
}