@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* PC版・スマホ版共通のスタイル */
.header .header_banner {
    background-color: #282F46;
}
.footer {
    background-color: #282F46;
    color: #FFFFFF;
}
.header a,
.footer a {
    color: #FFFFFF;
    text-decoration: none;
}


/* PC版のスタイル */
@media only screen and (min-width: 768px) {
 
    /* container */
    #container {
        width: 1440px;
        margin: 0 auto;
    }
    
    /* ヘッダ */
    .header .sp {
        display: none;
    }
    .footer .sp {
        display: none;
    }

    .header .header_top .pc {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 12px;
    }
    .header .contact {
        display: flex;
        font-size: 14px;
        color: #282F46;
        font-weight: 700;
        padding-top: 19px;
        margin-right: 64px;
    }
    .header .contact img {
        margin-right: 10px;
        height: 18px;
    }
    .header .contact_title {
        display: none;
    }
    .header .contact_tel {
        white-space: nowrap;
        margin-right: 10px;
    }
    .header .contact_time {
        font-size: 12px;
        font-weight: normal;
        white-space: nowrap;
    }
    .header .header_banner {
        color: #FFFFFF;
        height: 104px;
    }
    .header .header_banner .pc {
        display: flex;
        justify-content: space-between;
    }
    .header .header_banner .col1 {
        margin-left: 64px;
        margin-top: 24px;
    }
    .header .header_banner .col4 {
        font-family: "Noto Sans JP";
        font-size: 13px;
        font-weight: 700;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        margin-right: 64px;
    }
    .header .header_banner .col4 .count_cart {
        margin-left: 24px;
        margin-top: 10px;
        display: flex;
        align-items:end;
        margin-right: 0;
        position:relative;
    }
    .header .header_banner .col4 .count {
        position:absolute;
        font-size: 14px;
        top: 16px;
        left: 10px;
        width: 15px;
        text-align: center;
    }

    /* フッタ */
    .footer {
        font-family: "Noto Sans JP";
    }
    .footer .footer-1 {
        display: flex;
        background-color: #FFFFFF;
    }
    .footer .footer-1 img {
        margin-left: 1352px;
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .footer .footer-2 {
        display: flex;
        height: 200px;
    }
    .footer .logo {
        padding-left: 122px;
        padding-top: 40px;
    }
    .footer .about,
    .footer .contact,
    .footer .mailmagazine {
        width: 240px;
        height: 40px;
        border: 1px solid #F8F6F4;
        text-align: center;
        margin-top: 58px;
        padding-top: 15px;
    }
    .footer .about {
        /* margin-left: 240px; */
        margin-left: 30px;
    }
    .footer .contact {
        margin-left: 15px;
    }
    .footer .mailmagazine {
        margin-left: 15px;
    }
    .footer .sns_area {
        margin-left: 56px;
        margin-top: 58px;
        width: 176px;
    }
    .footer .sns {
        display: flex;
        justify-content:space-between;
        margin-bottom: 20px;
    }
    .footer .copyright {
        width: 176px;
        text-align: right;
    }

}

/* スマホ版のスタイル */
@media only screen and (max-width: 767px) {
    /* ヘッダ */
    .header .pc {
        display: none;
    }
    .footer .pc {
        display: none;
    }
    .header {
        font-family: "Noto Sans JP";
    }

    .header .contact {
        font-size: 14px;
        color: #282F46;
        font-weight: 700;
        padding-top: 19px;
        padding-bottom: 19px;
        display: flex;
    }
    .header .contact img {
        margin-left: 24px;
        margin-right: 10px;
    }
    .header .header_banner .sp_line1 {
        display: flex;
    }
    .header .header_banner .logo {
        margin: 0 auto;
    }
    .header .header_banner .logo img {
        margin-top: 16px;
        margin-bottom: 16px;
        height: 40px;
    }
    .header .header_banner .count_cart {
        position:relative;
    }
    .header .header_banner .count_cart_dummy {
        width: 57px;
        height: 76px;
    }
    .header .header_banner .count_cart img {
        margin-top: 24px;
        margin-right: 24px;
    }
    .header .header_banner .count_cart .count {
        position:absolute;
        font-size: 14px;
        color: #FFFFFF;
        top: 16px;
        left: 10px;
        width: 15px;
        text-align: center;
    }
    .header .header_banner .sp_line2 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 20px;
        position: relative;
    }
    .header .header_banner .search {
        width: calc(100% - 180px);
        padding-left: 24px;
        position: relative;
    }
    .header .header_banner .search input[type=text] {
        height: 35px;
        width: 100%;
        font-size: 18px;
    }
    .header .header_banner .search input[type=image] {
        position: absolute;
        top: 8px;
        right: 10px;
    }
    .header .header_banner .detail_search {
        position: relative;
        width: 175px;
        padding-right: 24px;
    }
    .header .header_banner .detail_search a {
        text-decoration-line: none;
    }
    .header .header_banner .detail_search img {
        position: absolute;
        top: 10px;
        left: 35px;
    }
    .header .header_banner .detail_search .detail_search_button {
        margin-left: 24px;
        color: #FFFFFF;
        border: 1px solid #F8F6F4;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 40px;
        padding-right: 10px;
        font-weight: 700;
    }
    .header .header_banner .detail_search_input_area {
        display: none;
        z-index: 100;
        position : absolute;
    }
    .header .header_banner .detail_search_input_area_background {
        display: none;
        z-index: 50;
        position : fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(100, 100, 100, .8);
    }

    /* フッタ */
    .footer {
        font-family: "Noto Sans JP";
    }
    .footer .footer-1 {
        background-color: #FFFFFF;
    }
    .footer .footer-1 img {
        display: block;
        margin: 0 auto;
        padding-bottom: 48px;
    }
    .footer .footer-2 {
        padding-top: 72px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 72px;
    }
    .footer .info_area div {
        margin-top: 16px;
        height: 72px;
        border: 1px solid #F8F6F4;
        font-size: 16px;
        font-weight: 700;
        font-family: "Noto Sans JP";
        display: flex;
        align-items: center;
        justify-content: center
    }
    .footer .sns_area {
        width: 176px;
        display: flex;
        margin: 48px auto;
    }
    .footer .sns_area .facebook {
        margin: 0 auto;
    }
    .footer .sp_area {
        display: flex;
        width: 100%;
        position: relative;
    }
    .footer .sp_area .logo img {
        height: 72px;
    }
    .footer .copyright {
        position: absolute;
        bottom: 0;
        right: 0;
        font-weight: 400px;
        font-size: 14px;
    }
}