/*!
*  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

.select2-results__option {
    font-size: 18px
}

.select2.select2-container--default .select2-selection--single {
    height: auto;
    border-color: #000
}

.select2.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 10px
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px;
    margin-right: 10px;
    padding: 0
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 10px;
    height: 10px;
    margin: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.1' height='45.1' viewBox='0 0 45.1 45.1'%3E%3Cpolygon fill='%2328beff' transform='translate(0, -7.51667)rotate(180 22.55 22.55)'   points='7.04 29.44 0 22.34 22.56 0 45.1 22.34 38.06 29.44 22.56 14.07 7.04 29.44'/%3E%3C/svg%3E");
    background-size: contain;
    top: calc(50% - 5px);
    left: 0
}

.input--error .select2.select2-container--default .select2-selection--single,
.input--error input,
.input--error select,
.input--error textarea,
.input--error~.select2.select2-container--default .select2-selection--single,
.select2.select2-container--default .select2-selection--single,
.val_input,
.val_input--error,
input.input,
input.input--error,
select.input,
select.input--error,
textarea.input,
textarea.input--error {
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 2px;
    font-size: 18px;
    line-height: 1;
    padding: 10px 15px;
    -webkit-appearance: none
}

.input--error input:focus,
.input--error select:focus,
.input--error textarea:focus,
.select2.select2-container--default .select2-selection--single:focus,
.val_input--error:focus,
.val_input--focus,
.val_input:focus,
input.input--error:focus,
input.input:focus,
select.input--error:focus,
select.input:focus,
textarea.input--error:focus,
textarea.input:focus {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 4px #ff7e28;
    outline: 0;
    color: initial
}

.input--error input[disabled],
.input--error select[disabled],
.input--error textarea[disabled],
.select2.select2-container--default .select2-selection--single[disabled],
.val_input--error[disabled],
.val_input[disabled],
input.input--error[disabled],
input.input[disabled],
select.input--error[disabled],
select.input[disabled],
textarea.input--error[disabled],
textarea.input[disabled] {
    background-color: #ddd;
    border-color: gray
}

.input--error .select2.select2-container--default .select2-selection--single,
.input--error input,
.input--error select,
.input--error textarea,
.input--error~.select2.select2-container--default .select2-selection--single,
.val_input--error,
input.input--error,
select.input--error,
textarea.input--error {
    background-color: #ffdfdf;
    color: #a82020;
    border-color: #a82020
}

.error {
    display: block;
    color: #a82020;
    font-size: 12px
}

.input--error~.error {
    display: block
}

.formitem {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    clear: both
}

.formitem dt {
    flex-basis: 200px
}

.formitem dd {
    flex: 1;
    margin: 0
}

.label {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.56;
    font-weight: 700
}

input.input--initial,
select.input--initial,
textarea.input--initial {
    border-color: #fff;
    background-color: #f2f2f2;
    color: #000
}

input.input--inline,
select.input--inline,
textarea.input--inline {
    width: 200px;
    margin-left: auto
}

input.input--inline:first-child,
select.input--inline:first-child,
textarea.input--inline:first-child {
    margin-left: 0
}

input.input--zip,
select.input--zip,
textarea.input--zip {
    width: 100px;
    margin-left: 0
}

.inputwrapper {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start
}

.inputwrapper--fluid {
    width: 100%
}

.inputwrapper>:first-child {
    margin-left: 0
}

.inputwrapper>span {
    font-size: 16px;
    margin: 0 5px;
    align-self: center
}

.inputwrapper>div {
    display: inline-block;
    margin-left: auto;
    flex: auto
}

.inputwrapper--check,
.inputwrapper--radio {
    align-items: baseline;
    flex-wrap: wrap
}

.checkwrapper,
.radiowrapper {
    position: relative;
    margin-right: 25px
}

.checkwrapper--focus label:before,
.radiowrapper--focus label:before {
    box-shadow: 0 0 0 2px #ff7e28
}

.checkwrapper>input,
.radiowrapper>input {
    opacity: 0;
    position: absolute
}

.checkwrapper label,
.radiowrapper label {
    font-size: 18px;
    padding-left: 30px;
    position: relative;
    top: 0;
    display: block
}

input[type=radio]+label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%
}

input[type=radio]:checked+label::before {
    border-color: #28beff;
    background-color: #28beff
}

input[type=radio]:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 1px;
    width: 20px;
    height: 20px;
    transform: scale(60%);
    background-color: #fff;
    border-radius: 50%
}

input[type=checkbox]+label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #000
}

input[type=checkbox]:checked+label::before {
    border-color: #28beff;
    background-color: #28beff
}

input[type=checkbox]:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 1px;
    width: 20px;
    height: 20px;
    background: no-repeat center;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12'%3E%3Cpolygon fill='%2328beff' points='1.85 4.67 0 6.69 4.92 11.21 13 1.78 10.92 0 4.69 7.29 1.85 4.67'/%3E%3C/svg%3E")
}

.tab__check {
    display: none
}

.tab__check:nth-child(0):checked~.tab__content:nth-of-type(1) {
    display: block
}

.tab__check:nth-child(0):checked~.tab__list .tab__item:nth-child(0) .tab__link {
    line-height: 6.1rem;
    cursor: default
}

.tab__check:nth-child(0):checked~.tab__list .tab__item:nth-child(0) .tab__link:hover {
    opacity: 1
}

.tab__check:nth-child(1):checked~.tab__content:nth-of-type(2) {
    display: block
}

.tab__check:nth-child(1):checked~.tab__list .tab__item:nth-child(1) .tab__link {
    line-height: 6.1rem;
    cursor: default
}

.tab__check:nth-child(1):checked~.tab__list .tab__item:nth-child(1) .tab__link:hover {
    opacity: 1
}

.tab__check:nth-child(2):checked~.tab__content:nth-of-type(3) {
    display: block
}

.tab__check:nth-child(2):checked~.tab__list .tab__item:nth-child(2) .tab__link {
    line-height: 6.1rem;
    cursor: default
}

.tab__check:nth-child(2):checked~.tab__list .tab__item:nth-child(2) .tab__link:hover {
    opacity: 1
}

.tab__check:nth-child(3):checked~.tab__content:nth-of-type(4) {
    display: block
}

.tab__check:nth-child(3):checked~.tab__list .tab__item:nth-child(3) .tab__link {
    line-height: 6.1rem;
    cursor: default
}

.tab__check:nth-child(3):checked~.tab__list .tab__item:nth-child(3) .tab__link:hover {
    opacity: 1
}

.tab__check:nth-child(4):checked~.tab__content:nth-of-type(5) {
    display: block
}

.tab__check:nth-child(4):checked~.tab__list .tab__item:nth-child(4) .tab__link {
    line-height: 6.1rem;
    cursor: default
}

.tab__check:nth-child(4):checked~.tab__list .tab__item:nth-child(4) .tab__link:hover {
    opacity: 1
}

.tab__check:nth-child(5):checked~.tab__content:nth-of-type(6) {
    display: block
}

.tab__check:nth-child(5):checked~.tab__list .tab__item:nth-child(5) .tab__link {
    line-height: 6.1rem;
    cursor: default
}

.tab__check:nth-child(5):checked~.tab__list .tab__item:nth-child(5) .tab__link:hover {
    opacity: 1
}

.tab__check:nth-child(6):checked~.tab__content:nth-of-type(7) {
    display: block
}

.tab__check:nth-child(6):checked~.tab__list .tab__item:nth-child(6) .tab__link {
    line-height: 6.1rem;
    cursor: default
}

.tab__check:nth-child(6):checked~.tab__list .tab__item:nth-child(6) .tab__link:hover {
    opacity: 1
}

.tab__check:nth-child(7):checked~.tab__content:nth-of-type(8) {
    display: block
}

.tab__check:nth-child(7):checked~.tab__list .tab__item:nth-child(7) .tab__link {
    line-height: 6.1rem;
    cursor: default
}

.tab__check:nth-child(7):checked~.tab__list .tab__item:nth-child(7) .tab__link:hover {
    opacity: 1
}

.tab__check:nth-child(8):checked~.tab__content:nth-of-type(9) {
    display: block
}

.tab__check:nth-child(8):checked~.tab__list .tab__item:nth-child(8) .tab__link {
    line-height: 6.1rem;
    cursor: default
}

.tab__check:nth-child(8):checked~.tab__list .tab__item:nth-child(8) .tab__link:hover {
    opacity: 1
}

.tab__check:nth-child(9):checked~.tab__content:nth-of-type(10) {
    display: block
}

.tab__check:nth-child(9):checked~.tab__list .tab__item:nth-child(9) .tab__link {
    line-height: 6.1rem;
    cursor: default
}

.tab__check:nth-child(9):checked~.tab__list .tab__item:nth-child(9) .tab__link:hover {
    opacity: 1
}

.tab__check:nth-child(10):checked~.tab__content:nth-of-type(11) {
    display: block
}

.tab__check:nth-child(10):checked~.tab__list .tab__item:nth-child(10) .tab__link {
    line-height: 6.1rem;
    cursor: default
}

.tab__check:nth-child(10):checked~.tab__list .tab__item:nth-child(10) .tab__link:hover {
    opacity: 1
}

.tab__list {
    display: flex;
    align-items: flex-end;
    margin-left: -.4rem;
    margin-right: -.4rem
}

.tab__item {
    flex: 1;
    margin: 0 .4rem;
    overflow: hidden
}

.tab__link {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 4.8rem;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000
}

.tab__link:hover {
    opacity: .7;
    text-decoration: none
}

.tab__body {
    background-color: #fff
}

.tab__content {
    display: none
}

.tag {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    text-align: center;
    width: 8.6rem
}

.header {
    position: fixed!important;
    z-index: 2;
    transition: transform .3s
}

.header.hide {
    transform: translateY(-100%)
}

.header-inner {
    background-color: #fff;
    align-items: center;
    display: flex
}

.header-inner.start {
    display: flex
}

.header-inner-sp {
    display: none
}

.header-inner-sp .rounded-circle {
    margin-right: 3px;
    width: 21.19px;
    height: auto
}

.header-logo {
    margin-bottom: 0!important
}

.header-logo-wrap a {
    width: 225px;
    background-color: #7d888e;
    padding: 25px 5px!important;
    display: block;
    position: relative;
    height: 60px
}

.header-logo-wrap img {
    height: 27px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.header-menu {
    margin: 0 auto
}

.header-menu-lists {
    margin: 0 auto;
    padding-left: 0!important;
    align-items: center
}

.header-menu-list {
    margin: 0 14px
}

.header-menu-list a {
    color: #7c878e;
    font-size: 16px;
    font-weight: 700
}

.header-menu-list a:hover {
    color: #7c878e
}

.header-search {
    top: 22px;
    right: 30px;
    margin-right: 30px;
    align-items: center
}

.header-search .open-btn {
    background: #000 url(/wp-content/themes/tascam/assets/img/header-lens.svg)no-repeat 50% center;
    background-size: 28px 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 20px
}

.header-search .open-btn:after {
    background: 0 0
}

.header-search #search-wrap.search-wrap {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: .1s;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 3;
    background: #96a1a7;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 60px);
    overflow: auto
}

.header-search #search-wrap.search-wrap .search-content {
    position: absolute;
    top: 60px;
    display: flex
}

.header-search #search-wrap.search-wrap .search-area {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 15px 20px;
    max-width: 1048px;
    margin: 0 auto
}

.header-search #search-wrap.search-wrap .search-type {
    display: inherit;
    padding: 20px 15px 100px 15px
}

.header-search #search-wrap.search-wrap .search-type p {
    margin: 0!important
}

.header-search #search-wrap.search-wrap .search-type .search-type {
    padding: 20px 0 100px!important
}

.header-search #search-wrap.search-wrap .search-type .search-type .select2-container {
    width: 70%!important
}

.header-search #search-wrap.search-wrap form {
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.header-search #search-wrap.search-wrap p {
    padding: 10px 30px 10px 15px;
    line-height: 1;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    width: 30%;
    margin-bottom: 0;
    flex-wrap: wrap;
    padding-right: 80px;
    text-align: left;
    margin: 10px 0 auto 0
}

.header-search #search-wrap.search-wrap p i {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 20px;
    /* line-height: 20px; */
    position: absolute;
    right: 50px;
    border-radius: 50%
}

.header-search #search-wrap.search-wrap .search-area-results {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 70%;
    margin-left: auto;
    padding: 20px 0;
    color: #fff;
    font-size: 13px;
    text-align: left;
    padding: 19px 0
}

.header-search #search-wrap.search-wrap .search-area-results .result-nums {
    margin-right: auto
}

.header-search #search-wrap.search-wrap .search-area-results .search-area-sort {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.header-search #search-wrap.search-wrap .search-area-results .search-area-sort select {
    outline: 0;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    padding: 0 20px;
    height: 30px;
    color: #000
}

.header-search #search-wrap.search-wrap .search-results {
    width: 70%;
    display: flex;
    justify-content: right;
    flex-direction: column;
    margin-left: auto
}

.header-search #search-wrap.search-wrap .search-results .search-result {
    color: #000;
    background-color: #fff;
    padding: 1em 0
}

.header-search #search-wrap.search-wrap .search-results .search-result:hover {
    border-bottom: 1px solid #ebebeb!important
}

.header-search #search-wrap.search-wrap .search-results .search-result a {
    text-align: left;
    color: #7c878e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6!important;
    padding-left: 4px;
    padding-right: 4px;
    transition: all .2s linear;
    display: -webkit-box!important;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.header-search #search-wrap.search-wrap .search-results .search-result a:hover {
    color: #000
}

.header-search #search-wrap.search-wrap .search-results .search-result .result-p-1 {
    width: 100%;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    padding: 10px 30px 0 15px
}

.header-search #search-wrap.search-wrap .search-results .search-result .result-p-2 {
    text-align: left;
    font-size: 10px;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.4!important;
    margin-bottom: 0;
    padding: 0 8px 0 15px
}

.header-search #search-wrap.search-wrap .search-results .search-bottom .search-pagination {
    margin-bottom: 0
}

.header-search #search-wrap.search-wrap .search-results .search-bottom .search-pagination a,
.header-search #search-wrap.search-wrap .search-results .search-bottom .search-pagination li {
    color: #000;
    font-weight: inherit
}

.header-search #search-wrap.search-wrap .search-results .search-bottom .search-pagination a:hover {
    color: #96a1a7;
    transition: all 0s;
    border-bottom: 2px solid #96a1a7;
    padding-bottom: 0
}

.header-search #search-wrap.search-wrap .search-results .search-bottom:hover {
    border-bottom: none!important
}

.header-search #search-wrap.search-wrap input {
    -webkit-appearance: none;
    outline: 0;
    background-color: #fff
}

.header-search #search-wrap.search-wrap .search-area-form {
    width: 70%
}

.header-search #search-wrap.search-wrap .search-area-form input[type=text] {
    width: calc(99% - 67px);
    padding: 10px 20px;
    border: none;
    transition: all .5s;
    letter-spacing: .05em
}

.header-search #search-wrap.search-wrap .search-area-form input[type=submit] {
    top: 0;
    right: 10px;
    background: url(/wp-content/themes/tascam/assets/img/header-lens.svg)no-repeat 15px center;
    background-size: 40px 30px;
    width: 10%;
    max-width: 67px;
    border: none;
    background-color: #000
}

.header-search #search-wrap.search-wrap .search-area-form .reset-btn {
    right: calc(10% + 15px);
    top: -8px;
    border: none;
    font-size: 40px;
    font-weight: 200;
    background-color: transparent;
    color: #7c878e;
    padding: 0
}

.header-search #search-wrap.search-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 70%;
    background-color: #fff;
    height: 66px;
    padding: 20px;
    border: none;
    transition: all .5s;
    letter-spacing: .05em;
    margin-left: auto;
    outline: 0
}

.header-search #search-wrap .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    width: 60px;
    height: 60px
}

.header-search #search-wrap .close-btn span {
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff
}

.header-search #search-wrap .close-btn span:nth-of-type(1) {
    top: 21px;
    left: 16px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%
}

.header-search #search-wrap .close-btn span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%
}

.header-search-form {
    margin-right: 25px
}

.header-search-form button {
    border: none;
    border-radius: 16px;
    background-color: inherit;
    padding: 2px 0 0 10px
}

.header-search-form label {
    top: 1px;
    left: 10px
}

.header-search-form input {
    width: 321px;
    height: 32px;
    background-color: #efefef;
    border: none;
    border-radius: 16px;
    padding-left: 35px
}

.header-search-country {
    margin: 0;
    font-size: 16px
}

.header-search-account {
    margin: 0 26px
}

.header-search-account img {
    width: 21px;
    height: 28px
}

.header-search-cart img {
    width: 28px;
    height: 28px
}

.header-search-language .dropdown-menu {
    min-width: 3rem;
    border-radius: 0;
    transition: all .3s;
    left: 10px!important
}

.header-search-language .dropdown-menu .dropdown-item {
    text-align: center
}

.header-search-language .dropdown-menu .dropdown-item a {
    color: #000
}

.header-search-language .dropdown-menu .dropdown-item:active {
    background-color: inherit
}

.header-search-language .rounded-circle {
    width: 25.83px;
    height: auto;
    margin-right: 5px
}

.header-search-language .dropdown-toggle::after {
    font-size: 15px
}

.header-nav {
    transform: translateX(100%);
    transition: .3s;
    background-color: #96a1a7;
    padding: 20px!important;
    height: 100vh;
    margin-top: 60px
}

.header-nav-logo {
    line-height: 1!important;
    margin-top: 14.385px;
    margin-bottom: 14.385px;
    font-size: inherit!important
}

.header-nav-logo img {
    max-width: 191px
}

.header-nav-lists {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    padding-left: 0;
    font-weight: 500!important
}

.header-nav-lists a {
    color: #fff;
    letter-spacing: .04em;
    font-size: 24px
}

.header-nav-lists a:hover {
    color: #fff
}

.header-nav-lists li {
    margin-bottom: 10px
}

.header-nav-list .-account {
    width: 19px;
    height: 25px;
    margin-right: 21px
}

.header-nav-list .-cart {
    width: 22px;
    height: 22px;
    margin-right: 16px
}

.header-nav-list a {
    align-items: center;
    display: flex;
    width: 100%
}

.header-nav-list p {
    margin: 0;
    font-size: 24px
}

.header-nav-arrow {
    content: "";
    margin: auto;
    top: 12px;
    right: 7px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fa4616;
    border-right: 2px solid #fa4616;
    transform: rotate(45deg)
}

.header-nav-plus {
    width: 13px;
    height: 13px;
    margin: 0;
    top: 12px;
    right: 7px
}

.header-nav-plus:after,
.header-nav-plus:before {
    display: block;
    content: "";
    background-color: #fa4616;
    position: absolute;
    width: 18px;
    height: 2px;
    top: 5px;
    left: -1px
}

.header-nav-plus:before {
    width: 2px;
    height: 18px;
    top: -3px;
    left: 7px
}

.header-nav-sns {
    margin-top: 27px
}

.header-nav-sns a {
    margin: 0 14px
}

.header-nav-sns img {
    width: 32px;
    height: 32px
}

.header-nav-sns .yt-img {
    width: 38px;
    height: auto
}

.header-nav-language {
    margin: 0 auto;
    max-width: 100px;
    margin-top: 19px
}

.header-nav-language p {
    color: #fff
}

.header-nav-language .dropdown-toggle::after {
    color: #fff
}

.header-nav-language .dropdown-menu {
    border-radius: 0!important;
    min-width: 80px;
    padding: 0 0;
    border: none
}

.header-nav-language .dropdown-item {
    text-align: center
}

.header-nav-language .dropdown-item a {
    color: #000
}

.header-nav-language .dropdown-item:active {
    background-color: #e9ecef
}

.header-nav.active {
    transform: translateX(0)
}

.header-nav.active #search-wrap-sp.search-wrap {
    position: fixed;
    top: 25px;
    left: 0;
    z-index: -1;
    opacity: 1;
    transition: .4s;
    width: 100%;
    height: 100%;
    padding: 0 15px 20vh;
    overflow-y: auto;
    overflow-x: hidden
}

.header-nav.active #search-wrap-sp.search-wrap.panelactive {
    opacity: 1;
    z-index: 3;
    background: #96a1a7;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 60px);
    overflow: auto
}

.header-nav.active #search-wrap-sp.search-wrap .search-content-sp {
    position: absolute;
    top: 10px;
    display: flex
}

.header-nav.active #search-wrap-sp.search-wrap.panelactive .search-area {
    display: block;
    width: 100%;
    position: relative;
    padding: 5px 20px
}

.header-nav.active #search-wrap-sp.search-wrap.panelactive .search-type {
    display: block;
    padding: 20px 0 80px
}

.header-nav.active #search-wrap-sp.search-wrap form {
    position: relative;
    justify-content: center;
    align-items: center
}

.header-nav.active #search-wrap-sp.search-wrap .search-type {
    padding: 20px 0 100px!important
}

.header-nav.active #search-wrap-sp.search-wrap .search-type .select2-container,
.header-nav.active #search-wrap-sp.search-wrap .search-type select {
    width: 70%!important
}

.header-nav.active #search-wrap-sp.search-wrap p {
    padding: 10px 30px 10px 0;
    line-height: 1;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 18px
}

.header-nav.active #search-wrap-sp.search-wrap p i {
    display: none;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 20px;
    line-height: 20px;
    position: absolute;
    right: 50px;
    border-radius: 50%
}

.header-nav.active #search-wrap-sp.search-wrap .search-area-results {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    margin-left: auto;
    padding: 20px 0;
    color: #fff;
    font-size: 13px;
    text-align: left
}

.header-nav.active #search-wrap-sp.search-wrap .search-area-results .result-nums {
    margin-right: auto
}

.header-nav.active #search-wrap-sp.search-wrap .search-area-results .search-area-sort {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.header-nav.active #search-wrap-sp.search-wrap .search-area-results .search-area-sort select {
    outline: 0;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    padding: 0 20px;
    height: 30px;
    color: #000
}

.header-nav.active #search-wrap-sp.search-wrap .search-results {
    width: 100%;
    display: flex;
    justify-content: right;
    flex-direction: column;
    margin-left: auto
}

.header-nav.active #search-wrap-sp.search-wrap .search-results .search-result {
    color: #000;
    background-color: #fff;
    padding: 1em 0
}

.header-nav.active #search-wrap-sp.search-wrap .search-results .search-result:hover {
    border-bottom: 1px solid #ebebeb!important
}

.header-nav.active #search-wrap-sp.search-wrap .search-results .search-result a {
    text-align: left;
    color: #7c878e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6!important;
    padding-left: 4px;
    padding-right: 4px;
    transition: all .2s linear;
    display: -webkit-box!important;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.header-nav.active #search-wrap-sp.search-wrap .search-results .search-result a:hover {
    color: #000
}

.header-nav.active #search-wrap-sp.search-wrap .search-results .search-result span {
    width: 100%;
    font-size: 13px;
    text-align: left;
    font-weight: 100;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.header-nav.active #search-wrap-sp.search-wrap .search-results .search-result .result-p-1 {
    text-align: left;
    font-size: 10px;
    width: 100%;
    padding: 0 4px 0 4px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.4!important;
    margin-bottom: 0
}

.header-nav.active #search-wrap-sp.search-wrap .search-results .search-result .result-p-2 {
    text-align: left;
    font-size: 10px;
    width: 100%;
    padding: 0 8px 0 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.4!important;
    margin-bottom: 0
}

.header-nav.active #search-wrap-sp.search-wrap .search-results .search-bottom .search-pagination {
    margin-bottom: 0;
    padding-left: 0
}

.header-nav.active #search-wrap-sp.search-wrap .search-results .search-bottom .search-pagination a,
.header-nav.active #search-wrap-sp.search-wrap .search-results .search-bottom .search-pagination li {
    color: #000;
    font-weight: inherit
}

.header-nav.active #search-wrap-sp.search-wrap .search-results .search-bottom .search-pagination a:hover {
    color: #96a1a7;
    transition: all 0s;
    border-bottom: 2px solid #96a1a7;
    padding-bottom: 0
}

.header-nav.active #search-wrap-sp.search-wrap .search-results .search-bottom:hover {
    border-bottom: none!important
}

.header-nav.active #search-wrap-sp.search-wrap input {
    -webkit-appearance: none;
    outline: 0;
    background-color: #fff
}

.header-nav.active #search-wrap-sp.search-wrap .search-area-form {
    width: 100%
}

.header-nav.active #search-wrap-sp.search-wrap .search-area-form input[type=text] {
    width: calc(99% - 67px);
    padding: 10px 20px 10px 5px;
    border: none;
    transition: all .5s;
    letter-spacing: .05em
}

.header-nav.active #search-wrap-sp.search-wrap .search-area-form input[type=submit] {
    top: 0;
    right: 10px;
    background: url(/wp-content/themes/tascam/assets/img/header-lens.svg)no-repeat 22px center;
    background-size: 20px 20px;
    width: 15%;
    max-width: 67px;
    border: none;
    background-color: #000
}

.header-nav.active #search-wrap-sp.search-wrap .search-area-form .reset-btn {
    right: calc(10% + 30px);
    top: -7px;
    border: none;
    font-size: 40px;
    font-weight: 200;
    background-color: transparent;
    color: #7c878e
}

.header-nav.active #search-wrap-sp.search-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #fff;
    height: 66px;
    padding: 20px;
    border: none;
    transition: all .5s;
    letter-spacing: .05em;
    margin-left: auto;
    outline: 0
}

.header-nav.active #search-wrap-sp .close-btn {
    position: absolute;
    top: -5px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: transparent;
    color: #fff;
    font-size: 35px
}

.header-nav.active #search-wrap-sp .close-btn span {
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff
}

.header-nav.active #search-wrap-sp .close-btn span:nth-of-type(1) {
    top: 21px;
    left: 16px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%
}

.header-nav.active #search-wrap-sp .close-btn span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%
}

.header .sp-logo {
    max-width: 191px
}

.mega-toggle {
    z-index: 1;
    padding: 0 12px;
    letter-spacing: .04em;
    color: #000
}

.mega-toggle.open-btn {
    margin-right: 17.5px
}

.mega-toggle:hover {
    color: #000
}

.mega-toggle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12px;
    z-index: -1;
    height: 3px;
    width: calc(100% - 24px);
    background: #fa4616;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s
}

.mega-toggle:hover::after {
    transform: scale(1, 1)
}

.mega-toggle.is-active::after {
    transform: scale(1, 1)
}

.mega-toggle.is-active+.mega-content {
    opacity: 1;
    visibility: visible
}

.mega-content {
    opacity: 0;
    visibility: hidden;
    top: 60px;
    background-color: #96a1a7;
    transition: .3s;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
    position: fixed;
    bottom: 0;
    overflow-y: auto;
    z-index: 4
}

.mega-content-wrap {
    margin: 0 auto;
    padding: 40px 0;
    margin-top: 20px
}

.mega-content-wrap .mega-close-btn {
    font-size: 35px;
    right: 2.7vw;
    top: -1.5vh;
    color: #fff;
    z-index: 4;
    cursor: pointer;
    border: none;
    background-color: transparent;
    padding: 0
}

.mega-content-wrap .mega-close-btn.search-close-btn {
    z-index: 10
}

.mega-products {
    margin-bottom: 13px
}

.mega-products-items {
    max-width: 1048px;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto)
}

.mega-products-items.mt-30 {
    margin-top: 30px!important
}

.mega-products-item p {
    padding: 5px 10px;
    font-size: 14px;
    width: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, .3);
    text-align: left;
    color: #fff;
    bottom: 0;
    right: 0;
    letter-spacing: .04em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mega-products-links {
    margin: 0 auto;
    padding-top: 30px
}

.mega-products-links a {
    margin: 0 38px;
    color: #fff;
    letter-spacing: .04em
}

.mega-products-links a:hover {
    color: #fff
}

.hamburger {
    background-color: transparent;
    border-color: transparent;
    width: 24px;
    right: 20px;
    top: 21px
}

.hamburger span {
    height: 3px;
    background-color: #fff;
    transition: ease .4s;
    border-radius: 20px
}

.hamburger span:nth-child(1) {
    top: 0
}

.hamburger span:nth-child(2) {
    margin: 4px 0
}

.hamburger span:nth-child(3) {
    top: 0
}

.hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg)
}

.hamburger.active span:nth-child(2) {
    opacity: 0
}

.hamburger.active span:nth-child(3) {
    top: -9px;
    transform: rotate(-45deg)
}

.nav.nav-tabs {
    display: flex!important;
    margin: 0 auto
}

.navbar-toggler.collapsed span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg)
}

.navbar-toggler.collapsed span:nth-child(2) {
    opacity: 0
}

.navbar-toggler.collapsed span:nth-child(3) {
    top: -9px;
    transform: rotate(-45deg)
}

.select2-container--default .select2-dropdown.select2-dropdown--above {
    border-radius: 0!important;
    border-right: none;
    border-left: none
}

.select2-container--default .select2-search__field {
    outline: 0
}

.select2-container--default .select2-selection {
    border: none!important;
    border-radius: 0!important;
    text-align: left
}

.select2-container--default .select2-selection:focus {
    box-shadow: none!important
}

.select2-container--default .select2-selection .select2-selection__arrow b {
    /* background-image: url(/assets/img/header/select-under.svg)!important */
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.footer-container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: unset!important
}

.footer-divide {
    border-right: 1px solid #4e4e4e
}

.footer-global {
    background-color: #000;
    padding: 40px 30px
}

.footer-left {
    width: 100%;
    padding-right: 70px
}

.footer-logo img {
    width: 100%;
    max-width: 206px
}

.footer-form {
    margin: 70px 0 66px
}

.footer-form button {
    border: none;
    position: absolute;
    z-index: 10;
    border-radius: 16px;
    padding: 2px 0 0 5px;
    background-color: inherit
}

.footer-form label {
    top: 1px;
    left: 12px
}

.footer-form img {
    width: 21px;
    height: 21px
}

.footer-form input {
    width: 100%;
    height: 32px;
    background-color: #fff;
    border: none;
    border-radius: 16px;
    padding-left: 35px
}

.footer-sns img {
    margin: 0 14px
}

.footer-sns img:hover {
    opacity: .8;
    transition: .3s
}

.footer-sns .yt-img {
    width: 38px;
    height: auto
}

.footer-to-others {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px
}

.footer-to-others a,
.footer-to-others button:not(.btn-close) {
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    transition: all 0.3s;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    border: 1px solid #fff;
}

.footer-to-others a:hover,
.footer-to-others button:not(.btn-close):hover {
    color: #7d888e;
    background-color: #fff;
    transition: all .3s;
    border: 1px solid #7D888E;
}

.footer-to-others a+a,
.footer-to-others a+button:not(.btn-close),
.footer-to-others button:not(.btn-close)+a,
.footer-to-others button:not(.btn-close)+button:not(.btn-close) {
    margin-top: 20px
}

.footer-to-others .modal-content {
    width: 400px;
    margin: 0 auto
}

.footer-to-others .modal-content .modal-header h5 {
    font-weight: 700
}

.footer-to-others .modal-content .modal-body a {
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-to-others .modal-content .modal-body a img {
    width: 20%;
    max-width: 25px;
    height: auto;
    border-radius: 100%
}

.footer-to-others .modal-content .modal-body a p {
    width: 80%;
    margin-bottom: 0
}

.footer-to-others .modal-content .modal-footer button {
    border: none
}

.footer-to-others .modal-content.-flag {
    width: 100%
}

.footer-to-others .modal-content.-flag .modal-body a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 320px
}

.footer-to-others .modal-content.-flag .modal-body a:hover {
    color: #fff;
    background-color: #222
}

.footer-to-others .modal-content.-flag .modal-body a img {
    width: 100%;
    max-width: 50px;
    height: auto;
    border-radius: 100px;
    border: 1px solid #ccc
}

.footer-to-others .modal-content.-flag .modal-body a p {
    width: 100%;
    margin-bottom: 0
}

.footer-links {
    color: #fff;
    padding-left: 60px
}

.footer-links h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em
}

.footer-links ul {
    padding-left: 0
}

.footer-links ul li {
    line-height: 2
}

.footer-links ul li a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #fff
}

.footer-links ul li a:hover {
    color: #fff
}

.footer-bottom {
    padding: 27px 0
}

.footer-bottom ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-left: 0
}

.footer-bottom li {
    margin: 0 10px;
    line-height: 1;
    letter-spacing: .04em
}

.footer-bottom li:last-child {
    margin-bottom: 0
}

.footer-bottom li+li {
    padding-left: 10px;
    margin-left: 0;
    border-left: 1px solid #000
}

.footer-bottom a,
.footer-bottom button {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.33
}

.footer-bottom a:hover,
.footer-bottom button:hover {
    color: #000
}

.footer-bottom button {
    border: unset;
    background-color: unset
}

.section-hero img {
    -o-object-fit: cover;
    object-fit: cover
}

.section-hero img figure {
    position: absolute;
    top: 0;
    height: 100%
}

.section-hero-slider {
    margin-bottom: 85px!important
}

.section-hero-slider .figure-wrapper {
    position: relative;
    padding-bottom: 55%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem
}

.section-hero-slider .figure-wrapper .yt-frame {
    position: absolute;
    top: 0;
    left: 0;
    height: -webkit-fill-available
}

.section-hero-slider .figure-wrapper .yt-frame img {
    display: none
}

.section-hero-image {
    height: 70vh
}

.section-hero-head {
    bottom: 40px;
    left: 40px;
    max-width: 600px;
    color: #fff;
    background-color: #000;
    padding: 20px;
    z-index: 2;
    position: absolute
}

.section-hero-head.white {
    color: #000;
    background: rgba(255, 255, 255, .7)
}

.section-hero-head.black {
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

.section-hero-head.transparent {
    color: #000;
    background: rgba(0, 0, 0, 0)
}

.section-hero-head.x-center.y-center {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%)!important
}

.section-hero-head.x-center {
    left: 50%;
    transform: translateX(-50%)
}

.section-hero-head.x-right {
    left: unset;
    right: 40px
}

.section-hero-head.y-center {
    bottom: 50%;
    transform: translateY(50%)!important
}

.section-hero-head.y-top {
    top: 40px;
    bottom: unset
}

.section-hero-head-title {
    height: auto!important
}

.section-hero-head-title h2 {
    font-size: 40px!important;
    font-weight: 700;
    letter-spacing: .04em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.section-hero-head-dsc {
    height: auto!important;
    letter-spacing: .06em
}

.section-hero-head-dsc p {
    font-size: 24px;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section-hero-head-save a {
    font-size: 18px;
    font-weight: 400;
    background-color: #fa4616;
    padding: 12px 30px;
    color: #fff;
    letter-spacing: .04em;
    transition: .3s
}

.section-hero-head-save a:hover {
    color: #fff;
    background-color: #7d888e
}

.section-notice {
    color: #fff;
    background-color: #000;
    padding: 30px 0 30px 0;
    overflow: hidden
}

.section-notice-title {
    margin-bottom: 32px
}

.section-notice-title h2 {
    font-size: 45px;
    letter-spacing: .04em
}

.section-notice-bell {
    top: -80px;
    left: -30px
}

.section-notice-text {
    letter-spacing: .04em;
    margin-bottom: 20px
}

.section-notice-arrow img {
    width: 29px;
    height: 31px;
    transition: .2s
}

.section-notice-arrow img:hover {
    margin-left: 10px
}

.section-headline {
    margin: 60px 0 30px
}

.section-headline-card {
    height: 430px
}

.section-headline-card-title {
    bottom: 28px;
    left: 26px;
    font-size: 25px;
    color: #fff;
    letter-spacing: .04em;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background-color: rgba(1, 1, 1, .75);
    padding: 3px 2px;
    max-width: 80%
}

.section-headline-card:hover .section-headline-arrow {
    transition: .3s;
    right: 18px
}

.section-headline-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-headline-arrow {
    bottom: 28px;
    right: 28px;
    width: 29px;
    height: 31px
}

.section-headline .container-xxl {
    padding-left: 0;
    padding-right: 0
}

.section-collection {
    overflow-x: hidden;
    margin: 60px 0
}

.section-collection-slider {
    padding-right: 0!important
}

.section-collection-slider h4 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px
}

.section-collection-slider a {
    color: #000
}

.section-collection-slider a:hover {
    color: #000
}

.section-collection-image {
    opacity: .9;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1
}

.section-collection-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.section-collection-next {
    width: 60px;
    position: absolute;
    top: 30%;
    right: 50px;
    z-index: 1;
    opacity: 1!important;
    cursor: pointer
}

.section-collection-prev {
    width: 60px;
    position: absolute;
    top: 30%;
    left: 45px;
    z-index: 1;
    transform: rotate(180deg);
    opacity: 1!important;
    cursor: pointer
}

.section-collection figure {
    margin-bottom: 0!important
}

.section-collection figure:hover img {
    opacity: 1
}

.section-collection .slick-disabled {
    display: none!important
}

.section-collection .slick-slide {
    margin: 0 10px
}

.section-collection .slick-list {
    padding-right: 70px;
    padding-left: 80px
}

.section-featured {
    margin: 60px 0;
    overflow: hidden
}

.section-featured-item a {
    color: #000;
    display: block
}

.section-featured-item a:hover {
    color: #000
}

.section-featured-arrow {
    bottom: 15px;
    right: 15px;
    width: 20px!important;
    height: 21px
}

.section-featured-slider {
    padding-right: 0!important
}

.section-featured-slider .slick-slide {
    padding: 0 10px;
    margin: 0!important
}

.section-featured-slider .slick-slide+.slick-slide {
    border-right: 2px solid #d3d3d3
}

.section-featured-title {
    font-size: 34px;
    font-weight: 700
}

.section-featured-dsc {
    font-size: 18px;
    font-weight: 400
}

.section-featured-image {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover
}

.section-featured-price {
    bottom: 15px;
    left: 15px
}

.section-featured-price h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.section-featured-price p {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.section-featured-price p.-explain {
    font-size: 14px
}

.section-featured-price p.-price {
    font-size: 12px
}

.section-featured button {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: block;
    margin-left: auto;
    color: #fff;
    background-color: #fa4616;
    border: none;
    transition: all .3s;
    font-size: 14px;
    padding: 5px 10px
}

.section-featured button:hover {
    transition: all .3s;
    background-color: #7d888e!important
}

.section-featured-next {
    width: 60px;
    position: absolute;
    top: 40%;
    right: 50px;
    z-index: 1;
    cursor: pointer
}

.section-featured-prev {
    width: 60px;
    position: absolute;
    top: 40%;
    left: 50px;
    z-index: 1;
    transform: rotate(180deg);
    cursor: pointer
}

.section-featured .slick-disabled {
    display: none!important
}

.section-featured .slick-track {
    display: flex;
    align-items: stretch
}

.section-featured .slick-track .slick-slide {
    height: unset!important
}

.section-featured .slick-track .slick-slide div {
    height: 100%
}

.section-featured figure {
    word-break: break-word;
    height: 100%
}

.section-featured .slick-slide {
    margin: 0 10px
}

.section-featured .slick-list {
    padding-right: 70px;
    padding-left: 80px
}

.section-hot {
    padding: 60px 0;
    background-color: #000
}

.section-hot-inner {
    max-width: 1012px;
    margin: 0 auto
}

.section-hot-title {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 30px
}

.section-hot-text {
    font-size: 16px;
    font-weight: 700;
    bottom: 0;
    left: 0;
    margin: 0;
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 50%, #000 100%);
    padding: 3px 10px;
    margin-right: 13px;
    width: 100%
}

.section-hot-slider-left {
    height: 573px
}

.section-hot-slider-top {
    height: 273px
}

.section-hot-slider-bottom {
    height: 282px
}

.section-hot figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-hot .container-fluid {
    padding-left: 20px;
    padding-right: 20px
}

.section-hot-news-btn {
    right: 0;
    border-radius: 0;
    margin-right: 8px!important;
    color: #fff;
    background-color: #fa4616;
    padding: .375rem .75rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    transition: all .15s
}

.section-hot-news-btn:hover {
    transition: all .15s;
    color: #fff;
    background-color: #7d888e
}

.top-hero-slider .slick-list {
    width: 100%;
    height: -webkit-fill-available;
    aspect-ratio: 16/5
}

.top-hero-slider .slick-list .slick-track {
    width: 100%;
    height: -webkit-fill-available;
    aspect-ratio: 16/5
}

.top-hero-slider .slick-list .slick-track div:first-child:not(.section-hero-head-title) {
    height: -webkit-fill-available
}

.top-hero-slider .slick-list .slick-track div:first-child:not(.section-hero-head-title) figure {
    height: -webkit-fill-available
}

.top-hero-slider .slick-list .slick-track div:first-child:not(.section-hero-head-title) figure img {
    height: 100%
}

.top-hero-slider.only-pc {
    display: block!important
}

.top-hero-slider.only-sp {
    display: none!important
}

.detail-hero video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 16/5
}

.detail-hero-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 16/5
}

.detail-hero-title {
    bottom: 50px;
    left: 47px;
    max-width: 800px;
    position: absolute
}

.detail-hero-title h2 {
    color: #fff;
    background-color: rgba(1, 1, 1, .75);
    padding: 30px;
    max-width: 85%
}

.detail-nav-title {
    font-size: 21px
}

.detail-nav-hamburger {
    top: 13px
}

.detail-nav-hamburger span {
    background-color: #000
}

.detail-nav .nav-link {
    color: #000!important;
    letter-spacing: .04em;
    padding: 0 1rem!important
}

.detail-nav .nav-link.active {
    background-color: transparent!important
}

.overview-head .row {
    max-width: 1154px;
    margin: 0 auto
}

.overview-head-slider {
    top: 76px;
    position: -webkit-sticky!important;
    position: sticky!important;
    height: 100%;
    padding: 0 10px!important;
    background-color: #fff
}

.overview-head-slider .slick-track {
    display: flex;
    align-items: center
}

.overview-head-slider-for {
    margin-top: 15px;
    margin-bottom: 15px
}

.overview-head-slider-for img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 400px
}

.overview-head-slider-nav {
    width: 100%
}

.overview-head-slider-nav figure {
    width: 100px!important;
    height: 100px!important;
    border: 2px solid #dddede;
    padding: 10px;
    margin: 0
}

.overview-head-slider-nav img {
    -o-object-fit: contain;
    object-fit: contain
}

.overview-head-slider-nav .slick-slide {
    text-align: center;
    margin-right: 10px
}

.overview-head-slider-nav .slick-current figure {
    border: 2px solid #b3b3b3!important
}

.overview-head-slider-nav .slick-disabled {
    display: none!important
}

.overview-head-slider-next {
    width: 60px;
    position: absolute;
    top: 35%;
    right: 90px;
    z-index: 0;
    cursor: pointer!important
}

.overview-head-slider-prev {
    width: 60px;
    position: absolute;
    top: 35%;
    left: 90px;
    z-index: 1;
    transform: rotate(180deg);
    cursor: pointer!important
}

.overview-head-item {
    padding: 30px!important
}

.overview-head-item-banner {
    display: block
}

.overview-head-item-banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.overview-head-item-price h3 {
    font-size: 18px
}

.overview-head-item-price h3 span {
    font-size: 14px;
    font-weight: 400
}

.overview-head-item-detail {
    max-width: 100%
}

.overview-head-item-detail .accordion-body a {
    color: inherit
}

.overview-head-item-title {
    font-size: 24px;
    margin-bottom: 5px;
    top: 10px;
    left: 25%
}

.overview-head-item-sub {
    font-size: 18px;
    margin-bottom: 25px
}

.overview-head-item-dsc {
    font-size: 16px;
    margin-bottom: 25px
}

.overview-head-item-dsc p {
    font-size: 16px;
    font-weight: 400
}

.overview-head-item-btns {
    padding: 22px 0;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb
}

.overview-head-item-btn {
    padding: 0 20px!important
}

.overview-head-item-slash:before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(0);
    background-color: #000;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0
}

.overview-head-item .accordion-item {
    border: none!important
}

.overview-head-item .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
    box-shadow: none
}

.overview-head-item .accordion-button {
    border-bottom: 2px solid #ebebeb;
    position: relative;
    padding: 8px 3px;
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.overview-head-item .nav-tabs {
    border-bottom: 2px solid #ebebeb!important
}

.overview-head-item .accordion-spec-btn {
    width: 100%;
    text-align: inherit;
    padding: 8px 3px 8px 0;
    isolation: auto!important;
    color: inherit!important;
    background-color: transparent!important;
    border-bottom: 2px solid #ebebeb!important;
    position: relative;
    padding: 8px 3px;
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.overview-head-item .header-nav-arrow-dark {
    top: 15px;
    right: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg)
}

.overview-head-item .accordion-button::after {
    display: block;
    content: "";
    background-color: #000;
    position: absolute;
    width: 3px;
    height: 12px;
    right: 7px;
    background-image: none
}

.overview-head-item .accordion-button::before {
    display: block;
    content: "";
    background-color: #000;
    position: absolute;
    width: 12px;
    height: 3px;
    right: 2px
}

.overview-head-item .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
    background-image: none
}

.overview-head-item .accordion-button:focus {
    border-color: #ebebeb!important;
    box-shadow: none
}

.overview-head-icons img {
    width: 26px;
    height: 26px
}

.overview-head-icons p {
    margin-bottom: 0
}

.overview-head-extra-btns {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: 30% 30% 30%;
    grid-template-rows: 60px 60px;
    gap: 10px 5%
}

.overview-head-extra-btns a {
    color: #000;
    padding: 6px 10px;
    border: 1px solid #dddede;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s
}

.overview-head-extra-btns a p {
    font-size: 13px;
    margin-bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.overview-head-extra-btns a:hover {
    color: #000;
    transition: all .3s;
    background-color: RGB(204, 204, 204, .4)
}

.overview-tie img {
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover
}

.overview-operation {
    background-color: #000;
    padding: 25px 0
}

.overview-operation-inner {
    max-width: 870px;
    margin: 0 auto
}

.overview-operation-dsc {
    color: #fff;
    margin-right: 73px
}

.overview-operation-photo {
    max-width: 350px
}

.overview-feature {
    padding: 40px 0
}

.overview-feature-flex {
    max-width: 1154px;
    padding: 0 30px;
    margin: 0 auto;
    margin-bottom: 10px
}

.overview-feature-photo {
    width: 50%
}

.overview-feature-dsc {
    width: 50%
}

.overview-feature-dsc h3 {
    font-size: 22px
}

.overview-feature-dsc p {
    font-size: 18px;
    font-weight: 700;
    line-height: 2.1
}

.overview-feature-slider .slick-slide {
    margin: 0 18px
}

.overview-feature-slider .slick-list {
    padding-left: 130px
}

.overview-find {
    padding: 50px 0;
    background-color: #000
}

.overview-find-flex {
    max-width: 893px;
    margin: 0 auto
}

.overview-find-flex img {
    max-width: 323px
}

.overview-find-dsc {
    color: #fff;
    margin-left: 157px
}

.overview-buy-head {
    padding: 18px 0;
    background-color: #7d888e;
    color: #fff
}

.overview-buy-head a,
.overview-buy-head a:hover {
    color: #fff
}

.overview-buy-arrow {
    margin-left: 10px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%
}

.overview-buy-arrow::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 15px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #7d888e;
    border-right: 3px solid #7d888e;
    transform: rotate(135deg)
}

.overview-buy-featured {
    padding: 40px 30px;
    max-width: 1154px;
    margin: 0 auto
}

.overview-buy-featured img {
    -o-object-fit: cover;
    object-fit: cover
}

.overview-buy-featured-text {
    bottom: 30px;
    left: 30px;
    color: #000;
    margin-top: 10px
}

.overview-buy-featured-text h3 {
    font-size: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.overview-buy-featured a.btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.overview-items {
    padding: 40px 0
}

.overview-items-title {
    margin: 0 auto;
    max-width: 800px;
    font-size: 30px;
    margin-bottom: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.overview-items-bg-gray {
    background-color: #e6e6e6
}

.overview-items .slick-slider {
    text-align: center;
    max-width: 1086px;
    margin: 0 auto
}

.overview-items .slick-slider .slick-track {
    display: flex
}

.overview-items .slick-slide.slick-active+.slick-slide.slick-active {
    border-left: 2px solid #d3d3d3
}

.overview-items figure {
    max-width: 220px
}

.overview-items figure:hover img {
    opacity: 1
}

.overview-items img {
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 1/1;
    opacity: .9;
    margin-bottom: 10px
}

.overview-items p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.overview-items .slick-next {
    right: 25px
}

.overview-items .slick-next::before {
    content: "";
    margin: auto;
    position: absolute;
    top: -35px;
    right: -35px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #7d888e;
    border-right: 3px solid #7d888e;
    transform: rotate(45deg)
}

.overview-items .slick-prev {
    left: 25px;
    z-index: 1
}

.overview-items .slick-prev::before {
    content: "";
    margin: auto;
    position: absolute;
    top: -35px;
    left: -35px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #7d888e;
    border-right: 3px solid #7d888e;
    transform: rotate(-135deg)
}

.overview-related {
    padding: 40px 0;
    padding: 40px 20px
}

.overview-related-title {
    font-size: 30px;
    margin-bottom: 25px
}

.overview-related .slick-slider {
    text-align: center;
    max-width: 1086px;
    margin: 0 auto
}

.overview-related figure {
    max-width: 220px
}

.overview-related figure:hover img {
    opacity: 1
}

.overview-related img {
    opacity: .9;
    background-color: #e6e6e6
}

.overview-related p {
    color: #000
}

.overview-related .slick-next {
    right: 25px
}

.overview-related .slick-next::before {
    content: "";
    margin: auto;
    position: absolute;
    top: -15px;
    right: -35px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #7d888e;
    border-right: 3px solid #7d888e;
    transform: rotate(45deg)
}

.overview-related .slick-prev {
    left: 25px;
    z-index: 1
}

.overview-related .slick-prev::before {
    content: "";
    margin: auto;
    position: absolute;
    top: -15px;
    left: -35px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #7d888e;
    border-right: 3px solid #7d888e;
    transform: rotate(-135deg)
}

.overview-support {
    overflow: hidden;
    background-color: #7e898f;
    color: #fff;
    padding: 70px 115px
}

.overview-support-dsc h2 {
    font-size: 25px;
    margin-bottom: 20px
}

.overview-support-text {
    margin-bottom: 30px
}

.overview-support-right {
    top: 30px;
    max-width: 723px;
    position: absolute
}

.overview-support-left {
    bottom: -215px;
    left: -155px;
    position: absolute
}

.overview-gallery-dark {
    background-color: #000;
    padding: 30px 0
}

.overview-gallery-dark .slick-list .slick-track {
    width: 100%;
    transform: none;
    display: flex;
    justify-content: center;
    margin-left: unset
}

.overview-gallery figure img {
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain
}

.overview-gallery .slick-slide {
    width: 350px !important;
    margin: 0 5px;
    max-width: 350px
}

.overview-gallery .slick-next {
    right: 25px
}

.overview-gallery .slick-next::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 15px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg)
}

.overview-gallery .slick-prev {
    left: 0;
    z-index: 1
}

.overview-gallery .slick-prev::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 15px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-135deg)
}

.overview-gallery-slider img {
    aspect-ratio: 16/9
}

.overview-video {
    background-color: #000;
    padding: 30px 0
}

.overview-video-slider-for {
    max-width: 466px;
    margin: 0 auto
}

.overview-video-slider-for p {
    color: #fff
}

.overview-video-slider-nav {
    color: #fff
}

.overview-video-slider-nav .slick-slide {
    margin: 0 13px
}

.overview-others h2 {
    font-style: 34px;
    font-weight: 700;
    margin-bottom: 9px
}

.overview-others-next {
    width: 60px;
    position: absolute;
    top: 35%;
    right: 115px;
    z-index: 1;
    cursor: pointer!important
}

.overview-others-prev {
    width: 60px;
    position: absolute;
    top: 35%;
    left: 70px;
    z-index: 1;
    transform: rotate(180deg);
    cursor: pointer!important
}

.overview-others-slider h4,
.overview-others-slider p {
    color: #000;
    text-align: left
}

.overview-others-slider h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.overview-others-slider p {
    font-size: 18px;
    margin-bottom: 0!important
}

.overview-others-slider-sentence {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem
}

.overview-others img {
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 1/1
}

.overview-others figure {
    cursor: pointer
}

.overview-others figure img {
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 1/1
}

.overview-others .slick-slide {
    margin: 0 36px 0 0;
    max-width: 400px
}

.overview-others .slick-list {
    padding-right: 150px;
    padding-left: 30px;
    text-align: left
}

.overview-others .slick-slider {
    position: relative
}

.overview-others .slick-disabled {
    display: none!important
}

.overview-modal-more {
    margin: 0;
    text-decoration: underline;
    font-size: 20px
}

.overview-modal-content {
    background-color: #fff;
    align-items: center;
    padding: 10px;
    flex-direction: unset!important;
    border-radius: 0!important
}

.overview-modal-content img {
    margin-right: 25px;
    width: 60%
}

.overview-modal-content button {
    top: -3vh;
    right: -1vw;
    background-color: #cccccd!important;
    border-radius: 50%!important;
    width: 50px;
    height: 50px;
    font-size: 22px
}

.overview-modal-content button:focus {
    box-shadow: none!important
}

.overview-modal-dsc {
    width: 40%
}

.overview-modal-dsc h4 {
    font-size: 22px;
    font-weight: 700
}

.overview-modal-dsc p {
    font-size: 18px;
    font-weight: 700
}

.mkmk {
    display: inline-block
}

.mkmk::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg)
}

.mkmk:hover {
    color: inherit
}

.resources-btns {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: 70px 70px 70px 70px 70px;
    grid-template-rows: 70px;
    gap: 0
}

.resources-btns p {
    font-size: 14px
}

a.anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px
}

.scrollbar-none {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.scrollbar-none::-webkit-scrollbar {
    display: none
}

.btob-btn-support {
    font-size: 15px;
    font-weight: 700
}

.btn-only-pc {
    display: block
}

.btn-only-sp,
.only-sp-1100 {
    display: none!important
}

.table>:not(caption)>*>* {
    padding: 1rem .5rem
}

.nav-support {
    display: flex!important;
    flex-wrap: nowrap
}

.accordion-table {
    padding: 1rem 0
}

.btob-about-img {
    margin-right: 58.3px;
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    -o-object-fit: contain;
    object-fit: contain
}

.accordion-button-support:not(.collapsed) {
    transform: rotate(180deg)
}

.information-nav {
    max-width: 1260px;
    background-color: #e6e6e6;
    margin: 0 auto 0
}

.information-nav .nav-link {
    border: none;
    border-radius: 0;
    padding: 0 1rem
}

.information-nav .nav-link.active {
    font-weight: 700;
    background-color: #e6e6e6
}

.information-nav .nav-link+.nav-link {
    border-left: 1px solid #333!important;
    line-height: 1.66
}

.btob-information-wrapper {
    max-width: 1260px;
    padding: 0 20px
}

.btob-information-wrapper-gray {
    background-color: #e6e6e6
}

.btob-information-wrapper-1 {
    padding-top: 56.8px;
    padding-bottom: 60px
}

.btob-information-wrapper-2 {
    padding-top: 56.8px;
    padding-bottom: 56.3px
}

.information-wrapper-title {
    font-size: 45px;
    line-height: 1.11
}

.information-wrapper-title-h2 {
    padding-left: 20px;
    max-width: 1260px;
    margin: 0 auto 50px
}

.btob-information-white-1 {
    padding-top: 49.7px;
    padding-bottom: 65.3px
}

.btob-information-about {
    padding-top: 36px;
    padding-bottom: 34px
}

.latest-version-info {
    width: 100%
}

.latest-version-info * {
    height: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.latest-version-info ::-webkit-scrollbar {
    display: none
}

.latest-version-info-p {
    padding-left: .5rem;
    margin-top: 19.7px
}

.latest-version-info-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 2.25;
    padding-left: 10px
}

.latest-version-info-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.617;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.latest-version-info hr {
    height: 2px;
    margin: 0
}

.right-information {
    max-width: 785.72px;
    padding-top: 19.8px
}

.right-info-btn {
    padding: 0;
    border: none;
    outline: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    margin: 0 auto
}

.documents-table {
    max-width: 1323px;
    font-size: 18px
}

.documents-table tr {
    border-bottom: solid 2px #7d888e
}

.documents-table th {
    width: 55%;
    padding-left: 21px!important
}

.documents-table td {
    width: 22.5%;
    font-weight: 400
}

.documents-table a {
    color: inherit;
    font-weight: 400
}

.documents-table a:hover {
    color: inherit;
    font-weight: 400;
    text-decoration: underline!important
}

.documents-table .last-tr {
    border-bottom: .1px solid #fff
}

.documents-table .last-tr-2 {
    border-bottom: .1px solid #e6e6e6
}

.table-test .tr {
    display: flex;
    align-items: center;
    border-top: solid 2px #7d888e
}

.table-test .btob-accordion-item {
    box-shadow: none;
    margin-bottom: 0;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.table-test .latest-version-info {
    font-size: 18px;
    letter-spacing: .04em;
    line-height: 1.617
}

.table-test .latest-version-info-date {
    font-weight: 300;
    padding-left: 24px;
    white-space: nowrap;
    text-align: left;
    margin-right: 10px
}

.table-test .latest-version-info-detail {
    font-weight: 700!important;
    margin-left: 0;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding-top: 9.5px;
    margin-bottom: 9.5px;
    overflow-x: scroll;
    max-width: 785.72px
}

.accordion-more {
    box-shadow: none!important;
    border: none!important
}

.btob-more-btn {
    background-color: transparent;
    border: none
}

.btob-more-btn.collapsed {
    transition: height .3s
}

.btob-more-btn.collapsed img {
    transform: rotate(180deg);
    transition: all .3s
}

.btob-accordion {
    width: 100%;
    z-index: 1
}

.btob-accordion-item {
    border: none!important;
    margin-bottom: 30px;
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.btob-accordion-item .btob-accordion-button {
    border-radius: 15px;
    border-top-right-radius: 15px!important;
    border-top-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    border-bottom-left-radius: 15px!important;
    padding-top: 30.8px;
    padding-bottom: 31.2px
}

.btob-accordion-item .btob-accordion-header {
    font-size: 18px;
    line-height: 1.33
}

.btob-accordion .accordion-button:focus {
    box-shadow: none
}

.btob-accordion .accordion-button::after {
    transform: rotate(-90deg);
    position: absolute
}

.btob-accordion .accordion-button::after,
.btob-accordion .accordion-button::before {
    content: "";
    width: 35px;
    height: .15em;
    flex-shrink: 0;
    margin-right: 31.4px;
    background-color: #000;
    transition: all .3s;
    background-image: none
}

.btob-accordion .accordion-button:not(.collapsed)::before {
    background-color: #fa4616
}

.btob-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    background-color: #fa4616
}

.btob-accordion .accordion-item:last-of-type {
    border-bottom-right-radius: 15px!important;
    border-bottom-left-radius: 15px!important
}

.btob-accordion .btob-more-btn {
    padding: 0;
    border: none;
    outline: 0;
    font: inherit;
    color: inherit;
    background: 0 0;
    align-items: baseline;
    margin: 0 auto
}

.btob-accordion .btob-more-btn .bottom-black {
    margin-left: 10.7px
}

.ac-support {
    padding: 1rem 1.25rem 1rem 5rem
}

.btob-resources {
    background-color: #7e898f;
    color: #fff
}

.btob-resources .overview-resources {
    font-size: 35px
}

.btob-resources .resources-btns {
    display: flex;
    justify-content: center
}

.btob-resources .resources-btns .resources-btn {
    font-size: 20px;
    color: #fffefe;
    line-height: 1.135;
    gap: 35px
}

.btob-resources .resources-btns .resources-btn .resources-btn:hover {
    color: #fffefe!important
}

.information-tabs {
    display: flex;
    border-radius: 0
}

.information-tabs .nav-link {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border: 0 solid transparent!important
}

.information-tabs .nav-link:hover .nav-link+.nav-link {
    border-left: 1px solid #333!important
}

.detail-nav-titles {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.detail-nav-titles h4 {
    margin-right: auto;
    margin-bottom: 0
}

.detail-nav-titles a {
    display: none
}

.overview-head-item-detail .resources-btns-white .resources-btns {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: 70px 70px 70px 70px 70px;
    grid-template-rows: 70px;
    gap: 5px 10px
}

.overview-head-item-detail .resources-btns-white .resources-btns .resources-btn-white-img {
    max-width: 70px
}

.btob-intros .btob-intro {
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px
}

.btob-intros .btob-intro .btob-sentence-img {
    margin-right: 38.8px
}

.btob-intros .btob-intro .btob-sentence-img-support {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.btob-intros .btob-intro .btob-sentence-2,
.btob-intros .btob-intro .btob-sentence-3 {
    font-size: 18px;
    line-height: 1.77;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical
}

.btob-intros .btob-intro .btob-sentence-2 {
    -webkit-line-clamp: 2
}

.btob-intros .btob-intro .btob-sentence-3 {
    -webkit-line-clamp: 16
}

.btob-intros .btob-intro .read-more {
    font-size: 18px;
    color: inherit;
    line-height: 1.77;
    text-decoration: underline!important
}

.btob-intros .btob-intro-last {
    margin-bottom: 38px
}

.btob-intros-dark {
    background-color: #000;
    color: #fff
}

.btob-intros-dark-2 {
    background-size: cover;
    padding: 0 30px;
    margin: 20px 0 0 0;
    background-color: transparent
}

.btob-intros-dark .btob-intro-d-first {
    justify-content: right;
    position: relative
}

.btob-intros-dark .btob-intro-d-p {
    color: #000;
    background-color: #fff;
    padding: 35px;
    margin: 30px 32px 50px 0;
    width: 100%;
    max-width: 563px;
    z-index: 1
}

.pair-with {
    margin-top: 15.7px
}

.pair-with .pair-title {
    font-size: 25px;
    line-height: 1.08;
    text-transform: uppercase;
    margin-bottom: 25.2px
}

.overview-head-item-sub-support {
    padding: 0 20px;
    margin-bottom: 16.9px
}

.overview-head-item-subtitle {
    margin-bottom: 27.2px
}

.resources-btns-white {
    margin-top: 20px;
    margin-bottom: 20px
}

.resources-btns-white .resources-btn-white {
    max-width: 102px
}

.overview-head-item-btns-btob {
    padding-bottom: 19.5px;
    border-bottom: 2px solid #ebebeb
}

.btob-slide {
    padding-bottom: 70px
}

.btob-slide .slick-dots li button:before {
    content: "";
    width: 10px!important;
    height: 10px!important;
    background: #fff;
    border: 1px solid #000;
    opacity: 1!important;
    color: transparent!important;
    border-radius: 100%!important
}

.btob-slide .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.btob-slide .slick-dots li.slick-active button:before {
    background: #000
}

.btob-slide .slick-dots-support {
    margin-bottom: 40px
}

.btob-slide .slider {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto
}

.btob-slide .slider img {
    width: 60vw;
    height: auto;
    max-height: 540px;
    -o-object-fit: cover;
    object-fit: cover
}

.btob-slide .slider .slick-slide {
    transform: scale(.8);
    transition: all .5s;
    opacity: .5
}

.btob-slide .slider .slick-slide.slick-center {
    transform: scale(1);
    opacity: 1
}

.btob-slide .slick-next,
.btob-slide .slick-prev {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: 0;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px
}

.btob-slide .slick-prev {
    left: -1.5%;
    transform: rotate(-135deg)
}

.btob-slide .slick-next {
    right: -1.5%;
    transform: rotate(45deg)
}

.btob-slide .slick-dots {
    text-align: center;
    margin: 20px 0 0 0
}

.btob-slide .slick-dots li {
    display: inline-block;
    margin: 0 2.5px;
    height: 5px
}

.btob-slide .slick-dots button {
    color: transparent;
    outline: 0;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #ccc
}

.btob-slide .slick-dots .slick-active button {
    background: #333
}

.btob-slide ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.btob-slide a {
    color: #333
}

.btob-slide a:active,
.btob-slide a:hover {
    text-decoration: none
}

.section-featured .slick-slide {
    height: 100%
}

.section-featured .section-featured-prev-rev {
    transform: rotate(180deg)
}

.section-featured .btob-slider-detail {
    background-color: #fff;
    padding: 0 0!important
}

.section-featured .btob-slider-detail img {
    height: auto!important
}

.btob-resources {
    background-color: #7e898f;
    color: #fff;
    padding-top: 38.3px;
    padding-bottom: 35.3px
}

.btob-resources .overview-resources {
    font-size: 35px
}

.btob-resources .resources-btns .resources-btn {
    font-size: 20px;
    color: #fffefe;
    line-height: 1.135;
    gap: 35px;
    max-width: 163px
}

.btob-resources .resources-btns .resources-btn .resources-btn:hover {
    color: #fffefe!important
}

.dealer-btn {
    position: absolute;
    left: 0
}

.com-ca-title {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.664;
    margin: 0 auto;
    text-align: center;
    background-image: url(/assets/img/com-recording-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center
}

.result-top {
    background-color: #e6e6e6
}

.result-top .result-inner {
    padding-top: 29.1px;
    padding-bottom: 29.8px
}

.result-top .result-inner .results-for {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .08em;
    line-height: .83;
    padding-bottom: 14.2px
}

.result-top .result-inner .searched-name {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.11;
    padding-bottom: 19.9px;
    max-width: 800px;
    text-align: center
}

.result-top .result-inner .new-search {
    margin-right: 21.1px;
    font-size: 18px;
    letter-spacing: .08em;
    line-height: 1.195
}

.result-top .result-inner .result-search-form {
    margin-right: 0
}

.result-top .result-inner .result-search-form input {
    width: 100%;
    background-color: #fff
}

.result-search-forms {
    align-items: center
}

.result-btn {
    width: 100%;
    max-width: 226px;
    margin: 0 auto;
    padding-bottom: 60px
}

.result-btn .more-btn {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.2
}

.result-hr {
    height: 2px!important;
    width: 99%;
    margin: 0;
    margin-bottom: 35px
}

.result-title {
    width: 100%;
    margin-bottom: 35px
}

.result-title h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .04em
}

.article-press-name {
    line-height: 1.28!important
}

.result-articles,
.result-presses {
    padding-bottom: 30px
}

.result-presses {
    margin-bottom: 30px
}

.arw-1:before {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.88' height='40.88' viewBox='0 0 40.88 40.88'%3E%3Cpolygon fill='%23000000' transform='translate(0, -6.81333)rotate(180 20.44 20.44)'  points='2.81 23.09 0 20.25 20.45 0 40.88 20.25 38.06 23.09 20.45 5.63 2.81 23.09'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px
}

.arw-2 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.1' height='45.1' viewBox='0 0 45.1 45.1'%3E%3Cpolygon fill='%236b69d4' transform='translate(7.51667, 0)rotate(-90 22.55 22.55)'   points='7.04 29.44 0 22.34 22.56 0 45.1 22.34 38.06 29.44 22.56 14.07 7.04 29.44'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 50%;
    padding-left: 25px
}

.arw-3 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.88' height='48.88' viewBox='0 0 48.88 48.88'%3E%3Cpath fill='%232992a0' transform='translate(4, 10.81333)rotate(0 24.44 24.44)' stroke='%232992a0' stroke-linejoin='round' stroke-linecap='round' stroke-width='7' d='M.58,20.86h0A2,2,0,0,1,.59,18L18.22.58A2,2,0,0,1,21,.58L38.63,18a2,2,0,0,1,0,2.82h0a2,2,0,0,1-2.82,0L21,6.21a2,2,0,0,0-2.81,0L3.4,20.87A2,2,0,0,1,.58,20.86Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0 50%;
    padding-left: 40px;
    height: 40px
}

.arw-3--1 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.88' height='40.88' viewBox='0 0 40.88 40.88'%3E%3Cpolygon fill='%232992a0' transform='translate(0, 6.81333)rotate(0 20.44 20.44)'  points='2.81 23.09 0 20.25 20.45 0 40.88 20.25 38.06 23.09 20.45 5.63 2.81 23.09'/%3E%3C/svg%3E")
}

.arw-4 {
    background: #b15151;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    color: #fff
}

.arw-4:after {
    display: inline-block;
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.47' height='39.47' viewBox='0 0 39.47 39.47'%3E%3Cpolygon fill='%23ffffff' transform='translate(-6.57833, 0)rotate(90 19.735 19.735)'   points='M.58,20.86h0A2,2,0,0,1,.59,18L18.22.58A2,2,0,0,1,21,.58L38.63,18a2,2,0,0,1,0,2.82h0a2,2,0,0,1-2.82,0L21,6.21a2,2,0,0,0-2.81,0L3.4,20.87A2,2,0,0,1,.58,20.86Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px
}

.link--blank {
    display: inline-flex;
    align-items: center
}

.link--blank:after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpolygon fill='%232992a0' points='9 9 1 9 1 1 4 1 4 0 0 0 0 10 10 10 10 6 9 6 9 9'/%3E%3Cpolygon fill='%232992a0' points='6.5 0 6.5 1 8.29 1 4.15 5.15 4.85 5.85 9 1.71 9 3.5 10 3.5 10 0 6.5 0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%;
    width: 15px;
    height: 15px;
    margin-left: 5px
}

.link--blank2 {
    display: inline-flex;
    align-items: center
}

.link--blank2:after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23e7007f' d='M9,9H1V1H4V0H1A1,1,0,0,0,0,1V9a1,1,0,0,0,1,1H9a1,1,0,0,0,1-1V6H9Z'/%3E%3Cpath fill='%23e7007f' d='M9.5,0h-3A.5.5,0,0,0,6,.5a.5.5,0,0,0,.5.5H8.29L4.15,5.15a.48.48,0,0,0,0,.7.48.48,0,0,0,.7,0L9,1.71V3.5a.5.5,0,0,0,1,0V.5A.5.5,0,0,0,9.5,0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%;
    width: 15px;
    height: 15px;
    margin-left: 5px
}

.no-menu-margin {
    width: 100%;
    padding: 0 25px;
    margin: 50px auto 0!important
}

.checkbox01-sub {
    margin-right: auto
}

.category-head-image {
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

.category-head-title {
    padding: 15px 2%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, .5) 15%, rgba(0, 0, 0, .5) 85%, rgba(0, 0, 0, 0) 98%);
    text-align: center;
    width: 100%;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.category-introduction {
    padding: 60px
}

.category-introduction p {
    font-size: 20px;
    line-height: 1.46;
    margin-bottom: 0
}

.category-introduction.-customize {
    /*background-image:url(https://placehold.jp/1000x400.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.category-introduction.-customize h2 {
    text-align: center;
    margin-bottom: 20px
}

.category-introduction.-customize p {
    font-size: 20px;
    margin-bottom: 20px
}

.category-introduction.-customize a {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.category-products {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 30px
}

.category-products .ca-product {
    width: 100%;
    box-shadow: 2.46px 1.72px 12px rgba(0, 0, 0, .1);
    transition: all .3s;
    color: inherit;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.category-products .ca-product a {
    box-shadow: unset
}

.category-products .ca-product a:hover {
    box-shadow: unset
}

.category-products .ca-product-image {
    background-color: #fff
}

.category-products .ca-product-image img {
    width: 100%;
    aspect-ratio: 160/65;
    -o-object-fit: cover;
    object-fit: cover
}

.category-products .ca-product-info {
    padding: 20px;
    height: unset!important
}

.category-products .ca-product-name {
    color: #212529;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.08;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.category-products .ca-product-description {
    color: #212529;
    font-size: 15px;
    line-height: 1.46;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.category-products .ca-product-button {
    background-color: #000;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    left: 20px;
    bottom: 20px
}

.category-products .ca-product .ca-white-right-arrow {
    max-width: 14.5px
}

.category-products .ca-product .ca-product-button:hover {
    background-color: #fa4616;
    transition: all .3s
}

.category-products .ca-product:hover {
    box-shadow: 5.73px 4.02px 12px rgba(0, 0, 0, .25);
    transition: all .3s
}

.category-products .ca-product:hover .ca-product-button {
    background-color: #fa4616;
    transition: all .3s
}

.category-products .ca-product-lower {
    padding: 0 20px 20px
}

.category-products .ca-product-lower p {
    display: flex;
    justify-content: flex-end
}

.category-products .ca-product-lower a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: right;
    margin-left: auto
}

.category-main_1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 30px;
    margin: 0 auto
}

.category-main_1 button.-only-sp {
    display: none
}

.category-main_1 #filtertModal.modal .category-filter {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column
}

.category-main_1 #filtertModal.modal .category-filter .modal-content {
    margin-top: auto
}

.category-main_1 #filtertModal.modal .category-filter .modal-body .filter-by {
    color: inherit;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .04em;
    padding-bottom: 19.3px;
    line-height: 2;
    display: contents
}

.category-main_1 #filtertModal.modal .category-filter .modal-footer {
    justify-content: center
}

.category-main_1 #filtertModal.modal .category-filter .modal-footer button.btn.-uncheck {
    color: #000!important;
    border-color: #000;
    background-color: #fff!important
}

.category-main_1 #filtertModal.modal .category-filter .modal-footer button.btn.-uncheck:hover {
    color: #fff!important;
    border-color: transparent;
    background-color: #fa4616!important
}

.category-main_1 #filtertModal.modal .category-filter .ca-filter {
    color: inherit;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .04em;
    padding-bottom: 19.7px;
    margin-bottom: 19.3px;
    position: relative
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-item {
    border: none
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-button {
    color: inherit;
    font-family: Helvetica, "Noto Sans JP", MS PGothic, Arial, Hiragino Kaku Gothic ProN, Osaka, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.61;
    text-transform: uppercase;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    box-shadow: none;
    background-color: #fff;
    padding: 0 0 15.5px;
    border-bottom: 2px solid #d8d8d8;
    margin-bottom: 20px
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-button-sp-support {
    padding-top: 1rem!important
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-button::after,
.category-main_1 #filtertModal.modal .category-filter .ca-accordion-button::before {
    content: "";
    position: absolute;
    right: 1em;
    width: 3px;
    height: .75em;
    background-color: #fa4616;
    transition: all .3s;
    background-image: none
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-button::after {
    transform: rotate(90deg)!important
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-button:not(.collapsed) {
    color: inherit!important;
    background-color: inherit!important;
    box-shadow: none!important
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-button:not(.collapsed)::before {
    transform: rotate(90deg);
    height: .375em
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-button:not(.collapsed)::after {
    height: .375em
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-button:focus {
    box-shadow: none
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-body {
    width: 100%;
    padding: .5rem 2.25rem .5rem .75rem;
    margin-bottom: 0
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-body li {
    display: flex;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-body li input[type=checkbox] {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%)
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-body li input[type=checkbox]:checked+.checkbox01::after {
    opacity: 1
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-body li label.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 0;
    position: relative;
    width: auto
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-body li label.checkbox01::before {
    background: #fff;
    border: 2px solid #e6e6e6;
    content: "";
    display: block;
    height: 16px;
    left: 137%;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
    border-radius: 0;
    margin-left: 4px
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-body li label.checkbox01::after {
    content: "x";
    text-align: center;
    display: flex;
    height: 0;
    left: 131.5%;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 72%;
    transform: rotate(90deg);
    width: 0;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0
}

.category-main_2 {
    display: flex
}

.category-main_2 .category-right-side {
    padding: 20px 30px 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.category-main_2 .category-right-side .category-products {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 50px
}

.category-main_2 .category-right-side .result-products {
    gap: 50px 30px
}

.category-main_2 .category-filter {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column
}

.category-main_2 .category-filter.-only-pc {
    max-width: 400px
}

.category-main_2 .category-filter__title {
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 1rem
}

.category-main_2 .category-filter .modal-content {
    margin-top: auto
}

.category-main_2 .category-filter .modal-body .filter-by {
    color: inherit;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .04em;
    padding-bottom: 19.3px;
    line-height: 2;
    display: contents
}

.category-main_2 .category-filter .modal-footer {
    justify-content: center
}

.category-main_2 .category-filter .modal-footer button.btn.-uncheck {
    color: #000!important;
    border-color: #000;
    background-color: #fff!important
}

.category-main_2 .category-filter .modal-footer button.btn.-uncheck:hover {
    color: #fff!important;
    border-color: transparent;
    background-color: #fa4616!important
}

.category-main_2 .category-filter .ca-filter {
    color: inherit;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .04em;
    padding-bottom: 19.7px;
    margin-bottom: 19.3px;
    position: relative
}

.category-main_2 .category-filter .ca-accordion-item {
    border: none
}

.category-main_2 .category-filter .ca-accordion-button {
    color: inherit;
    font-family: Helvetica, "Noto Sans JP", MS PGothic, Arial, Hiragino Kaku Gothic ProN, Osaka, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.61;
    text-transform: uppercase;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    box-shadow: none;
    background-color: #fff;
    padding: 0 0 15.5px;
    border-bottom: 2px solid #d8d8d8;
    margin-bottom: 20px
}

.category-main_2 .category-filter .ca-accordion-button-sp-support {
    padding-top: 1rem!important
}

.category-main_2 .category-filter .ca-accordion-button::after,
.category-main_2 .category-filter .ca-accordion-button::before {
    content: "";
    position: absolute;
    right: 1em;
    width: 3px;
    height: .75em;
    background-color: #fa4616;
    transition: all .3s;
    background-image: none
}

.category-main_2 .category-filter .ca-accordion-button::after {
    transform: rotate(90deg)!important
}

.category-main_2 .category-filter .ca-accordion-button:not(.collapsed) {
    color: inherit!important;
    background-color: inherit!important;
    box-shadow: none!important
}

.category-main_2 .category-filter .ca-accordion-button:not(.collapsed)::before {
    transform: rotate(90deg);
    height: .375em
}

.category-main_2 .category-filter .ca-accordion-button:not(.collapsed)::after {
    height: .375em
}

.category-main_2 .category-filter .ca-accordion-button:focus {
    box-shadow: none
}

.category-main_2 .category-filter .ca-accordion-body {
    width: 100%;
    padding: .5rem 2.25rem .5rem .75rem;
    margin-bottom: 0
}

.category-main_2 .category-filter .ca-accordion-body li {
    display: flex;
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

.category-main_2 .category-filter .ca-accordion-body li input[type=checkbox] {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%)
}

.category-main_2 .category-filter .ca-accordion-body li input[type=checkbox]:checked+.checkbox01::after {
    opacity: 1
}

.category-main_2 .category-filter .ca-accordion-body li label.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 0;
    position: relative;
    width: auto
}

.category-main_2 .category-filter .ca-accordion-body li label.checkbox01::before {
    background: #fff;
    border: 2px solid #e6e6e6;
    content: "";
    display: block;
    height: 16px;
    left: 137%;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
    border-radius: 0;
    margin-left: 4px
}

.category-main_2 .category-filter .ca-accordion-body li label.checkbox01::after {
    content: "×";
    text-align: center;
    display: flex;
    height: 0;
    left: 131.5%;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 72%;
    transform: rotate(90deg);
    width: 0;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0
}

.category-pagination {
    width: 100%;
    max-width: 197px;
    display: flex;
    align-items: baseline;
    margin: 80px auto 48px;
    color: inherit
}

.category-pagination .pagination-next,
.category-pagination .pagination-num,
.category-pagination .pagination-prev {
    color: inherit;
    padding-bottom: 2.3px
}

.category-pagination .pagination-next:hover,
.category-pagination .pagination-num:hover,
.category-pagination .pagination-prev:hover {
    background-color: #fff!important
}

.category-pagination .pagination-next:focus,
.category-pagination .pagination-num:focus,
.category-pagination .pagination-prev:focus {
    box-shadow: none;
    background-color: #fff
}

.category-pagination .pagination-num {
    padding: .375rem .35rem 0
}

.category-pagination .page-link-sub {
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.category-pagination .page-item.active .page-link {
    z-index: 1;
    color: inherit;
    background-color: inherit;
    border-bottom: 3px solid #fa4616!important
}

.category-pagination .page-item .page-link {
    color: inherit
}

.category-pagination .page-item-sub {
    margin: 0 12.5px
}

.category-sentence {
    width: 100%;
    max-width: 1140.8px;
    padding: 0 20px;
    margin: 0 auto 37.1px;
    text-align: center
}

.category-sentence p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .04em
}

.accordion-button:not(.collapsed) {
    color: inherit!important;
    background-color: inherit!important;
    box-shadow: none!important
}

#res-spec_detail * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    color: #333;
    width: -webkit-fill-available
}

#res-spec_detail .container:after,
#res-spec_detail .container:before {
    content: " ";
    display: table
}

#res-spec_detail .table {
    --bs-table-striped-bg: rgba(0, 0, 0, 0)
}

#res-spec_detail .table>tbody {
    display: table
}

#res-spec_detail .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

#res-spec_detail .sect {
    margin-bottom: 30px
}

#res-spec_detail p {
    margin: 0 0 .7em!important
}

#res-spec_detail .latest-version-info-date,
#res-spec_detail td,
#res-spec_detail tr {
    white-space: wrap;
    padding-left: 0
}

#res-spec_detail b,
#res-spec_detail strong {
    font-weight: 600
}

#res-spec_detail small {
    font-size: 12.04px;
    color: #333
}

#res-spec_detail table {
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0
}

#res-spec_detail table p {
    font-size: 14px;
    margin: 0 0 15px!important
}

#res-spec_detail h2 {
    font-size: 30px;
    letter-spacing: 8px!important;
    text-indent: 5px;
    text-align: center;
    line-height: 2;
    color: inherit;
    font-weight: 400;
    margin: 1em 0;
    padding: 0
}

#res-spec_detail .table>tbody>tr>td,
#res-spec_detail .table>tbody>tr>th,
#res-spec_detail .table>tfoot>tr>td,
#res-spec_detail .table>tfoot>tr>th,
#res-spec_detail .table>thead>tr>td,
#res-spec_detail .table>thead>tr>th {
    padding-top: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ecf0f1
}

#res-spec_detail .table-bordered tbody tr td {
    border: 1px solid #ccc!important
}

#res-spec_detail .table-bordered tbody tr td.spec_lv0 {
    border-bottom: 1px solid #e2e8e9!important
}

#res-spec_detail .table-bordered tbody tr td.spec_lv2 {
    background: #e5e5e5!important
}

#res-spec_detail td.spec_lv0 {
    padding-left: 5px;
    width: 30%;
    background: #333;
    color: #fff!important
}

#res-spec_detail td.spec_lv1 {
    padding-left: 20px!important;
    background: #555;
    color: #fff
}

#res-spec_detail tbody tr td.spec_lv1 {
    border-bottom: 1px solid #fff!important
}

#res-spec_detail td.spec_lv2 {
    padding-left: 30px!important;
    background: #eee;
    color: #333
}

#res-spec_detail .spec_table {
    table-layout: fixed
}

#res-spec_detail .spec_table .tr-battery {
    width: 30%
}

#res-spec_detail .spec_table .tr-condition {
    width: 50%
}

#res-spec_detail .spec_table .tr-duration {
    width: 20%
}

#res-spec_detail .table-bordered {
    border: 1px solid #ecf0f1
}

#res-spec_detail .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px
}

#res-spec_detail table {
    font-size: 14px;
    white-space: normal;
    -ms-word-break: break-word;
    word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

#res-spec_detail h4 {
    font-size: 28px;
    line-height: 2;
    color: inherit;
    font-weight: 400;
    margin: 1em 0;
    padding: 0;
    text-indent: 0;
    letter-spacing: 0
}

#res-spec_detail #res-os .container {
    font-size: 14px;
    line-height: 2
}

#res-spec_detail #res-os .container h2 {
    font-size: 30px;
    letter-spacing: 8px!important;
    text-indent: 5px
}

#res-spec_detail #res-os .container h4 {
    font-size: 25px;
    line-height: 2;
    line-height: 2;
    color: inherit;
    font-weight: 400;
    margin: 1em 0;
    padding: 0;
    text-indent: 0;
    letter-spacing: 0
}

#res-spec_detail #res-os .container span.label.label-warning {
    background-color: #f9701f;
    display: inline;
    padding: .2em .6em;
    font-size: 95%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0
}

#res-spec_detail .tcj_style h5 {
    font-size: 25px;
    margin: 1em 0;
    line-height: 2
}

#res-media {
    padding-bottom: 70px
}

#res-media .btn {
    border-width: 1px;
    font-weight: 200;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    border-radius: 0;
    padding: 11px 12px 10px;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .2s linear
}

#res-media .btn-download {
    position: relative;
    display: block;
    width: 100%;
    color: #333!important;
    background-color: #fefefe!important;
    border-color: #f5f5f5;
    text-align: left;
    padding-left: 84px;
    white-space: normal;
    -ms-word-break: break-word;
    word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .2s linear;
    font-size: 14px;
    line-height: 2
}

#res-media .btn-download:active,
#res-media .btn-download:focus,
#res-media .btn-download:hover {
    color: #fff!important;
    background-color: #333!important;
    border-color: #333;
    transform: scale(1.02);
    box-shadow: none
}

#res-media .btn.focus,
#res-media .btn:focus,
#res-media .btn:hover {
    color: #fff;
    text-decoration: none
}

#res-media .btn.focus time,
#res-media .btn:focus time,
#res-media .btn:hover time {
    color: #fff;
    text-decoration: none
}

#res-media .btn-download:active .help-block,
#res-media .btn-download:focus .help-block,
#res-media .btn-download:hover .help-block {
    color: #fff
}

#res-media .btn-download .help-block {
    padding-left: 7px
}

#res-media .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #9b9b9b
}

#res-media .btn .label {
    position: relative;
    top: -1px
}

#res-media .label-default {
    background-color: #f5f5f5;
    color: #222
}

#res-media .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 200;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0
}

#res-media .btn-download i.fa-external-link,
#res-media .btn-download i.fa-file-audio-o,
#res-media .btn-download i.fa-file-excel-o,
#res-media .btn-download i.fa-file-image-o,
#res-media .btn-download i.fa-file-movie-o,
#res-media .btn-download i.fa-file-o,
#res-media .btn-download i.fa-file-pdf-o,
#res-media .btn-download i.fa-file-word-o,
#res-media .btn-download i.fa-file-zip-o {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 44px;
    text-align: center
}

#res-media .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#res-media .fa-file-pdf-o:before {
    content: "\f2c1"
}

#res-media .btn-download:active,
#res-media .btn-download:focus,
#res-media .btn-download:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
    transform: scale(1.02)
}

#res-media .btn-download:active .bi,
#res-media .btn-download:active .fa,
#res-media .btn-download:focus .bi,
#res-media .btn-download:focus .fa,
#res-media .btn-download:hover .bi,
#res-media .btn-download:hover .fa {
    color: #fff
}

#res-media .bi::before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 44px;
    text-align: center
}

#newsSect.news-section {
    background: #f5f5f5;
    padding: 30px 0 0;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    color: #333;
    width: 100%;
    height: auto
}

#newsSect.news-section .fa-angle-right:before {
    content: "\f105"
}

#newsSect.news-section .container {
    max-width: 880px
}

#newsSect.news-section .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

#newsSect.news-section .container:after,
#newsSect.news-section .container:before {
    content: " ";
    display: table
}

#newsSect.news-section .section-border {
    border-bottom: 2px solid #eee
}

#newsSect.news-section h2 {
    font-size: 26px;
    letter-spacing: 6px;
    text-indent: 5px;
    line-height: 2;
    color: inherit;
    font-weight: 400;
    margin: 1em 0;
    padding: 0;
    text-align: center
}

#newsSect.news-section .news-list {
    text-align: left
}

#newsSect.news-section .news-item {
    line-height: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    display: table;
    width: 100%
}

#newsSect.news-section .news-item:last-child {
    border-bottom: none
}

#newsSect.news-section .news-date {
    color: #aaa;
    font-size: 12px;
    width: 73px;
    display: table-cell;
    vertical-align: top
}

#newsSect.news-section .news-tag {
    color: #666;
    font-size: 12px;
    width: 140px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: top
}

#newsSect.news-section .news-text,
#newsSect.news-section .news-text a {
    display: table-cell;
    vertical-align: top;
    color: #000;
    line-height: 1.6;
    font-size: 14px;
    background-color: transparent;
    transition: all .2s linear
}

#newsSect.news-section a.news-text:hover {
    color: #999998;
    outline: 0;
    text-decoration: underline!important
}

#newsSect.news-section .btn-more {
    width: 100%;
    margin: 20px auto 40px;
    display: block;
    line-height: 39px;
    height: 41px;
    border: 1px solid #000;
    max-width: 180px;
    text-align: center;
    border-radius: 41px;
    font-size: 14px;
    padding: 0;
    position: relative;
    background: 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #000;
    transition: all .2s linear
}

#newsSect.news-section .btn-more:hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transform: scale(1)
}

#newsSect.news-section .btn-more:hover i {
    color: #fff
}

#newsSect.news-section .btn-more i {
    color: #000;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all .2s linear
}

#js-sticky {
    transition: all .3s
}

#js-sticky.position-sticky {
    top: 59px;
    z-index: 1;
    background-color: #fff;
    height: 100vh;
    max-height: 60px
}

#js-sticky.position-sticky.-top-0 {
    top: -1px;
    transition: all .3s
}

.overview-section {
    max-width: 1154px;
    margin: 0 auto
}

.overview-section-flex {
    max-width: 1154px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    grid-gap: 40px
}

.overview-section-flex h3 {
    font-size: 24px;
    font-weight: 700
}

.overview-section-sp-noflex {
    max-width: 1154px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    grid-gap: 40px
}

.overview-section-sp-noflex h3 {
    font-size: 24px;
    font-weight: 700
}

.w-90 {
    width: 90%!important
}

.w-80 {
    width: 80%!important
}

.w-70 {
    width: 70%!important
}

.w-60 {
    width: 60%!important
}

.w-40 {
    width: 40%!important
}

.w-30 {
    width: 30%!important
}

.w-20 {
    width: 20%!important
}

.w-10 {
    width: 10%!important
}

#___gcse_0 {
    width: 70%;
    z-index: 100;
    text-align: left
}

#functional_list .container {
    max-width: 1154px;
    padding: 40px 30px
}

#functional_list .container h2 {
    font-size: 34px;
    font-weight: 700;
    text-align: center
}

#functional_list .container ul {
    margin: 0;
    margin-bottom: 20px;
    border: 2px solid #eee;
    padding-left: 0!important;
    font-size: 16px;
    line-height: 2;
    color: #333
}

#functional_list .container ul li {
    background: #fff;
    padding: 10px 15px
}

#functional_list .container ul li:nth-of-type(odd) {
    background-color: #eee
}

.subscription-email {
    font-size: 16px;
    font-weight: 700
}

.sold-out {
    display: block
}

.sold-out-alert {
    padding: 15px;
    margin: 30px 0;
    border-radius: 0;
    font-weight: 300;
    background: #fff;
    border: 1px solid #c2041e;
    color: #c2041e
}

.sold-out-alert p.text-center {
    font-size: 20px;
    margin-bottom: 0
}

.warning-area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2030
}

.warning-area .bi {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.warning-area>ul {
    position: relative;
    margin: 0;
    padding: 0
}

.warning-area>ul>li {
    padding: 10px;
    display: table;
    width: 100%;
    color: #fff;
    font-size: 16px;
    position: relative;
    background: #7c878e;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.warning-area>ul>li .warning-icon {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: right;
    color: #000;
    opacity: .3;
    font-size: 20px;
    padding-left: 70px;
    display: table-cell;
    line-height: 1.4
}

.warning-area>ul>li .warning-icon i {
    vertical-align: middle;
    line-height: 40px
}

.warning-area>ul>li .warning-message {
    padding-left: 25px;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 300
}

.warning-area>ul>li .warning-message a {
    font-size: inherit;
    color: #fff;
    text-decoration: underline!important
}

.warning-area>ul>li .warning-accept {
    width: 80px;
    margin-top: -20px;
    max-width: 80px;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4
}

.warning-area>ul>li .warning-accept .btn {
    background-color: #fff!important;
    color: #000!important;
    border-radius: 40px!important;
    margin: 0;
    padding: 0;
    font-size: 15px;
    width: 80px;
    line-height: 40px;
    border: none;
    box-shadow: none!important
}

.warning-area>ul>li .warning-items {
    display: contents
}

.warning-area>ul>li .warning-select {
    width: 80px;
    margin-top: -20px;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4
}

.warning-area>ul>li .warning-select .dropup-center.dropup button.btn.btn-secondary.dropdown-toggle {
    width: 220px;
    float: none;
    display: inline-block;
    margin-left: 0;
    align-items: center;
    background: #fff!important;
    color: #000!important;
    border: none!important;
    border-radius: 40px!important;
    padding: 10px;
    margin: 0;
    line-height: 40px;
    border: none;
    max-height: 40px
}

.warning-area>ul>li .warning-select .dropup-center.dropup button.btn.btn-secondary.dropdown-toggle:hover {
    background: #000!important;
    color: #fff!important
}

.warning-area>ul>li .warning-select .dropup-center.dropup button.btn.btn-secondary.dropdown-toggle .glyphicon {
    background-size: contain;
    width: 54px;
    height: 28px;
    display: block;
    background-position: center;
    top: 6px;
    left: 8px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-right: 10px
}

.warning-area>ul>li .warning-select .dropup-center.dropup button.btn.btn-secondary.dropdown-toggle span {
    margin-bottom: 0!important;
    font-size: 10px
}

.warning-area>ul>li .warning-select .dropup-center.dropup ul.dropdown-menu {
    border-radius: 20px;
    background-color: #f5f5f5;
    overflow: auto;
    width: 100%;
    padding: 0!important
}

.warning-area>ul>li .warning-select .dropup-center.dropup ul.dropdown-menu li a {
    display: flex;
    align-items: center;
    padding: 6.5px 10px;
    transition: all .2s linear
}

.warning-area>ul>li .warning-select .dropup-center.dropup ul.dropdown-menu li a .glyphicon {
    background-size: contain;
    width: 54px;
    height: 28px;
    display: block;
    background-position: center;
    top: 6px;
    left: 8px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-right: 10px
}

.warning-area>ul>li .warning-select .dropup-center.dropup ul.dropdown-menu li a:hover {
    color: #fff;
    background-color: #222
}

.warning-area>ul>li .warning-select .dropup-center.dropup ul.dropdown-menu li a p {
    font-size: 12px;
    margin-bottom: 0!important
}

.warning-area>ul>li .warning-select .dropup .dropdown-toggle::after {
    margin-left: 3.255em
}

.warning-area>ul>li .warning-action {
    width: 40px;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4
}

.warning-area>ul>li .warning-action a {
    line-height: 40px;
    display: block;
    height: 40px;
    text-align: center;
    color: rgba(0, 0, 0, .2);
    border-radius: 20px;
    font-size: 16px
}

.warning-area>ul>li .warning-action a span {
    font-size: 20px;
    font-weight: 900
}

.tag-section {
    padding: 30px 0
}

.tag-section .container nav {
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden
}

.tag-section .container nav .breadcrumb {
    padding-bottom: 10px;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.tag-section .container nav .breadcrumb::-webkit-scrollbar {
    display: none
}

.tag-section .container nav .breadcrumb-item a {
    transition: all .3s
}

.tag-section .container nav .breadcrumb-item a:hover {
    transition: all .3s
}

.tag-section .container nav .breadcrumb-item span {
    padding-left: 5px
}

.tag-section .container nav .breadcrumb-item+.breadcrumb-item::before {
    content: unset
}

.tag-section .container .tag-group {
    font-size: 0;
    margin: 0 auto;
    padding: 20px 0 0;
    min-width: 171px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.tag-section .container .tag-group .tag {
    display: inline-block;
    margin-bottom: 10px;
    font-size: unset;
    line-height: unset;
    border-radius: unset;
    text-align: center;
    width: unset
}

.tag-section .container .tag-group .tag a {
    padding: 5px 10px;
    background: #333;
    color: #f5f5f5;
    margin: 0 5px;
    font-size: 12px;
    display: flex;
    align-items: center
}

.tag-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3.5px
}

#back-top.btn-backtop {
    display: block;
    background-color: rgba(51, 51, 51, .9)!important;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 45px;
    line-height: 20px;
    border: none;
    border-bottom: 5px solid #000;
    z-index: 2020;
    margin: 0;
    font-size: 11px;
    font-weight: 200;
    padding: 11px 12px 10px
}

#back-top.btn-backtop:focus {
    box-shadow: none
}

.-category-wrapper .category-content {
    padding: 60px 0;
    margin-top: 0;
    background-color: #96a1a7
}

.support__search {
    overflow-x: hidden;
    background-color: #7c878e;
    padding: 80px 30px 120px
}

.support__search * {
    transition: all .3s
}

.support__search-upper {
    padding: 45px 30px;
    background-color: #000;
    color: #fff
}

.support__search-upper-title {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto
}

.support__search-upper-title h1 {
    font-size: 50px;
    line-height: 1.4;
    margin: 0;
    text-align: center
}

.support__search-upper-title p {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.4;
    font-weight: 200;
    text-align: center
}

.support__search-breadcrumb {
    margin-right: auto;
    margin-left: auto;
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

.support__search-breadcrumb nav .breadcrumb {
    margin-bottom: 0
}

.support__search-breadcrumb nav .breadcrumb-item {
    font-weight: 400;
    font-size: 18px
}

.support__search-breadcrumb nav .breadcrumb-item::before {
    color: #9b9b9b;
    padding-right: 10px
}

.support__search-breadcrumb nav .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px
}

.support__search-breadcrumb nav .breadcrumb-item a {
    color: #000
}

.support__search-breadcrumb nav .breadcrumb-item.active {
    color: #9b9b9b
}

.support__search .search-area {
    overflow-x: hidden;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: baseline
}

.support__search .search-area p {
    margin-bottom: 0;
    display: flex;
    padding: 10px 30px 10px 15px;
    line-height: 1;
    font-size: 20px;
    position: relative;
    align-items: center;
    width: 30%;
    flex-wrap: wrap;
    padding-right: 80px;
    text-align: left
}

.support__search .search-area p i {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 20px;
    line-height: 20px;
    position: absolute;
    right: 50px;
    border-radius: 50%
}

.support__search .search-area .select2-container {
    width: 70%!important
}

.support__product-info {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.support__product-info img {
    width: 100%;
    max-width: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 16/5
}

.support__product-info h2 {
    margin-bottom: 0;
    margin-left: 30px
}

.support__result.-gray {
    background-color: #e6e6e6
}

.support__result-wrapper {
    width: 100%;
    max-width: 1140px;
    padding: 55px 30px;
    margin: 0 auto
}

.support__result-wrapper h3 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px
}

.support__result-wrapper-inner+.support__result-wrapper-inner {
    margin-top: 40px
}

.support__result-wrapper-inner h4 {
    font-size: 30px;
    margin-bottom: 20px
}

.support__result-wrapper-inner p {
    font-size: 18px;
    margin: 0 auto;
    padding-bottom: .5rem;
    border-bottom: solid 2px #7d888e
}

.support__result-wrapper-inner-details,
.support__result-wrapper-inner.-media {
    display: flex;
    margin: 0 auto;
    padding-bottom: .5rem;
    border-bottom: solid 2px #7d888e;
    margin-top: 20px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.support__result-wrapper-inner-details::-webkit-scrollbar,
.support__result-wrapper-inner.-media::-webkit-scrollbar {
    display: none
}

.support__result-wrapper-inner-details h4,
.support__result-wrapper-inner-details h5,
.support__result-wrapper-inner.-media h4,
.support__result-wrapper-inner.-media h5 {
    width: 55%;
    font-size: 18px;
    margin-bottom: 0;
    padding: .5rem .5rem 0
}

.support__result-wrapper-inner-details p,
.support__result-wrapper-inner.-media p {
    width: 22.5%;
    font-size: 18px;
    margin: unset;
    padding: .5rem .5rem 0;
    padding-bottom: 0;
    border-bottom: unset
}

.support__result-wrapper-inner.-document h4 {
    margin-bottom: 0
}

html {
    font-size: 18px;
    margin: 0;
    padding: 0
}

body {
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    font-family: Helvetica!important
}

body.modal-open {
    padding-right: 0!important
}

.content {
    margin-top: 60px;
    overflow: clip
}

a {
    font-size: 18px;
    text-decoration: none!important
}

a:hover {
    text-decoration: none!important
}

p {
    font-size: 18px
}

img {
    height: auto
}

ul {
    list-style: none
}

.btn {
    color: #fff!important;
    background-color: #fa4616!important;
    border-radius: 0!important
}

.btn:hover {
    background-color: #7d888e!important
}

.btn-secondary {
    color: #fa4616!important;
    background-color: #fff!important;
    border-radius: 0!important;
    border: 1px solid #fa4616!important;
    padding: .375rem .75rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5
}

.btn-support {
    border: 1.5px solid #fff;
    color: #fff;
    padding: 8px 30px 8px 12px;
    letter-spacing: .04em
}

.graymask {
    position: relative
}

.graymask:before {
    content: '';
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all .3s
}

.graymask:hover:before {
    opacity: 1
}

.list {
    margin: 0 auto;
    max-width: 900px;
    padding: 100px
}

.list p {
    text-align: center;
    margin-bottom: 10px!important;
    font-weight: 700
}

.list ul {
    padding-left: 0;
    padding: 0 1rem
}

.list li {
    margin-bottom: 50px
}

.list-anchor {
    width: 240px;
    text-align: center;
    color: #fff;
    background-color: #7d888e;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    border: 1px solid #7d888e
}

.list-anchor:hover {
    color: #7d888e;
    background-color: #fff;
    border: 1px solid #7d888e
}

.container-fluid {
    padding-left: 0!important;
    padding-right: 0!important
}

figure {
    margin-bottom: 0!important
}

.slick-dots {
    bottom: -20px
}

.nav-tabs {
    border-bottom: none!important
}

.nav-link .nav-tabs.active {
    border: none!important
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent!important
}

.nav-link {
    position: relative
}

.nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    z-index: -1;
    height: 3px;
    width: calc(100% - 33px);
    background: #fa4616;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s
}

.nav-link:hover::after {
    transform: scale(1, 1)
}

.nav-link.active::after {
    transform: scale(1, 1)
}

.navbar-toggler:focus {
    box-shadow: none!important
}

.navbar-toggler-icon {
    position: relative;
    width: 24px!important;
    height: 24px!important;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: none!important
}

.navbar-toggler-icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    background-color: #000;
    border-radius: 20px
}

.navbar-toggler-icon span:nth-of-type(1) {
    top: 0
}

.navbar-toggler-icon span:nth-of-type(2) {
    top: 0
}

.navbar-toggler-icon span:nth-of-type(3) {
    top: 0
}

.navbar-toggler-icon[aria-expanded=true] span:nth-of-type(1) {
    top: 5px;
    transform: rotate(45deg)
}

.navbar-toggler-icon[aria-expanded=true] span:nth-of-type(2) {
    opacity: 0
}

.navbar-toggler-icon[aria-expanded=true] span:nth-of-type(3) {
    top: -9px;
    transform: rotate(-45deg)
}

.row {
    --bs-gutter-x: 0rem!important
}

.modal-dialog {
    max-width: 790px!important
}

@media (min-width: 641px) {
    .only-sp {
        display: none!important
    }
}

@media screen and (min-width: 768px) {
    #newsSect.news-section .container {
        width: 750px
    }
}

@media screen and (min-width: 960px) {
    .button-support {
        display: none!important
    }
}

@media screen and (min-width: 992px) {
    #newsSect.news-section .container {
        width: 970px
    }
}

@media screen and (min-width: 1100px) {
    .ac-support {
        padding: 1rem 1.25rem 1rem 1.25rem
    }
}

@media (min-width: 1200px) {
    #res-spec_detail .container,
    #res-spec_detail .container-lg,
    #res-spec_detail .container-md,
    #res-spec_detail .container-sm,
    #res-spec_detail .container-xl {
        max-width: 1140px
    }
}

@media screen and (min-width: 1200px) {
    #newsSect.news-section .container {
        width: 1140px
    }
}

@media (max-width: 1400px) {
    .overview-support-right {
        position: initial;
        max-width: 100%
    }
    .overview-support-left {
        position: relative;
        display: none
    }
}

@media screen and (max-width: 1300px) {
    .category-products {
        grid-template-columns: 1fr 1fr
    }
    .category-main_1 button.-only-sp {
        display: block
    }
    .category-main_2 .category-filter.-only-pc {
        display: none
    }
}

@media (max-width: 1200px) {
    .footer-divide {
        border-right: none;
        border-bottom: 1px solid #4e4e4e;
        margin-bottom: 30px;
        padding-bottom: 40px
    }
    .footer-global {
        padding: 40px 6.5px
    }
    .footer-left {
        padding-right: 0
    }
    .footer-logo img {
        max-width: 80%
    }
    .footer-links {
        padding-left: 0
    }
    .footer-links-item {
        margin-right: 0;
        margin-bottom: 30px
    }
    .footer-links h3 {
        font-size: 16px
    }
    .footer-bottom ul {
        flex-direction: column;
        text-align: center
    }
    .footer-bottom li {
        margin-bottom: 17px
    }
    .footer-bottom li+li {
        border-left: none;
        padding-left: 0;
        margin-left: 10px
    }
    .footer-bottom a,
    .footer-bottom button {
        font-size: 16px
    }
}

@media (max-width: 1150px) {
    .header-search-form input {
        width: 15vw
    }
}

@media screen and (max-width: 1100px) {
    .btn-only-sp,
    .only-sp-1100 {
        display: block!important
    }
    .btob-about-img {
        margin: 0 auto
    }
    .btob-information-wrapper-1 {
        padding-top: 37.7px;
        padding-bottom: 53.3px
    }
    .information-wrapper-title {
        margin-bottom: .65rem
    }
    .information-wrapper-title-h2 {
        margin-bottom: .65rem
    }
    .btob-information-white-1 {
        padding-top: 37.7px;
        padding-bottom: 53.3px
    }
    .btob-information-white-1 td,
    .btob-information-white-1 th {
        padding: 1rem 4.5rem 1rem 0!important
    }
    .documents-table th {
        padding-left: 0!important
    }
    .h3-support {
        padding-top: 1rem
    }
    .information-tabs {
        display: flex!important;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }
    td,
    tr {
        white-space: nowrap;
        padding-left: 0
    }
    td,
    th {
        padding: 1rem 5.5rem 1rem 0!important
    }
    .table-test .tr {
        white-space: nowrap;
        overflow-x: scroll
    }
    .table-test .latest-version-info-date {
        white-space: nowrap;
        padding-left: 0
    }
    .table-test .latest-version-info-detail {
        max-width: inherit
    }
    .btob-information-about {
        flex-direction: column;
        padding-top: 9px;
        padding-bottom: 25px
    }
    .latest-version-info-title {
        padding-left: 0
    }
    .latest-version-info-name {
        padding-left: 0
    }
    .latest-version-info-p {
        padding-left: 0
    }
    .right-information {
        max-width: 785.72px;
        padding-top: 19.8px
    }
    .right-information .latest-version-info-date {
        padding-left: 0
    }
    .btob-intros .btob-intro .btob-sentence-img-support {
        height: auto
    }
    .btob-intros .btob-intro {
        flex-direction: column;
        margin-top: 10px;
        padding-right: 0;
        padding-left: 0
    }
    .btob-intros .btob-intro .btob-sentence-img {
        margin-right: 0;
        margin-bottom: 38.8px
    }
    .btob-intros .btob-intro .btob-sentence-1 {
        font-size: 25px;
        line-height: 1.28
    }
    .btob-intros .btob-intro .btob-sentence-2 {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
    .btob-intros .btob-intro .read-more {
        font-size: 18px;
        line-height: 1.77;
        color: inherit;
        text-decoration: underline!important
    }
    .btob-intros .btob-intro-last {
        margin-bottom: 38px
    }
    .btob-intros-dark {
        background-color: #000;
        color: #fff
    }
    .btob-intros-dark-2 {
        background-image: none;
        background-color: #fff!important
    }
    .btob-intros-dark .btob-intro-d-p {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .pair-with {
        margin-top: 15.7px
    }
    .pair-with .pair-title {
        font-size: 25px;
        line-height: 1.08;
        text-transform: uppercase;
        margin-bottom: 25.2px
    }
    .overview-head-item-sub-support {
        padding: 0 20px;
        margin-bottom: 16.9px
    }
    .overview-head-item-subtitle {
        margin-bottom: 27.2px
    }
    .resources-btns-white {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .resources-btns-white .resources-btn-white {
        max-width: 102px
    }
    .overview-head-item-btns-btob {
        padding-bottom: 19.5px;
        border-bottom: 2px solid #ebebeb;
        flex-direction: column
    }
    .btob-slide {
        padding-bottom: 70px
    }
    .btob-slide .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 0;
        height: 0;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: 0 0
    }
    .btob-slide .slick-dots li button:before {
        content: "";
        width: 10px!important;
        height: 10px!important;
        background: #fff;
        border: 1px solid #000;
        opacity: 1!important;
        color: transparent!important;
        border-radius: 100%!important
    }
    .btob-slide .slick-dots li.slick-active button:before {
        background: #000
    }
    .btob-slide .slick-dots-support {
        margin-bottom: 40px
    }
    .btob-slide .slider {
        width: 94%;
        margin: 0 auto
    }
    .btob-slide .slider img {
        width: 60vw;
        height: auto
    }
    .btob-slide .slider .slick-slide {
        transform: scale(.8);
        transition: all .5s;
        opacity: .5
    }
    .btob-slide .slider .slick-slide.slick-center {
        transform: scale(1);
        opacity: 1
    }
    .btob-slide .slick-next,
    .btob-slide .slick-prev {
        position: absolute;
        top: 42%;
        cursor: pointer;
        outline: 0;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        height: 15px;
        width: 15px
    }
    .btob-slide .slick-prev {
        left: -1.5%;
        transform: rotate(-135deg)
    }
    .btob-slide .slick-next {
        right: -1.5%;
        transform: rotate(45deg)
    }
    .btob-slide .slick-dots {
        text-align: center;
        margin: 20px 0 0 0
    }
    .btob-slide .slick-dots li {
        display: inline-block;
        margin: 0 2.5px
    }
    .btob-slide .slick-dots button {
        color: transparent;
        outline: 0;
        width: 8px;
        height: 8px;
        display: block;
        border-radius: 50%;
        background: #ccc
    }
    .btob-slide .slick-dots .slick-active button {
        background: #333
    }
    .btob-slide ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    .btob-slide a {
        color: #333
    }
    .btob-slide a:active,
    .btob-slide a:hover {
        text-decoration: none
    }
    .section-featured .slick-slide {
        height: 100%
    }
    .section-featured .section-featured-prev-rev {
        transform: rotate(180deg)
    }
    .section-featured .btob-slider-detail {
        background-color: #fff;
        padding: 0 0!important
    }
    .section-featured .btob-slider-detail img {
        height: auto!important
    }
    .btob-resources {
        background-color: #7e898f;
        color: #fff;
        padding-top: 38.3px;
        padding-bottom: 35.3px
    }
    .btob-resources .overview-resources {
        font-size: 35px
    }
    .btob-resources .resources-btn {
        font-size: 20px;
        color: #fffefe;
        line-height: 1.135
    }
    .btob-resources .resources-btn .resources-btn:hover {
        color: #fffefe!important
    }
    .btob-resources .resources-btn img {
        max-width: 70px
    }
    #nav-support td,
    #nav-support th {
        padding: 8px!important
    }
    .category-main_1 #filtertModal.modal .category-filter {
        max-width: 100%;
        margin: 0 auto
    }
    .category-main_1 #filtertModal.modal .category-filter .ca-accordion-body {
        width: 100%;
        max-width: 97%;
        margin-bottom: 0
    }
    .category-main_2 .category-filter {
        max-width: 100%;
        margin: 0 auto
    }
    .category-main_2 .category-filter .ca-accordion-body {
        width: 100%;
        max-width: 97%;
        margin-bottom: 0
    }
    #res-spec_detail td,
    #res-spec_detail th {
        padding: 8px!important
    }
    #res-spec_detail h2 {
        letter-spacing: 0
    }
}

@media screen and (max-width: 1100px) and (max-width:994px) {
    .resources-btns {
        display: grid!important;
        gap: 35px
    }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
    .section-hot {
        padding: 60px 20px;
    }
}

@media (max-width: 960px) {
    .header {
        background-color: #7d888e
    }
    .header-inner {
        display: none!important
    }
    .header-inner-sp {
        display: block
    }
    .header-menu {
        display: none
    }
    .header-search {
        display: block;
        position: unset;
        margin-bottom: 37px;
        margin-right: 0
    }
    .header-search #search-wrap.search-wrap form {
        display: unset
    }
    .header-search-form {
        margin-right: 0
    }
    .header-search-form input {
        width: 100%
    }
    .header-nav-language .dropdown-menu {
        min-width: 60px;
        transform: translate3d(20px, 26px, 0)!important
    }
    .mega-content {
        top: 0
    }
    .mega-content-wrap {
        padding: 0 0
    }
    .mega-content-wrap .mega-close-btn {
        background-color: #000;
        width: 50px;
        height: auto;
        border-radius: 50%
    }
    .nav {
        display: block!important
    }
    .section-hero img {
        max-width: 100%;
        background-color: #000
    }
    .section-hero-slider {
        margin-bottom: 30px!important
    }
    .section-hero-image {
        height: auto
    }
    .section-hero-head.white {
        color: #fff;
        background: #000
    }
    .section-hero-head.black {
        background: #000
    }
    .section-hero-head.transparent {
        color: #fff;
        background: #000
    }
    .section-hero-head.x-center.y-center {
        bottom: 0;
        left: 0;
        transform: unset!important
    }
    .section-hero-head.x-center {
        left: 0;
        transform: unset
    }
    .section-hero-head.x-right {
        right: 0
    }
    .section-hero-head.y-center {
        bottom: 0;
        transform: unset!important
    }
    .section-hero-head.y-top {
        bottom: 0;
        top: unset;
        transform: unset!important
    }
    .section-hero-head {
        bottom: 0;
        left: 0;
        padding: 10px;
        margin: 0;
        position: relative;
        width: 100%;
        max-width: unset
    }
    .section-hero-head-title h2 {
        font-size: 30px!important
    }
    .section-notice {
        padding: 20px
    }
    .section-notice-title {
        margin-bottom: 0
    }
    .section-notice-title h2 {
        font-size: 35px
    }
    .section-notice-text {
        margin-bottom: 0
    }
    .section-headline {
        margin: 0
    }
    .section-headline-card {
        padding: 0!important;
        max-height: 300px
    }
    .section-collection {
        margin: 30px 0
    }
    .section-collection-slider {
        margin-left: 0
    }
    .section-collection-slider h4 {
        font-size: 1rem
    }
    .section-collection-next {
        width: 50px;
        top: 30%;
        right: 1%
    }
    .section-collection-prev {
        width: 50px;
        top: 30%;
        left: 1%
    }
    .section-featured {
        margin: 30px 0
    }
    .section-featured-slider {
        margin-left: 0
    }
    .section-featured-title {
        font-size: 31.5px
    }
    .section-featured-price h4 {
        font-size: 1rem
    }
    .section-featured-next {
        width: 50px;
        top: 55%;
        right: 1%
    }
    .section-featured-prev {
        width: 50px;
        top: 55%;
        left: 1%
    }
    .section-hot {
        padding: 30px 20px
    }
    .section-hot-text {
        font-size: 18px
    }
    .section-hot-slider-left {
        max-height: 390px
    }
    .section-hot-slider-top {
        max-height: 190px
    }
    .section-hot-slider-bottom {
        max-height: 200px
    }
    .section-hot-news-btn {
        bottom: -30px;
        margin-right: 8px!important;
        padding: .1rem .75rem
    }
    .top-hero-slider {
        margin-bottom: 75px!important
    }
    .top-hero-slider .slick-dots {
        bottom: -45px
    }
    .detail-hero-title {
        bottom: 20px;
        left: 20px;
        position: initial;
        max-width: unset
    }
    .detail-hero-title h2 {
        max-width: 100%;
        padding: 15px 30px;
        background-color: #7d888e!important;
        margin-bottom: 0
    }
    .detail-hero-title a {
        margin-left: 30px
    }
    .overview-head-slider {
        padding: 20px 0 0 0!important
    }
    .overview-head-slider-for {
        margin-top: 0
    }
    .overview-head-slider-for img {
        padding: 0 30px
    }
    .overview-head-slider-nav {
        padding: 0 30px
    }
    .overview-head-slider-next {
        width: 40px;
        top: 50%;
        right: 20px
    }
    .overview-head-slider-prev {
        width: 40px;
        top: 50%;
        left: 20px
    }
    .overview-head-item {
        padding-left: 0!important;
        padding: 0!important
    }
    .overview-head-item-detail {
        max-width: 100%;
        padding: 30px
    }
    .overview-operation {
        padding: 40px 20px
    }
    .overview-operation-inner {
        flex-direction: column-reverse;
        display: flex
    }
    .overview-operation-dsc {
        margin-right: 0
    }
    .overview-feature {
        padding: 20px 0
    }
    .overview-feature-photo {
        width: 100%
    }
    .overview-feature-reverse {
        flex-direction: column-reverse;
        display: flex
    }
    .overview-feature-dsc {
        width: 100%;
        margin-top: 10px
    }
    .overview-feature-dsc p {
        line-height: 1.5
    }
    .overview-feature-slider .slick-list {
        padding-left: 0!important
    }
    .overview-find {
        padding: 40px 20px
    }
    .overview-find-flex {
        text-align: center
    }
    .overview-find-flex img {
        max-width: 100%;
        width: 60%
    }
    .overview-find-dsc {
        margin-left: 0;
        text-align: left
    }
    .overview-buy-featured {
        padding: 20px 30px
    }
    .overview-items {
        padding: 40px 20px
    }
    .overview-items-title {
        font-size: 25px
    }
    .overview-items .slick-slide {
        padding: 0 15px
    }
    .overview-related-title {
        font-size: 25px
    }
    .overview-related .slick-slide {
        padding: 0 5px
    }
    .overview-support {
        padding: 40px 20px
    }
    .overview-support-dsc h2 {
        text-align: center
    }
    .overview-support-dsc a,
    .overview-support-dsc button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        margin: 0 auto
    }
    .overview-support-text p {
        text-align: center
    }
    .overview-video-slider-for {
        max-width: 100%;
        padding: 0 20px
    }
    .overview-video-slider-nav .slick-slide {
        margin: 0 7px
    }
    .overview-others {
        margin-top: 20px
    }
    .overview-others-next {
        width: 40px;
        top: 31%;
        right: 8%
    }
    .overview-others-prev {
        width: 40px;
        top: 31%;
        left: 8%
    }
    .overview-others .slick-slide {
        max-width: 100%
    }
    .overview-others .slick-list {
        padding-left: 30px!important
    }
    .overview-modal-content {
        flex-direction: column!important
    }
    .overview-modal-content img {
        margin-right: 0;
        width: 100%
    }
    .overview-modal-content button {
        top: -1vh;
        right: 1vw;
        font-size: 50px;
        width: 100px;
        height: 100px;
        background-color: transparent!important;
        color: rgba(181, 181, 181, .75)!important
    }
    .overview-modal-content button:hover {
        background-color: transparent!important
    }
    .overview-modal-dsc {
        width: 100%
    }
    .btob-intros-dark .btob-intro-d-p {
        max-width: 100%
    }
    .overview-feature-reverse {
        flex-direction: unset!important;
        display: flex
    }
    #js-sticky.position-sticky {
        top: 59px;
        height: inherit;
        max-height: 100%
    }
    .overview-section {
        padding: 0 30px
    }
    .overview-section-flex {
        padding: 0 30px;
        grid-gap: 30px
    }
    .overview-section-sp-noflex {
        flex-direction: column;
        padding: 0 30px;
        grid-gap: 30px
    }
    .overview-section-sp-noflex.spreverse {
        flex-direction: column-reverse
    }
    .tag-section .container {
        padding: 0 30px;
        max-width: 100%
    }
    .content {
        margin-top: 60px
    }
}

@media screen and (max-width: 960px) {
    .header-search #search-wrap.search-wrap .search-type .search-type .select2-container {
        width: 100%!important
    }
    .header-nav.active #search-wrap-sp.search-wrap .search-type .select2-container,
    .header-nav.active #search-wrap-sp.search-wrap .search-type select {
        width: 100%!important
    }
    .section-hero-slider .figure-wrapper {
        position: relative;
        padding-bottom: 0;
        padding-top: 0;
        height: unset;
        overflow: unset
    }
    .section-hero-slider .figure-wrapper .yt-frame {
        position: inherit;
        height: 70vh
    }
    .section-hero-slider .figure-wrapper .yt-frame img {
        display: block
    }
    .top-hero-slider.only-pc {
        display: none!important
    }
    .top-hero-slider.only-sp {
        display: block!important
    }
    .overview-head-item-btn {
        margin-right: auto
    }
    a.anchor {
        padding-top: 145px;
        margin-top: -145px
    }
    .btn-only-pc {
        display: none!important
    }
    .btob-about-img {
        display: none
    }
    .right-information {
        font-size: 26px
    }
    .detail-nav-titles {
        width: 100%
    }
    .detail-nav-titles a {
        display: block
    }
    .detail-nav.direction-960 {
        flex-direction: column
    }
    .detail-nav.direction-960 h4 {
        margin-right: auto!important
    }
    .overview-head-item-detail .resources-btns-white .resources-btns {
        gap: 5px 5px;
        grid-template-columns: 60px 60px 60px 60px 60px
    }
    .overview-head-item-detail .resources-btns-white .resources-btns .resources-btn-white-img {
        max-width: 60px
    }
    .com-ca-title {
        font-size: 35px;
        line-height: 1.142
    }
    .new-search {
        margin: 0 auto!important;
        margin-right: 0;
        padding-bottom: 11.1px
    }
    .result-search-forms {
        flex-direction: column
    }
    .result-search-forms .result-search-form {
        padding-left: 65px;
        padding-right: 65px
    }
    .result-title {
        padding-left: 0
    }
    .result-hr {
        width: 100%
    }
    .result-img {
        background-color: #e6e6e6
    }
    .result-img img {
        width: 50%!important;
        display: flex;
        margin: 0 auto
    }
    .category-introduction {
        padding: 60px 20px
    }
    .category-products {
        grid-template-columns: 1fr
    }
    #res-spec_detail h2 {
        letter-spacing: 0!important
    }
    #res-spec_detail #res-os .container h2 {
        letter-spacing: 0!important
    }
    #___gcse_1 {
        width: 100%;
        z-index: 100;
        text-align: left
    }
    #___gcse_1 td,
    #___gcse_1 th {
        padding: 5px 9px 4px 9px!important
    }
    .gsib_a {
        padding: 5px 9px 4px 9px!important
    }
    .warning-area>ul>li {
        padding: 5px 10px;
        font-size: 12px
    }
    .warning-area>ul>li .warning-items {
        display: flex;
        flex-direction: column
    }
    .warning-area>ul>li .warning-select {
        margin-top: 0;
        padding: 10px 0 5px 25px;
        width: unset
    }
    .warning-area>ul>li .warning-select .dropup-center.dropup button.btn.btn-secondary.dropdown-toggle {
        width: 100%
    }
    .warning-area>ul>li .warning-select .dropup .dropdown-toggle::after {
        margin-left: auto
    }
    .-category-wrapper .category-content-items {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px
    }
    .-category-wrapper .category-content-items.mt-30 {
        margin-top: 45px!important
    }
    .support__search {
        padding: 40px 30px 60px
    }
    .support__search .search-area {
        flex-direction: column
    }
    .support__search .search-area p {
        width: 100%;
        padding: 10px 0;
        margin-bottom: 18px
    }
    .support__search .search-area p i {
        display: none
    }
    .support__search .search-area .select2-container {
        width: 100%!important
    }
    .support__product-info {
        flex-direction: column
    }
    .support__product-info h2 {
        margin-top: 50px;
        margin-left: 0
    }
    .support__result-wrapper-inner-details h4,
    .support__result-wrapper-inner-details h5,
    .support__result-wrapper-inner.-media h4,
    .support__result-wrapper-inner.-media h5 {
        width: 100%;
        white-space: nowrap
    }
    .support__result-wrapper-inner-details p,
    .support__result-wrapper-inner.-media p {
        width: 100%;
        white-space: nowrap
    }
    .navbar-toggler-icon {
        display: block!important
    }
}

@media screen and (max-width: 787px) {
    .dealer-btn {
        position: relative
    }
    .result-inner {
        padding-top: 20.1px!important;
        padding-bottom: 19.8px!important
    }
    .results-for {
        font-size: 16px!important;
        line-height: .94!important;
        padding-bottom: 10.2px!important
    }
    .searched-name {
        font-size: 35px!important;
        line-height: 1.42!important;
        padding-bottom: 11.8px!important
    }
    .result-btn {
        padding-bottom: 30px
    }
    .result-title {
        padding-top: 10.3px;
        margin-bottom: 26.7px
    }
    .result-presses {
        padding-bottom: 5px;
        margin-bottom: 15px
    }
    .category-pagination {
        margin: 0 auto 22px
    }
}

@media screen and (max-width: 768px) {
    .nav.nav-tabs {
        margin: 10px auto 10px 0
    }
    .detail-nav-title {
        max-width: unset
    }
    .detail-nav .nav-link.link-support {
        margin: 0 0 0 -1rem!important;
        font-size: 3.15vw
    }
    .overview-head-slider {
        position: relative!important;
        height: auto;
        top: 0
    }
    .-category-wrapper .category-content-links {
        flex-direction: column;
        text-align: center
    }
    .-category-wrapper .category-content-links a {
        margin: 5px 0
    }
}

@media (max-width: 768px) {
    .section-hot {
        padding-bottom: 35px
    }
    .section-hot-news-btn {
        bottom: -35px;
        margin-right: 0!important
    }
}

@media (max-width: 767px) {
    .overview-feature-reverse {
        flex-direction: column-reverse!important
    }
    #newsSect.news-section h2 {
        font-size: 16px;
        letter-spacing: 2px
    }
    #newsSect.news-section .news-item {
        padding: 4% 0;
        line-height: 1.6;
        font-size: .8em
    }
    #newsSect.news-section .news-tag {
        padding-left: 10px
    }
    #newsSect.news-section .news-date {
        padding-right: 10px
    }
    #newsSect.news-section .news-date,
    #newsSect.news-section .news-tag {
        font-size: 11.2px;
        line-height: 1;
        display: inline;
        color: #aaa;
        position: relative
    }
    #newsSect.news-section .news-text,
    #newsSect.news-section .news-text a {
        display: block;
        width: 100%;
        text-decoration: underline!important;
        font-size: 11.2px
    }
    #newsSect.news-section .btn-more {
        font-size: 11.2px;
        line-height: 3.2;
        height: 3.2em;
        padding: 0;
        margin: 1.7em auto
    }
    #newsSect.news-section {
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    #res-spec_detail * {
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400;
        color: #333
    }
    #res-spec_detail .h2,
    #res-spec_detail h2 {
        font-size: 19.6px;
        text-align: center
    }
    #res-spec_detail .h5,
    #res-spec_detail h5 {
        font-size: 15.4px;
        text-align: left
    }
    #res-spec_detail b,
    #res-spec_detail strong {
        font-weight: 600;
        line-height: 1.42857143
    }
    #res-spec_detail .h1,
    #res-spec_detail .h2,
    #res-spec_detail .h3,
    #res-spec_detail .h4,
    #res-spec_detail .h5,
    #res-spec_detail .h6,
    #res-spec_detail h1,
    #res-spec_detail h2,
    #res-spec_detail h3,
    #res-spec_detail h4,
    #res-spec_detail h5,
    #res-spec_detail h6 {
        line-height: 2;
        color: inherit;
        font-weight: 400;
        margin: 1em 0;
        padding: 0;
        text-indent: 0;
        letter-spacing: 0
    }
    #res-spec_detail .container,
    #res-spec_detail .container-fluid {
        max-width: 100%!important;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px
    }
    #res-spec_detail table {
        font-size: 10px!important;
        white-space: normal;
        -ms-word-break: break-word;
        word-break: break-word;
        word-break: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
    #res-spec_detail .table>tbody>tr>td,
    #res-spec_detail .table>tbody>tr>th,
    #res-spec_detail .table>tfoot>tr>td,
    #res-spec_detail .table>tfoot>tr>th,
    #res-spec_detail .table>thead>tr>td,
    #res-spec_detail .table>thead>tr>th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ecf0f1
    }
    #res-spec_detail table small {
        font-size: 10px!important;
        line-height: 1.42857143
    }
    #res-spec_detail td.spec_lv0 {
        padding-left: 5px!important;
        width: 30%!important;
        background: #333;
        color: #fff!important
    }
    #res-spec_detail td.spec_lv1 {
        padding-left: 5px!important;
        background: #555;
        color: #fff
    }
    #res-spec_detail td.spec_lv2 {
        padding-left: 5px!important;
        background: #eee;
        color: #333
    }
    #res-spec_detail table p {
        font-size: 10px;
        margin: 0 0 .7em!important;
        line-height: 1.42857143
    }
    #res-spec_detail small {
        font-size: 12.04px!important;
        line-height: 2
    }
    #res-spec_detail .tcj_style h5 {
        font-size: 16.8px
    }
}

@media (max-width: 640px) {
    .select2-results__option {
        font-size: 16px
    }
    .input--error .select2.select2-container--default .select2-selection--single,
    .input--error input,
    .input--error select,
    .input--error textarea,
    .input--error~.select2.select2-container--default .select2-selection--single,
    .select2.select2-container--default .select2-selection--single,
    .val_input,
    .val_input--error,
    input.input,
    input.input--error,
    select.input,
    select.input--error,
    textarea.input,
    textarea.input--error {
        border-radius: 2px;
        font-size: 16px;
        padding: 8px 10px
    }
    .formitem {
        display: block;
        margin: 20px 15px 0
    }
    .formitem dt {
        margin-bottom: 5px
    }
    .label {
        height: auto;
        font-size: 16px;
        line-height: 1.75
    }
    input.input--zip,
    select.input--zip,
    textarea.input--zip {
        width: 100px
    }
    .inputwrapper .input {
        width: calc(100% - 20px)
    }
    .checkwrapper label,
    .radiowrapper label {
        font-size: 16px
    }
    input[type=radio]+label:before {
        width: 20px;
        height: 20px
    }
    input[type=radio]:checked+label::after {
        width: 20px;
        height: 20px;
        transform: scale(60%)
    }
    .only-pc {
        display: none!important
    }
}

@media screen and (max-width: 410px) {
    .overview-head-item-btn {
        padding: 0 10px!important
    }
}


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