@charset "utf-8";

:root {
    --hedder-back: url(/img/c/theme/rando2027/common/back2027.jpg);
}

#product-detail,
#color,
#spec,
#guarantee,
#company {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#responsiveMenu ul li {
    text-align: right;
}

#responsiveMenu ul li img {
    width: 75%;
    padding: 10px;
}

.navbar-bg-color {
    background: var(--hedder-back);
}

.pro-color {
    margin-top: -2rem;
}

.exhibition-link {
    margin: 10px auto;
    max-width: 300px;
}

#main-visual,
#product-lineup .product-color {
    margin: 10% 0;
}

#main-visual .main-text {
    margin: 5% 0;
}

.l-divider {
    border-left: 1px dashed #bbbbbb;
}

.newseries {
    color: var(--product-newseries);
    font-weight: bold;
    font-size: 1.4rem;
}

.newcolor {
    color: var(--product-newcolor);
    font-weight: bold;
    font-size: 1.4rem;
}


#spec h2,
#guarantee h2,
#color h2,
#product-detail h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

#guarantee h3 {
    display: inline-block;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

#guarantee .g-label {
    background: #fffc9f;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#guarantee .g-label img {
    max-width: 200px;
}

#guarantee small {
    line-height: 1em;
    font-weight: bold;
}

.detail {
    padding: 20px 0;
    margin: 20px 0;

}

.detail h3 {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    /*text-indent: 1em;*/
}

.detail h4 {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 20px 0;
}

.detail p {
    font-size: 1.6rem;
    height: 80px;
    margin-bottom: 30px;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/* 共通機能 */

.tape {
    text-align: center;
}

.tape h4 {
    display: inline-block;
    background-color: var(--tape-title);
    border-left: 3px dotted rgba(0, 0, 0, .1);
    border-right: 3px dotted rgba(0, 0, 0, .1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    padding: 0.5em 2em;
    color: #ffffff;
    font-size: 2.6rem;
    margin: 10px auto 20px;
}

.function h5 {
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.function img {
    display: block;
    margin: 20px auto;
}

p.disp {
    height: 150px;
    padding: 0 10px;
}

.fit-image img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
}

.safety,
.function {
    position: relative;
    margin-bottom: 50px;
}

.safety::before,
.function::before {
    content: "";
    position: absolute;
    background-color: var(--function-back);
    margin-top: 40px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: -10;
    ;
}

.safety {
    color: #ffffff;
    text-align: center;
    padding: 0 0 80px;
}

.safety p {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}


.safety::before {
    background-color: #595757;

}

/* bootstrap lg */
@media screen and (max-width: 992px) {

    #responsiveMenu ul li {
        text-align: center;
        margin: 10px auto;
    }

    #responsiveMenu li {
        width: 100%;
    }

    #responsiveMenu li a img {
        max-height: 70px;
        max-width: 200px;
    }

    #product-detail h2 {
        text-align: center;
    }

    .detail h3 {
        font-size: 2.4rem;
        text-indent: 0;
    }

    .detail p {
        height: auto;
        margin-bottom: 10px;
    }

    .l-divider {
        border: none;
    }

    .fit_bubble {
        position: absolute;
        top: 0;
        left: 35%;
    }

    .fit_bubble img {
        width: 400px;
    }

    .bs_bubble img {
        position: absolute;
        top: 0;
        left: 40%;
        width: 00px;
    }

    .detail img {
        margin: 10px auto;
    }

}

/* bootstrap md */
@media screen and (max-width: 768px) {}

/* bootstrap sm */
@media screen and (max-width: 576px) {}
