@charset "UTF-8";
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/* margin系CSS */
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb75 {
    margin-bottom: 75px;
}
/* テキスト関連 */
.txt-red {
    color: #d2321e;
}
span.text-icon {
    display: inline-block;
    background: #d2321e;
    padding: 2px 4px 1px 5px;
    vertical-align: middle;
    font-size: 12px; /* 0.55em */
    line-height: 1.4;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    position: relative;
    top: -0.1em;
    margin-right: 14px;
}
.release-date {
    font-size: 16px;
    font-weight: 400;
    color: #d2321e;
    font-style: normal;
    vertical-align: 0.1em;
}
h1 small.discon, h3 small.discon, .h4 small.discon {
    color: #D2321E;
}
/* ボタン */
.btn {
    white-space: normal;
}
.btn-default.override i {
    color: #3E8ACC;
}
.btn-red {
    color: #d2321e;
    border-color: #8e9294;
}
.btn-red:hover {
    color: #d2321e;
    border-color: #d2321e;
}
.btn i {
    display: inline-table;
    vertical-align: middle;
    position: relative;
    top: -0.07em;
    margin-right: 6px;
}
.special-btn {
    margin: 0 15px 45px;
}
.special-btn .btn {
    width: 100%;
    padding: 9px 0;
    /*font-weight: 700;*/
    font-size: 16px;
    /*color: #d2321e;*/
}
/* カラム */
.row-80 > .none-padding {
    padding-right: 25px;
    padding-left: 25px;
}
/* パンくずリスト */
.bread-wrapper {
    background-color: #EEEFF0;
    padding-top: 130px;
}
.bread-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.bread-container {
    position: absolute;
    top: 88px;
    width: 100%;
    background-color: #EEEFF0;
    z-index: 99;
}
.breadcrumb.override {
    font-size: 13px;
    background-color: #EEEFF0;
    border-radius: 0;
    margin-bottom: 0;
}
.breadcrumb > li + li:before {
    padding: 0 1em;
    color: #323638;
    font-family: icomoon;
    content: '\e904';
}
.breadcrumb > li {
    color: #6E7274 !important;
}
.breadcrumb > .active {
    color: #323638;
}
/* YouTube埋め込み */
.movie-box {
    margin-bottom: 15px;
}
.movie-wrap {
    margin-bottom: 5px;
}
/* 製品ロゴ */
.product-logo {
    margin: 0.6em 0px;
    font-size: 26px;
}
.product-catch {
    font-family: Arial, 'Noto Sans Japanese', sans-serif;
    font-weight: 700;
    margin: 0 0 0.2em;
    font-style: normal;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: -0.02em;
}
p.product-catch-sub {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans Japanese', "メイリオ", sans-serif;
    font-weight: 700;
    font-size: 14px;
}
/* bxsliderカスタマイズ */
.bx-wrapper {
    margin-bottom: 20px;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #6E7274;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #BEC2C4;
}
.bx-wrapper .bx-viewport {
    left: 0;
}
/* メイン画像スライダー */
.product-slider {
    margin-bottom: 50px;
    padding: 0;
}
.slider-box {
    width: 100%;
}
.slider-box img {
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.slider-caption {
    text-align: right;
    margin: 0;
    padding: 0 10px 0 0;
}
.slider-thumbs {
    position: relative;
    overflow: hidden;
    display: none;
    margin-bottom: 30px;
}
.thumbs-box {
    float: left;
    left: 50%;
    position: relative;
}
.thumbs {
    border: none;
    height: 50px;
    width: 107px;
    float: left;
    left: -50%;
    position: relative;
    margin: 0 6px 15px;
}
.thumbs:last-child {
    margin-bottom: 0;
    height: auto;
}
.thumbs img {
    width: 100%;
    height: auto;
    border: 1px solid #BEC2C4;
}
/* 製品基本情報 */
.dashed-line {
    border: 0;
    border-bottom: 1px dashed #ccc;
}
.spec {
    margin: 0 15px 35px;
    padding: 20px 0 10px;
    border: 6px solid #eeeff0;
}
.spec > div {
    padding-right: 20px;
    padding-left: 20px;
}
.spec hr {
    margin: 12px 0 8px 0;
}
.spec .spec-download-line {
    margin: 0 10px;
    border: 0;
    border-bottom: 1px dashed #ccc;
}
.spec-name {
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 20px 0 0;
    display: inline-block;
}
.spec-img img {
    display: block;
    margin: 0px auto 15px;
    width: 80%;
    height: auto;
}
.spec .btn {
    width: 100%;
    margin-top: 18px;
    padding: 9px 0;
}
.spec .btn-download {
    margin-top: 18px;
}
.spec-item-description {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font-weight: 400;
}
.spec-price {
    font-size: 16px;
}
.spec-family-ttl .spec-item-cd .spec-price {
    display: block;
    padding-top: 0.4em;
}
.spec-price small {
    font-size: 78%;
}
.spec-family {
    padding-bottom: 15px;
}
.spec-family-ttl {
    border-left: 5px solid #8e9294;
    padding-left: 8px;
    margin-bottom: 14px;
}
.spec-family-ttl .spec-item-cd {
    margin: 6px 0 4px;
    padding: 0;
    font-size: 19px;
    font-weight: 400;
}
.spec-download > div {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
.spec-download-text-wiring-w {
    margin: 0;
    display: inline-block;
    color: #FFF;
}
.spec-download-text-wiring-subtext-w {
    margin: 0 0 0 10px;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
}
.spec-download-box {
    background: #6E7274;
    padding: 20px auto 16px auto;
    border-radius: 4px;
    margin: 18px 0 0 0;
}
.spec-download-box-wire {
    margin: 18px 0 0 0;
    background: #6E7274;
    border-radius: 4px;
}
.spec-download-box i {
    color: #FFF;
    margin-left: 4px;
}
.spec-download-box-wire .spec-download-text-wiring-subtext2-w {
    margin: 0;
    padding: 5px 0 0 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
}
.spec-download-text-w {
    margin: 0;
    color: #FFF;
    line-height: 1.4em;
}
.spec-wire {
    margin: 0 15px 35px;
}
.spec-download-box .btn {
    margin-top: 0;
}
.spec-download-box .btn:hover {
    background: #3E8ACC;
}
.spec-download-box-wire .btn {
    margin-top: 0;
}
.spec-download-box-wire .btn:hover {
    background: #3E8ACC;
}
.spec-headline-2:hover {
    color: #323638;
}
.download-toggle i {
    float: right;
    font-size: 70%;
    position: relative;
    top: 0.35em;
    color: #3E8ACC;
}
.spec-download i {
    font-size: 36px;
    display: none;
}
.spec-download-1icon i {
    font-size: 29px;
    display: none;
}
.car-icon:before {
    font-family: icomoon;
    content: '\e909';
    margin-right: 10px;
    font-size: 29px;
    position: relative;
    top: 3px;
}
.manual-icon:before {
    font-family: icomoon;
    content: '\e90f';
    margin-right: 10px;
    font-size: 29px;
    position: relative;
    top: 3px;
}
.catalog-icon:before {
    font-family: icomoon;
    content: '\e90e';
    margin-right: 10px;
    font-size: 29px;
    position: relative;
    top: 3px;
}
.spec-download-1icon > div {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.spec-download-1icon {
    padding-bottom: 15px;
}
.spec-download-btn {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: 400;
}
.spec-download-text {
    margin: 0;
    line-height: 1.4em;
}
.spec .spec-download-text-wiring-back {
    padding-top: 13px;
    padding-bottom: 13px;
}
.spec-download-text-wiring {
    margin: 0 0 6px 0;
    display: inline-block;
}
.spec-download-text-wiring-subtext {
    margin: 0 0 4px 0;
    padding: 2px 3px;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
}
.spec-download-text-wiring-subtext2 {
    font-size: 12px;
    margin-bottom: 0;
}
.spec .spec-open-btn {
    margin: 0;
    background: #50AA50;
    color: #FFF;
}
.spec .spec-open-btn:active, .spec .spec-open-btn:visited, .spec .spec-open-btn:focus {
    background: #3C803C;
}
.spec-open-btn h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
}
.spec-open-btn small {
    color: #FFF;
    font-size: 14px;
    margin: 0;
}
.spec-open-btn small span {
    margin-left: 18px;
}
/* お知らせ */
.spec-info {
    padding: 13px 0 18px;
}
.spec-headline-icon {
    margin: 0;
    font-size: 18px;
}
.spec-headline-icon:before {
    font-family: icomoon;
    content: '\e911';
    margin-right: 10px;
    color: #3E8ACC;
    font-size: 140%;
    font-style: normal;
    position: relative;
    top: 0.15em;
}
.spec-headline-icon small {
    display: none;
}
/* 型紙 */
.spec-pattern {
    background-color: #eeeff0;
    padding-bottom: 10px;
}
.spec-pattern .row > div {
    padding-bottom: 10px;
}
.spec-pattern h5 {
    margin: 0px 0px 0.5em;
}
.spec-pattern i {
    margin-right: 0.4em;
}
.spec-pattern a {}
.spec-pattern img {
    width: 100%;
    height: auto;
}
/* 製品の特長 */
.product-content {
    margin-bottom: 50px;
}
.product-content .inner {
    padding-right: 15px;
    padding-left: 15px;
}
.product-headline-border {
    margin: 0;
    padding: 0 0 5px;
    border-bottom: 2px solid #BEC2C4;
    font-size: 21px;
}
.product-headline-square {
    margin: 0;
    padding: 14px 0 0 1.2em;
    line-height: 1.5em;
    text-indent: -1.2em;
    font-size: 15px;
}
.product-headline-square:before {
    font-family: icomoon;
    content: '\e920';
    margin-right: 8px;
    color: #3E8ACC;
    position: relative;
}
.product-headline-normal {
    margin: 25px 0 0;
    padding: 0;
    line-height: 1.4em;
}
.product-headline-square span {
    padding-left: 0.5em;
    font-weight: 400;
}
.product-content-text {
    margin: 6px 0;
    line-height: 1.6em;
}
.product-content img {
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.function_border {
    border: #6E7274 1px solid;
    margin: 0 5px 0 0;
    padding: 2px 8px;
    font-size: 110%;
    line-height: 2em;
}
.feature-toggle {
    cursor: pointer;
}
.feature-toggle:hover, .feature-toggle:focus {
    color: #323638;
}
.feature-toggle i {
    margin-left: 1.5em;
    color: #3E8ACC;
    font-weight: normal;
}
.feature-toggle .feature-toggle-icon {
    margin-left: 12px;
    color: #3E8ACC;
    font-size: 1.015em;
    font-weight: normal;
}
.feature-sub-title {
    margin: 0;
    padding: 16px 0 0 0em;
    line-height: 1.5em;
}
.feature-sub .btn {
    width: 100%;
    margin-top: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.product-content hr {
    margin-top: 35px;
}
.feature-sub-text {
    margin: 6px 0;
    line-height: 1.6em;
    font-size: 78%;
}
/* 基本配線 */
.wiring-notes li {
    padding-left: 1.6em;
    text-indent: -1.6em;
}
/* 別売品 */
.sold-s-container {
    background-color: #EEEFF0;
    padding-top: 35px;
    margin-bottom: 50px;
}
.sold-s-parent {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
}
.sold-s {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    padding-bottom: 10px;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 30px;
}
.sold-s-item-cd {
    text-align: center;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 1.4em;
}
.sold-s-img img {
    width: 76%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}
.sold-s-name {
    background-color: #323638;
    color: #FFF;
    text-align: center;
    padding: 9px 15px;
    margin: 0 0 10px;
    line-height: 1.1em;
}
.sold-s-price {
    font-size: 15px;
    text-align: center;
    padding: 0 15px 11px;
    line-height: 1em;
    border-bottom: 1px solid #bec2c4;
}
.sold-s-price small {
    font-size: 88%;
}
span.sold-s-price-reigai {
    display: block;
    margin-top: 0.4em;
    font-size: 88%;
}
.sold-s-inner {
    display: flex;
    flex-direction: column;
    flex: 1 auto;
    padding-right: 18px;
    padding-left: 18px;
}
.sold-s-inner-text {
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 13px;
}
.sold-s-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 5%;
    align-items: flex-end;
    flex: 1 auto;
}
.sold-s-btn-wrap a.btn {
    width: 47%;
    margin-top: auto;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.1em;
    padding: 4px 4px;
}
.sold-s a.btn p {
    margin: 5px 0;
    ;
}
/* ご注意 */
.product-caution {
    margin-top: 20px;
    padding: 0;
}
.product-caution-text {
    list-style: none;
    padding-left: 1.1em;
    text-indent: -1.1em;
    margin-bottom: 6px;
}
.product-caution-link {
    padding: 0 0 0 33px;
    line-height: 0.8;
}
.product-caution-link i {
    color: #3E8ACC;
}
.caution-indent {
    padding-left: 2.1em;
}
/* YOUTUBE 動画　レスポンシブ対応 */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 長いパンくずが折り返される対策　スクロールバー表示 */
@media screen and (max-width: 480px) {
    .breadcrumb.override {
        overflow-x: scroll;
        background-color: #EEEFF0;
    }
    ol.breadcrumb.override {
        list-style: none;
    }
    ol.breadcrumb.override li {
        padding: 5px 0;
        display: table-cell;
        white-space: nowrap;
    }
    .breadcrumb.override::-webkit-scrollbar {
        /* スクロールバー本体 */
        height: 3px;
    }
    .breadcrumb.override::-webkit-scrollbar:horizontal {
        /* 横方向のスクロールバー本体 */
        width: 5px;
        background: #EEEFF0;
    }
    .breadcrumb.override::-webkit-scrollbar-thumb:horizontal {
        /* 横方向のスクロールバーの動く部分 */
        background: #ccc;
        border-radius: 2px;
    }
    .breadcrumb.override {
        margin-top: -5px;
    }
}
/* ########### 480px以上 ########### */
@media (min-width: 480px) {
    .spec-download-text-wiring-subtext2 {
        margin-bottom: 0;
    }
    .spec .btn-download {
        margin-top: 0px;
    }
    .spec .spec-download-text-wiring-back {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .spec-download-text-wiring-subtext {
        border: 1px solid #CCC;
        display: block;
    }
    .spec-download-text-wiring-subtext span {
        display: inline-block;
    }
    .spec-download-text-wiring-subtext-w span {
        display: inline-block;
    }
    .spec-download i {
        display: block;
    }
    .spec-download-1icon i {
        font-size: 36px;
        position: static;
        display: block;
    }
    .spec-download-1icon > div {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .spec-download-1icon {
        padding-bottom: 0px;
    }
    .car-icon:before, .manual-icon:before, .catalog-icon:before {
        display: none;
    }
    .spec-download-box {
        margin: 0;
    }
    .spec-download-box-wire {
        margin: 0;
    }
    .spec-download-box i {
        display: block;
    }
    .spec-download-text {
        margin: 0 0 8px 0;
    }
    .spec-download-text-w {
        margin: 0 0 10px 0;
    }
    .spec-download-box .btn {
        padding: 19px 0 16px 0;
    }
    .spec-download-text-wiring {
        display: block;
    }
    .spec-download-text-wiring-w {
        padding: 0 0 4px 0;
        margin: 0;
        display: block;
        border-bottom: #CCC 1px solid;
    }
    .spec-download-text-wiring-subtext-w {
        margin: 0;
        padding: 5px 0 5px 0;
        display: block;
        border-bottom: #CCC 1px solid;
    }
    .spec-download-box-wire .btn {
        padding: 17px 0 12px 0;
    }
}
/* ########### 500px以上 ########### */
@media (min-width: 500px) {
    .sold-s-parent {
        margin-right: 0;
        margin-left: 0;
    }
    .sold-s {
        width: 45%;
    }
}
/* ########### 768px以上 ########### */
@media (min-width: 768px) {
    /* カラム */
    .row-80 > .none-padding {
        padding-right: 40px;
        padding-left: 40px;
    }
    .product-content .inner {
        padding-right: 0;
        padding-left: 0;
    }
    /* パンくずリスト */
    .bread-container {
        position: fixed;
        top: 46px;
        width: 100%;
    }
    .bread-wrapper {
        padding-top: 110px;
    }
    .bread-wrapper > .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    /* メイン画像スライダー */
    .bx-pager {
        display: none;
    }
    .product-slider {
        padding-right: 15px;
        padding-left: 15px;
    }
    .slider-caption {
        padding: 0;
    }
    .slider-thumbs {
        display: block;
    }
    /* 製品ロゴ */
    .product-logo {
        font-size: 30px;
    }
    .product-catch {
        font-size: 25px;
    }
    p.product-catch-sub {
        font-size: 19px;
    }
    /* 製品基本情報 */
    .spec {
        margin-right: 0;
        margin-left: 0;
    }
    .spec > div {
        padding-right: 29px;
        padding-left: 29px;
    }
    .spec-img img {
        margin-right: 0;
        margin-left: 0;
        width: 90%;
        height: auto;
    }
    .spec-name {
        font-size: 25px;
    }
    .spec-download-toggle {
        display: none;
    }
    .spec-download {
        display: block;
    }
    .spec-download-1icon {
        display: block;
    }
    .spec-download-1icon {
        padding-top: 0;
        padding-bottom: 0;
    }
    .spec-download-1icon > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .spec-download i {
        margin-bottom: 0;
    }
    .spec-download-1icon i {
        margin-bottom: 0;
    }
    .spec-info h3 small {
        display: inline-block;
    }
    .spec-headline-icon {
        font-size: 22px;
    }
    .spec-download-box-wire .btn {
        padding: 17px 0 12px 0;
    }
    .spec-wire {
        margin-right: 0;
        margin-left: 0;
        padding: 20px 0 0 0;
    }
    .special-btn {
        margin-right: 0;
        margin-left: 0;
    }
    .sold-s {
        width: 29%;
    }
}
/* ########### 992px以上 ########### */
@media (min-width: 992px) {
    .product-logo {
        font-size: 33px;
    }
    .product-catch {
        font-size: 30px;
    }
    .product-headline-border {
        font-size: 25px;
    }
    .thumbs {
        height: auto;
        margin-bottom: 0;
        width: 100px;
    }
    .spec-name {
        font-size: 27px;
    }
    .spec-img img {
        width: 70%;
    }
    .spec-family-ttl .spec-item-cd {
        font-size: 21px;
    }
    .spec-price {
        font-size: 17px;
    }
    .spec-family-ttl .spec-item-cd .spec-price {
        padding-left: 30px;
        display: inline-block;
        padding-top: 0;
    }
    .sold-s {
        width: 23%;
        margin-right: 1%;
        margin-left: 1%;
    }
}
/* ########### 1200px以上 ########### */
@media (min-width: 1200px) {
    /* パンくずリスト */
    .bread-container {
        width: 1140px;
        left: 50%;
        margin-left: -570px;
    }
    /* 製品の基本情報 */
    .spec-download-1icon {
        padding-top: 0;
        padding-bottom: 0;
    }
    .spec-download-1icon > div {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .spec-download-box-wire .btn {
        padding: 7px 0 4px 0;
    }
    /* 製品の特長 */
    .product-headline-square {
        font-size: 16px;
    }
}