@charset "utf-8";

.pB0 {
    padding-bottom: 0;
}
.pB30 {
    padding-bottom: 30px;
}

/* -----------------------------------------------
kv
----------------------------------------------- */

section.sub_kv:not(.section_design) .sec_img picture > img {
    min-height: 100%;
    display: block;
    width: auto;
    object-fit: cover;
    object-position: center;
}

/* -----------------------------------------------
inContents
----------------------------------------------- */

.mainContens .inContents {
    background: #4d4d4d;
    color: #fff;
}
.mainContens .inContents .bg_light {
    background: #e6e6e6;
}
.mainContens .inContents .inner-wrap {
    box-sizing: border-box;
}
.mainContens .inContents h3 {
    font-weight: bold;
}
.mainContens .inContents img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media only screen and (max-width:640px) {

    .mainContens .inContents {
        margin-top: 0;
    }

    .inContents p {
        font-size: 110%;
        line-height: 170%;
    }
    .mainContens .inContents .inner-wrap {
        /* padding-right: 30px;
        padding-left: 30px; */
    }
    .mainContens .inContents section .bg_light .inner-wrap.fx_wrap,
    .mainContens .inContents section .inner-wrap:not(.fx_wrap) {
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .mainContens .inContents section .inner-wrap.padding0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .mainContens .inContents section .inner-wrap.padding-top0 {
        padding-top: 0;
    }

    .mainContens .inContents h3 {
        font-size: 1.1rem;
        line-height: 1.68;
        margin-bottom: 5%;
    }
    .mainContens .inContents h3 strong {
        font-size: 1.18em;
        margin-bottom: 0.3em;
        display: block;
    }
    .mainContens .inContents p {
        font-size: .7rem;
        line-height: 2;
    }



}
@media screen and (min-width: 641px) {

    .mainContens .inContents {
        margin-bottom: 80px;
        font-size: 16px;
    }
    .mainContens .inContents .inner-wrap {
        padding-right: 30px;
        padding-left: 30px;
    }
    .mainContens .inContents section .bg_light .inner-wrap.fx_wrap,
    .mainContens .inContents section .inner-wrap:not(.fx_wrap) {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mainContens .inContents section .inner-wrap.padding0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .mainContens .inContents section .inner-wrap.padding-top0 {
        padding-top: 0;
    }

    .mainContens .inContents h3 {
        font-size: 22px;
        line-height: 1.68;
        margin-bottom: 34px;
    }
    .mainContens .inContents h3 strong {
        font-size: 1.18em;
        margin-bottom: 0.3em;
        display: block;
    }
    .mainContens .inContents p {
        font-size: 14px;
        line-height: 2;
    }

}

/* -----------------------------------------------
section_〇〇
----------------------------------------------- */
section.section_technology {
    background: #aeaeae;
    color: #424242;
}
.section_technology .sec_title span {
    opacity: 0.2;
}

section.section_life-style {
    background: #2c2c2c;
    color: #fff;
}
.section_life-style .sec_title span {
    opacity: 0.2;
}

section.section_nai {
    background: #2c2c2c;
    color: #fff;
}
.section_nai .sec_title span {
    opacity: 0.2;
}
.section_nai .icon-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
}
.section_nai .icon-list li {
    width: 19%;
    margin-bottom: 15px;
}
.section_nai .icon-list li:not(:nth-child(4n)) {
    margin-right: 8%;
}

section.section_design {
    background: #e7e6e6;
}
.section_design .sec_title span {
    opacity: 0.4;
}
.sec_img picture > img {
    vertical-align: bottom;
}
section:not(.section_design) .sec_img picture > img {
    min-height: 100%;
    display: block;
    width: auto;
}
.sec_cap h2 {
    font-weight: bold;
}
.arrow_btn a {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e5e5;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    position: relative;
}
.arrow_btn a:after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url("../images/icon_arrow.svg") 50% 50% / contain no-repeat;
    position: absolute;
    top: calc(50% - .5em);
    right: 0.5em;
}

.arrow_btn.dark a {
    border-color: #757575;
    color: #424242;
}


.fx_wrap {}
.fx_wrap > * {
    box-sizing: border-box;
}


@media only screen and (max-width:640px) {


  section[class^="section_"] {
    padding: 5% 0;
  }
  section[class^="section_"] .inner-wrap {
    /* display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch; */
  }
  section.section_life-style .inner-wrap,
  section.section_design .inner-wrap {
    /* -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; */
  }
  section[class^="section_"] .inner-wrap .sec_cap {
    padding: 5% 5% 10%;
    text-align: center;
    /* padding-left: 12%;
    padding-right: 2%; */
  }
  section.section_life-style .inner-wrap .sec_cap,
  section.section_design .inner-wrap .sec_cap {
    padding: 5% 5% 10%;
    /* padding-left: 2%;
    padding-right: 12%; */
  }
  section[class^="section_"] .inner-wrap>div {
    /* width: 50%; */
  }
  .sec_cap {
    box-sizing: border-box;
    /* padding: 60px 0; */
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .sec_cap .sec_title {
    display: grid;
    /* text-align: left; */
    text-align: center;
    font-size: 2rem;
  }
  .sec_cap .sec_title > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-area: 1/1;
  }
  .sec_title span {
    font-size: 5em;
    color: #fefefe;
    font-weight: bold;
  }
  .sec_title strong {
    margin-bottom: 5%;
    position: relative;
    z-index: 2;
  }
  .sec_cap h2 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .sec_cap p {
    font-size: .8rem;
    line-height: 1.72;
    /* margin: 31px 0 38px; */
  }

  .section_nai .icon-list {
    margin: 0 auto;
  }

  .section_design .sec_img picture {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1ch;
    height: 100%;
  }


  .arrow_btn {
    text-align: center;
  }
  .arrow_btn a {
    font-size: 1rem;
    min-width: 234px;
    padding: 1em;
    /* transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
  }
  .arrow_btn a:hover {
    background: rgba(255,255,255,.2); */
  }
  .arrow_btn a.text_small {
    font-size: 0.9rem;
  }

  .button_wrap {
    padding: 52px 0 90px;
  }
  .button_wrap .arrow_btn {
    text-align: center;
  }
  .button_wrap .arrow_btn a {
    background: #707070;
    color: #fff;
    text-align: center;
    padding: 0.9em 1em;
    width: 100%;
  }
  .button_wrap .arrow_btn a:hover {
    background: rgba(112,112,112,.5);
  }





.fx_wrap {
    padding: 0 0 5%; 
}
.fx_wrap > *:not(:last-child) {
    margin-bottom: 5%;
    display: inline-block;
}
.fx_wrap .sec_cap {}




}

@media screen and (min-width: 641px) {

    section[class^="section_"] .inner-wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    section[class^="section_"] .inner-wrap .sec_cap {
        /* padding-left: 30px;
        padding-right: 6%; */
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    section[class^="section_"] .inner-wrap > div {
        width: 50%;
    }
    .sec_cap {
        box-sizing: border-box;
        /* padding: 60px 30px 0; */
        padding: 60px 30px;
    }
    .sec_cap .sec_title {
        display: grid;
        /*text-align: left;*/
        text-align: center;
        font-size: 40px;
    }
    .sec_cap .sec_title > * {
        display: flex;
        flex-direction: column;
        justify-content: center;
        grid-area: 1/1;
    }
    .sec_title span {
        font-size: 5em;
        color: #fefefe;
        font-weight: bold;
    }
    .sec_title strong {
        position: relative;
        z-index: 2;
        margin-bottom: 20px;
    }
    .sec_cap h2 {
        font-size: 20px;
        line-height: 1.5;
    }
    .sec_cap p {
        font-size: 16px;
        line-height: 1.72;
        margin: 31px 0 38px;
    }

    .section_nai .icon-list {
        margin: 60px 12% 0 0;
        width: 100%;
    }

    .section_design .sec_img picture {
        /* display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 1ch; */
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1ch;
    }

    .arrow_btn a {
        font-size: 20px;
        min-width: 234px;
        padding: 0.48em 1em;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
    }
    .arrow_btn a.text_small {
        font-size: 18px;
    }
    .arrow_btn a:hover {
        background: rgba(255,255,255,.2);
    }

    .button_wrap {
        padding: 52px 0 90px;
    }
    .button_wrap .arrow_btn {
        text-align: center;
    }
    .button_wrap .arrow_btn a {
        min-width: 442px;
        background: #707070;
        color: #fff;
        text-align: center;
        padding: 0.9em 1em;
    }
    .button_wrap .arrow_btn a:hover {
        background: rgba(112,112,112,.5);
    }

.fx_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.fx_wrap.rev {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.fx_wrap.center {
    -webkit-justify-content: center;
    justify-content: center;
}
.fx_wrap > * {
    width: 50%;
}
.fx_wrap .sec_cap {
    padding-left: 0;
    padding-right: 30px;
}
.fx_wrap.rev .sec_cap {
    padding-right: 0;
    padding-left: 30px;
}
.fx_wrap.between > *:nth-child(odd) {
    padding-right: 30px;
}
.fx_wrap.between > *:nth-child(even) {
    padding-left: 30px;
}


}



/* -----------------------------------------------
technology
----------------------------------------------- */
#technology {}
#technology .bg_light .image_cap {
    color: #4d4d4d;
    margin-top: .5em;
}

#technology .inner-wrap.toc h3 {
    text-align: center;
}
#technology .inner-wrap.toc picture {
    display: block;
}
#technology .inner-wrap picture + picture {
    display: block;
}
#technology video {
    width: 100%;
}
@media only screen and (max-width:640px) {

    #technology .bg_light .image_cap {
        font-size: .7rem;
        line-height: 1.4;
    }

    #technology .inner-wrap.toc picture {
        margin-top: 8%;
    }

    #technology .inner-wrap picture + picture {
        margin-top: 18px;
    }


}

@media screen and (min-width: 641px) {

    #technology .bg_light .image_cap {
        font-size: 14px;
        line-height: 2;
    }

    #technology .inner-wrap.toc picture {
        margin-top: 50px;
    }

    #technology .inner-wrap.wrap {
        flex-wrap: wrap;
    }
    #technology .inner-wrap.gap60 {
        gap: 60px 0;
    }

    #technology .inner-wrap picture + picture {
        margin-top: 36px;
    }

    #technology .inner-wrap.mp0 .sec_cap {
        padding-bottom: 0;
    }
    #technology .inner-wrap.mp0 .sec_cap p {
        margin-bottom: 0;
    }

    #technology .inner-wrap.jeno_engine .sec_cap {
        padding-top: 26px;
        padding-bottom: 0;
    }
    #technology .inner-wrap.jeno_engine .sec_cap h3 {
        margin-bottom: 0;
    }
    #technology .inner-wrap.jeno_engine .sec_cap p {
        margin-top: 10px;
        margin-bottom: 0;
    }

    #technology .inner-wrap.tpscs .sec_cap {
        padding-top: 49px;
    }
    #technology .inner-wrap.tpscs .sec_cap h3 {
        margin-bottom: 0;
    }
    #technology .inner-wrap.tpscs .sec_cap p {
        margin-top: 14px;
        margin-bottom: 0;
    }
    #technology .inner-wrap.tpscs .sec_cap p + h3 {
        margin-top: 30px;
    }

}



/* -----------------------------------------------
life-style
----------------------------------------------- */
#life-style {}
#life-style .bg_white {
    background: #fff;
    color: #707070;
}
#life-style .bg_light {
    color: #707070;
}
#life-style .life-style_selector_table {
  width: 100%;
  font-size: 14px;
}
.life-style_selector_table thead {
  background: #a6a6a6;
  color: #fff;
  font-weight: bold;
  /* font-size: 18px; */
}
.life-style_selector_table tbody {
  color: #333;
}
.life-style_selector_table tbody tr * {
  background: #bfbfbf;
}

.life-style_selector_table tr>* {
  border: 1px solid #fff;
  padding: .4em .5em;
  vertical-align: middle;
}
.life-style_selector_table thead *,
.life-style_selector_table tr>*:nth-child(n+2) {
  text-align: center;
}
.life-style_selector_table tbody th {
  text-align: left;
}
.life-style_selector_table tbody tr:nth-child(odd) *,
.life-style_selector_table tbody tr:nth-child(n+6) *:nth-child(n+2) {
  background: #d9d9d9;
}

.specification_detail .info_detail .spec-format {
  width: 100%;
  font-family: DIN Regular, san-serif;
  font-size: 14px;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 1.5em;
  line-height: 1.57;
}
#life-style img.border {
  border: 1px solid #cfcfcf;
}
#life-style .img_caption {
    display: inline-block;
    margin-bottom: .5em;
}
#life-style .button_wrap {
    padding: 0;
}


/* -----------------------------------------------
spec
----------------------------------------------- */
#spec .mainContens .inContents {
    background: #fff;
    color: #707070;
}

/* #spec .sectionTitle {
    font-family: 'DIN Regular';
    border-bottom: 1px solid #E4E4E4;
    line-height: 1;
}
#spec .sectionTitle {
    font-size: 36px;
    padding: 60px 0 20px;
    margin-bottom: 50px;
}


#spec .sectionTitle span {
    font-size: 16px;
    padding-left: 10px;
    vertical-align: baseline;
    margin: auto;
} */


.software {
    margin: 15px 0;
}

.software strong {
    font-size: 16px;
    margin-left: -1em;
    display: inline-block;
}

.software ul {
    margin: 5px 0;
}

.software p, .software a {
    margin-top: .4em;
    margin-left: -1em;
    font-size: .8em !important;
}
.dot_list li:before {
    content: '・ ';
}
.circle_list li:before {
    content: '● ';
}
li.asta:before {
    content: '※ ';
}

.specification_detail .info_detail .spec-format thead {
    background: #808080!important;
}
.specification_detail .info_detail .spec-format thead th:nth-child(1) {
    width: 13.61%;
}
.specification_detail .info_detail .spec-format thead th:nth-child(2) {
    width: 7.9%;
}
.specification_detail .info_detail .spec-format thead th:nth-child(3) {
    width: 36.74%;
}
.specification_detail .info_detail .spec-format thead th:nth-child(4) {
    width: 15.66%;
}
.specification_detail .info_detail .spec-format thead th:nth-child(5) {
    width: 13.04%;
}
.specification_detail .info_detail .spec-format thead th:nth-child(6) {
    width: 13.04%;
}

.specification_detail .info_detail .spec-format thead tr > *:nth-child(4),
.specification_detail .info_detail .spec-format thead tr > *:nth-child(5),
.specification_detail .info_detail .spec-format thead tr > *:nth-child(6) {
    text-align: center;
}
.specification_detail .info_detail .spec-format thead tr > *:nth-child(5),
.specification_detail .info_detail .spec-format thead tr > *:nth-child(6) {
    word-break: break-all;
}
/*.specification_detail .info_detail .spec-format tbody tr > *:nth-child(1),
.specification_detail .info_detail .spec-format tbody tr > *:nth-child(5),
.specification_detail .info_detail .spec-format tbody tr > *:nth-child(6) {
    text-align: center;
}*/


/* -----------------------------------------------
design
----------------------------------------------- */
#design {}
.section_design.sub_kv .sec_img picture {
    aspect-ratio: 1 / 0.803;
}
#life-style .gallery .fx_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* #life-style .gallery .fx_wrap > * {
    width: 50%;
} */

.gallery {}
.gallery h2 {
    font-family: 'DIN Regular';
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1.5em;
}
.gallery h2 span {
    font-size: .8em;
    font-weight: normal;
    margin-left: .8em;
}

@media only screen and (max-width:640px) {

    .gallery h2 {
        font-size: 1.2rem;
    }
    #life-style .gallery .fx_wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    #life-style .gallery .fx_wrap > * {
        width: 50%;
        margin-bottom: 0;
    }




}

@media screen and (min-width: 641px) {

    .gallery h2 {
        font-size: 22px;
    }
    #life-style .gallery .fx_wrap > * {
        width: 50%;
    }

    #life-style .gallery .fx_wrap > * img {
        width: 100%;
    }

}



/* -----------------------------------------------
network_ai
----------------------------------------------- */
#network_ai {}
#network_ai .bg_light {
    background: #fff;
    color: #707070;
}
#network_ai .bg_light a {
    color: #707070;
}
.section_nai.sub_kv .sec_img {
    /*aspect-ratio: 1 / 0.803;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1ch;
}
/* #network_ai .fx_wrap.between > div > p {
    font-weight: bold;
    margin-bottom: 1em;
}
#network_ai .spacetune_wrap p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0.5em;
}
#network_ai .spacetune_wrap p span {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 1.4em;
    margin-left: 1em;
    line-height: 1.6;
    font-weight: normal;
} */
#network_ai .application div {
    text-align: center;
}
#network_ai .application div a {
    background: #d8d8d8;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1ch;
}
#network_ai .application div a span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1ch;
    padding: 0 1em;
}
#network_ai .fx_wrap.tac .sec_img {
    display: flex;
	justify-content: center;
	align-items: center;
}
#network_ai .fx_wrap.tac .sec_img figure {
    margin: 0;
    display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
#network_ai .fx_wrap.tac .sec_img figcaption {
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width:640px) {

    #network_ai .application div a img {
        display: block;
        width: auto;
        height: 100%;
    }
    #network_ai .application div a {
        font-size: 1rem;
        width: 80.1%;
        height: 5em;
        margin: auto;
    }
    #network_ai .application div.arrow_btn {
        margin: 1em auto 0 !important;
    }
    #network_ai .application div:not(.arrow_btn) > a {
        background: none;
    }

    #network_ai .fx_wrap.tac {
        padding-top: 8%;
        padding-bottom: 8%;
    }
    #network_ai .fx_wrap.tac .sec_img + .sec_img {
        margin-top: 16%;
    }
    #network_ai .fx_wrap.tac .sec_img figcaption {
        font-size: .9rem;
        margin-top: 0.7em;
    }


}

@media screen and (min-width: 641px) {

    #network_ai .application div a {
        font-size: 13px;
        width: 70.1%;
        height: 64px;
        margin: 5em auto 0;
    }
    #network_ai .fx_wrap.tac {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #network_ai .fx_wrap.tac .sec_img figcaption {
        font-size: 16px;
        margin-top: 0.7em;
    }


}



#life-style .fx_wrap.between > div > p {
    font-weight: bold;
    margin-bottom: 1em;
}
#life-style .spacetune_wrap img {
    width: 100%;
}
#life-style .spacetune_wrap p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0.5em;
}
#life-style .spacetune_wrap p span {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 1.4em;
    margin-left: 1em;
    line-height: 1.6;
    font-weight: normal;
}
@media only screen and (max-width:640px) {

    #life-style .fx_wrap.between > div > p {
        font-size: .8rem;
    }
    #life-style .spacetune_wrap > div {
    }


}

@media screen and (min-width: 641px) {

    #life-style .fx_wrap.between > div > p {
        font-size: 16px;
    }
    #life-style .spacetune_wrap > div {
        margin-bottom: 50px;
    }


}

/*高音質技術ページにアプリと遷移ボタン追加*/
#life-style .bg_light a {
    color: #707070;
}

#life-style .application div {
    text-align: center;
}
#life-style .application div a {
    background: #d8d8d8;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1ch;
}
#life-style .application div a span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1ch;
    padding: 0 1em;
}

@media only screen and (max-width:640px) {

    #life-style .application div a img {
        display: block;
        width: auto;
        height: 100%;
    }
    #life-style .application div a {
        font-size: 1rem;
        width: 80.1%;
        height: 5em;
        margin: auto;
    }
    #life-style .application div.arrow_btn {
        margin: 1em auto 0 !important;
    }
    #life-style .application div:not(.arrow_btn) > a {
        background: none;
    }


}

@media screen and (min-width: 641px) {

    #life-style .application div a {
        font-size: 13px;
        width: 70.1%;
        height: 64px;
        margin: 5em auto 0;
    }


}
