@charset "UTF-8";

/* 共通 */
.labs_pd {
    overflow-x: hidden;
}

.labs_pd_inner {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    line-height: 1.7;
    text-align: center;
}

.labs_pd .c-1,
.labs_pd .c-2 {
    display: grid;
    gap: 80px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {

    .labs_pd .c-1,
    .labs_pd .c-2 {
        gap: 40px;
    }
}

.labs_pd .c-1 {
    grid-template-columns: repeat(1, 1fr);
}

.labs_pd .c-2 {
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 768px) {
    .labs_pd .c-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.labs_pd section {
    margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
    .labs_pd section {
        margin-bottom: 80px;
    }
}

.labs_pd_h2,
.labs_pd_h3 {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.labs_pd_h2 {
    font-size: 28px;
    border-bottom: 1px solid #CED6E7;
    padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .labs_pd_h2 {
        font-size: 20px;
    }
}

.labs_pd_h3 {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .labs_pd_h3 {
        font-size: 18px;
    }
}

.labs_pd .thunder {
    position: relative;
    width: 15px;
    height: 35px;
    margin-bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.labs_pd .thunder::before,
.labs_pd .thunder::after {
    content: "";
    width: 10px;
    height: 20px;
    display: inline-block;
    position: absolute;
    transform: skewX(-10deg);
}

.labs_pd .thunder::before {
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ffeb00 50.5%) no-repeat top left/100% 100%;
    bottom: 0;
    right: 0;
}

.labs_pd .thunder::after {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #ffeb00 50.5%) no-repeat top left/100% 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .labs_pd .brno {
        display: none;
    }
}

.t-scroll_box {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateY(150px);
}

.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* 共通 */

.labs_pd_mv {
    background: url(/image/2024/07/labs_pd_img01.jpg);
    background-position: center center;
    width: 100vw;
    height: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .labs_pd_mv {
        height: 300px;
    }
}

.labs_pd_mv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000045;
    left: 50%;
    transform: translateX(-50%);
}

.labs_pd_mv img {
    position: relative;
    z-index: -1;
}

.labs_pd_mv h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .labs_pd_mv h1 {
        font-size: 24px;
    }
}

.labs_pd_choose .box {
    color: #0C3387;
}

.labs_pd_merit_item.c-2 {
    gap: 40px;
}

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

.labs_pd_model_item .mov {
    width: 70%;
    aspect-ratio: 16/9;
    margin: 0 auto;
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .labs_pd_model_item .mov {
        width: 100%;
        margin-top: 40px;
    }
}

.labs_pd_need_item_box {
    padding: 40px;
    background-color: #F2F6FD;
}

@media screen and (min-width: 768px) {
    .labs_pd_model_item .battery_img {
        width: 80%;
        margin: 0 auto;
    }
}

.t-explanation_item {
    position: relative;
    background-color: #F2F6FD;
}

.t-explanation_item::before {
    position: absolute;
    content: url(/image/2024/08/labs_pd_arrow02.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.15) rotate(-90deg);
}

@media screen and (max-width: 768px) {
    .t-explanation_item::before {
        top: 42%;
        transform: translate(-50%, -50%) scale(0.15) rotate(0deg);
    }
}

.t-explanation_item.type-c::after,
.t-explanation_item.lightning::after {
    position: absolute;
    background-color: #ffeb00;
    padding: 10px 40px;
    top: -20px;
    left: -20px;
    color: #0C3387;
    font-weight: bold;
    border-radius: 500px;
}

.t-explanation_item.type-c::after {
    content: "Type-C";
}

.t-explanation_item.lightning::after {
    content: "Lightning";
}

.labs_pd_need .labs_pd_h3 {
    text-align: left;
}

.t-explanation .sp {
    margin-bottom: 30px;
    max-width: 500px;
    width: 100%;
}

.t-explanation .big span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #8CC5DB 60%);
}

.t-explanation .big-m {
    margin-bottom: 80px;
}

.t-explanation .img-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 40px;
}

.t-explanation .img-box .text {
    color: #0C3387;
    font-size: 1.4rem;
}

.t-explanation .img-box .text span {
    font-weight: bold;
}

.t-explanation .img-box img {
    max-width: 700px;
    width: 100%;
}

.t-explanation .big2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0C3387;
}

.t-explanation .big2 span {
    background: linear-gradient(transparent 60%, #ffeb00 60%);
}

.t-caution {
    margin: 0 auto 80px auto;
    text-align: center;
    line-height: 1.5;
}

.t-caution .power {
    display: flex;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .t-caution .power {
        flex-direction: column;
        gap: 15px;
    }
}

.t-caution .power .box {
    width: 50%;
    margin: 0 auto;
    padding: 30px;
    background-color: #F2F6FD;
}

@media screen and (max-width: 768px) {
    .t-caution .power .box {
        width: 100%;
    }
}

.t-caution .power .box .inner {
    display: flex;
    justify-content: center;
}

.t-caution .power .box span {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffeb00 60%);
}

.t-caution .power img {
    padding: 20px;
}

.t-caution .cable {
    display: flex;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .t-caution .cable {
        flex-direction: column;
        gap: 15px;
    }
}

.t-caution .cable .type {
    display: flex;
    flex-direction: column;
    background-color: #F2F6FD;
    width: 33.333%;
    padding: 30px;
    gap: 30px;
    color: #0C3387;
}

@media screen and (max-width: 768px) {
    .t-caution .cable .type {
        width: 100%;
        flex-direction: row;
        align-items: center;
    }
}

.t-caution .cable .type img {
    width: 100%;
    border-radius: 100%;
}

@media screen and (max-width: 768px) {
    .t-caution .cable .type img {
        width: 40%;
    }
}

.t-battery-effect-button {
    width: 320px;
    height: 70px;
    margin: 60px auto 0 auto;
}

.t-battery-effect-button-inner {
    width: 320px;
    height: 70px;
    background-color: #0C3387;
    position: absolute;
}

.t-battery-effect-button-inner::after {
    content: '';
    width: 18px;
    height: 50px;
    background-color: #0C3387;
    position: absolute;
    left: 325px;
    top: 10px;
}

.t-battery-effect-button__item {
    width: 300px;
    height: 50px;
    overflow: hidden;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.t-battery-effect-button__item-inner::before,
.t-battery-effect-button__item-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    transition: all 20s linear;
}

.t-battery-effect-button__item-inner::before {
    z-index: 2;
    background-color: #ff0505;
    width: 0px;
}

.t-battery-effect-button__item-inner::after {
    z-index: 1;
    background-color: #fff;
    width: 300px;
}

.t-battery-effect-button__item:hover::before {
    width: 0;
}

.t-battery-effect-button__item:hover::after {
    height: 0;
}

.t-battery-effect-button__item:hover .t-battery-effect-button__item-inner::before {
    width: 300px;
    background-color: #3abe4c;
    transition: all 0.3s linear;
}

.t-battery-effect-button__text {
    width: 300px;
    height: 50px;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 10;
    color: #0C3387;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.labs_pd_need {
    margin: 60px 0;
}