@charset "utf-8";

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

.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 .fv {
    position: relative;
}

.wrapper #countdown {
    color: #333;
    color: #007bce;
    font-size: 40px;
    font-weight: 800;
    position: absolute;
    left: 50%;
    top: 174px;
    transform: translateX(-50%);
    display: flex;
    gap: 2px;
    letter-spacing: .02em;
}

.wrapper #hours {
    padding-left: .4rem;
}

.wrapper .colon {
    font-size: 38px;
}

/* ========================================= */
/* セクション */
/* ========================================= */

.wrapper .text {
    font-size: 18px;
    font-weight: 500;
    margin: 2rem 0;
    font-size: 18px;
}

.wrapper .sec {
    margin: 3rem 0 5rem;
}

.wrapper .warning {
    position: relative;
}

.wrapper .warning::before {
    content: "";
    position: absolute;
    left: 182px;
    top: 24px;
    width: 52px;
    height: 79px;
    background-image: url('https://houjin.biccamera.com/images/topics/windows10_end_of_support/img/icon_risk01@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1000;
    animation: fishing 3s ease-in-out infinite;
}

@keyframes fishing {
    0% {
        transform: translateY(0);
    }

    95% {
        transform: translateY(26px);
    }

    100% {
        transform: translateY(0);
    }
}

.wrapper .warning::after {
    content: "";
    position: absolute;
    right: 160px;
    top: 45px;
    width: 91px;
    height: 75px;
    background-image: url('https://houjin.biccamera.com/images/topics/windows10_end_of_support/img/icon_risk02@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1000;
    animation: up-down 1s ease-in-out infinite;
}

@keyframes up-down {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

/* ========================================= */
/* 法人様へおすすめ Windows11パソコン */
/* ========================================= */

.wrapper .btn_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 740px;
    margin: auto;
}

.wrapper .btn {
    width: 49%;
    background-color: #0093e5;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    padding: 1rem 0;
    margin: 1.5rem 0 calc(2rem + 10px);
    border-radius: calc(1px / 0);
    box-shadow: #333 0 10px;
    letter-spacing: .05rem;
    transition: box-shadow .3s, transform .3s;
}

.wrapper .emphasis {
    background-color: #007bce;
    padding: 0 .3rem;
    margin: 0 .3rem 0 .1rem;
    border-radius: 1px;
}

.wrapper .smr-1 {
    font-size: .9em;
}

.wrapper .microcopy {
    margin: .4rem 0 .5rem;
    color: #0079ca;
    /* color: #0093e5; */
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.wrapper .microcopy::before {
    content: "";
    width: 1.6px;
    height: 28px;
    top: 1px;
    left: -20px;
    background-color: #0093e5;
    position: absolute;
    transform: rotate(-30deg);
}

.wrapper .microcopy::after {
    content: "";
    width: 1.6px;
    height: 28px;
    top: 1px;
    right: -14px;
    background-color: #0093e5;
    position: absolute;
    transform: rotate(30deg);
}

.wrapper .inquiry {
    width: 740px;
    display: block;
    padding: 1.5rem 0;
    margin: 0 auto calc(6rem + 10px);
    background-color: #fccf00;
    background-color: #ffd822;
    color: #0079ca;
    font-weight: 800;
    /* color: #006DB5; */
    box-shadow: #007bce 0 10px;
    position: relative;
}

/* .wrapper .inquiry::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 48px;
    height: 48px;
    border-radius: calc(1px / 0);
    background-color: #ffe791;
    transition: background-color .3s;
} */

.wrapper .inquiry::after {
    content: "";
    position: absolute;
    right: 672px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url('https://houjin.biccamera.com/images/topics/windows10_end_of_support/img/icon_running@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1000;
    transition: right .3s;
}

/* ========================================= */
/* Windowsバージョン別サポート終了カレンダー */
/* ========================================= */

.wrapper .calendar::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 51.5%;
    transform: translate(-50%, -50%);
    width: 33px;
    height: 46px;
    background-image: url('https://houjin.biccamera.com/images/topics/windows10_end_of_support/img/icon_pin@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.wrapper .calendar.show-pin::before {
    animation: drop-pin 0.5s ease-out forwards;
    opacity: 1;
}

@keyframes drop-pin {
    0% {
        top: -10%;
        left: 54%;
        transform: translate(-50%, -50%);
    }

    100% {
        top: 0;
        left: 51.5%;
        transform: translate(-50%, -50%);
    }
}

.wrapper .calendar::after {
    content: "";
    position: absolute;
    top: 248px;
    right: 359px;
    width: 67px;
    height: 32px;
    background-image: url('https://houjin.biccamera.com/images/topics/windows10_end_of_support/img/icon_date@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1000;
    animation: up-down 1s ease-in-out infinite;
}

/* ========================================= */
/* 現在もWindows1Oをご利用中ですか？ */
/* ========================================= */

.wrapper .option_container {
    width: 960px;
    display: flex;
    flex-wrap: nowrap;
    padding: 1rem 0 0;
    margin: auto;
}

.wrapper .option_item:last-of-type {
    border-left: #e6e6e6 2px solid;
}

/* ========================================= */
/* 商品一覧 */
/* ========================================= */

.wrapper .sec05 {
    background-color: #007bce;
    padding-bottom: 20px;
    margin-bottom: 0;
}

/* ========================================= */
/* CMS用 */
/* ========================================= */

.wrapper .search_list {
    width: 1160px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    background-color: #ffffff;
    /* background-color: #e6e6e6; */
    text-align: left;
    line-height: 1.5;
}

.wrapper .search_list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 1rem;
}

.wrapper .search_list ul li {
    width: calc(100% / 5);
    padding: 10px;
    list-style: none;
    box-sizing: border-box;
}

.wrapper .search_list ul li a {
    color: #1a0dab;
    color: #0079ca;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
}


.wrapper .search_list ul li a:nth-of-type(2) {
    font-size: 14px;
}

.wrapper .search_list ul li a img {
    max-width: 100%;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 10px;
}

.wrapper .search_list ul li p {
    word-break: keep-all;
    font-family: "Meiryo", "メイリオ", sans-serif;
    font-size: 14px;
}

.wrapper [id^="search_image_"] {
    text-align: center;
}

.wrapper [id^="search_maker_name_"] {
    font-size: 14px;
    /* word-break: keep-all; */
}

.wrapper .btn_area_win11pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f0f0f0;
    padding: 0 calc(1rem + 10px);
    margin: 0 20px;
}

.wrapper .btn_area_win11pro .btn {
    width: 49%;
    padding: 1.1rem 0;
    margin: 1.5rem 0 calc(1.5rem + 10px);
    ;
}

/* ========================================= */
/* お問い合わせエリア */
/* ========================================= */

.wrapper .inquiry_area {
    margin: 2rem auto calc(3rem + 10px);
}

.wrapper .inquiry_area .inquiry {
    margin-bottom: 0;
}

.wrapper .inquiry_area::before {
    content: "";
    display: block;
    margin: 0 auto .2rem;
    width: 83px;
    height: 73px;
    background-image: url('https://houjin.biccamera.com/images/topics/windows10_end_of_support/img/icon_win10man@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1000;
}

/* ========================================= */
/* IT機器保守 バナーエリア */
/* ========================================= */

.wrapper .bic_it {
    background-color: #def5ff;
    background-color: #e7e7e7;
    /* background-color: #d7eff4; */
    padding: 3rem 0 5rem;
    transition: background-color .3s;
}

.wrapper .bic_it h2 {
    margin-bottom: 1rem;
    filter: grayscale(100%);
    transition: filter .3s;
}

.wrapper .bic_it_inner {
    width: 740px;
    margin: auto;
}

.wrapper .bic_it .microcopy {
    color: #333;
}

.wrapper .bic_it .microcopy:before,
.wrapper .bic_it .microcopy:after {
    background-color: #333;
}


.wrapper .banner {
    display: inline-block;
    filter: grayscale(100%);
    transition: filter .3s, transform .3s;
    will-change: transform;
}

/* ========================================= */
/* 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);
}

/* ========================================= */
/* ホバー用 */
/* ========================================= */

@media (hover: hover) and (pointer: fine) {
    .wrapper a:hover img {
        opacity: 1;
    }

    .wrapper .btn:hover {
        box-shadow: none;
        transform: translateY(10px);
    }

    /* .wrapper .inquiry:hover::before {
        background-color: #fff;
    } */

    .wrapper .inquiry:hover::after {
        right: 30px;
    }

    .wrapper .search_list ul li a:hover {
        color: #0079ca;
        text-decoration: underline;
    }

    .wrapper .bic_it:hover {
        background-color: #d7eff4;
    }

    .wrapper .bic_it:hover,
    .wrapper .bic_it:hover h2,
    .wrapper .bic_it:hover .banner {
        filter: grayscale(0);
    }

    .wrapper .bic_it:hover .microcopy {
        color: #096287;
    }

    .wrapper .bic_it:hover .microcopy:before,
    .wrapper .bic_it:hover .microcopy:after {
        background-color: #009eb3;
    }

    .wrapper .bic_it:hover .banner {
        transform: scale(1.03);
    }
}

@media (hover: none),
(pointer: coarse) {
    /* .wrapper .inquiry::before {
        background-color: #fff;
    } */

    .wrapper .inquiry::after {
        right: 30px;
    }

    .wrapper .bic_it {
        background-color: #d7eff4;
    }

    .wrapper .bic_it,
    .wrapper .bic_it h2,
    .wrapper .bic_it .banner {
        filter: grayscale(0);
    }

    .wrapper .bic_it .microcopy {
        color: #096287;
    }

    .wrapper .bic_it .microcopy:before,
    .wrapper .bic_it .microcopy:after {
        background-color: #009eb3
    }


}