@charset "utf-8";
/* ==================== トップページ ==================== */
/* --------------------

top img

-------------------- */
.top_img {
    width: 100%;
    /*background: url(../images/top_img.jpg) no-repeat 50% 0;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    position: relative;
}
.top_img h1 {
    display: none;
}

.top_img li {
    height: 0;
    padding-top: 38.7%;
    background: url(../images/top_img_sp14.jpg) no-repeat 50% 0;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.top_img li:nth-child(2) {
    background: url(../images/top_img_sp04.jpg) no-repeat 50% 0;
    background-size: cover;
}
.top_img li:nth-child(3) {
    background: url(../images/top_img_sp05.jpg) no-repeat 50% 0;
    background-size: cover;
}
.top_img li:nth-child(4) {
    background: url(../images/top_img_sp06.jpg) no-repeat 50% 0;
    background-size: cover;
}

/*-----↓↓↓↓↓↓sample---------------*/
.top_img.sample {
    width: 100%;
    /*background: url(../images/top_img.jpg) no-repeat 50% 0;*/
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    position: relative;
}
.top_img.sample h1 {
    display: none;
}

.top_img.sample li {
    height: 0;
    padding-top: 38.7%;
    background: url(../images/top_img_sp14.jpg) no-repeat 50% 0;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* aタグを全面に広げてクリック可能に */
.top_img.sample li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px; /* テキストは非表示（スクリーンリーダー対応） */
    overflow: hidden;
}

.top_img.sample li:nth-child(2) {
    background: url(../images/top_img_sp04.jpg) no-repeat 50% 0;
    background-size: cover;
}
.top_img.sample li:nth-child(3) {
    background: url(../images/top_img_sp05.jpg) no-repeat 50% 0;
    background-size: cover;
}
.top_img.sample li:nth-child(4) {
    background: url(../images/top_img_sp06.jpg) no-repeat 50% 0;
    background-size: cover;
}


/* 静止画切り替え用 */
.top_img_static {
    width: 100%;
    height: 0;
    padding-top: 38.7%; /* スライダーと同じアスペクト比 */
    position: relative;
    overflow: hidden;
}
.top_img_static a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top_img_static img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
/* タブレット */
@media screen and (max-width: 1024px) {
    .top_img_static {
        margin: 0;
        min-height: 60px;
    }
}
/* PC */
@media screen and (min-width: 1025px) {
    .top_img_static {
        min-height: 760px; /* .top_img の PC高さに合わせる */
        padding-top: 0;
        max-width: 1500px;
        margin: 0 auto 50px;
    }
}

/*-----↑↑↑↑↑↑sample---------------*/


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: auto !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #e8382f !important;
}
/*  newOrder01 ==================== */

/*↓↓↓↓スマホサイズのみ。PCサイズも画像書き換えること↓↓↓*/
.top_img.newOrder01 li:nth-child(1) {
    background: url(../images/top_img_sp07-win.jpg) no-repeat 50% 0;
    background-size: 100% auto;
}
.top_img.newOrder01 li:nth-child(2) {
    background: url(../images/top_img_sp04.jpg) no-repeat 50% 0;
    background-size: 100% auto;
}
.top_img.newOrder01 li a {
    display: block;
    height: 100%;
}
.top_img.newOrder01 li a.spLink01 {
    display: none;
}


@media screen and (min-width: 1025px) {
    .top_img {
        margin: 0 auto 50px;
        max-width: 1500px;
        height: 760px;
    }
    .top_img li {
        height: 370px;
        padding: 0;
        background: url(../images/top_img14.jpg) no-repeat 50% 0;
        background-size: cover;
    }
    .top_img li:nth-child(2) {
        background: url(../images/top_img04.jpg) no-repeat 50% 0;
    }
    .top_img li:nth-child(3) {
        background: url(../images/top_img05.jpg) no-repeat 50% 0;
    }
    .top_img li:nth-child(4) {
        background: url(../images/top_img06.jpg) no-repeat 50% 0;
    }


    .top_img.sample {
        margin: 0 auto 50px;
        max-width: 1500px;
        height: 764px;
    }
    .top_img.sample li {
        height: 764px;
        padding: 0;
        background: url(../images/top_img14.jpg) no-repeat 50% 0;
        background-size: cover;
    }
    .top_img.sample li:nth-child(2) {
        background: url(../images/top_img04.jpg) no-repeat 50% 0;
    }
    .top_img.sample li:nth-child(3) {
        background: url(../images/top_img05.jpg) no-repeat 50% 0;
    }
    .top_img.sample li:nth-child(4) {
        background: url(../images/top_img06.jpg) no-repeat 50% 0;
    }

    .top_img.newOrder01 {
        height: 420px;
    }
    /*↓↓↓↓PCサイズのみ。スマホサイズも画像書き換えること↓↓↓*/
    .top_img.newOrder01 li:nth-child(1) {
        background: url(../images/top_img07-win.jpg) no-repeat 50% 0;
        height: 420px;
    }
    .top_img.newOrder01 li:nth-child(2) {
        background: url(../images/top_img04.jpg) no-repeat 50% 0;
        height: 420px;
    }
    .top_img.sample li img {
        width: 100%;
    }

    .top_img figure {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .top_img {
        margin: 0 0 10px;
        background: transparent;
    }
    .top_img figure,
    .top_img figure img {
        width: 100%;
    }
    .top_img.newOrder01 li {
        padding-top: 0;
        height: 43.5vw;
    }
}
@media screen and (max-width:600px) {
    .top_img.newOrder01 li a.spLink01 {
        display: block;
        width: 32vw;
        position: absolute;
        bottom: 6%;
        left: 8%;
        height: 4vw;
    }
}
/* --------------------

index construction

-------------------- */

.indexInner h3{
    font-weight: bold;
}
.indexSeoText{
    margin-bottom: 8px;
    font-size: 14px;
}
.index_construction a {
    display: block;
}
.index_construction a:link,
.index_construction a:visited,
.index_construction a:hover {
    text-decoration: none;
}
.index_construction p {
    color: #3e3a39;
    font-size: 12px;
    font-weight: bold;
}
.index_construction_btn {
    display: block;
    padding: 8px 8px 8px 16px;
    line-height: 1;
    background: #E8382F url(../images/arrow_04r.png) no-repeat 3px 50%;
    background-size: 13px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
@media screen and (min-width: 481px) {
    .index_construction p br {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .indexSeoText{
        text-align: left;
        padding:0 10px;
    }
    .indexSeoText br{
        display: none;
    }
    .index_construction {
        margin: 0 10px 20px;
        border: 1px solid #DDD
    }
    .index_construction_box {
        padding-bottom: 10px;
        background: url(../images/index_construction_sp02.jpg) no-repeat 98% 90%;
        background-size: 75px;
    }
    .index_construction h2 {
        background: #3e3a39;
        text-align: center;
    }
    .index_construction h2+p {
        padding: 0 80px 0 10px;
        border: none;
        font-size: 16px;
        text-align: left;
        color: #3e3a39;
        text-align: left;
    }
    .index_construction p {
        margin-bottom: 10px;
        padding-top: 10px;
        line-height: 1.3;
        border-top: 1px solid #ddd;
        text-align: center;
    }
    .index_construction_btn {
        width: 120px;
        margin-left: 10px;
    }
}
@media screen and (max-width:480px){
    .indexSeoText{
        font-size: 12px;
    }
}
@media screen and (min-width: 1025px) {
    .index_construction {
        float: left;
    }
    .index_construction a {
        width: 470px;
        background: url(../images/index_construction_bg03.jpg) no-repeat;
    }
    .index_construction_box {
        padding: 26px 0 0 25px;
    }
    .index_construction p {
        padding: 0 0 8px 15px;
    }
    .index_construction h2,
    .index_construction h2+p {
        color: #fff;
    }
    .index_construction h2 {
        margin: 0 0;
        padding: 0;
        background: none;
        font-size: 46px;
    }
    .index_construction h2+p {
        margin-bottom: 56px;
        padding: 0;
        font-size: 14px;
    }
    .index_construction h2:before {
        content: none;
    }
    .index_construction_btn {
        display: none;
    }
}
/* --------------------

index showroom

-------------------- */
.index_showroom {
    padding: 0;
    background: none;
}
.index_showroom a {
    display: block;
    height: 0;
    margin: 0 10px 10px;
    padding-top: 34%;
    background: url(../images/index_showroom_list_sp01.jpg) no-repeat;
    background-size: 100% 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media screen and (min-width: 1025px) {
    .index_showroom a {
        display: block;
        float: left;
        width: 470px;
        padding-top: 19.5%;
        background: url(../images/index_showroom_list02.jpg) no-repeat;
    }
    .index_showroom:before {
        background: none;
    }
}
/* --------------------

index showroom02

-------------------- */
.index_showroom02 a {
    display: block;
    clear: both;
    width: 100%;
}
.index_showroom02 a * {
    display: none;
}
@media screen and (max-width: 1024px) {
    .index_showroom02 {
        margin-bottom: 10px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 640px) {
    .index_showroom02 a {
        padding-top: 57%;
        background: url(../images/index_showroom_sp_bnr.jpg) no-repeat;
        background-size: 100%;
    }
    .indexInner .index_showroom02 a {
        padding-top: 57%;
        background: url(../images/index_showroom_sp_bnr01.jpg) no-repeat;
        background-size: 100%;
    }
}
@media screen and (min-width: 641px) {
    .index_showroom02 a {
        width: 100%;
        padding-top: 15.7%;
        background: url(../images/index_showroom_bnr.jpg) no-repeat;
        background-size: 100%;
    }
    .indexInner .index_showroom02 a {
        width: 100%;
        padding-top: 15.7%;
        background: url(../images/index_showroom_bnr01.jpg) no-repeat;
        background-size: 100%;
    }
}
@media screen and (min-width: 1025px) {
    .index_showroom02 a {
        margin-bottom: 20px;
    }
}
/* --------------------

index support

-------------------- */
.index_support {
    position: relative;
    clear: both;
}
.index_support h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.index_support h3 b {
    padding: 0 5px;
    font-size: 30px;
    color: #e8382f;
}
.index_support h3 span {
    font-size: 12px;
    color: #e8382f;
}
.index_support ul {
    margin-bottom: 10px;
    padding: 0 10px 5px;
    box-sizing: border-box;
    border-bottom: 1px dotted #CCC;
}
.index_support li {
    display: inline-block;
}
.index_support p {
    color: #e8382f;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.index_support a {
    display: block;
    text-decoration: none;
    color: #3e3a39;
}
.index_support_btn {
    display: block;
    padding: 8px 8px 8px 16px;
    line-height: 1;
    background: #E8382F url(../images/arrow_04r.png) no-repeat 3px 50%;
    background-size: 13px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
@media screen and (min-width: 1025px) {
    .index_support {
        float: left;
    }
    .index_support a {
        width: 470px;
        margin-bottom: 20px;
        padding: 146px 0 0 0;
        background: url(../images/index_support_bg.gif) no-repeat;
    }
    .index_support h2 {
        display: none;
    }
    .index_support h3 {
        margin-left: 10px;
        font-size: 14px;
        text-align: left;
    }
    .index_support h3 b {
        font-size: 24px;
    }
    .index_support_btn {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .index_support {
        margin: 0 10px 10px;
        border: 1px solid #DDD;
    }
    .index_support h2 {
        margin: 0;
        text-align: center;
        background: #3e3a39;
    }
    .index_support ul {
        margin-bottom: 5px;
        padding-bottom: 0;
        border: 0;
    }
    .index_support p {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.5;
        border-top: 1px dotted #CCC;
    }
    .index_support_btn {
        margin: 0 auto 10px;
        width: 120px;
    }
}
@media screen and (min-width: 481px) {
    .index_support p br {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .index_support h3 {
        padding-top: 5px;
        line-height: 1.3;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .index_support h3 b {
        font-size: 28px;
    }
    .index_support h3 span {
        display: block;
    }
}
/* --------------------

index dialog

-------------------- */
.index_dialog a {
    display: block;
}
.index_dialog a:link,
.index_dialog a:visited,
.index_dialog a:hover {
    text-decoration: none;
}
.index_dialog p {
    color: #3e3a39;
    font-size: 12px;
    font-weight: bold;
}
.index_dialog_btn {
    display: block;
    padding: 8px 8px 8px 16px;
    line-height: 1;
    background: #E8382F url(../images/arrow_04r.png) no-repeat 3px 50%;
    background-size: 13px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
@media screen and (min-width: 481px) {
    .index_dialog p br {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .index_dialog {
        margin: 0 10px 10px;
        border: 1px solid #DDD
    }
    .index_dialog small {
        font-size: 0.75em;
    }
    .index_dialog_box {
        padding-bottom: 10px;
        background: url(../images/index_dialog_sp01.jpg) no-repeat 98% 90%;
        background-size: 75px;
    }
    .index_dialog h2 {
        background: #3e3a39;
        text-align: center;
    }
    .index_dialog h2+p {
        padding: 0 80px 0 10px;
        border: none;
        font-size: 16px;
        text-align: left;
        color: #3e3a39;
        text-align: left;
    }
    .index_dialog p {
        margin-bottom: 10px;
        padding-top: 10px;
        line-height: 1.3;
        border-top: 1px solid #ddd;
        text-align: center;
    }
    .index_dialog_btn {
        width: 120px;
        margin: 0 10px;
    }
}
@media screen and (min-width: 1025px) {
    .index_dialog{
        float: left;
        width: 470px;
        margin: 0 0 50px 20px;
    }
    .index_dialog a {
        padding: 0;
        background: url(../images/index_dialog_bg03.jpg) no-repeat;
    }
    .index_dialog small {
        font-size: 0.5em;
    }
    .index_dialog_box {
        padding: 26px 0 0 25px;
    }
    .index_dialog p {
        padding: 0 0 8px 15px;
    }
    .index_dialog h2,
    .index_dialog h2+p {
        color: #fff;
    }
    .index_dialog h2 {
        margin: 0 0;
        padding: 0;
        background: none;
        font-size: 46px;
    }
    .index_dialog h2+p {
        margin-bottom: 56px;
        padding: 0;
        font-size: 14px;
    }
    .index_dialog h2:before {
        content: none;
    }
    .index_dialog_btn {
        display: none;
    }
}
/* --------------------

index construction

-------------------- */
@media screen and (max-width: 1024px) {
    .index_sound_indi {
        margin: 0 10px 10px;
        border: 1px solid #DDD;
    }
    .index_sound_indi h2 {
        margin: 0;
        text-align: center;
        background: #3e3a39;
    }
    .index_sound_indi ul {
        margin-bottom: 5px;
        padding-bottom: 0;
        border: 0;
    }
    .index_sound_indi p {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.5;
        border-top: 1px dotted #CCC;
        text-align: center;
    }
    .index_sound_indi a {
        margin: 0 auto 10px;
        width: 120px;
        text-decoration: none;
    }
    .index_sound_btn {
        display: block;
        width: 120px;
        margin: 0 auto 10px;
        padding: 8px 8px 8px 16px;
        line-height: 1;
        background: #E8382F url(../images/arrow_04r.png) no-repeat 3px 50%;
        background-size: 13px;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }
}
@media screen and (min-width: 1025px) {
    /*
.index_sound_indi a {
    display: block;
    clear: both;
    width: 960px;
    height: 120px;
    margin-bottom: 20px;
    background: url(../images/index_sound_indi_bnr.gif) no-repeat;
}
*/
.index_sound_indi {
    width: 470px;
    float: right;
}
.index_sound_indi a {
    display: block;
    width: 470px;
    height: 182px;
    background: url(../images/index_sound_indi_bnr02.gif) no-repeat;
}
.index_sound_indi_02 a {
    background: url(../images/index_sound_indi_bnr02_02.gif) no-repeat;
}
.index_sound_indi h2,
.index_sound_indi p,
.index_sound_btn {
    display: none;
}
}
/* --------------------

index construction_list

-------------------- */
#index .construction_list {
    position: relative;
    clear: both;
}
#index .construction_list p.construction_list_link {
    position: absolute;
    top: 9px;
    right: 4px;
}
p.construction_list_link a {
    padding: 3px 5px 3px 20px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    background: #E73930 url(../images/arrow_04r.png) no-repeat 2px 50%;
    background-size: 18px;
}
@media screen and (max-width: 1024px) {
    #index .construction_list p.construction_list_link {
        top: 8px;
        right: 5px;
    }
    p.construction_list_link a {
        padding: 3px 4px 2px 15px;
        font-size: 11px;
        background-size: 12px;
    }
}
/* --------------------

index topics

-------------------- */
.index_topics {
    position: relative;
}
.index_topics .topics_list {
    margin: 0 0 10px;
}
#index .topics_list {
    position: relative;
}
#index .topics_list p.index_topics_list_link {
    position: absolute;
    top: 5px;
    right: 4px;
}
p.index_topics_list_link a {
    padding: 3px 5px 3px 20px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    background: #E73930 url(../images/arrow_04r.png) no-repeat 2px 50%;
    background-size: 18px;
}
@media screen and (max-width: 1024px) {
    #index .topics_list p.index_topics_list_link {
        top: 4px;
        right: 5px;
    }
    p.index_topics_list_link a {
        padding: 3px 4px 2px 15px;
        font-size: 11px;
        background-size: 12px;
    }
}
.index_topics p.btn01 a {
    padding: 0 5px;
    color: #FFF;
    font-size: 11px;
    line-height: 1;
    background: #e8382f;
    text-decoration: none;
}
.index_topics p.btn01 a:before {
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    margin-right: 5px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FFF;
}
#index .topics_list dt:first-child,
#index .topics_list dd:nth-child(2) {
    border-top: 0;
}
#index .topics_list dt figure {
    display: inline-block;
    width: 50px;
    height: 38px;
    overflow: hidden;
    vertical-align: middle;
}
#index .topics_list dt figure img {
    width: 100%;
}
@media screen and (min-width: 769px) {
    #index .topics_list dl {
        border: 1px solid #DDD;
    }
    #index .topics_list dt {
        padding: 5px 0 0 5px;
        width: 240px;
        border: 0;
        border-top: 1px dotted #CCC;
    }
    #index .topics_list dd {
        margin-left: 0;
        min-height: 38px;
        padding: 14px 0 0 0;
        border: 0;
        border-top: 1px dotted #CCC;
        overflow: hidden;
    }
}
@media screen and (max-width: 768px) {
    .index_topics {
        margin-bottom: 10px;
        padding: 2rem 10px;
    }
    .index_topics .topics_list {
        margin-bottom: 20px;
    }
    #index .topics_list dl {
        position: relative;
        margin: 0;
        border: 0;
    }
    .index_topics .topics_list dd {
        background: transparent;
    }
}
@media screen and (max-width: 480px) {
    #index .topics_list dt,
    #index .topics_list dd {
        display: none;
    }
    #index .topics_list dt:nth-child(-n+5),
    #index .topics_list dd:nth-child(-n+6) {
        display: block;
    }
}
/*-------------

.indexBnr01

---------------*/
.indexBnr01:before {
    content: '';
    display: table;
    clear: both;
}
.indexBnr01 {
    margin: 0 auto 40px;
}
.indexBnr01 .cf .left,
.indexBnr01 .cf .right {
    width: 470px;
    margin-bottom: 20px;
}
.indexBnr01 .cf .left {
    float: left;
}
.indexBnr01 .cf .right {
    float: right;
}
.indexBnr01 p{
    margin-top: 10px;
}
.indexBnr01 img {
    max-width: 100%;
}
@media screen and (max-width:1024px) {
    .indexBnr01 .cf .left,
    .indexBnr01 .cf .right {
        width: 48%;
        margin: 2% 1%;
    }
    .indexBnr01 {
        margin: 0 10px 10px;
    }
}
@media screen and (max-width:480px) {
    .indexBnr01 .cf .left,
    .indexBnr01 .cf .right {
        width: 98%;
        float: none;
        margin: 5% 1%;
    }
}