/* mp8m.css */

* {
    box-sizing: border-box;
}
#mv {
    position:relative;
}
.mv-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv-image {
    margin:0 0 0 auto;
}
#mv {
    background: url(../img/product-mp8m-overview_cover-bg_large_44342dcf-1aaf-42a4-8af2-82241ef006eb.webp) no-repeat center 0;
    background-size:cover;
}
#mv img.mv-img {
    object-fit: cover;
    width:100%;
}
.mv-txt,
#mv img.mv-img {
    height:calc(484/1400*100vw);
    max-height:700px;
}
.mv-txt {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap:wrap;
    padding:20px;
}
.ttl30 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.25em;
    display: block;
}
.ttl30.tc {
    margin:0 auto 1rem;
    text-align: center;
}
.bg0 {
    background-color: #000;
}
.sec {
    padding:2vw 0;
}
.bg0 * {
    color:#fff;
}
.read-flex {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    gap:0 5%;
    line-height:1;
}
#main .read-flex li {
    width:20%;
    margin-bottom:2rem;
    margin-top:2rem;
    text-align: center;
    line-height:1.2;
    font-size:16px;
}
.read-flex li img {
    width:120px;
    max-width:100%;
    text-align: center;
    margin:0 auto 2rem;
    display: block;
}
.container.sec01 {
    max-width:1200px;
}
.pa20 {
    padding:20px;
}
.sec02 {
    padding-bottom:20px;
}
.sec03-img {
    max-width:660px;
    margin:2rem auto;
    text-align: center;
}
.sec04.container {
    max-width:1000px;
}
ul.disc {
    display: block;
    list-style-type: disc;
    padding-inline-start: 40px;
    margin-block-start: 1em;
}
/* tab */
#main ul.tab-flex {
    display: flex;
    justify-content: center;
    gap:0 2%;
    margin-bottom:2rem;
}
.tab-flex li {
    padding:16px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1.4;
    background: #fff;
    color: #1e7db9;
    border: 1px solid #1e7db9;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    cursor: pointer;
}
.tab-flex li.show {
    background: #1e7db9;
    color: #fff;
    position: relative;
}
.tab-contents {
    display: none;
    opacity: 0;
    margin-bottom: 15px;
}
.tab-contents.show {
    display: block;
    opacity: 1;
    animation: fadeIn 0.3s ease-in 0s forwards;
}
#main ul.disc {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}
ul.disc,
ul.disc li {
    list-style: disc inside!important;
}
ul.disc li {
    margin:0 0 0.5em;
    text-align: left;
}
.sec04 .container,
.sec06 .container {
    max-width:1000px;
}
.img-mark {
    max-width:270px;
    margin:2rem auto;
}

.bg01 {
    background-color: #f5f5f5;
}
.ttl-h2 {
    font-size:24px;
    margin:0 auto 2rem;
}
.btn01 {
    font-size: 16px;
    height: 40px;
    min-height: 40px;
    color: #fff;
    background-color: #353535;
    border-style: none;
    border-radius: 30px;
    padding: 10px 4rem;
    min-width:240px;
}
.btn01:hover {
    background-color: #74ba00;
}
.sec07 .container {
    max-width:1160px;
}
.sec07-wrap {
    display: flex;
    gap:0 1%;
}
.sec07-wrap li {
    width:50%;
    text-align: center;
}
.sec07 dt {
    font-weight: 500;
    font-size: 22px;
}
.sec07 dd {
    color:#74ba00;
}

/* spec */
.spec-img {
    margin:0 auto;
    text-align: center;
}
.goMini {
    flex-wrap:wrap;
}
.goMini h4 {
    font-size:1.8rem;
    margin-top:0;
}
.spec-wrap h3 {
    margin-top:0;
}
.spec-wrap h2.ttl01 {
    padding-bottom:2rem;
    border-bottom:1px solid #ccc;
    font-size:36px;
    margin:4rem auto 0;
    text-align:center;
    font-weight:bold;
}
.spec-image {
    margin:2rem auto 0;
    text-align: center;
}


@media screen and (min-width: 768px) {
    .mv-image,
    .mv-txt {
        width:50%;
    }

    .flex-half li {
        display: flex;
        flex-wrap:wrap;
        justify-content: center;
        align-items: center;
        padding:20px 0;
        margin-bottom:-20px;
    }
    .half-img,
    .half-txt {
        width:50%;
        padding:20px;
        text-align: center;
    }
    .right .half-txt {
        order:1;
    }
}
@media screen and (max-width: 767px) {
    #main .read-flex li {
        width:44%;
    }
    .read-flex {
        gap:0 8%;
    }
    .mv-txt, #mv img.mv-img {
        height: calc(259/375*100vw);
    }
    .mv-inner {
        flex-wrap:wrap;
    }
    #main .ttl30 {
        font-size:26px;
        line-height:1.3;
    }
    #mv {
        padding-bottom:1.5rem;
    }
    .sec {
        padding: 6vw 0;
    }
    #main ul.tab-flex {
        flex-wrap:wrap;
        justify-content: flex-start;
    }
    .tab-flex li {
        margin-bottom:5px;
        padding:10px 20px;
    }
    .tab-flex li span {
        font-size:14px;
    }
    .sec04.tc p,
    .sec04 p.tc,
    .sec07.tc p {
        text-align: left!important;
    }
    .sec04 .pa20,
    .sec02 {
        width:90%;
        padding:0;
        margin:auto;
    }
    .pa20 .sec04.container {
        width:100%;
    }
    .sec02 {
        padding-bottom:6vw;
    }
    .sec02 .flex-half {
        padding:0;
    }
    #main .sec03 .ttl30 {
        width:90%;
        margin:auto;
    }
    #main ul.disc {
        padding-inline-start:0;
    }
    #main .sec07 .ttl30 {
        font-size:24px;
    }
    .sec07-wrap {
        flex-wrap:wrap;
        gap:0;
    }
    .sec07-wrap li {
        width:100%;
    }
    .sec07 dt {
        font-size:20px;
    }
    .mv-image {
        background: #eee;
    }
}