@charset "utf-8";

html {
    scroll-behavior: smooth;
}

.wrapper *,
*::before,
*::after {
    box-sizing: border-box;
}

.wrapper {
    margin: 0 auto;
    padding: 0;
    display: block;
    position: relative;
    width: 1200px;
    color: #333;
    text-align: left;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 16px;
    background-color: #fefefe;
    text-align: center;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.wrapper :where(h1, h2, h3, h4, h5, ul, p) {
    overflow-wrap: break-word;
    line-height: calc(1em + 0.7rem);
    /* text-wrap: balance; */
    padding: 0;
    margin: 0;
}

.wrapper li {
    list-style-type: none;
}

.wrapper a {
    text-decoration: none;
    color: inherit;
}

.wrapper img {
    max-width: 100%;
    vertical-align: bottom;
    max-inline-size: 100%;
    block-size: auto;
}

.wrapper section,
.wrapper div {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

/* ========================================= */
/* FV */
/* ========================================= */

.wrapper .intro {
    color: #fff;
    background-color: #4762fe;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .02em;
    padding: 2rem 1.25rem;
    position: relative;
}

.wrapper .intro::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1.6 / 1;
    background-color: #4762fe;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.wrapper .intro span {
    font-weight: 400;
    display: block;
    padding-top: .2em;
}

/* ========================================= */
/* セクション */
/* ========================================= */
.wrapper .sec {
    padding: 2.5rem 2rem;
    background-color: #e6ebff;
    position: relative;
}

.wrapper .sec:nth-of-type(even) {
    background-color: #d7ffff;
}

.wrapper .sec.overview {
    padding: 2.5rem 1.25rem 3.5rem;
    background-color: #fcfcfc;
    z-index: 1;
}

.wrapper .sec::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1.6 / 1;
    background-color: #d7ffff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.wrapper .sec:nth-child(2):after {
    background-color: #fcfcfc;
}

.wrapper .sec:nth-of-type(odd)::after {
    background-color: #e6ebff;
}

.wrapper .sec:nth-last-child(2)::after,
.wrapper .sec:last-child::after {
    display: none;
}

/* ========================================= */
/* Bic法人アンチウイルスの仕組み */
/* ========================================= */

.wrapper h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
}

.wrapper .overview h2::before {
    content: "";
    margin-bottom: .5rem;
    width: 52px;
    height: 40px;
    background: url(https://houjin.biccamera.com/images/topics/bic_antivirus/img/icon_virus@2x.png) center/contain no-repeat;
    animation: shake 0.6s infinite;
}

@keyframes shake {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(-2px, 1px) rotate(-3deg);
    }

    50% {
        transform: translate(2px, -1px) rotate(3deg);
    }

    75% {
        transform: translate(-1px, -2px) rotate(-2deg);
    }
}

/* ========================================= */
/* ポイント */
/* ========================================= */

.wrapper hgroup p {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #2012bf;
    line-height: 1.5;
}

.wrapper .point {
    /* font-size: 1.125rem; */
}

.wrapper .point_number {
    position: relative;
    display: inline-block;
    width: 2.5rem;
    aspect-ratio: 1 / 1;
    text-align: center;
    line-height: 2.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    z-index: 1;
}

.wrapper .point_number span {
    display: inline-block;
    transform: translateY(2px);
}

.wrapper .point_number::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: calc(1px / 0);
    background-color: #2012bf;
    z-index: -1;
}

.wrapper h2 {
    margin: 0 0 1.5rem;
    color: #2012bf;
    font-weight: 800;
    letter-spacing: .02em;
}

.wrapper .sec:has(hgroup) h2 {
    margin-top: 1rem;
}

.wrapper .content_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrapper .content_item {
    width: 49%;
    text-align: left;
}

.wrapper .content_item img {
    display: block;
    margin: 2rem auto;
}

/* ========================================= */
/* サービス価格 */
/* ========================================= */

.wrapper .pre_price {
    background-color: #06c1c6;
    background-color: #08baba;
    z-index: 1;
}

.wrapper .pre_price::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1.6 / 1;
    background-color: #06c1c6;
    background-color: #08baba;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.wrapper .price h2::before {
    content: "";
    margin-bottom: .5rem;
    width: 52px;
    height: 40px;
    background: url(https://houjin.biccamera.com/images/topics/bic_antivirus/img/icon_virus@2x.png) center/contain no-repeat;
    animation: shake 0.6s infinite;
}

/* テーブル共通 */

.wrapper table {
    border-collapse: collapse;
    width: 100%;
    color: #2012bf;
    font-size: 1.125rem;
}

.wrapper table th,
.wrapper table td {
    border: 1px solid #ccc;
    border: 1px solid #b3b3b3;
    font-size: 1.25rem;
    font-weight: 500;
    padding: .75rem;
}

.wrapper table th {
    color: #fff;
    font-weight: 600;
    background-color: #4762fe;
    letter-spacing: .02em;
    line-height: 1.2;
}

/* ライセンス表 */

.wrapper .table_price {
    margin-bottom: 1.5rem;
}

.wrapper .table_price th {
    padding-bottom: .5rem;
}

.wrapper .col_license {
    width: 34%;
}

.wrapper .col_anti {
    width: 22%;
}

.wrapper .col_anti_plus {
    width: 22%;
}

.wrapper .col_anti_light {
    width: 22%;
}

.wrapper .table_price tr {
    background-color: #fff;
}

.wrapper .table_price tr:nth-child(even) {
    background-color: #f2f2f2;
}

.wrapper .yen {
    font-size: .8em;
    padding-left: .07em;
}

.wrapper .smr-1 {
    font-size: .9em;
}

.wrapper .license_quantity {
    font-size: 1.125rem;
    font-weight: 700;
    background-color: #d7dfff;
}

.wrapper th.EDR_plus {
    background-color: #2012bf;
}

.wrapper td.EDR_plus {
    background-color: #fdffd2;
    background-color: #f5ffd4;
}

.wrapper .EDR_plus.even {
    background-color: #ebedc7;
    background-color: #e6edca;
}

/* サポート詳細表 */

.wrapper .table_support {
    margin-bottom: .5rem;
}

.wrapper .table_support tr {
    background-color: #fff;
}

.wrapper .table_support tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.wrapper .table_support td {
    font-size: 1.1rem;
}

.wrapper .col_businee_hours {
    width: 34%;
}

.wrapper .col_business_hours_time {
    width: 44%;
}

.wrapper .price_note {
    text-align: left;
}

.wrapper .price_note li {
    position: relative;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: .2em;
}

.wrapper .price_note li::before {
    content: "※";
}

/* ========================================= */
/* お問い合わせボタン */
/* ========================================= */
.wrapper .sec.btn_area {
    padding: 4rem 0 5rem;
    background-color: #d7dfff;
}

.wrapper .micro-copy_wrapper {
    display: inline-block;
}

.wrapper .micro-copy_wrapper::before {
    content: "";
    display: block;
    width: 29px;
    height: 30px;
    background: url(https://houjin.biccamera.com/images/topics/bic_antivirus/img/img_virus01@2x.png) center/contain no-repeat;
    position: absolute;
    top: -10px;
    left: -41px;
    animation: shake01 0.6s infinite;
}

@keyframes shake01 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(-2px, 1px) rotate(-3deg);
    }

    50% {
        transform: translate(2px, -1px) rotate(3deg);
    }

    75% {
        transform: translate(-1px, -2px) rotate(-2deg);
    }
}

.wrapper .micro-copy_wrapper::after {
    content: "";
    display: block;
    width: 32px;
    height: 44.5px;
    background: url(https://houjin.biccamera.com/images/topics/bic_antivirus/img/img_virus02@2x.png) center/contain no-repeat;
    position: absolute;
    top: -11px;
    right: -38px;
    animation: shake02 0.6s infinite;
}

@keyframes shake02 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(2px, 1px) rotate(3deg);
    }

    50% {
        transform: translate(-2px, -1px) rotate(-3deg);
    }

    75% {
        transform: translate(1px, -2px) rotate(2deg);
    }
}

.wrapper .micro-copy {
    color: #4762fe;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: .7rem;
    display: inline-block;
    margin: 0 auto 1.25rem;
    z-index: 1;
}

.wrapper .micro-copy::after {
    content: "";
    width: 128px;
    height: 21px;
    background: url(https://houjin.biccamera.com/images/topics/bic_antivirus/img/img_highlight@2x.png) center/contain no-repeat;
    position: absolute;
    bottom: -5px;
    left: 56px;
    z-index: -1;
    clip-path: inset(0 100% 0 0);
    animation: reveal 1.5s ease infinite;
}

@keyframes reveal {
    to {
        clip-path: inset(0 0 0 0);
    }
}

.wrapper .btn {
    display: block;
    width: 61%;
    margin: auto;
    font-size: 1.5rem;
    letter-spacing: .02em;
    font-weight: 800;
    color: #2012bf;
    background-color: #e3fa63;
    border-radius: calc(1px / 0);
    box-shadow: 0px 4px 6px 1px rgb(32 18 191 / 15%);
    transition: color .3s, background-color .3s;
    will-change: color, background-color;
}

.wrapper .btn:hover {
    color: #e3fa63;
    background-color: #4762fe;
}

.wrapper .btn_inner {
    position: relative;
    padding: 1.7rem 0 1.9rem;
}

.wrapper .btn_inner::before {
    content: "";
    display: block;
    width: 61px;
    height: 75px;
    background: url(https://houjin.biccamera.com/images/topics/bic_antivirus/img/img_person01@2x.png) center/contain no-repeat;
    position: absolute;
    bottom: 0;
    left: 3.4rem;
}

.wrapper .btn_inner::after {
    content: "";
    display: block;
    width: 61px;
    height: 80px;
    background: url(https://houjin.biccamera.com/images/topics/bic_antivirus/img/img_person02@2x.png) center/contain no-repeat;
    position: absolute;
    bottom: 0;
    right: 3.4rem;
}

.wrapper .btn_inner:hover span {
    animation: blur .3s;
}

@keyframes blur {
    0% {
        filter: blur(0);
    }

    50% {
        filter: blur(2px);
    }

    100% {
        filter: blur(0);
    }
}

/* ========================================= */
/* 注意事項 */
/* ========================================= */

.wrapper .note {
    text-align: left;
    /* position: absolute; */
}

.wrapper .note li {
    position: relative;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: .2em;
}

.wrapper .note li::before {
    content: "※";
}


/* ========================================= */
/* js用 */
/* ========================================= */

.fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeIn.show {
    opacity: 1;
    transform: translateY(0);
}