@charset "utf-8";
section.safety_mv {}

section.safety_mv {
    background-image: url(/aoki/images/product/product_mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.flex.content.line_top {
    justify-content: space-around;
    width: 90%;
    padding: 0;
    /* flex-wrap: wrap; */
    max-width: 610px;
}
.common_h1.is_pro_mv.title {
    padding-top: 25px;
}
.flex.content.line_top li {
    padding: 20px;
    max-width: 160px;
}

/*.flex.content.line_top li img:hover {
	-webkit-filter: brightness(1.1);
    -moz-filter: brightness(1.1);
    -o-filter: brightness(1.1);
    -ms-filter: brightness(1.1);
    filter: brightness(1.1);
}*/

.tab__trigger.active {
    filter: brightness(135%);
}
.bg_superLightGray {
    background: #fbf9f6;
}
.title {
    font-size: 3rem;
    color: #ff8022;
    border-bottom: none;
    margin: 20px 0;
}
.products {
    overflow: hidden;
    position: relative;
    left: 0;
}
.products:not(.p-slider) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px;
}
.products li {
    width: calc(100% /3);
    padding: 0 20px 50px;
    box-sizing: border-box;
}
.product {
    position: relative;
    display: block;
    max-width: 233px;
}
.product__title {
    color: #ff8022;
    font-size: 1.8rem;
    font-weight: 400;
}
.product__more {
    display: block;
    /* position: absolute; */
    /* bottom: 10px; */
    /* right: 10px; */
    text-align: center;
}
.product__photo {
    height: 150px;
    text-align: center;
    padding: 10px;
    /* border: 2px solid #ff8022; */
    border-radius: 6px;
}
.product__photo img {
    max-width: 100%;
    max-height: 100%;
}

/* タブ */
.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.tab__trigger {
    text-align: center;
    cursor: pointer;
}
.tab__trigger img {
    margin-bottom: 1em;
}
.tab-area__content {
    display: none;
}
.tab-area__content.active {
    display: block;
    animation: fade-in .4s linear 0s;
}
@keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.product__more:hover {
    opacity: 0.6;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
 @media screen and (min-width: 741px), print {
    .product:hover {
        -webkit-filter: brightness(1.1);
        -moz-filter: brightness(1.1);
        -o-filter: brightness(1.1);
        -ms-filter: brightness(1.1);
        filter: brightness(1.1);
    }
}
/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
 @media screen and (max-width: 740px) {
    .product {
        margin: auto;
    }
    .products li {
        width: 100%;
        border-top: 1px dotted #ff8022;
        padding: 30px 20px;
    }
    .product__title {
        height: auto !important;
    }
}
