@charset "utf-8";

@media screen and (min-width: 621px) {
    .visible-pc-inline{
        display: inline;
    }
    .visible-pc-inline-block{
        display: inline-block;
    }
    .visible-pc-block{
        display: block;
    }
    .hidden-pc{
        display: none;
    }

    .visible-sp-inline,
    .visible-sp-inline-block,
    .visible-sp-block{
        display: none;
    }
}

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

    .visible-pc-inline,
    .visible-pc-inline-block,
    .visible-pc-block{
        display: none;
    }

    .visible-sp-inline{
        display: inline;
    }
    .visible-sp-inline-block{
        display: inline-block;
    }
    .visible-sp-block{
        display: block;
    }
    .hidden-sp{
        display: none;
    }
}

#top-message {
    margin: 50px 0 !important;
    padding: 0;
}

#top-banner-swiper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
    background: #f5f5f5;

    .swiper-container {
        width: 100%;

        .swiper-wrapper {
            .swiper-slide {
                text-align: center;

                a {
                    display: inline-block;
                    border-width: 0;
                }

                a:hover {
                    background-color: transparent;
                    opacity: .8;
                }

                img {
                    width: 320px;
                    height: 209px;
                    object-fit: cover;
                    display: inline-block;
                    margin: 0 auto;
                }

                .swiper-caption {
                    display: inline-block;
                    margin-top: 8px;
                    font-size: 16px;
                    font-weight: bold;
                    color: #004d40;
                }
            }
        }

        .swiper-pagination {
            position: static;
            margin-top: 15px;
        }
    }
}


.category-buttons {
    max-width: 1000px;
    margin: 100px auto 0 auto;
    padding: 0;

    .category-heading {
        font-size: 26px;
        margin-bottom: 1em;
        text-align: center;
    }

    .category-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;

        .category-row {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;

            &.row-3 > button {
                flex: 1 1 calc(33.333% - 13.33px);
            }

            &.row-2 > button {
                flex: 1 1 calc(50% - 10px);
            }
        }
    }

    @media (max-width: 768px) {
        padding: 0 15px;

        .category-grid {
            .category-row {
                flex-direction: column;

                > button {
                    flex: 1 1 100%;
                    min-height: 80px;
                }
            }
        }
    }
}

.social-banners {
    max-width: 1000px;
    margin: 100px auto 0 auto;
    padding: 0 15px;

    .social-banners-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;

        .social-banners-item {
            display: flex;
            justify-content: center;
            align-items: center;
            box-sizing: border-box;

            a {
                display: inline-block;
                text-align: center;

                img {
                    width: auto;
                    height: auto;
                    max-width: 100%;
                    display: block;
                    margin: 0 auto;
                    padding:0;
                }
            }
        }
    }

    @media (max-width: 768px) {
        .social-banners-inner {
            grid-template-columns: 1fr;
            gap: 0;

            .social-banners-item {
                margin-bottom: 20px;

                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
    }
}


.usage-guidance {
    max-width: 1000px;
    margin: 100px auto 0 auto;
    padding: 0;

    .usage-guidance__banner_1 ,
    .usage-guidance__banner_2 {
        text-align: center;
        a {
            display: inline-block;
            img {
                display: inline-block;
            }
        }
    }

    .usage-guidance__banner_2 {
        margin: 50px 0 0 0;
    }
}



.product-card-section {
    max-width: 1000px;
    margin: 60px auto 0 auto;
    padding: 0 15px;

    .product-card-section__title {
        font-size: 26px;
        margin-bottom: 1em;
        text-align: center;
    }

    .product-card-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;

        .product-card-list__item {
            width: 100%;
            box-sizing: border-box;

            .product-card {

                .category-name {
                    margin: 0;
                }

                .item-image {
                    margin: 5px 0 0 0;
                    text-align: center;
                }

                .item-name {
                    margin: 15px 0 0 0;
                    text-align: center;
                    font-size: 20px;
                    font-weight: bold;
                    color: #444;
                }

                .message {
                    margin: 10px 0 0 0;
                    font-size: 14px;
                    padding: 0 1em;
                }

                .features {
                    margin: 5px 0 0 0;
                    text-align: center;
                    span {
                        display: inline-block;
                        border: solid 1px #aaaa;
                        font-size: 12px;
                        padding: 5px 20px;
                        line-height: 1;
                    }
                }

                .button {
                    margin: 10px 0 0 0;
                    text-align: center;

                    a {
                        display: inline-block;
                        background-color: #c00;
                        color: #fff;
                        padding: 8px 30px;
                        border-radius: 10px;
                        text-decoration: none;
                        font-size: 12px;
                        letter-spacing: 1px;
                        line-height: 1;
                    }

                    a:hover {
                        background-color: #a00;
                    }
                }
            }
        }
    }

    @media (max-width: 768px) {
        .product-card-list {
            grid-template-columns: 1fr;
            gap: 40px;
        }
    }
}


.brand-description {
    background-color: #f0f0f0;
    margin: 50px auto 0 auto;
    padding: 60px 15px;

    .brand-description__inner {
        max-width: 1000px;
        margin: 0 auto;
        background: #fff;
        padding: 40px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
    }

    .brand-description__heading {
        text-align: center;
        margin-bottom: 30px;

        h2 {
            font-size: 1.6em;
            margin: 0;
        }
    }

    .brand-description__text {
        font-size: 1em;
        line-height: 1.8;
        color: #333;
    }

    @media (max-width: 768px) {
        .brand-description__inner {
            padding: 20px;
        }

        .brand-description__heading h2 {
            font-size: 1.3em;
        }
    }
}


@media screen and (max-width: 620px) {
    #top-message {
        margin-top: 0 !important;
        margin-bottom: 30px !important;
        background-color: #f5f5f5;
        padding: 15px;
    }
}

/* page setting
--------------------------------------------------------- */


#L01 #area-header.noskin,#L02 #area-header.noskin,#L03 #area-header.noskin,#L07 #area-header.noskin,#L08 #area-header.noskin    { width:1000px;}
#L01 #area-header,#L02 #area-header,#L03 #area-header,#L07 #area-header,#L08 #area-header    { width:1016px;}
#L01 #area-billboard.noskin,#L02 #area-billboard.noskin,#L03 #area-billboard.noskin,#L07 #area-billboard.noskin,#L08 #area-billboard.noskin    { width:1000px;}
#L01 #area-billboard,#L02 #area-billboard,#L03 #area-billboard,#L07 #area-billboard,#L08 #area-billboard    { width:1016px;}
#L01 #area-contents.noskin,#L02 #area-contents.noskin,#L03 #area-contents.noskin,#L07 #area-contents.noskin,#L08 #area-contents.noskin    { width:1000px;}
#L01 #area-contents,#L02 #area-contents,#L03 #area-contents,#L07 #area-contents,#L08 #area-contents    { width:1016px;}
#L02 #area-main,#L03 #area-main,#L07 #area-main,#L08 #area-main    { width:70%;}
#L02 #area-side-a,#L03 #area-side-a,#L07 #area-side-a,#L08 #area-side-a    { width:29%;}
#L01 #area-footer.noskin,#L02 #area-footer.noskin,#L03 #area-footer.noskin,#L07 #area-footer.noskin,#L08 #area-footer.noskin    { width:1000px;}
#L01 #area-footer,#L02 #area-footer,#L03 #area-footer,#L07 #area-footer,#L08 #area-footer    { width:1016px;}

#L04    { width:1000px; margin:0 auto;}
#L04 #area-contents    { width:auto;}
#L04 #main-group    { width:100%; margin-left:-240px;}
#L04 #area-main    { margin-left:250px;}
#L04 #area-side-a    { width:240px;}

#L05    { width:1000px; margin:0 auto;}
#L05 #area-contents    { width:auto;}
#L05 #main-group    { width:100%; margin-left:-240px;}
#L05 #main-group .core    { width:100%; margin-right:-240px;}
#L05 #area-main    { margin-left:250px; margin-right:250px;}
#L05 #area-side-a    { width:240px;}
#L05 #area-side-b    { width:240px;}

#L06    { width:1000px; margin:0 auto;}
#L06 #area-contents    { width:auto;}
#L06 #main-group    { width:100%; margin-right:-240px;}
#L06 #area-main { margin-right:250px;}
#L06 #area-side-a    { width:240px;}

.wind-bg { background: url(_src/sc2053/black.png) repeat-x left top; }
.thunder-bg { background: url(_src/sc2054/foot.png) repeat-x left bottom; }

#bk69 div.lhm { padding-left: 10px; padding-top: 7px; padding-right: 0px; padding-bottom: 3px }
#bk2551 div.lhm { padding-left: 0px; padding-top: 15px; padding-right: 0px; padding-bottom: 10px }
#bk73 div.lhm { padding-left: 5px; padding-top: 10px; padding-right: 0px; padding-bottom: 10px }
#bk3070 div.lhm { padding-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 20px }

