@charset "UTF-8";

.catalog>a {
    display: block;
    color: inherit
}

.catalog__link {
    margin-top: 1em;
    font-size: 1.3rem;
    font-weight: 700
}

.catalog-env-container {
    margin-top: 80px;
    border: solid 1px #b3b3b3
}

@media screen and (max-width:767px) {
    .catalog-env-container {
        margin-top: 45px
    }

}

.catalog-env-container__title {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: solid 1px #b3b3b3;
    color: #f08214;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center
}

.catalog-env-container__body {
    padding: 15px 25px
}

.catalog-env {
    font-size: 1.3rem
}

.catalog-env dt {
    font-weight: 700
}

@media screen and (max-width:767px) {
    .catalog-env__row+.catalog-env__row {
        margin-top: 10px
    }

}

.comfort__image {
    text-align: center
}

.comfort__image>figcaption {
    padding: 12px;
    color: #fff;
    font-weight: 700;
    background-color: #4d4d4d;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAABlBMVEUAAABMaXFP2lwvAAAAAnRSTlNNADNE/HAAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAgSURBVAjXY2AEAgYGMInChDBQmTAGKhObGEILXAGICQARngBRhlGy1wAAAABJRU5ErkJggg==);
    background-size: 5px
}

.comfort__image-double>img {
    width: 0;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.comfort__image-double>img+img {
    padding-left: 2px
}

@media screen and (max-width:767px) {
    .comfort__image-double>img {
        width: auto;
        height: auto
    }

    .comfort__image-double>img+img {
        padding-top: 2px;
        padding-left: 0
    }

}

.comfort__text {
    padding-top: 20px;
    padding-bottom: 45px
}

@media screen and (max-width:767px) {
    .comfort__text {
        padding-bottom: 15px
    }

}

.comfort .c-videolink {
    width: 210px;
    margin-right: 0;
    margin-left: 0
}

.hero-area {
    border-bottom: solid 1px #e6e6e6
}

.hero {
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (max-width:767px) {
    .hero {
        height: auto;
        text-align: center;
        background: 0 0
    }

}

.hero--hiblock01 {
    background-image: url(../img/products/posts/hiblock01/bg_hero.jpg)
}

.hero--hiblock02 {
    background-image: url(../img/products/posts/hiblock02/bg_hero.jpg)
}

.hero--hiblock03 {
    background-image: url(../img/products/posts/hiblock03/bg_hero.jpg)
}

.hero--histar01 {
    background-image: url(../img/products/posts/histar01/bg_hero.jpg)
}

.hero--histar02 {
    background-image: url(../img/products/posts/histar02/bg_hero.jpg)
}

.hero--histar03 {
    background-image: url(../img/products/posts/histar03/bg_hero.jpg)
}

.hero--histar04 {
    background-image: url(../img/products/posts/histar04/bg_hero.jpg)
}

.hero--histar05 {
    background-image: url(../img/products/posts/histar05/bg_hero.jpg)
}

.hero--histar06 {
    background-image: url(../img/products/posts/histar06/bg_hero.jpg)
}

.hero--hiwing01 {
    background-image: url(../img/products/posts/hiwing01/bg_hero.jpg)
}

.hero--hiwing02 {
    background-image: url(../img/products/posts/hiwing02/bg_hero.jpg)
}

.hero--hiwing03 {
    background-image: url(../img/products/posts/hiwing03/bg_hero.jpg)
}

.hero--hiwing04 {
    background-image: url(../img/products/posts/hiwing04/bg_hero.jpg)
}

.hero--hiwing05 {
    background-image: url(../img/products/posts/hiwing05/bg_hero.jpg)
}

.hero--hiwing06 {
    background-image: url(../img/products/posts/hiwing06/bg_hero.jpg)
}

.hero--hiwing07 {
    background-image: url(../img/products/posts/hiwing07/bg_hero.jpg)
}

.products-detail__linkbtn {
    max-width: 318px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto
}

.products-detail__linkbtn>a {
    display: block;
    position: relative;
    height: 50px;
    padding: 0 20px;
    border-radius: 25px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background-color: #666;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAABlBMVEX///9MaXG/fzaeAAAAAnRSTlMzAIL4qAgAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAgSURBVAjXY2AEAgYGMInChDBQmTAGKhObGEILXAGICQARngBRhlGy1wAAAABJRU5ErkJggg==);
    background-size: 5px;
    -webkit-transition: color .2s;
    transition: color .2s
}

.products-detail__linkbtn>a:active, .products-detail__linkbtn>a:focus, .products-detail__linkbtn>a:hover {
    color: #f08214
}

.products-detail__linkbtn>a .c-iconfont {
    position: absolute;
    left: 20px;
    color: #f08214;
    font-size: 1rem
}

@media screen and (max-width:767px) {
    .products-detail__linkbtn {
        margin-top: 50px
    }

}

.products-points {
    padding-left: 1.2em;
    line-height: 1.78571;
    letter-spacing: .05em;
    list-style-type: none
}

.products-points>li:before {
    content: "●";
    margin-left: -1.2em;
    color: #000
}

.products-spec-table {
    width: 100%;
    border-top: solid 1px grey;
    table-layout: fixed
}

.products-spec-table__head {
    border-bottom: solid 1px #b3b3b3;
    background-color: #ccc
}

.products-spec-table__head th {
    padding: 10px 20px;
    font-weight: 400;
    text-align: center
}

.products-spec-table__head th+th {
    border-left: solid 1px #b3b3b3
}

.products-spec-table__body tr {
    border-bottom: solid 1px grey
}

.products-spec-table__body td {
    padding: 15px 20px
}

.products-spec-table__body td+td {
    border-left: solid 1px #b3b3b3
}

.products-spec-table__term {
    width: 50%
}

.products-spec-table__detail {
    width: 25%;
    text-align: center
}

.products-spec-table-sp {
    width: 100%;
    border-bottom: solid 1px grey;
    table-layout: fixed
}

.products-spec-table-sp tr {
    border-top: solid 1px grey
}

.products-spec-table-sp th {
    padding: 8px;
    font-weight: 400;
    text-align: center;
    background-color: #ccc
}

.products-spec-table-sp td {
    padding: 8px;
    text-align: center
}

.products-spec-table-sp .products-spec-table-sp__head {
    border-right: solid 1px grey;
    text-align: left
}

.products-catch-sp {
    display: none
}

@media screen and (max-width:767px) {
    .products-catch-sp {
        display: block;
        margin-bottom: 15px;
        font-size: 1.5rem
    }

}

.intro-area {
    border-bottom: solid 1px #e6e6e6
}

.intro {
    height: 350px;
    padding-top: 95px;
    background-image: url(../img/products/hero.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.intro__title-primary {
    display: block;
    font-size: 4.1rem;
    line-height: 1.21951
}

.intro__title-secondary {
    display: block;
    margin-top: .3em;
    color: grey;
    font-size: 1.7rem
}

@media screen and (max-width:767px) {
    .intro {
        height: 294px;
        padding-top: 25px;
        background-image: url(../img/products/hero_sp.jpg);
        background-position: center bottom
    }

    .intro__title-primary {
        font-size: 3.8rem
    }

    .intro__title-secondary {
        margin-top: 0
    }

}

.products-nav {
    margin-top: 50px
}

.products-nav__item {
    width: 33.33333%
}

.products-nav__item>a {
    display: block
}

.products-nav__item+.products-nav__item {
    border-left: solid 1px #ccc
}

@media screen and (max-width:767px) {
    .products-nav {
        margin-top: 0
    }

    .products-nav__item {
        text-align: center;
        background-color: #000;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAABlBMVEX///9MaXG/fzaeAAAAAnRSTlMzAIL4qAgAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAgSURBVAjXY2AEAgYGMInChDBQmTAGKhObGEILXAGICQARngBRhlGy1wAAAABJRU5ErkJggg==);
        background-size: 5px
    }

    .products-nav__item>a {
        padding-top: 12px;
        padding-bottom: 12px
    }

}

.section-products__title {
    height: 60px;
    color: #fff;
    font-size: 2.5rem;
    line-height: 60px;
    text-align: center;
    background-color: #000;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAACVBMVEX///9MaXH///9B1JedAAAAA3RSTlNNADpEOAP/AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAI0lEQVQI12NgBAImJhDJACYYoEwIA5UJY6AysYkhtMAVgJgAE0AAVSe1IDIAAAAASUVORK5CYII=);
    background-size: 5px
}

.section-products__intro {
    height: 175px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAABlBMVEUAAABMaXFP2lwvAAAAAnRSTlMzAIL4qAgAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAgSURBVAjXY2AEAgYGMInChDBQmTAGKhObGEILXAGICQARngBRhlGy1wAAAABJRU5ErkJggg==);
    background-size: 5px
}

.section-products__body {
    margin-top: 40px
}

.section-products+.section-products {
    margin-top: 100px
}

@media screen and (max-width:767px) {
    .section-products__title {
        height: 55px;
        font-size: 2.2rem;
        line-height: 55px
    }

    .section-products__intro {
        height: auto;
        padding-right: 10px;
        padding-left: 10px
    }

    .section-products__body {
        margin-top: 30px
    }

}

.products-intro {
    padding-top: 47px
}

.products-intro__logo {
    width: 26%
}

.products-intro--hiblock .products-intro__logo>img {
    width: 100%;
    max-width: 233px
}

.products-intro--histar .products-intro__logo>img {
    width: 100%;
    max-width: 185px
}

.products-intro--hiwing .products-intro__logo>img {
    width: 100%;
    max-width: 225px
}

.products-intro__text {
    width: 74%;
    padding-top: 5px
}

@media screen and (max-width:767px) {
    .products-intro {
        padding-top: 30px;
        padding-bottom: 25px
    }

    .products-intro__logo {
        width: 100%
    }

    .products-intro__text {
        width: 100%;
        padding-top: 15px
    }

}

.products-container__item {
    position: relative;
    width: 33.33333%;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc
}

.products-container__item:nth-child(3n-2) {
    border-left: solid 1px #ccc
}

.products-container__item:nth-child(-n+3) {
    border-top: solid 1px #ccc
}

@media screen and (max-width:767px) {
    .products-container__item:nth-child(3n-2) {
        border-left: solid 1px #ccc
    }

    .products-container__item:nth-child(-n+3) {
        border-top: 0
    }

    .products-container__item:first-child {
        border-top: solid 1px #ccc
    }

    .products-container__item {
        width: 100%;
        border-left: solid 1px #ccc
    }

}

.products-card__head {
    border-bottom: solid 1px #ccc
}

.products-card__division {
    width: 87px;
    font-size: 1.3rem;
    text-align: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAABlBMVEUAAABMaXFP2lwvAAAAAnRSTlNNADNE/HAAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAgSURBVAjXY2AEAgYGMInChDBQmTAGKhObGEILXAGICQARngBRhlGy1wAAAABJRU5ErkJggg==);
    background-size: 5px
}

.products-card__division>span {
    display: inline-block;
    width: 100%
}

.products-card__class {
    width: calc(100% - 87px);
    padding: 8px 15px;
    font-weight: 700
}

.products-card__body {
    padding: 30px 30px 90px
}

.products-card__name {
    display: table;
    width: 100%;
    min-height: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.5
}

.products-card__name>span {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.products-card__overview {
    min-height: 75px
}

.products-card__btn {
    position: absolute;
    bottom: 30px;
    left: auto;
    width: calc(100% - 60px);
    height: 50px;
    border-radius: 25px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background-color: #666;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAABlBMVEX///9MaXG/fzaeAAAAAnRSTlMzAIL4qAgAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAgSURBVAjXY2AEAgYGMInChDBQmTAGKhObGEILXAGICQARngBRhlGy1wAAAABJRU5ErkJggg==);
    background-size: 5px;
    -webkit-transition: color .2s;
    transition: color .2s
}

.products-card__btn:active, .products-card__btn:focus, .products-card__btn:hover {
    color: #f08214
}

.products-card__btn .c-iconfont {
    position: absolute;
    top: 50%;
    left: 24px;
    color: #f08214;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.products-type__row+.products-type__row {
    margin-top: .5em
}

.products-type dt {
    width: 120px
}

.products-type dd {
    width: calc(100% - 120px)
}

.products-type-b__row+.products-type-b__row {
    margin-top: .5em
}

.products-type-b dt {
    width: 220px
}

@media screen and (max-width:767px) {
    .products-type-b dt {
        width: 100%
    }

}

.products-type-b dd {
    width: calc(100% - 220px)
}

@media screen and (max-width:767px) {
    .products-type-b dd {
        width: 100%
    }

}

/*パンくず*/
.c-breadcrumb span:nth-child(2){pointer-events: none;}

/*# sourceMappingURL=products.css.map */
