body.android .search-bar h2:after
{
    border-top: 56px solid transparent;
}

::-webkit-full-page-media,
:future,
:root img
{
    image-rendering: initial !important;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}

input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0 1000px white inset;
            box-shadow: 0 0 0 1000px white inset;
}

.t18-1stTitle.t18-products
{
    background: url(/products/images/1st_title_bg_products_2.jpg) center center/cover !important;
    padding: 0 30px;
}

.top-product-search-input-submit
{
    background-color: transparent !important;
}
@media screen and (max-width: 768px)
{
    .top-product-search-input-submit
    {
        top: 24px !important;
    }
}

.top-contents *
{
    font-weight: normal;
    font-style: normal;
    line-height: 1.7;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    margin: 0;
    padding: 0;

    list-style-type: none;

    vertical-align: baseline;

    color: #333;
    border: 0;
}
.top-contents img
{
    line-height: 0;

    max-width: 100%;

    vertical-align: bottom;

    border-style: none;
}

.t18-middle-split
{
    overflow: visible;

    max-width: 100%;
    margin: 0;
}

.t18-middle-split-rgt
{
    float: none;

    width: 100%;
    max-width: 100% !important;
}
@media screen and (max-width: 768px)
{
    .t18-middle-split-rgt
    {
        padding: 0;
    }
}

.search-bar
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 840px;
    height: 105px;
    margin: 60px auto 0;

    background-color: #f6f6f6;
}
@media screen and (max-width: 768px)
{
    .search-bar
    {
        width: 90%;
        margin: 60px auto 0;
    }
}
.search-bar h2
{
    font-size: 24px;
    font-weight: normal;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 180px;
    margin: 0;
    padding-right: 15px;

    color: #fff;
    background-color: #333;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    /*
  &:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 52px solid #f6f6f6;
    border-top: 55px solid transparent;
    border-right: 15px solid #f6f6f6;
    border-bottom: 50px solid #f6f6f6;
    border-left: 15px solid transparent;
    height: 0;
    width: 0;
    @include break {
      right: -1px;
    }
  }
  */
}
@media screen and (max-width: 768px)
{
    .search-bar h2
    {
        font-size: 30px;

        width: 130px;
        padding-bottom: 3px;
    }
}
.search-bar .search-area
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: calc(100% - 180px);

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 768px)
{
    .search-bar .search-area
    {
        width: calc(100% - 130px);
    }
}
.search-bar .search-area .product-search-bar input::-webkit-input-placeholder
{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 16px !important;
}
@media screen and (max-width: 750px)
{
    .search-bar .search-area .product-search-bar input::-webkit-input-placeholder
    {
        font-size: 24px !important;
    }
}
.search-bar .search-area .product-search-bar input:-moz-placeholder
{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 16px !important;
}
@media screen and (max-width: 750px)
{
    .search-bar .search-area .product-search-bar input:-moz-placeholder
    {
        font-size: 24px !important;
    }
}
.search-bar .search-area .product-search-bar input::-moz-placeholder
{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 16px !important;
}
@media screen and (max-width: 750px)
{
    .search-bar .search-area .product-search-bar input::-moz-placeholder
    {
        font-size: 24px !important;
    }
}
.search-bar .search-area .product-search-bar input:-ms-input-placeholder
{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 16px !important;
}
@media screen and (max-width: 750px)
{
    .search-bar .search-area .product-search-bar input:-ms-input-placeholder
    {
        font-size: 24px !important;
    }
}
.search-bar .search-area .top-product-search-input-area
{
    position: relative;

    width: calc(100% - 60px);

    -webkit-transition: .5s;

    transition: .5s;
}
.search-bar .search-area .top-product-search-input-area form
{
    width: 100%;
}
.search-bar .search-area .top-product-search-input-area .top-product-search-input-search
{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 16px !important;

    width: 100%;
    height: 50px;
    padding: 0 20px;

    letter-spacing: 0;

    border: 1px solid #bebebe;
    border: none;
    border-radius: 30px;
    outline: none;
    background-color: #fff;
}
@media screen and (max-width: 750px)
{
    .search-bar .search-area .top-product-search-input-area .top-product-search-input-search
    {
        font-size: 26px !important;

        height: 80px;
        padding-bottom: 7px;

        border-radius: 60px;
    }
}
.search-bar .search-area .top-product-search-input-area .top-product-search-input-submit
{
    position: absolute;
    top: 17px;
    right: 20px;

    width: 24px;
    height: 24px;

    -webkit-transition: opacity .5s;

    transition: opacity .5s;

    border: none;
    outline: none;
    background: url(/common/images/new/icn_search-red.svg) no-repeat center center #fff;
    background-size: 24px;
}
@media screen and (max-width: 750px)
{
    .search-bar .search-area .top-product-search-input-area .top-product-search-input-submit
    {
        top: 19px;
        right: 26px;

        width: 40px;
        height: 40px;

        background-size: 40px;
    }
}
.search-bar .search-area .top-product-search-input-area .top-product-search-input-submit:hover
{
    opacity: .7;
}

section.find-area
{
    margin-top: 80px;
    padding: 70px 0 100px;

    background-color: #f8f8f8;
}
@media screen and (max-width: 768px)
{
    section.find-area
    {
        margin-top: 60px;
        padding: 40px 5%;
    }
}
section.find-area ul.anchor
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 780px;
    margin: 0 auto;
    padding: 0;

    border-left: 1px solid #cecece;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.find-area ul.anchor li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 33.3333333333%;

    border-right: 1px solid #cecece;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.find-area ul.anchor li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 30px;

    -webkit-transition: opacity .3s;

    transition: opacity .3s;
    text-decoration: none;

    color: #333;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 768px)
{
    section.find-area ul.anchor li a
    {
        font-size: 24px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        width: 100%;
        height: 60px;
        padding: 0 10px;

        text-align: left;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
section.find-area ul.anchor li a:hover
{
    opacity: .6;
}
@media screen and (max-width: 768px)
{
    section.find-area ul.anchor li a:hover
    {
        opacity: 1;
    }
}
section.find-area ul.anchor li a .red
{
    font-weight: bold;

    color: #c00;
}
section.find-area ul.anchor li a .bg
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 30px;
    padding-right: 40px;

    background: url(/products/images/btn_anchor-arw.png) no-repeat center right 1px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 768px)
{
    section.find-area ul.anchor li a .bg
    {
        line-height: 1.2;

        display: block;

        width: 100%;
        height: 60px;
        padding-top: 3px;

        background: url(/products/images/btn_anchor-arw.png) no-repeat top 12px right;
        background-size: 37px;
    }
}
section.find-area .machine-area,
section.find-area .construction-area
{
    max-width: 1170px;
    margin: 100px auto 0;
    padding: 0 50px 60px;

    border-top: 3px solid #cd0000;
    background-color: #fff;
}
@media screen and (max-width: 1190px)
{
    section.find-area .machine-area,
    section.find-area .construction-area
    {
        padding: 0 5% 60px;
    }
}
@media screen and (max-width: 768px)
{
    section.find-area .machine-area,
    section.find-area .construction-area
    {
        padding-bottom: 40px;
    }
}
section.find-area .machine-area h2,
section.find-area .construction-area h2
{
    font-size: 28px;
    font-weight: bold;

    margin-top: -30px;

    text-align: center;

    color: #333;
}
@media screen and (max-width: 1190px)
{
    section.find-area .machine-area h2,
    section.find-area .construction-area h2
    {
        margin-top: -60px;
        padding-top: 30px;
    }
}
section.find-area .machine-area h2 .red,
section.find-area .construction-area h2 .red
{
    font-size: 40px;

    padding-right: 10px;

    color: #c00;
}
section.find-area .machine-area h2 .bg,
section.find-area .construction-area h2 .bg
{
    padding: 0 30px;

    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(50%, #f8f8f8), color-stop(50%, #fff), to(#fff));

    background: -webkit-linear-gradient(top, #f8f8f8 0%, #f8f8f8 50%, #fff 50%, #fff 100%);

    background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 50%, #fff 50%, #fff 100%);
}
section.find-area .machine-area ul.list,
section.find-area .construction-area ul.list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 70px auto 0;
    padding: 0;

    list-style: none;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    gap: 30px;
}
@media screen and (max-width: 1190px)
{
    section.find-area .machine-area ul.list,
    section.find-area .construction-area ul.list
    {
        width: 100%;

        gap: 30px 25px;
    }
}
@media screen and (max-width: 768px)
{
    section.find-area .machine-area ul.list,
    section.find-area .construction-area ul.list
    {
        display: block;

        width: 100%;
        margin-top: 40px;
    }
}
section.find-area .machine-area ul.list li,
section.find-area .construction-area ul.list li
{
    width: 336px;
}
@media screen and (max-width: 1190px)
{
    section.find-area .machine-area ul.list li,
    section.find-area .construction-area ul.list li
    {
        width: 48%;
    }
}
@media screen and (max-width: 768px)
{
    section.find-area .machine-area ul.list li,
    section.find-area .construction-area ul.list li
    {
        width: 100%;
        padding: 0 0 30px;
    }
}
section.find-area .machine-area ul.list li a,
section.find-area .construction-area ul.list li a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: opacity .3s;

    transition: opacity .3s;
    text-decoration: none;
}
section.find-area .machine-area ul.list li a:hover,
section.find-area .construction-area ul.list li a:hover
{
    opacity: .6;
}
@media screen and (max-width: 768px)
{
    section.find-area .machine-area ul.list li a:hover,
    section.find-area .construction-area ul.list li a:hover
    {
        opacity: 1;
    }
}
section.find-area .machine-area ul.list li a .img,
section.find-area .construction-area ul.list li a .img
{
    width: 100px;

    vertical-align: bottom;

    border-bottom: 1px solid #c00;
}
@media screen and (max-width: 768px)
{
    section.find-area .machine-area ul.list li a .img,
    section.find-area .construction-area ul.list li a .img
    {
        width: 160px;

        border-bottom: 2px solid #c00;
    }
}
section.find-area .machine-area ul.list li a .img img,
section.find-area .construction-area ul.list li a .img img
{
    width: 100%;

    opacity: 1 !important;
}
section.find-area .machine-area ul.list li a .txt-area,
section.find-area .construction-area ul.list li a .txt-area
{
    width: calc(100% - 100px);
    padding-left: 15px;

    border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px)
{
    section.find-area .machine-area ul.list li a .txt-area,
    section.find-area .construction-area ul.list li a .txt-area
    {
        width: calc(100% - 160px);
        padding-left: 30px;

        border-bottom: 2px solid #e2e2e2;
    }
}
section.find-area .machine-area ul.list li a .txt-area h3,
section.find-area .construction-area ul.list li a .txt-area h3
{
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #000;
}
@media screen and (max-width: 768px)
{
    section.find-area .machine-area ul.list li a .txt-area h3,
    section.find-area .construction-area ul.list li a .txt-area h3
    {
        font-size: 26px;
    }
}
section.find-area .machine-area ul.list li a .txt-area p,
section.find-area .construction-area ul.list li a .txt-area p
{
    font-size: 14px;
    line-height: 1.5;

    margin: 10px 0 15px;
    margin-top: 10px;

    color: #949494;
}
@media screen and (max-width: 768px)
{
    section.find-area .machine-area ul.list li a .txt-area p,
    section.find-area .construction-area ul.list li a .txt-area p
    {
        font-size: 26px;

        margin: 10px 0 30px;
    }
}

.illust-area
{
    max-width: 1170px;
    margin: 100px auto 0;
    padding: 0 50px 60px;

    border-top: 3px solid #cd0000;
    background-color: #fff;
}
@media screen and (max-width: 1190px)
{
    .illust-area
    {
        padding: 0 5% 60px;
    }
}
@media screen and (max-width: 768px)
{
    .illust-area
    {
        padding-bottom: 40px;
    }
}
.illust-area .lead
{
    font-size: 16px;

    margin: 60px 0 0;

    text-align: center;

    color: #504b47;
}
@media screen and (max-width: 768px)
{
    .illust-area .lead
    {
        font-size: 26px;
        line-height: 1.5;

        margin-top: 50px;

        letter-spacing: -.05em;
    }
}
.illust-area h2
{
    font-size: 28px;
    font-weight: bold;

    margin-top: -30px;

    text-align: center;

    color: #333;
}
@media screen and (max-width: 1190px)
{
    .illust-area h2
    {
        margin-top: -60px;
        padding-top: 30px;
    }
}
.illust-area h2 .red
{
    font-size: 40px;

    padding-right: 10px;

    color: #c00;
}
.illust-area h2 .bg
{
    padding: 0 30px;

    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(50%, #f8f8f8), color-stop(50%, #fff), to(#fff));

    background: -webkit-linear-gradient(top, #f8f8f8 0%, #f8f8f8 50%, #fff 50%, #fff 100%);

    background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 50%, #fff 50%, #fff 100%);
}
.illust-area ul.list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 70px auto 0;
    padding: 0;

    list-style: none;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    gap: 30px;
}
@media screen and (max-width: 1190px)
{
    .illust-area ul.list
    {
        width: 100%;

        gap: 30px 25px;
    }
}
@media screen and (max-width: 768px)
{
    .illust-area ul.list
    {
        display: block;

        width: 100%;
        margin-top: 40px;
    }
}
.illust-area ul.list li
{
    width: 520px;
}
@media screen and (max-width: 1190px)
{
    .illust-area ul.list li
    {
        width: 48%;
    }
}
@media screen and (max-width: 768px)
{
    .illust-area ul.list li
    {
        width: 100%;
        padding: 0 0 30px;
    }
}
.illust-area ul.list li a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: opacity .3s;

    transition: opacity .3s;
    text-decoration: none;
}
.illust-area ul.list li a:hover
{
    opacity: .6;
}
@media screen and (max-width: 768px)
{
    .illust-area ul.list li a:hover
    {
        opacity: 1;
    }
}
.illust-area ul.list li a .img
{
    width: 160px;
    padding-bottom: 10px;

    vertical-align: bottom;

    border-bottom: 1px solid #c00;
}
@media screen and (max-width: 1190px)
{
    .illust-area ul.list li a .img
    {
        width: 100px;
    }
}
@media screen and (max-width: 768px)
{
    .illust-area ul.list li a .img
    {
        width: 160px;

        border-bottom: 2px solid #c00;
    }
}
.illust-area ul.list li a .img img
{
    width: 100%;

    opacity: 1 !important;
}
.illust-area ul.list li a .txt-area
{
    width: calc(100% - 160px);
    padding-left: 15px;

    border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 1190px)
{
    .illust-area ul.list li a .txt-area
    {
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 768px)
{
    .illust-area ul.list li a .txt-area
    {
        width: calc(100% - 160px);
        padding-left: 30px;

        border-bottom: 2px solid #e2e2e2;
    }
}
.illust-area ul.list li a .txt-area h3
{
    font-weight: bold;
    line-height: 1.5;

    margin: 0;

    color: #000;
}
@media screen and (max-width: 768px)
{
    .illust-area ul.list li a .txt-area h3
    {
        font-size: 26px;
    }
}
.illust-area ul.list li a .txt-area p
{
    font-size: 14px;
    line-height: 1.5;

    margin: 10px 0 15px;
    margin-top: 10px;

    color: #949494;
}
@media screen and (max-width: 768px)
{
    .illust-area ul.list li a .txt-area p
    {
        font-size: 26px;

        margin: 10px 0 30px;
    }
}

section.special-feature
{
    max-width: 1290px;
    margin: 100px auto 0;
    padding: 0 50px 40px;

    background-color: #f8f8f8;
}
@media screen and (max-width: 900px)
{
    section.special-feature
    {
        padding: 0 5% 40px;
    }
}
@media screen and (max-width: 768px)
{
    section.special-feature
    {
        max-width: 94%;
        margin-top: 80px;
    }
}
section.special-feature h2
{
    font-size: 34px;
    font-weight: bold;

    margin: 0;

    -webkit-transform: translateY(-20px);

            transform: translateY(-20px);
    text-align: center;
    letter-spacing: .1em;

    color: #333;
}
section.special-feature ul.list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 30px auto 0;
    padding: 0;

    list-style: none;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    gap: 30px;
}
@media screen and (max-width: 900px)
{
    section.special-feature ul.list
    {
        gap: 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
section.special-feature ul.list li
{
    width: calc(25% - 23px);
}
@media screen and (max-width: 900px)
{
    section.special-feature ul.list li
    {
        width: 48%;
    }
}
section.special-feature ul.list li:nth-child(n+5)
{
    display: none;
}
section.special-feature ul.list li a
{
    display: block;

    -webkit-transition: opacity .3s;

    transition: opacity .3s;
    text-decoration: none;
}
section.special-feature ul.list li a:hover
{
    opacity: .6;
}
@media screen and (max-width: 768px)
{
    section.special-feature ul.list li a:hover
    {
        opacity: 1;
    }
}
section.special-feature ul.list li a .img img
{
    width: 100%;

    opacity: 1 !important;
}
section.special-feature ul.list li a p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 15px 0 30px;

    color: #333;
}
@media screen and (max-width: 768px)
{
    section.special-feature ul.list li a p
    {
        font-size: 26px;

        margin: 15px 0 40px;
    }
}
section.special-feature .more
{
    font-size: 16px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    width: 200px;
    height: 54px;
    margin: 20px auto 0;
    padding-left: 35px;

    cursor: pointer;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;

    color: #333;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 768px)
{
    section.special-feature .more
    {
        font-size: 26px;

        width: 100%;
        height: 70px;
        margin-top: 20px;
    }
}
section.special-feature .more:hover
{
    opacity: .6;
}
@media screen and (max-width: 768px)
{
    section.special-feature .more:hover
    {
        opacity: 1;
    }
}
section.special-feature .more .bg1
{
    position: relative;
}
section.special-feature .more .bg1:before
{
    position: absolute;
    top: -3px;
    left: -37px;

    width: 27px;
    height: 27px;

    content: '';
    pointer-events: none;

    border-radius: 100%;
    background-color: #333;
}
@media screen and (max-width: 768px)
{
    section.special-feature .more .bg1:before
    {
        top: 3px;
    }
}
section.special-feature .more .bg2
{
    position: relative;
}
section.special-feature .more .bg2:before,
section.special-feature .more .bg2:after
{
    position: absolute;
    top: 14px;
    left: -23px;

    display: block;

    width: 13px;
    height: 2px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: #fff;
    background-color: #fff;
}
@media screen and (max-width: 768px)
{
    section.special-feature .more .bg2:before,
    section.special-feature .more .bg2:after
    {
        top: 20px;
    }
}
section.special-feature .more .bg2:before
{
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}
section.special-feature .more.active .bg2:before
{
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
}

section.new_sec
{
    margin-top: 80px;
}
section.new_sec h2
{
    font-size: 34px;

    margin: 0;

    text-align: center;

    color: #333;
}
@media screen and (max-width: 768px)
{
    section.new_sec .btn
    {
        padding: 0 5%;
    }
}
section.new_sec .btn a
{
    width: 370px;
    height: 50px;
    margin: 40px auto 0;
}
@media screen and (max-width: 950px)
{
    section.new_sec .btn a
    {
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px)
{
    section.new_sec .btn a
    {
        width: 100%;
    }
}

section.recently_sec
{
    /* display: none; */

    margin-top: 80px;
}
section.recently_sec h2
{
    font-size: 34px;

    margin: 0;

    text-align: center;

    color: #333;
}
/* カタログエリア */
section.catalog-area
{
    margin-top: 80px;
}
section.catalog-area h2
{
    font-size: 34px;

    margin: 0;

    text-align: center;

    color: #333;
}
section.catalog-area .lead
{
    font-size: 16px;

    margin: 35px 0 0;
    padding: 0;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    section.catalog-area .lead
    {
        font-size: 26px;
    }
}
section.catalog-area ul.list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 1150px;
    margin: 40px auto 0;
    padding: 0;

    list-style: none;

    gap: 0 30px;
}
@media screen and (max-width: 1190px)
{
    section.catalog-area ul.list
    {
        max-width: 700px;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
}
@media screen and (max-width: 768px)
{
    section.catalog-area ul.list
    {
        max-width: 100%;
        margin-top: 50px;
        padding: 0 5%;
    }
}
section.catalog-area ul.list li
{
    width: 16.6666666667%;
}
@media screen and (max-width: 1190px)
{
    section.catalog-area ul.list li
    {
        width: 30.303030303%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px)
{
    section.catalog-area ul.list li
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        margin-bottom: 40px;
    }
}
section.catalog-area ul.list li.hover .img a
{
    opacity: .6;
}
@media screen and (max-width: 768px)
{
    section.catalog-area ul.list li.hover .img a
    {
        opacity: 1;
    }
}
section.catalog-area ul.list li.hover .name a
{
    text-decoration: underline !important;

    opacity: .6;
}
@media screen and (max-width: 768px)
{
    section.catalog-area ul.list li.hover .name a
    {
        opacity: 1;
    }
}
@media screen and (max-width: 768px)
{
    section.catalog-area ul.list li .img
    {
        width: 160px;
    }
}
section.catalog-area ul.list li .img a
{
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
section.catalog-area ul.list li .img img
{
    width: 100%;
}
@media screen and (max-width: 768px)
{
    section.catalog-area ul.list li .img img:hover
    {
        opacity: 1;
    }
}
@media screen and (max-width: 768px)
{
    section.catalog-area ul.list li .txt-area
    {
        width: calc(100% - 190px);
        padding-left: 30px;
    }
}
section.catalog-area ul.list li .txt-area p.name
{
    margin: 15px 0 0;

    -webkit-transition: opacity .3s;

    transition: opacity .3s;
}
@media screen and (max-width: 768px)
{
    section.catalog-area ul.list li .txt-area p.name
    {
        margin-top: 0;
    }
}
section.catalog-area ul.list li .txt-area p.name a
{
    font-size: 16px;
    font-weight: bold;

    text-decoration: none;

    color: #000;
}
@media screen and (max-width: 768px)
{
    section.catalog-area ul.list li .txt-area p.name a
    {
        font-size: 26px;
    }
}
section.catalog-area ul.list li .txt-area p.name a:hover
{
    text-decoration: underline;
}
section.catalog-area ul.list li .txt-area p.blank
{
    font-size: 12px;
    line-height: 16px;

    display: inline-block;

    margin-top: 20px;
    padding-left: 30px;

    -webkit-transition: opacity .3s;

    transition: opacity .3s;
    text-decoration: none;

    color: #999;
    background: url(/common/images/new/icn_blank-black.svg) no-repeat center left;
    background-size: 19px;
}
@media screen and (max-width: 768px)
{
    section.catalog-area ul.list li .txt-area p.blank
    {
        font-size: 26px;
        line-height: 24px;

        display: block;

        margin-top: 45px;

        background: url(/common/images/new/icn_blank-black.svg) no-repeat center left;
        background-size: 22px;
    }
}
section.catalog-area ul.list li .txt-area p.blank a
{
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    text-decoration: underline;

    color: #999;
}
section.catalog-area ul.list li .txt-area p.blank a:hover
{
    text-decoration: none;

    opacity: .6;
}
@media screen and (max-width: 768px)
{
    section.catalog-area ul.list li .txt-area p.blank a:hover
    {
        opacity: 1;
    }
}
section.catalog-area ul.list li .txt-area p.pdf
{
    font-size: 12px;
    line-height: 23px;

    display: inline-block;

    margin-top: 0;
    padding-left: 30px;

    -webkit-transition: opacity .3s;

    transition: opacity .3s;
    text-decoration: none;

    color: #999;
    color: #999;
    background: url(/common/images/icon_pdf.png) no-repeat center left;
    background-size: 19px;
}
@media screen and (max-width: 768px)
{
    section.catalog-area ul.list li .txt-area p.pdf
    {
        font-size: 26px;
        line-height: 24px;

        display: block;

        margin-top: 45px;

        background: url(/common/images/icon_pdf.png) no-repeat center left;
        background-size: 22px;
    }
}
section.catalog-area ul.list li .txt-area p.pdf a
{
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    text-decoration: underline;

    color: #999;
}
section.catalog-area ul.list li .txt-area p.pdf a:hover
{
    text-decoration: none;

    opacity: .6;
}
@media screen and (max-width: 768px)
{
    section.catalog-area ul.list li .txt-area p.pdf a:hover
    {
        opacity: 1;
    }
}
@media screen and (max-width: 768px)
{
    section.catalog-area .btn
    {
        padding: 0 5%;
    }
}
section.catalog-area .btn a
{
    width: 370px;
    height: 50px;
    margin: 40px auto 0;
}
@media screen and (max-width: 768px)
{
    section.catalog-area .btn a
    {
        width: 100%;
        margin-top: 20px;
    }
}

.btn-white
{
    font-size: 16px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-transition: background .4s, color .4s, border .4s;

    transition: background .4s, color .4s, border .4s;
    text-decoration: none;

    color: #333;
    border: 1px solid #707070;
    background-color: #fff;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 1170px)
{
    .btn-white
    {
        font-size: 15px;
    }
}
@media screen and (max-width: 750px)
{
    .btn-white
    {
        height: 90px !important;
    }
}
.btn-white:hover
{
    color: #fff;
    border: 1px solid #c00;
    background-color: #c00;
}
.btn-white:hover span
{
    color: #fff;
    background: url(/top/images/new/icn_btn-right-white.svg) no-repeat right top 5px;
    background-size: 7px;
}
@media screen and (max-width: 750px)
{
    .btn-white:hover span
    {
        background: url(/top/images/new/icn_btn-right-white.svg) no-repeat right top 6px;
        background-size: 17px;
    }
}
.btn-white span
{
    font-weight: 700;

    padding-right: 20px;

    -webkit-transition: background .4s, color .4s;

    transition: background .4s, color .4s;

    background: url(/top/images/new/icn_btn-right-red.svg) no-repeat right top 5px;
    background-size: 7px;
}
@media screen and (max-width: 750px)
{
    .btn-white span
    {
        font-size: 30px;

        padding-right: 35px;

        background: url(/top/images/new/icn_btn-right-red.svg) no-repeat right top 6px;
        background-size: 17px;
    }
}

.t18-products a:hover img
{
    opacity: 1 !important;
}



/* ここから2024年7月追記、岡田が書きました */
/* 基本設定 */

* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.btn {
    transition: all 0.5s;
    cursor: pointer;
}
img{
    width: 100%;
}

a {
    text-decoration: none;
    color : inherit;
}

.back-white {
    background-color: #fff;
}

 /* html { scroll-behavior: smooth;} */

@media screen and (min-width: 769px)
{
.pc{
    display: block!important;
}

.sp{
    display: none!important;
}

.font-small {
    font-size: 12px;
}
}

@media screen and (max-width: 768px)
{
.pc{
    display: none!important;
}

.sp{
    display: block!important;
}

.font-small {
    font-size: 24px;
}
}


/* ページタイトル */

.products-title
 {
    display: flex;
    justify-content: space-between; 
    max-width: 1170px;
    margin: 0 auto;
}

.products-title > h1 {
    max-width: none;
    margin: 0 25px;
    padding-top: 75px;
    font-size: 4.8rem;
    font-weight: normal;
}

.search-bar {
    margin: 60px 0;
    line-height: 105px;
}

.search-bar-pc {
    width: 70%;
}

.top-product-search-input-submit {
    top: 42px!important;
}

@media screen and (max-width: 768px)
{
    .search-bar .search-area {
        width: 100%;
    }

    .search-bar {
        margin: 60px auto 0;
        width: 90%;
        line-height: 40px;
    }

    .top-product-search-input-submit {
        top: 24px !important;
    }

    .search-bar h2 {
        padding-left: 0px;
    }

    .products-title > h1{
        padding-top: 90px;
    }
}


@media screen and (min-width: 769px)
{
.products-top-lineup {
    max-width: 1170px;
    margin: 100px auto 0;
}

.products-top-lineup-anchor {
    display: flex;
    flex-wrap: wrap;
}


.products-top-lineup-anchor li {
    width: calc(25% - 10px);
    margin: 10px 5px;
    text-align: center;
}

.products-top-lineup-anchor li a {
    padding-right: 25px;
    letter-spacing: 0.5px;
    animation-timing-function: ease-out;
    transition: all .0s ease-in;
    padding: 15px;
    background-color: #f5f5f5;
    width: 100%;
    display: block;
    border-radius: 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

    .products-top-lineup-anchor li a:hover {
        background-color:#cc0000;
        color: #fff;
    }

    .products-top-lineup-bottom {
        background: url(/products/images/products_btn_pc.png) no-repeat center right 0px;
        padding-right: 25px;
    }

    .products-top-lineup-bottom.is-active{
    background: url(/products/images/products_btn_hover_pc.png) no-repeat center right 0px;
}
}

@media screen and (max-width: 768px){

    .products-top-lineup-anchor li {
        background-color: #f5f5f5;
        border-radius: 60px;
        color: #333;
    }
    
    .products-top-lineup-anchor li:hover {
        background-color:#cc0000;
        color: #fff;
    }


    .products-top-lineup {
        padding: 40px 5%;
    }

    .products-top-lineup-anchor li {
        width: 100%;
        margin: 15px 5px;
        padding: 20px;
    }

    .products-top-lineup-anchor li a {
        width: 100%;
        font-size: 28px;
        letter-spacing: 2px;
        font-weight: bold;
        display: block;
        padding: 5px 15px;
        background: url(/products/images/products_btn.png) no-repeat center right 15px;
    }

    .products-top-lineup-anchor li a:hover{
        background: url(/products/images/products_btn_hover.png) no-repeat center right 15px;
    }
}

/* aktionews */

.aktio-news {
    margin-top: 80px;
    text-align: center;
}

section.aktio-news h2{
    font-size: 34px;
    margin: 0;
    text-align: center;
    color: #333;
}

section.aktio-news h3{
    padding: 5px;
    color: #333;
}

.aktio-news-date {
    font-weight: bold;
}

@media screen and (min-width: 769px){

    .aktio-news-content {
        margin-top: 40px;
        position: relative;
    }

    .aktio-news-month-img {
        position: absolute;
        left: 15%;
        top: 40px;
        max-width: 300px;
        width: 20%;
        min-width: 200px;
        box-shadow: 1px 1px 5px #e2e2e2;
    }

    section.aktio-news {
        max-width: 1290px;
        margin: 100px auto 0;
        padding: 0 50px 40px;
    }

    .aktio-news-content ul li a {
        padding: 35px 5% 35px 40%;
        display: block;
        border-bottom: #e2e2e2 1px solid;
        text-align: left;
        line-height: 24px;
    }

    .aktio-news-content ul li a:first-child{
        border-top: #e2e2e2 1px solid;
    }

    .aktio-news-content ul li a:hover{
        background-color: #ebebeb;
    }

    section.aktio-news .btn a {
        width: 370px;
        height: 50px;
        margin: 40px auto 0;
    }

    /*　ニュース画像切り替えスイッチ */


    #aktio-news-pdf-img-2.is-active,#aktio-news-pdf-img-3.is-active{
        display: block;
        z-index: 20;
    }

    #aktio-news-pdf-img-1.is-active{
        display: none;
    }

}

/* PDF画像調節 */

@media screen and (min-width: 931px){
    .aktio-news-content ul li a {
        padding: 35px 5% 35px 40%;
    }

    .aktio-news-month-img {
        top: 40px;
    }

}

@media screen and (min-width: 769px) and (max-width: 1075px){
    .aktio-news-content ul li a {
        padding: 20px 5% 20px 40%;
    }

    .aktio-news-month-img {
        left: 7%;
        top: 20px;
    }

    /* LINEUP部分修正 */
     .products-top-lineup-anchor {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 5%;
    }

    .products-top-lineup-anchor li {
        width: calc(50% - 10px);
        margin: 10px 5px;
        text-align: center;
    }

}

#aktio-news-pdf-img-2,#aktio-news-pdf-img-3 {
    display: none;
}

@media screen and (max-width: 768px){

    .aktio-news-content {
        max-width: 100%;
        margin-top: 50px;
        padding: 0 17%;
    }

    .aktio-news h3 {
        font-size: 24px;
    }

    .aktio-news p{
        font-size: 26px;
        margin: 35px 0 0;
        padding: 0;
        text-align: center;
    }

    .aktio-news-content-sp {
        text-align: center;
        padding-top: 40px;
    }

    .aktio-news-content-sp a p {
        line-height: 36px;
        margin: 0;
    }

    section.aktio-news .btn {
        padding: 0 5%;
        margin: 40px auto 0;
    }

    .aktio-news-month-img {
        box-shadow: 1px 1px 5px #e2e2e2;
    }

    .aktio-news-pdf-img-2,.aktio-news-pdf-img-3 {
        display: none;
    }
}

/* フォントサイズ,margin調整 */

@media screen and (min-width: 769px)
{
    .font-small {
        font-size: 12px;
    }

    .pdf {
        margin-top: 10px !important;
    }

    .aktio-news-date,.aktio-news-text{
        font-size: 16px;
    }

    .width-100-container {
        background: #fff !important;
    }
}

@media screen and (max-width: 768px)
{
    .font-small {
        font-size: 24px;
    }

    section.catalog-area {
        margin-top: 100px;
    }

    .aktio-news {
        margin-top: 100px;
        text-align: center;
        background-color: #f8f8f8;
        padding: 60px;
    }
    section h2 {
        font-size: 40px!important;
    }

    section.special-feature {
        padding: 0 5% 60px;
    }

}

  /* 検索フォーム */
  /* .top-product-search-input-area input::placeholder {
    color: #454444;
  }

  .search-bar .search-area .product-search-bar input::placeholder{
    color: #454444;
  } */


/*# sourceMappingURL=products.css.map */


/* 下部バナー */

ul.products_bottom_bnr-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1170px;
    margin: 100px auto 0;
    padding: 0 20px;
    list-style: none;
    gap: 30px;
}

ul.products_bottom_bnr-area li {
    width: 33.3333333333%;
    max-width: 370px;
}
ul.products_bottom_bnr-area li img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    ul.products_bottom_bnr-area {
        display: block;
        padding: 0 10%;
    }
    ul.products_bottom_bnr-area li {
        width: 100%;
        max-width: 100%;
        margin-top: 35px;
    }
}