@import url('slick/slick.min.css');
@import url('slick/slick-theme.css');
@import url('main.css');
@import url('font-awesome/css/font-awesome.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/************************************************************************************/
*, *::before, *::after {
    box-sizing: border-box;
}
/************************************************************************************/
.slick-dots li.slick-active button {
    background-color: transparent;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 5rem;
    line-height: 1;
    opacity: 0.75;
}
.slick-next:before {
    content: '›' !important;
}
.slick-prev:before {
    content: '‹' !important;
}
.slick-prev, .slick-next {
    width: auto;
    height: auto;
}
.slick-dots li button::before {
    font-size: 1em;
    color: #888 !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00AFAA !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.block-slider .slick-dots {
    bottom: 1.25em;
}
/************************************************************************************/
picture {
    display: block;
    margin: 0;
}
video {
    width: 100%;
    height: auto;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/************************************************************************************/
.d-flex {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.d-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
}
.media {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.media-body {
    flex: 1;
}
section {
    position: relative;
    padding: 4.375em 0;
    background-color: #fff;
    font-size: 100%;
    font-weight: 300;
}
section * {
    font-size: 100%;
}
small {
    font-size: 90%;
}
.container {
    margin: 0 auto;
}
section ul, section ol {
    margin: 0;
}
section dl, section dt, section dd {
    margin: 0;
}
dl.d-flex, dl.media {
    align-items: center;
    justify-content: center;
}
section img {
    height: auto !important;
    object-fit: contain !important;
    vertical-align: top;
}
section h2 {
    font-size: 180%;
    margin: 0 auto 1em;
    line-height: normal;
    color: #00AFAA;
    font-weight: 700;
}
section h3 {
    font-size: 150%;
    margin: 0 auto 1em;
    line-height: normal;
    font-weight: 500;
}
section p {
    font-size: 100%;
    margin: 0 auto;
}
section p:last-of-type {
    margin: 0 auto;
}
section .container {
    padding: 0;
    width: 90%;
}
ul {
    padding: 0 0 0 1em;
}
ol {
    padding: 0 0 0 1.3125em;
}
/************************************************************************************/
html:lang(ja), html:lang(ja) body {
    line-height: 1.4;
    font-family: Roboto, 'Noto Sans JP', sans-serif;
}
main {
    font-size: 18px;
}
main * {
    font-weight: 400;
}
/************************************************************************************/
.block-banner {
    position: relative;
    background-color: #dedede;
}
.block-banner:before, .block-banner:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.block-banner:before {
    z-index: 2;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
}
.block-banner:after {
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-image: url("../plus-guide_images/WIRECARE-Plus_hero_bg_mobile.jpg");
    background-color: #cfc0b5;
}
.block-banner .container {
    position: relative;
    z-index: 5;
}
.block-banner h1 {
    font-size: 250%;
    margin: 0;
    font-weight: bold;
}
.block-banner span {
    display: block;
    font-size: 150%;
    line-height: normal;
    color: #00AFAA;
    font-weight: 400;
}
.block-banner p {
    font-size: 100%;
    margin: 0 0 .5em !important;
    line-height: normal;
    max-width: 460px;
}
ul.block-banner-features {
    list-style: none;
    margin: 1em 0 2em;
    padding: 0;
    width: 100%;
    text-align: center;
}
ul.block-banner-features li a {
    display: inline-block;
    transition: .3s ease-in-out;
}
ul.block-banner-features li img {
    margin: 0 auto 5%;
}
ul.block-banner-features li strong {
    display: block;
    font-weight: 500;
    line-height: normal;
}
.block-banner small {
    margin-top: 1.5em;
    display: block;
    line-height: 1;
}
.product-info a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #00afaa;
    background-color: #fff;
    color: #00afaa;
    font-weight: 500;
    transition: .3s ease-in-out;
    border-radius: 3px;
}
.product-info a:after {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-left: 5px;
}
/************************************************************************************/
.block-data {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-image: url(../plus-guide_images/block-data.jpg);
    background-image: -webkit-image-set(url(../plus-guide_images/block-data.avif) 1x);
}
.block-data h2 {
    text-align: center;
}
.block-data ol {
    padding: 0;
}
.block-data .container {
    margin-bottom: -12.6em;
}
.block-data .block-data_animation {
    position: relative;
    margin: 0 auto;
}
.block-data .container ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.block-data .container ol li div {
    position: relative;
    width: 100%;
}
.block-data .container ol li strong {
    display: block;
    font-size: 130%;
    color: #000;
    font-weight: 500;
}
.block-data .container ol li strong em {
    font-style: normal;
    font-size: 80%;
}
.block-data .container ol li span {
    display: flex;
    justify-content: center;
    color: #838383;
    background-color: #fff;
    padding: 1em;
    font-size: 80%;
    border-radius: 0.6em;
}
.block-data .container figure figcaption {
    position: absolute;
    z-index: 4;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.block-data .container figure figcaption span {
    display: inline-block;
    position: relative;
    color: transparent;
    aspect-ratio: 1 / 1;
    width: 1em;
    height: 1em;
}
.block-data .container figure figcaption span i {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 500px;
    vertical-align: top;
    width: 1em;
    height: 1em;
}
.block-data .container figcaption.resistance-values_circle {
    left: 23%;
    top: 20.2%;
}
.block-data .container figcaption.frequency_circle {
    left: 23%;
    top: 24.5%;
}
.block-data .container figcaption.outlet-wiring_circle {
    top: 44%;
    left: 38%;
}
.block-data .container figcaption.power-loss-rate_circle {
    top: 27.2%;
    left: 68%;
}
/*
.block-data .container figcaption.power-loss-rate_circle {
    top: 44.5%;
    left: 38%;
}
*/
.block-data .container figcaption span:before, .block-data .container figcaption span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}
.block-data .container figcaption span:after {
    border: 2px solid #fff;
    width: 1em;
    height: 1em;
    border-radius: 500px;
    transform-origin: center;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
}
/************************************************************************************/
.block-powerLoss dl dt {
    text-align: center;
}
.block-powerLoss dl dt span {
    display: block;
    margin: 10px 0 25px;
    text-indent: -1.7em;
    padding-left: 1.7em;
    ;
    color: red;
}
.block-powerLoss dl dt a {
    display: inline-block;
    border: 1px solid #00AFAA;
    padding: .8em 2em;
    color: #fff;
    line-height: 1;
    background-color: #00AFAA;
    border-radius: 0.3125em;
    font-weight: 500;
    transition: all .3s ease-out;
}
.block-powerLoss dl dt a:after {
    content: "\f138";
    font-family: 'FontAwesome';
    margin-left: .5em;
}
.block-powerLoss dl dt, .block-powerLoss dl dd {
    width: 100%;
}
.block-powerLoss dl dd figure {
    position: relative;
    margin: 0;
    box-shadow: -5px 5px 0px #fff;
    overflow: hidden;
    border-radius: 15px;
    max-width: 67%;
}
.block-powerLoss dl dd figure:last-of-type {
    left: 33%;
    margin-top: -20%;
}
/************************************************************************************/
.block-colored {
    text-align: center;
    background-color: #f5f5f5;
}
.block-colored figure {
    margin: 0 auto 0.9375em;
}
.block-colored strong {
    display: block;
    color: #00AFAA;
}
.block-colored ul {
    margin: 1.875em auto;
}
.block-colored ul li {
    background-color: #fff;
    padding: 1.25em;
    max-width: 17.5em;
    border-radius: 0.625em;
    box-shadow: 0.1875em 0.1875em 0.375em rgba(0, 0, 0, .16);
}
.block-colored ul li:nth-of-type(1) strong {
    color: #6fb33c;
}
.block-colored ul li:nth-of-type(2) strong {
    color: #e6601d;
}
.block-colored ul li:nth-of-type(3) strong {
    color: #de001a;
}
.block-colored ul li figure {
    margin: 0;
}
.block-colored ul li figure figcaption {
    padding: 0.625em 0 0;
    background-color: #fff;
}
/************************************************************************************/
.block-video {}
.block-video h2 {
    text-align: center;
}
.block-video .container {
    max-width: 56.25em;
}
/************************************************************************************/
.block-status {
    background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(229, 229, 229, 1) 100%);
    overflow: hidden;
}
.block-status h2 {
    text-align: center;
    margin: 0 auto .5em;
}
.block-status h2 + p {
    margin: 0 auto 2em;
}
.block-status h2, .block-status h2 + p {
    text-align: center;
}
.block-status .container {
    max-width: 1080px;
}
.block-status dt {
    max-width: 22.5em;
}
.block-status dt img {
    filter: drop-shadow(.5em .5em .5em rgba(0, 0, 0, .5));
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.block-status ul.block-status_info {
    text-align: center;
    gap: 1.25em;
}
.block-status ul.block-status_info li {
    background-color: #f7f7f7;
    padding: 1em;
    max-width: 20em;
    border-radius: 1.875em;
    color: #000;
    box-shadow: 0.1875em 0.1875em 0.375em rgba(0, 0, 0, .1);
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    border: 2px solid #dcdcdc;
    font-weight: 600;
    cursor: pointer;
}
.block-status ul.block-status_info li.active {
    color: #00AFAA;
    border-color: #00AFAA;
}
.block-status ul.block-status_info li img {
    max-width: 120px;
    margin: 0 auto 0.9375em;
    display: block;
}
.block-status ul.block-status_info li strong {
    display: block;
    font-size: 100%;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
.block-status ul.block-status_info li span {
    display: block;
    font-weight: normal;
    font-size: 82%;
    line-height: normal;
    color: #666;
}
.block-GFCI dt {
    margin: 0 auto 1.25em;
}
.block-status picture {
    position: relative;
}
.block-status picture img {
    position: relative;
    z-index: 1;
}
.block-status picture .block-status_slider_wrap {
    position: absolute;
    top: 58%;
    left: 38%;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 22%;
}
.block-status picture .block-status_slider_wrap ul {
    list-style: none;
    padding: 0;
}
.block-status picture .block-status_slider_wrap ul li img {
    filter: none;
}
/************************************************************************************/
.block-GFCI {
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
    background-image: url("../plus-guide_images/block-GFCI_mobile.jpg");
}
.block-GFCI h2, .block-GFCI h2 + p {
    text-align: center;
}
.block-GFCI h2 + p {
    margin: 0 auto 3.125em;
    max-width: 40em;
}
.block-GFCI ol li {
    margin: 0 0 0.625em;
}
/************************************************************************************/
.block-error h2, .block-error h2 + p {
    text-align: center;
}
.block-error h2 + p {
    margin: 0 auto 1.875em;
}
.block-error dl {
    border: 2px solid #00AFAA;
    padding: 0.625em;
    margin: 0.9375em auto;
    gap: 0.9375em;
    border-radius: 0.625em;
    align-items: stretch;
    box-shadow: 1px 1px 0 #00AFAA;
    background-color: #fff;
}
.block-error dl dt {
    width: 100%;
    background-color: #00AFAA;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3125em;
    text-align: center;
    font-weight: 500;
}
.block-error dl dt {
    padding: 0.625em;
}
.block-error dl dd {
    color: #808080;
    font-weight: 400;
}
/************************************************************************************/
.block-spec {
    text-align: left;
    padding: 4.375em 0 0.625em;
    background-color: #00AFAA;
}
.block-spec h2 {
    color: #fff;
}
.block-spec table td {
    padding: 0.3125em 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.block-spec table tr:first-of-type td {
    border-top: 1px solid #fff;
}
.block-spec table td strong {
    font-weight: 500;
}
/************************************************************************************/
.block-precautions {
    padding: 3em 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-image: url("../plus-guide_images/precautions_bg_mobile.jpg");
    background-color: #fafcfd;
}
.block-precautions ul li {
    margin: 0 0 10px;
}
.block-precautions ul li:last-of-type {
    margin: 0;
}
/************************************************************************************/
.block-warranty {
    position: relative;
    background-color: #fff;
}
.block-warranty h2 {
    text-align: center;
}
.block-warranty .container {
    position: relative;
    z-index: 5;
}
.block-warranty:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-image: url("../plus-guide_images/warranty_bg_mobile.jpg");
    opacity: .5;
    background-color: #dee3e9;
}
.block-warranty ul li {
    margin: 0 0 1em;
}
.block-warranty ul li:last-of-type {
    margin: 0;
}
/*****************************************************************/
.block-qa h2 {
    text-align: center;
}
.accordion .accordion-item {
    margin-bottom: 0.9375em;
    background-color: #f1f4f7;
    border-radius: 0.375em;
    padding: 0.625em 1.25em 1.25em;
}
.accordion dt .accordion-title {
    position: relative;
    text-align: left;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 0.625em 2em 0 0;
    font-weight: 500;
}
.accordion dt .accordion-title span {
    display: flex;
}
.accordion dt .accordion-title i {
    display: inline-block;
    transform: scale(1.2);
    transform-origin: center;
    margin-top: 0.625em;
    position: absolute;
    top: 0px;
    right: 0;
    border: 1px solid #00AFAA;
    width: 1.375em;
    height: 1.375em;
    border-radius: 500px;
    background-color: #fff;
}
.accordion dt .accordion-title i:before, .accordion dt .accordion-title i:after {
    content: "";
    position: absolute;
    background-color: #00AFAA;
    transition: all 0.25s ease-in-out;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.accordion dt .accordion-title i:before {
    width: 60%;
    height: 2px;
}
.accordion dt .accordion-title i:after {
    width: 2px;
    height: 60%;
}
.accordion dt[aria-expanded=true] .accordion-title i {
    background-color: #00AFAA;
}
.accordion dt[aria-expanded=true] .accordion-title i:before, .accordion dt[aria-expanded=true] .accordion-title i:after {
    transform: translate(-50%, -50%)rotate(225deg);
    background-color: #fff;
}
.accordion dt:hover, .accordion dtn:focus {
    cursor: pointer;
}
.accordion dt:hover::after, .accordion dt:focus::after {
    cursor: pointer;
}
.accordion dt .icon {
    display: inline-block;
    position: absolute;
    top: 0.625em;
    right: 0.625em;
    width: 1.375em;
    height: 1.375em;
    border: 1px solid;
    border-radius: 1.375em;
}
.accordion dt .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 0.3125em;
    width: 0.625em;
    height: 0.125em;
    background: #fff;
}
.accordion dt .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 0.3125em;
    left: 0.5625em;
    width: 0.125em;
    height: 0.625em;
    background: #fff;
}
.accordion dt[aria-expanded=true] .icon::after {
    width: 0;
}
.accordion dt[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content div {
    margin-top: 0.625em;
    background-color: #fff;
    padding: 0.625em;
    border-radius: 0.3125em;
    display: flex;
}
.accordion strong {
    display: inline-block;
    color: #00AFAA;
    padding-right: 0.375em;
}
.accordion-more {
    text-align: center;
    padding-top: 2em;
}
.accordion-more a {
    display: inline-block;
    border: 1px solid #00AFAA;
    padding: .8em 2em;
    color: #fff;
    line-height: 1;
    background-color: #00AFAA;
    border-radius: 0.3125em;
    font-weight: 500;
    transition: all .3s ease-out;
}
.accordion-more a i {
    margin-left: .5em;
}
/************************************************************************************/
.getNow {
    width: 2.8125em;
    height: 2.8125em;
    position: fixed;
    right: 0.625em;
    bottom: 4em;
    border-radius: 6px;
    text-align: center;
    z-index: 999;
    background-color: #00AFAA;
    border: 1px solid #fff;
    transition: all 0.3s;
}
.getNow a, .getNow a:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: normal;
    font-size: 0.8em;
    font-weight: 500;
    padding: 8px;
}
@media (min-width: 768px) {
    .getNow {
        right: 1.875em;
        bottom: 5em;
    }
    .getNow:hover {
        background-color: #3cc1bc;
    }
}
/************************************************************************************/
@media screen and (max-width: 768px) {
    section {
        padding: 3em 0;
    }
    .block-spec, .block-status {
        padding: 3em 0 0;
    }
    dl {
        flex-wrap: wrap;
    }
    dl, dd, dt {
        width: 100%;
    }
    /************************************************/
    .block-data .container {
        width: 90%;
        max-width: none;
    }
    .block-data .container figure {
        position: relative;
        max-width: 17.5em;
        margin: 1em auto -2.5em;
    }
    .block-data .container figure img {
        position: relative;
        z-index: 1;
    }
    .block-data .container figure div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
    }
    .block-data .container figure figcaption span, .block-data .container figure figcaption span i, .block-data .container figcaption span:after {
        width: .7em;
        height: .7em;
    }
    .block-data-circle > figcaption span {
        opacity: 1;
    }
    .block-data-circle > figcaption.active span {
        opacity: 1;
        border-radius: 500px;
        transition: 250ms color;
        animation-name: ripple;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }
    @keyframes ripple {
        0% {
            box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.75);
        }
        100% {
            box-shadow: 0 0 0px 0.9375em rgba(255, 255, 255, 0);
        }
    }
    .block-data-slider li {
        background-color: #fff;
        color: #808080;
        padding: 1.25em;
        border-radius: 0.625em;
        display: flex !important;
        align-items: center;
        text-align: center;
        max-width: 480px;
        margin: 0 auto;
    }
    .block-data .container ol li span ul li {
        display: block !important;
        max-width: none;
        border-radius: 0px;
        padding: 0;
        height: auto !important;
        text-align: left;
    }
    .block-data .container ol li strong {
        color: #000;
        line-height: normal;
        font-size: 125%;
        margin: 0 0 0.3125em;
    }
    .block-data .container ol li span {
        padding: 0;
        font-size: 100%;
    }
    .block-data .container figcaption.resistance-values_circle {
        left: 23.3%;
        top: 20.7%;
    }
    .block-data .container figcaption.frequency_circle {
        left: 23.3%;
        top: 24.7%;
    }
    .block-data .container figcaption.power-loss-rate_circle {
        top: 27.4%;
        left: 23.3%;
    }
    /************************************************/
    .block-spec .container {
        max-width: 33.75em;
    }
    .block-banner picture {
        margin: 10% auto;
        max-width: 53%;
    }
    ul.block-banner-features li {
        font-size: 90%;
    }
    ul.block-banner-features li img {
        max-width: 4em;
    }
    /************************************************/
    .block-inspect dt {
        margin: 0 0 0.9375em;
    }
    /************************************************/
    .block-colored ul {
        margin: 1.875em auto;
    }
    .block-error .container {
        width: 100%;
    }
    .block-error .container h2, .block-error .container p {
        width: 90%;
    }
    .block-error dl {
        margin: 1.25em auto;
        padding: 0.9375em;
    }
    .block-error dl dt {
        margin-bottom: 0.9375em;
    }
    ul.block-banner-features {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    .block-spec dd {
        margin: 1.875em auto 0;
        max-width: 56%;
    }
    .block-spec picture {
        margin-right: -60%;
    }
    .block-spec table {
        width: 100%;
    }
    .block-error .media {
        display: block;
    }
    /***** scrollba ****************************************************/
    .block-colored .container, .block-status .container {
        width: 100%;
    }
    .scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .scrollbar::-webkit-scrollbar {
        display: none;
    }
    .block-status h2 {
        width: 90%;
    }
    .block-colored h2, .block-colored p, .block-colored small {
        display: block;
        padding: 0 5%;
    }
    .block-colored ul, .scrollbar-inner {
        display: inline-flex !important;
        white-space: normal;
        padding: 0 5%;
        gap: 1.25em;
    }
    .block-colored ul li, .scrollbar-inner dl {
        width: 280px;
        scroll-snap-coordinate: center;
        scroll-snap-align: center;
    }
    .scrollbar-inner dl {
        width: 280px;
    }
    .block-powerLoss .container {
        max-width: 648px;
    }
    .block-powerLoss dl dt {
        margin-bottom: 25px;
    }
    .block-status dl {
        flex-wrap: wrap;
    }
    .block-status dt {
        order: 2;
        width: 100%;
        max-width: 20em;
    }
    .block-status dd {
        order: 1;
        margin-bottom: 15px;
    }
    .block-status dt picture {
        margin: 0 auto;
        width: 80%;
        max-width: 20em;
    }
}
@media screen and (max-width: 540px) {
    .block-data .container figure {
        max-width: 15em;
    }
}
@media screen and (max-width: 480px) {
    main {
        font-size: 18px;
    }
    ul.block-banner-features {
        gap: 30px;
    }
    ul.block-banner-features {
        grid-template-columns: repeat(2, 1fr);
    }
    ul.block-banner-features li img {
        max-width: 5em;
    }
    .block-status dt picture {
        width: 80%;
    }
    .accordion dt .accordion-title i {
        margin: 0;
        top: 2px;
        right: -10px;
    }
}
@media screen and (min-width: 768px) {
    .block-banner {
        padding: 6em 0 3em;
    }
    .block-banner:after {
        background-size: auto 100%;
        background-position: center bottom;
        background-image: url("../plus-guide_images/WIRECARE-Plus_hero_bg.jpg");
        background-image: -webkit-image-set(url(../plus-guide_images/WIRECARE-Plus_hero_bg.avif) 1x);
    }
    .block-banner .container {
        display: flex;
        align-items: stretch;
        justify-content: center;
        height: 100%;
        max-width: 80% !important;
    }
    .block-banner .d-flex {
        align-items: center;
        justify-content: center;
    }
    .block-banner dt {
        max-width: 24%;
    }
    .block-banner dd {
        padding-left: 5%;
        max-width: 70%;
    }
    ul.block-banner-features {
        display: inline-flex;
        margin-left: -3%;
        max-width: 704px;
    }
    ul.block-banner-features li {
        max-width: 20%;
    }
    ul.block-banner-features li a:hover {
        transform: scale(1.1);
    }
    ul.block-banner-features li img {
        max-width: 50%;
    }
    .product-info a:hover {
        background-color: #00afaa;
        color: #fff;
    }
    /************************************************/
    .block-inspect dl {
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        text-align: left;
    }
    .block-inspect dl dt {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .block-inspect dl dt div {
        margin: 0 auto;
        padding-right: 3.125em;
    }
    .block-inspect ol li {
        line-height: 1.3;
        margin: 0 0 0.625em;
    }
    .block-inspect ol li:last-of-type {
        margin: 0;
    }
    /************************************************/
    .block-colored ul {
        justify-content: center;
        gap: 2.5em;
    }
    .block-GFCI {
        background-size: 150% auto;
        background-position: center;
        background-image: url("../plus-guide_images/block-GFCI.jpg");
        background-image: -webkit-image-set(url(../plus-guide_images/block-GFCI.avif) 1x);
    }
    .block-GFCI dl {
        align-items: center;
    }
    .block-GFCI dt {
        max-width: 25em;
        margin: 0;
    }
    .block-GFCI dd {
        padding-left: 3.125em;
    }
    .block-spec dl.media {
        margin-right: -9.5em;
    }
    .block-spec dt {
        padding: 0 3.125em 5% 0;
    }
    .block-spec dd {
        max-width: 40%;
    }
    .accordion-more a:hover {
        color: #00AFAA;
        background-color: #fff;
    }
    /************************************************************************************/
    .delighter .fade-right, .delighter .fade-left, .delighter .fade-up {
        opacity: 0;
        transition: all .7s ease-out;
    }
    .delighter .fade-right {
        transform: translateX(20%);
    }
    .delighter .fade-left {
        transform: translateX(-20%);
    }
    .delighter .fade-up {
        transform: translateY(20%);
    }
    .delighter.started .fade-in.started, .delighter.started .fade-right, .delighter.started .fade-left, .delighter.started .fade-up {
        opacity: 1;
        transform: none;
    }
    .delighter.block-colored li {
        opacity: 0;
        transition: all .5s ease-out;
        transform: translateY(20%);
    }
    .delighter.block-colored.started li {
        opacity: 1;
        transform: none;
    }
    .delighter.block-colored.started li:nth-of-type(1) {
        transition: all .5s ease-out .1s;
    }
    .delighter.block-colored.started li:nth-of-type(2) {
        transition: all .5s ease-out .3s;
    }
    .delighter.block-colored.started li:nth-of-type(3) {
        transition: all .5s ease-out .5s;
    }
    .delighter.block-status li {
        opacity: 0;
        transition: all .5s ease-out;
        transform: translateX(20%);
    }
    .delighter.block-status.started li {
        opacity: 1;
        transform: none;
    }
    .delighter.block-status.started li:nth-of-type(1), .delighter.block-status.started li:nth-of-type(4) {
        transition: all .5s ease-out .5s;
    }
    .delighter.block-status.started li:nth-of-type(2), .delighter.block-status.started li:nth-of-type(5) {
        transition: all .5s ease-out .7s;
    }
    .delighter.block-status.started li:nth-of-type(3), .delighter.block-status.started li:nth-of-type(6) {
        transition: all .5s ease-out .9s;
    }
    .delighter.block-error dl {
        opacity: 0;
        transition: all .5s ease-out;
        transform: translateY(100%);
    }
    .delighter.block-error.started dl {
        opacity: 1;
        transform: none;
    }
    .delighter.block-error.started dl:nth-of-type(1) {
        transition: all .5s ease-out .3s;
    }
    .delighter.block-error.started dl:nth-of-type(2) {
        transition: all .5s ease-out .5s;
    }
    .delighter.block-error.started dl:nth-of-type(3) {
        transition: all .5s ease-out .7s;
    }
    .delighter.block-warranty li {
        opacity: 0;
        transition: all .5s ease-out;
        transform: translateY(20%);
    }
    .delighter.block-warranty.started li {
        opacity: 1;
        transform: none;
    }
    .delighter.block-warranty.started li:nth-of-type(1) {
        transition: all .5s ease-out .3s;
    }
    .delighter.block-warranty.started li:nth-of-type(2) {
        transition: all .5s ease-out .5s;
    }
    .delighter.block-warranty.started li:nth-of-type(3) {
        transition: all .5s ease-out .7s;
    }
    .delighter.block-warranty.started li:nth-of-type(4) {
        transition: all .5s ease-out .9s;
    }
    .delighter.block-qa dl {
        opacity: 0;
        transition: all .5s ease-out;
        transform: translateY(100%);
    }
    .delighter.block-qa.started dl {
        opacity: 1;
        transform: none;
    }
    .delighter.block-qa.started.started dl:nth-of-type(1) {
        transition: all .5s ease-out .3s;
    }
    .delighter.block-qa.started.started dl:nth-of-type(2) {
        transition: all .5s ease-out .5s;
    }
    .delighter.block-qa.started.started dl:nth-of-type(3) {
        transition: all .5s ease-out .7s;
    }
    .delighter.block-qa.started.started dl:nth-of-type(4) {
        transition: all .5s ease-out .9s;
    }
    .delighter.block-qa.started.started dl:nth-of-type(5) {
        transition: all .5s ease-out 1.1s;
    }
    .block-precautions {
        padding: 4.375em 0;
        background-size: cover;
        background-position: 36% top;
        background-image: url("../plus-guide_images/precautions_bg.jpg");
        background-image: -webkit-image-set(url(../plus-guide_images/precautions_bg.avif) 1x);
    }
    .block-warranty:after {
        background-size: cover;
        background-position: center top;
        background-image: url("../plus-guide_images/warranty_bg.jpg");
        background-image: -webkit-image-set(url(../plus-guide_images/warranty_bg.avif) 1x);
        opacity: .3;
    }
    .block-error dl {
        align-items: center;
    }
    .block-error dl dt {
        max-width: 15em;
    }
    .block-error .container {
        max-width: 54.375em;
    }
    .block-error dl dd {
        padding: 0 0.625em;
    }
    /***********************************************************************/
    .block-data {
        background-attachment: fixed;
    }
    .block-data .container {
        margin-bottom: -14em;
        max-width: none;
    }
    .block-data .block-data_animation {
        max-width: 18em;
    }
    .block-data .container ol li {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 20em;
    }
    .block-data .container ol li.resistance-values span, .block-data .container ol li.frequency span {
        justify-content: flex-end;
    }
    .block-data .container ol li.resistance-values, .block-data .container ol li.frequency {
        text-align: right;
    }
    .block-data .container ol li.resistance-values, .block-data .container ol li.power-loss-rate {
        top: 12%;
    }
    .block-data .container ol li.frequency, .block-data .container ol li.outlet-wiring {
        top: 41%;
    }
    .block-data .container ol li.resistance-values, .block-data .container ol li.frequency {
        left: -66%;
    }
    .block-data .container ol li.power-loss-rate, .block-data .container ol li.outlet-wiring {
        left: 164%;
    }
    .block-data .container figure {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .block-data .container figure img {
        position: relative;
        z-index: 1;
    }
    .block-data .container figcaption.resistance-values_circle span:before {
        height: 2px;
        right: .5em;
        transform-origin: right top;
        transform: rotate(19deg);
    }
    .block-data .container figcaption.frequency_circle span:before {
        height: 2px;
        right: .5em;
        width: 9.5em;
        transform-origin: right top;
        transform: rotate(-51deg);
    }
    .block-data .container figcaption.power-loss-rate_circle span:before {
        height: 2px;
        left: .5em;
        width: 7.7em;
        top: 0.5em;
        transform-origin: left center;
        transform: rotate(-17deg);
    }
    .block-data .container figcaption.outlet-wiring_circle span:before {
        height: 2px;
        left: 0;
        width: 13em;
    }
    .block-data .container ol li span {
        display: block;
        width: 100%;
    }
    .delighter.block-data figcaption span i {
        opacity: 0;
        transition: all .5s ease-out;
        transition-duration: 1s;
        transform: scale(0);
    }
    .delighter.block-data.started figcaption span i {
        opacity: 1;
        transform: none;
    }
    .delighter.block-data figcaption span:after {
        transition: all .5s ease-out .2s;
        opacity: 0;
    }
    .delighter.block-data.started figcaption span:after {
        animation: scale 1s ease-in-out;
    }
    .delighter.block-data figcaption.resistance-values_circle span:before, .delighter.block-data figcaption.frequency_circle span:before, .delighter.block-data figcaption.power-loss-rate_circle span:before, .delighter.block-data figcaption.outlet-wiring_circle span:before {
        opacity: 0;
        width: 0em;
        transition: all .5s ease-out .5s;
    }
    .delighter.block-data figcaption.power-loss-rate_circle span:before {
        transform: rotate(-30deg);
    }
    .delighter.block-data.started figcaption.resistance-values_circle span:before, .delighter.block-data.started figcaption.frequency_circle span:before, .delighter.block-data.started figcaption.power-loss-rate_circle span:before, .delighter.block-data.started figcaption.outlet-wiring_circle span:before {
        opacity: 1;
    }
    .delighter.block-data.started figcaption.resistance-values_circle span:before {
        width: 5.8em;
    }
    .delighter.block-data.started figcaption.frequency_circle span:before {
        width: 8.8em;
    }
    .delighter.block-data.started figcaption.power-loss-rate_circle span:before {
        width: 7.7em;
    }
    .delighter.block-data.started figcaption.outlet-wiring_circle span:before {
        width: 12.6em;
    }
    .delighter.block-data ol li.resistance-values, .delighter.block-data ol li.frequency, .delighter.block-data ol li.power-loss-rate, .delighter.block-data ol li.outlet-wiring {
        opacity: 0;
        transition: all .5s ease-out 1s;
    }
    .block-data .container ol li.power-loss-rate, .block-data .container ol li.outlet-wiring {}
    .delighter.block-data.started ol li.resistance-values, .delighter.block-data.started ol li.frequency, .block-data.started ol li.power-loss-rate, .block-data.started ol li.outlet-wiring {
        transform: translateX(-50%);
        opacity: 1;
    }
    .block-data.started ol li.power-loss-rate, .block-data.started ol li.outlet-wiring {
        text-align: left;
    }
    @-webkit-keyframes scale {
        0% {
            opacity: 0;
            width: 0;
            height: 0;
        }
        10% {
            opacity: 1;
        }
        100% {
            opacity: 0;
            width: 2em;
            height: 2em;
        }
    }
    .block-data {
        background-image: url("../plus-guide_images/block-data.jpg");
        background-image: -webkit-image-set(url(../plus-guide_images/block-data.avif) 1x);
    }
    .block-powerLoss dl dt a:hover {
        color: #00AFAA;
        background-color: #fff;
    }
    .block-powerLoss dl dt {
        text-align: left;
    }
    .block-status picture .block-status_slider_wrap {
        top: 37%;
    }
    .block-status dl dd {
        padding: 0 0 0 3.125em;
    }
    .block-status ul.block-status_info li img {
        max-width: 50%;
    }
}
@media screen and (min-width: 980px) {
    .block-powerLoss dl dt {
        max-width: 33%;
        padding-right: 60px;
    }
    .block-powerLoss dl dd {
        max-width: 523px;
    }
    .block-status ul.block-status_info li {
        max-width: 17em;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .block-data .container {
        font-size: 1.5vw;
    }
    main {
        font-size: 1.7vw;
    }
    .block-banner {
        height: auto;
    }
    .block-precautions .container {
        padding-left: 28%;
    }
}
@media screen and (min-width: 1024px) {
    .block-spec dd {
        max-width: 27em;
    }
    .block-GFCI {
        background-attachment: fixed;
    }
    .block-precautions {
        background-size: 2560px auto;
        background-position: 36% top;
    }
    .block-warranty:after {
        background-size: 3500px auto;
        background-position: center top;
    }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
    .block-status dl {
        justify-content: center;
    }
    .block-status dt {
        width: 250px;
    }
    .block-status dl dd {
        max-width: 350px;
    }
}
@media screen and (min-width: 1025px) {
    .block-banner {
        height: 100vh;
    }
    .block-status dt {
        max-width: 300px;
    }
    .block-data .container ol {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .block-status dl {
        font-size: 1.5vw;
    }
    .block-status ul.block-status_info {
        grid-template-columns: repeat(3, 1fr);
    }
    .block-status dt {
        max-width: 28.5%;
    }
}
@media screen and (min-width: 1200px) {
    .block-warranty .container {
        max-width: 1080px !important;
    }
    .block-precautions .container {
        display: flex;
        justify-content: flex-end;
    }
    .block-precautions article {
        max-width: 65%;
    }
    .block-status dl {
        font-size: 100%;
    }
}