@charset "UTF-8";

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


/*
このサイトでのみ使用したいmixinはここへ記述してください
*/

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

@media (max-width: 640px) {
    .select2-results__option {
        font-size: 16px;
    }
}

.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;
}

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

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

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

@media (max-width: 640px) {

    .val_input,
    .select2.select2-container--default .select2-selection--single,
    .val_input--error,
    .input--error~.select2.select2-container--default .select2-selection--single,
    .input--error .select2.select2-container--default .select2-selection--single,
    select.input--error,
    input.input--error,
    textarea.input--error,
    .input--error input,
    .input--error select,
    .input--error textarea,
    select.input,
    input.input,
    textarea.input {
        border-radius: 2px;
        font-size: 16px;
        padding: 8px 10px;
    }
}

.val_input--error,
.input--error~.select2.select2-container--default .select2-selection--single,
.input--error .select2.select2-container--default .select2-selection--single,
select.input--error,
input.input--error,
textarea.input--error,
.input--error input,
.input--error select,
.input--error textarea {
    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;
}

@media (max-width: 640px) {
    .formitem {
        display: block;
        margin: 20px 15px 0;
    }
}

.formitem dt {
    flex-basis: 200px;
}

@media (max-width: 640px) {
    .formitem dt {
        margin-bottom: 5px;
    }
}

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

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

@media (max-width: 640px) {
    .label {
        height: auto;
        font-size: 16px;
        line-height: 1.75;
    }
}

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

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

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

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

@media (max-width: 640px) {

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

.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;
}

@media (max-width: 640px) {
    .inputwrapper .input {
        width: calc(100% - 20px);
    }
}

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

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

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

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

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

@media (max-width: 640px) {

    .radiowrapper label,
    .checkwrapper label {
        font-size: 16px;
    }
}

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%;
}

@media (max-width: 640px) {
    input[type="radio"]+label:before {
        width: 20px;
        height: 20px;
    }
}

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%;
}

@media (max-width: 640px) {
    input[type="radio"]:checked+label::after {
        width: 20px;
        height: 20px;
        transform: scale(60%);
    }
}

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();
    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: bold;
    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 0.3s;
}

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

@media (max-width: 960px) {
    .header {
        background-color: #7D888E;
    }
}

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

.header-inner.start {
    display: flex;
}

@media (max-width: 960px) {
    .header-inner {
        display: none !important;
    }
}

.header-inner-sp {
    display: none;
}

@media (max-width: 960px) {
    .header-inner-sp {
        display: block;
    }
}

.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;
}

@media (max-width: 960px) {
    .header-menu {
        display: none;
    }
}

.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: bold;
}

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

.header-search {
    top: 22px;
    right: 30px;
    margin-right: 30px;
    align-items: center;
    /*========= 検索窓を開くための虫眼鏡ボタン設定 ===========*/
    /*========= 検索窓の設定 ===============*/
    /*==検索窓背景のエリア*/
}

@media (max-width: 960px) {
    .header-search {
        display: block;
        position: unset;
        margin-bottom: 37px;
        margin-right: 0px;
    }
}

.header-search .open-btn {
    background: #fff 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: none;
}

.header-search #search-wrap {
    /*=======　閉じるための×ボタン　========*/
    /*×マーク*/
}

.header-search #search-wrap.search-wrap {
    position: fixed;
    /*固定配置にして*/
    top: 60px;
    left: 0;
    z-index: -1;
    /*最背面に設定*/
    opacity: 0;
    /*透過を0に*/
    transition: 0.1s;
    /*transitionを使ってスムースに現れる*/
    width: 100%;
    height: 0vh;
    /*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
    opacity: 1;
    /*不透明に変更*/
    z-index: 3;
    /*全面に出現*/
    background: #96a1a7;
    /*中の要素を天地中央揃えにする設定*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 60px);
    overflow: auto;
    /*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
    /*==検索フォームの設定*/
    /*==テキスト入力とボタンinput共通設定*/
}

.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: 0px 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 0 0 0 !important;
}

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

@media (max-width: 960px) {
    .header-search #search-wrap.search-wrap form {
        display: unset;
    }
}

.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%;
    padding: 4px;
}

.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 0px;
}

.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: none;
    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 0.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 0px 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: 0px 8px 0px 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 li,
.header-search #search-wrap.search-wrap .search-results .search-bottom .search-pagination a {
    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: 0px;
}

.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;
    /*SafariやChromeのデフォルトの設定を無効*/
    outline: none;
    /*カーソルを指マークに*/
    background-color: #fff;
}

.header-search #search-wrap.search-wrap .search-area-form {
    width: 70%;
    /*テキスト入力input設定*/
    /*ボタンinput設定*/
}

.header-search #search-wrap.search-wrap .search-area-form input[type="text"] {
    width: calc(99% - 67px);
    padding: 10px 20px;
    border: none;
    transition: all 0.5s;
    letter-spacing: 0.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 {
    appearance: none;
    width: 70%;
    background-color: #fff;
    height: 66px;
    padding: 20px;
    border: none;
    transition: all 0.5s;
    letter-spacing: 0.05em;
    margin-left: auto;
    outline: none;
}

.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;
}

@media (max-width: 960px) {
    .header-search-form {
        margin-right: 0;
    }
}

.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;
}

@media (max-width: 1150px) {
    .header-search-form input {
        width: 15vw;
    }
}

@media (max-width: 960px) {
    .header-search-form input {
        width: 100%;
    }
}

.header-search-country {
    margin: 0px;
    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 0.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: 0.3s;
    background-color: #96a1a7;
    padding: 20px !important;
    height: 100vh;
    margin-top: 60px;
}

.header-nav-logo {
    line-height: 1 !important;
    margin-top: 14.385px !important;
    margin-bottom: 14.385px !important;
    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: 0.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:before,
.header-nav-plus:after {
    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: 0rem 0;
    border: none;
}

@media (max-width: 960px) {
    .header-nav-language .dropdown-menu {
        min-width: 60px;
        transform: translate3d(20px, 26px, 0px) !important;
    }
}

.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 {
    /*=======　閉じるための×ボタン　========*/
    /*×マーク*/
}

.header-nav.active #search-wrap-sp.search-wrap {
    position: fixed;
    /*固定配置にして*/
    top: 25px;
    left: 0;
    z-index: -1;
    /*最背面に設定*/
    opacity: 1;
    /*透過を0に*/
    transition: 0.4s;
    /*transitionを使ってスムースに現れる*/
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0 15px 20vh;
    /*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
    /*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
    /*==検索フォームの設定*/
    /*==テキスト入力とボタンinput共通設定*/
}

.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 0px 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 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: none;
    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 0.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: 0px 4px 0px 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: 0px 8px 0px 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 li,
.header-nav.active #search-wrap-sp.search-wrap .search-results .search-bottom .search-pagination a {
    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: 0px;
}

.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;
    /*SafariやChromeのデフォルトの設定を無効*/
    outline: none;
    /*カーソルを指マークに*/
    background-color: #fff;
}

.header-nav.active #search-wrap-sp.search-wrap .search-area-form {
    width: 100%;
    /*テキスト入力input設定*/
    /*ボタンinput設定*/
}

.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 0.5s;
    letter-spacing: 0.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 15px center;
    /*虫眼鏡アイコンを背景に表示*/
    background-size: 30px 30px;
    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 {
    appearance: none;
    width: 100%;
    background-color: #fff;
    height: 66px;
    padding: 20px;
    border: none;
    transition: all 0.5s;
    letter-spacing: 0.05em;
    margin-left: auto;
    outline: none;
}

.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: 0.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;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.lang-btn:after {
    background: #fff;
}

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

.mega-toggle.is-active::after {
    -webkit-transform: scale(1, 1);
    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: 0.3s;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 0;
    overflow-y: auto;
    z-index: 4;
}

@media (max-width: 960px) {
    .mega-content {
        top: 0px;
    }
}

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

@media (max-width: 960px) {
    .mega-content-wrap {
        padding: 0px 0;
    }
}

.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;
}

@media (max-width: 960px) {
    .mega-content-wrap .mega-close-btn {
        background-color: #000;
        width: 50px;
        height: auto;
        border-radius: 50%;
    }
}

.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, 0.3);
    text-align: left;
    color: #fff;
    bottom: 0px;
    right: 0px;
    letter-spacing: 0.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: 0.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 0.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);
}

@media (max-width: 960px) {
    .nav {
        display: block !important;
    }
}

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

@media screen and (max-width: 768px) {
    .nav.nav-tabs {
        margin: 10px auto 10px 0;
    }
}

.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 {
    width: 70% !important;
}

@media screen and (max-width: 960px) {
    .select2-container--default {
        width: 100% !important;
    }
}

.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: none;
}

.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/tascam2023/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, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: unset !important;
}

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

@media (max-width: 1200px) {
    .footer-divide {
        border-right: none;
        border-bottom: 1px solid #4e4e4e;
        margin-bottom: 30px;
        padding-bottom: 40px;
    }
}

.footer {
    /* margin-top: -27px; */
}

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

@media (max-width: 1200px) {
    .footer-global {
        padding: 30px 6.5px;
    }
}

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

@media (max-width: 1200px) {
    .footer-left {
        padding-right: 0;
    }
}

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

@media (max-width: 1200px) {
    .footer-logo img {
        max-width: 80%;
    }
}

.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: #ffffff;
    border: none;
    border-radius: 16px;
    padding-left: 35px;
}

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

.footer-sns img:hover {
    opacity: 0.8;
    transition: 0.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: #7D888E; */
    background-color: #000;
    color: #fff;
    transition: all 0.3s;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    /* border: 1px solid #7D888E; */
    border: 1px solid #fff;
}

.footer-to-others a:hover,
.footer-to-others button:not(.btn-close):hover {
    color: #fff;
    background-color: #7D888E;
    transition: all 0.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: bold;
}

.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;
}

@media (max-width: 1200px) {
    .footer-links {
        padding-left: 0;
    }
}

@media (max-width: 1200px) {
    .footer-links-item {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

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

@media (max-width: 1200px) {
    .footer-links h3 {
        font-size: 16px;
    }
}

.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;
}

@media (max-width: 1200px) {
    .footer-bottom ul {
        flex-direction: column;
        text-align: center;
    }
}

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

@media (max-width: 1200px) {
    .footer-bottom li {
        margin-bottom: 17px;
    }
}

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

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

@media (max-width: 1200px) {
    .footer-bottom li+li {
        border-left: none;
        padding-left: 0px;
        margin-left: 10px;
    }
}

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

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

@media (max-width: 1200px) {

    .footer-bottom a,
    .footer-bottom button {
        font-size: 16px;
    }
}

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

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

@media (max-width: 960px) {
    .section-hero img {
        max-width: 100%;
        background-color: #000;
    }
}

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

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

@media (max-width: 960px) {
    .section-hero-slider {
        margin-bottom: 30px !important;
    }
}

.section-hero-slider .figure-wrapper {
    position: relative;
    padding-bottom: 55%;
    /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem;
    /* YouTubeの下に余白をつける */
}

@media screen and (max-width: 960px) {
    .section-hero-slider .figure-wrapper {
        position: relative;
        padding-bottom: 0%;
        padding-top: 0px;
        height: unset;
        overflow: unset;
    }
}

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

@media screen and (max-width: 960px) {
    .section-hero-slider .figure-wrapper .yt-frame {
        position: inherit;
        height: 70vh;
    }
}

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

@media screen and (max-width: 960px) {
    .section-hero-slider .figure-wrapper .yt-frame img {
        display: block;
    }
}

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

@media (max-width: 960px) {
    .section-hero-image {
        height: auto;
    }
}

.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, 0.7);
}

@media (max-width: 960px) {
    .section-hero-head.white {
        color: #fff;
        background: #000;
    }
}

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

@media (max-width: 960px) {
    .section-hero-head.black {
        background: #000;
    }
}

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

@media (max-width: 960px) {
    .section-hero-head.transparent {
        color: #fff;
        background: #000;
    }
}

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

@media (max-width: 960px) {
    .section-hero-head.x-center.y-center {
        bottom: 0%;
        left: 0%;
        transform: unset !important;
    }
}

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

@media (max-width: 960px) {
    .section-hero-head.x-center {
        left: 0%;
        transform: unset;
    }
}

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

@media (max-width: 960px) {
    .section-hero-head.x-right {
        right: 0px;
    }
}

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

@media (max-width: 960px) {
    .section-hero-head.y-center {
        bottom: 0%;
        transform: unset !important;
    }
}

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

@media (max-width: 960px) {
    .section-hero-head.y-top {
        bottom: 0%;
        top: unset;
        transform: unset !important;
    }
}

@media (max-width: 960px) {
    .section-hero-head {
        bottom: 0px;
        left: 0;
        padding: 10px;
        margin: 0px;
        position: relative;
        width: 100%;
        max-width: unset;
    }
}

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

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

@media (max-width: 960px) {
    .section-hero-head-title h2 {
        font-size: 30px !important;
    }
}

.section-hero-head-dsc {
    height: auto !important;
    letter-spacing: 0.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: 0.04em;
    transition: 0.3s;
}

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

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

@media (max-width: 960px) {
    .section-notice {
        padding: 30px;
    }
}

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

@media (max-width: 960px) {
    .section-notice-title {
        margin-bottom: 0;
    }
}

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

@media (max-width: 960px) {
    .section-notice-title h2 {
        font-size: 35px;
    }
}

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

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

@media (max-width: 960px) {
    .section-notice-text {
        margin-bottom: 0;
    }
}

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

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

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

@media (max-width: 960px) {
    .section-headline {
        margin: 0;
    }
}

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

@media (max-width: 960px) {
    .section-headline-card {
        padding: 0 !important;
        max-height: 300px;
    }
}

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

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

.section-headline-image {
    height: 100%;
    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;
}

@media (max-width: 960px) {
    .section-collection {
        margin: 30px 0;
    }
}

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

@media (max-width: 960px) {
    .section-collection-slider {
        margin-left: 0;
    }
}

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

@media (max-width: 960px) {
    .section-collection-slider h4 {
        font-size: 1rem;
    }
}

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

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

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

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

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

@media (max-width: 960px) {
    .section-collection-next {
        width: 50px;
        top: 30%;
        right: 1%;
    }
}

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

@media (max-width: 960px) {
    .section-collection-prev {
        width: 50px;
        top: 30%;
        left: 1%;
    }
}

.section-collection figure {
    margin-bottom: 0 !important;
    display: block !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; */
}

@media (max-width: 960px) {
    .section-featured {
        margin: 30px 0;
    }
}

.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;
}

@media (max-width: 960px) {
    .section-featured-slider {
        margin-left: 0;
        /* max-height:370px; */
    }
}

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

.section-featured-slider .slick-slide+.slick-slide {
    /* border-right: 2px solid lightgray; */
}

.section-featured-title {
    font-size: 34px;
    font-weight: bold;
    word-break: break-word;
}

@media (max-width: 960px) {
    .section-featured-title {
        font-size: 31.5px;
        margin-bottom: 30px;
    }
}

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

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

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

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

@media (max-width: 960px) {
    .section-featured-price h4 {
        font-size: 1rem;
    }
}

.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: max-content;
    display: block;
    margin-left: auto;
    color: #fff;
    background-color: #fa4616;
    border: none;
    transition: all 0.3s;
    font-size: 14px;
    padding: 5px 10px;
}

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

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

@media (max-width: 960px) {
    .section-featured-next {
        width: 50px;
        top: 55%;
        right: 1%;
    }
}

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

@media (max-width: 960px) {
    .section-featured-prev {
        width: 50px;
        top: 55%;
        left: 1%;
    }
}

.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%;
    overflow: hidden;
}

.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;
    padding-bottom: 100px;
}

@media (max-width: 960px) {
    .section-hot {
        padding: 30px 20px;
        /* padding-bottom: 70px; */
    }
}


@media screen and (min-width: 768px) and (max-width: 960px) {
    .section-hot {
        padding: 60px 20px;
    }
}


@media (max-width: 768px) {
    .section-hot {
        padding-bottom: 60px;
    }
}

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

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

.section-hot-text {
    font-size: 16px;
    font-weight: bold;
    bottom: 0px;
    left: 0px;
    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%, black 50%, black 100%);
    padding: 3px 10px;
    margin-right: 13px;
    width: 100%;
}

@media (max-width: 960px) {
    .section-hot-text {
        font-size: 18px;
    }
}

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

@media (max-width: 960px) {
    .section-hot-slider-left {
        max-height: 390px;
    }
}

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

@media (max-width: 960px) {
    .section-hot-slider-top {
        max-height: 190px;
    }
}

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

@media (max-width: 960px) {
    .section-hot-slider-bottom {
        max-height: 200px;
    }
}

.section-hot figure img {
    width: 100%;
    height: 100%;
    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: 0.375rem 0.75rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    transition: all 0.15s;
}

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

@media (max-width: 960px) {
    .section-hot-news-btn {
        bottom: -30px;
        margin-right: 8px !important;
        padding: 0.1rem 0.75rem;
    }
}

@media (max-width: 768px) {
    .section-hot-news-btn {
        bottom: -35px;
        margin-right: 0px !important;
        margin-top: 10px !important;
    }
}

.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%;
}

@media (max-width: 960px) {
    .top-hero-slider {
        /* margin-bottom: 75px !important; */
    }

    .top-hero-slider .slick-dots {
        bottom: -45px;
    }
}

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

@media screen and (max-width: 960px) {
    .top-hero-slider.only-pc {
        display: none !important;
    }
}

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

@media screen and (max-width: 960px) {
    .top-hero-slider.only-sp {
        display: block !important;
    }
}

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

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

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

@media (max-width: 960px) {
    .detail-hero-title {
        bottom: 20px;
        left: 20px;
        position: initial;
        max-width: unset;
    }
}

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

@media (max-width: 960px) {
    .detail-hero-title h2 {
        max-width: 100%;
        padding: 15px 30px;
        background-color: #7d888e !important;
    }
}

@media (max-width: 960px) {
    .detail-hero-title a {
        margin-left: 30px;
    }
}

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

@media screen and (max-width: 768px) {
    .detail-nav-title {
        max-width: unset;
    }
}

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

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

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

@media screen and (max-width: 768px) {
    .detail-nav .nav-link.link-support {
        margin: 0 0rem 0 -1rem !important;
        font-size: 3.15vw;
    }
}

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

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

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

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

@media (max-width: 960px) {
    .overview-head-slider {
        padding: 20px 0 0 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .overview-head-slider {
        position: relative !important;
        height: auto;
        top: 0;
    }
}

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

@media (max-width: 960px) {
    .overview-head-slider-for {
        margin-top: 0;
    }
}

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

@media (max-width: 960px) {
    .overview-head-slider-for img {
        padding: 0 30px;
    }
}

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

@media (max-width: 960px) {
    .overview-head-slider-nav {
        padding: 0 30px;
    }
}

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

.overview-head-slider-nav img {
    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;
}

@media (max-width: 960px) {
    .overview-head-slider-next {
        width: 40px;
        top: 50%;
        right: 20px;
    }
}

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

@media (max-width: 960px) {
    .overview-head-slider-prev {
        width: 40px;
        top: 50%;
        left: 20px;
    }
}

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

@media (max-width: 960px) {
    .overview-head-item {
        padding-left: 0 !important;
        padding: 0 !important;
    }
}

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

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

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

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

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

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

@media (max-width: 960px) {
    .overview-head-item-detail {
        max-width: 100%;
        padding: 30px;
    }
}

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

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

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

.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;
}

@media screen and (max-width: 960px) {
    .overview-head-item-btn {
        margin-right: auto;
    }
}

@media screen and (max-width: 410px) {
    .overview-head-item-btn {
        padding: 0 10px !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: 0px !important;
    border-bottom-left-radius: 0px !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: 0px !important;
    border-bottom-left-radius: 0px !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 0.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 p:hover {
    color: #000;
    transition: all 0.3s;
    background-color: RGB(204, 204, 204, 0.4);
}

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

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

@media (max-width: 960px) {
    .overview-operation {
        padding: 40px 20px;
    }
}

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

@media (max-width: 960px) {
    .overview-operation-inner {
        flex-direction: column-reverse;
        display: flex;
    }
}

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

@media (max-width: 960px) {
    .overview-operation-dsc {
        margin-right: 0;
    }
}

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

.overview-feature {
    padding: 40px 0;
}

@media (max-width: 960px) {
    .overview-feature {
        padding: 20px 0;
    }
}

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

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

@media (max-width: 960px) {
    .overview-feature-photo {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .overview-feature-reverse {
        flex-direction: column-reverse;
        display: flex;
    }
}

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

@media (max-width: 960px) {
    .overview-feature-dsc {
        width: 100%;
        margin-top: 10px;
    }
}

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

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

@media (max-width: 960px) {
    .overview-feature-dsc p {
        line-height: 1.5;
    }
}

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

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

@media (max-width: 960px) {
    .overview-feature-slider .slick-list {
        padding-left: 0 !important;
    }
}

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

@media (max-width: 960px) {
    .overview-find {
        padding: 40px 20px;
    }
}

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

@media (max-width: 960px) {
    .overview-find-flex {
        text-align: center;
    }
}

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

@media (max-width: 960px) {
    .overview-find-flex img {
        max-width: 100%;
        width: 60%;
    }
}

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

@media (max-width: 960px) {
    .overview-find-dsc {
        margin-left: 0;
        text-align: left;
    }
}

.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: 60px 30px;
    max-width: 1154px;
    margin: 0 auto;
}

@media (max-width: 960px) {
    .overview-buy-featured {
        padding: 20px 30px;
    }
}

.overview-buy-featured img {
    aspect-ratio: 16 / 9;
    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: fit-content;
}

.overview-items {
    padding: 60px 0;
}

@media (max-width: 960px) {
    .overview-items {
        padding: 40px 20px;
    }
}

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

@media (max-width: 960px) {
    .overview-items-title {
        font-size: 25px;
    }
}

.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;
}

@media (max-width: 960px) {
    .overview-items .slick-slide {
        padding: 0 15px;
    }
}

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

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

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

.overview-items img {
    object-fit: contain;
    /* aspect-ratio: 1/1; */
    opacity: 0.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;
}

@media (max-width: 960px) {
    .overview-related-title {
        font-size: 25px;
    }
}

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

@media (max-width: 960px) {
    .overview-related .slick-slide {
        padding: 0 5px;
    }
}

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

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

.overview-related img {
    opacity: 0.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;
}

@media (max-width: 960px) {
    .overview-support {
        padding: 40px 20px;
    }
}

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

@media (max-width: 960px) {
    .overview-support-dsc h2 {
        text-align: center;
    }
}

@media (max-width: 960px) {

    .overview-support-dsc a,
    .overview-support-dsc button {
        width: fit-content;
        display: block;
        margin: 0 auto;
    }
}

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

@media (max-width: 960px) {
    .overview-support-text p {
        text-align: center;
    }
}

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

@media (max-width: 1400px) {
    .overview-support-right {
        position: initial;
        max-width: 100%;
    }
}

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

@media (max-width: 1400px) {
    .overview-support-left {
        position: relative;
        display: none;
    }
}

.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;
    object-fit: contain;
}

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

.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;
}

@media (max-width: 960px) {
    .overview-video-slider-for {
        max-width: 100%;
        padding: 0 20px;
    }
}

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

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

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

@media (max-width: 960px) {
    .overview-video-slider-nav .slick-slide {
        margin: 0 7px;
    }
}

@media (max-width: 960px) {
    .overview-others {
        margin-top: 20px;
    }
}

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

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

@media (max-width: 960px) {
    .overview-others-next {
        width: 40px;
        top: 31%;
        right: 8%;
    }
}

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

@media (max-width: 960px) {
    .overview-others-prev {
        width: 40px;
        top: 31%;
        left: 8%;
    }
}

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

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

.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 {
    object-fit: contain;
    /* aspect-ratio: 1/1; */
    aspect-ratio: auto;
}

.overview-others figure {
    cursor: pointer;
}

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

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

@media (max-width: 960px) {
    .overview-others .slick-slide {
        max-width: 100%;
    }
}

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

@media (max-width: 960px) {
    .overview-others .slick-list {
        padding-left: 30px !important;
    }
}

.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;
}

@media (max-width: 960px) {
    .overview-modal-content {
        flex-direction: column !important;
    }
}

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

@media (max-width: 960px) {
    .overview-modal-content img {
        margin-right: 0;
        width: 100%;
    }
}

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

@media (max-width: 960px) {
    .overview-modal-content button {
        top: -15%;
        right: -8%;
        font-size: 50px;
        width: 100px;
        height: 100px;
        /* background-color: gray !important; */
        color: white !important;
    }

    .overview-modal-content button:hover {
        background-color: transparent !important;
    }
}

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

.overview-modal-dsc {
    width: 60%;
    padding-left: 30px;
}

@media (max-width: 960px) {
    .overview-modal-dsc {
        width: 100%;
    }
}

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

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

.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: 0px;
}

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

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

@media screen and (max-width: 960px) {
    a.anchor {
        padding-top: 145px;
        margin-top: -145px;
    }
}

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

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

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

.btn-only-pc {
    display: block;
}

@media screen and (max-width: 960px) {
    .btn-only-pc {
        display: none !important;
    }
}

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

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

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

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

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

.accordion-table {
    padding: 1rem 0rem;
}

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

@media screen and (max-width: 1100px) {
    .btob-about-img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 960px) {
    .btob-about-img {
        display: none;
    }
}

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

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

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

.information-nav .nav-link.active {
    font-weight: bold;
    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: 0px 20px;
}

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

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

@media screen and (max-width: 1100px) {
    .btob-information-wrapper-1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

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

.information-wrapper-title {
    font-size: 45px;
    line-height: 1.11;
    margin: 0;
    padding-bottom: 40px;
}


/* @media screen and (max-width: 1100px) {
  .information-wrapper-title {
    margin-bottom: 0.65rem;
  }
} */

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

@media screen and (max-width: 1100px) {
    .information-wrapper-title-h2 {
        padding-bottom: 15px;
    }
}

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

@media screen and (max-width: 1100px) {
    .btob-information-white-1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .btob-information-white-1 th,
    .btob-information-white-1 td {
        padding: 1rem 4.5rem 1rem 0 !important;
    }
}

.btob-information-about {
    padding-bottom: 15px;
    /* padding-top: 30px; */
}

.btob-information-about.learn-news {
    padding-bottom: 60px;
}

.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: 0.5rem;
    margin-top: 19.7px;
}

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

.latest-version-info-name {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.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: 30px;
}

@media screen and (max-width: 960px) {
    .right-information {
        font-size: 26px;
    }
}

.right-info-btn {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
    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;
}

@media screen and (max-width: 1100px) {
    .documents-table th {
        padding-left: 0px !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: 0.1px solid white;
}

.documents-table .last-tr-2 {
    border-bottom: 0.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: 0px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.table-test .latest-version-info {
    font-size: 18px;
    letter-spacing: 0.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: 0px;
    padding-left: 0px;
    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 0.3s;
}

.btob-more-btn.collapsed img {
    transform: rotate(180deg);
    transition: all 0.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, 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::before,
.btob-accordion .accordion-button::after {
    content: "";
    width: 35px;
    height: 0.15em;
    flex-shrink: 0;
    margin-right: 31.4px;
    background-color: #000000;
    transition: all 0.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: none;
    font: inherit;
    color: inherit;
    background: none;
    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;
}

@media screen and (min-width: 1100px) {
    .ac-support {
        padding: 1rem 1.25rem 1rem 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    .button-support {
        display: none !important;
    }
}

.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: 0px;
}

.information-tabs .nav-link {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border: 0px 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;
}

@media screen and (max-width: 960px) {
    .detail-nav-titles {
        width: 100%;
    }
}

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

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

@media screen and (max-width: 960px) {
    .detail-nav-titles a {
        display: block;
    }
}

@media screen and (max-width: 960px) {
    .detail-nav.direction-960 {
        flex-direction: column;
    }

    .detail-nav.direction-960 h4 {
        margin-right: auto !important;
    }
}

@media screen and (max-width: 1100px) {
    .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;
    }

    tr,
    td {
        /* white-space: nowrap; */
        padding-left: 0px;
    }

    /* th,
  td {
    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: 0px;
    }

    .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: 0px;
    }

    .latest-version-info-name {
        padding-left: 0px;
    }

    .latest-version-info-p {
        padding-left: 0px;
    }

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

    .right-information .latest-version-info-date {
        padding-left: 0px;
    }
}

.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;
}

@media screen and (max-width: 960px) {
    .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;
    }
}

.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%;
    object-fit: cover;
}

@media screen and (max-width: 1100px) {
    .btob-intros .btob-intro .btob-sentence-img-support {
        height: auto;
    }
}

.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: #000000;
    color: #ffffff;
}

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

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

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

@media (max-width: 960px) {
    .btob-intros-dark .btob-intro-d-p {
        max-width: 100%;
    }
}

.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;
}

.btob-slide {
    padding-bottom: 70px;
    /*矢印の設定*/
    /*戻る、次へ矢印の位置*/
    /*ドットナビゲーションの設定*/
}

.btob-slide .slick-dots li button:before {
    content: "";
    width: 10px !important;
    height: 10px !important;
    background: #ffffff;
    border: 1px solid #000000;
    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: 0px;
    height: 0px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

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

.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;
    /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
    max-height: 540px;
    object-fit: cover;
}

.btob-slide .slider .slick-slide {
    transform: scale(0.8);
    /*左右の画像のサイズを80%に*/
    transition: all 0.5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;
    /*透過50%*/
}

.btob-slide .slider .slick-slide.slick-center {
    transform: scale(1);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1;
    /*透過なし*/
}

.btob-slide .slick-prev,
.btob-slide .slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    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: none;
    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:hover,
.btob-slide a:active {
    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: #ffffff;
    padding: 0px 0px !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;
}

@media (max-width: 960px) {
    .overview-feature-reverse {
        flex-direction: unset !important;
        display: flex;
    }
}

@media (max-width: 767px) {
    .overview-feature-reverse {
        flex-direction: column-reverse !important;
    }
}

@media screen and (max-width: 1100px) {
    .btob-intros .btob-intro {
        flex-direction: column;
        margin-top: 10px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .btob-intros .btob-intro .btob-sentence-img {
        margin-right: 0px;
        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: #000000;
        color: #ffffff;
    }

    .btob-intros-dark-2 {
        background-image: none;
        background-color: #ffffff !important;
    }

    .btob-intros-dark .btob-intro-d-p {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .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: 30px; */
        /* border-bottom: 2px solid #ebebeb; */
        flex-direction: column;
    }

    .btob-slide {
        padding-bottom: 70px;
        /*矢印の設定*/
        /*戻る、次へ矢印の位置*/
        /*ドットナビゲーションの設定*/
        /*========= レイアウトのためのCSS ===============*/
    }

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

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

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

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

    .btob-slide .slider {
        /*横幅94%で左右に余白を持たせて中央寄せ*/
        width: 94%;
        margin: 0 auto;
    }

    .btob-slide .slider img {
        width: 60vw;
        height: auto;
    }

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

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

    .btob-slide .slick-prev,
    .btob-slide .slick-next {
        position: absolute;
        top: 42%;
        cursor: pointer;
        outline: none;
        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: none;
        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:hover,
    .btob-slide a:active {
        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: #ffffff;
        padding: 0px 0px !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;
    }
}

@media screen and (max-width: 1100px) and (max-width: 994px) {
    .resources-btns {
        display: grid !important;
        gap: 35px;
    }
}

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

@media screen and (max-width: 787px) {
    .dealer-btn {
        position: relative;
    }
}

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

    #nav-support td,
    #nav-support th {
        padding: 8px !important;
    }
}

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

@media screen and (max-width: 960px) {
    .com-ca-title {
        font-size: 35px;
        line-height: 1.142;
    }
}

.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: 0.08em;
    line-height: 0.83;
    padding-bottom: 14.2px;
}

.result-top .result-inner .searched-name {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0.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: 0.08em;
    line-height: 1.195;
}

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

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

.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: bold;
    letter-spacing: 0.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: bold;
    letter-spacing: 0.04em;
}

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

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

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

@media screen and (max-width: 960px) {
    .new-search {
        margin: 0 auto !important;
        margin-right: 0px;
        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: 0px;
    }

    .result-hr {
        width: 100%;
    }

    .result-img {
        background-color: #e6e6e6;
    }

    .result-img img {
        width: 50% !important;
        display: flex;
        margin: 0 auto;
    }
}

@media screen and (max-width: 787px) {
    .result-inner {
        padding-top: 20.1px !important;
        padding-bottom: 19.8px !important;
    }

    .results-for {
        font-size: 16px !important;
        line-height: 0.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;
    }
}

.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 0px !important;
}

.checkbox01-sub {
    margin-right: auto;
}

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

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

.category-introduction {
    padding: 60px;
}

@media screen and (max-width: 960px) {
    .category-introduction {
        padding: 60px 20px;
    }
}

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

.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: fit-content;
}

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

@media screen and (max-width: 1300px) {
    .category-products {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 960px) {
    .category-products {
        grid-template-columns: 1fr;
    }
}

.category-products .ca-product {
    width: 100%;
    box-shadow: 2.46px 1.72px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.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;
    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: bold;
    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: black;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.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 0.3s;
}

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

.category-products .ca-product:hover .ca-product-button {
    background-color: #FA4616;
    transition: all 0.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: 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 #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: bold;
    letter-spacing: 0.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;
}

@media screen and (max-width: 1100px) {
    .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_1 #filtertModal.modal .category-filter .ca-filter {
    color: inherit;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.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: bold;
    line-height: 1.61;
    text-transform: uppercase;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: none;
    background-color: white;
    /* 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::before,
.category-main_1 #filtertModal.modal .category-filter .ca-accordion-button::after {
    content: "";
    position: absolute;
    right: 1em;
    width: 3px;
    height: 0.75em;
    background-color: #fa4616;
    transition: all 0.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: 0.375em;
}

.category-main_1 #filtertModal.modal .category-filter .ca-accordion-button:not(.collapsed)::after {
    height: 0.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: 0.5rem 2.25rem 0.5rem 0.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);
    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: 0px 0px;
    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: 0px;
    margin-left: 4px;
}

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

.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: 0px;
    margin-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
}

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

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

@media screen and (max-width: 787px) {
    .category-pagination {
        margin: 0px auto 22px;
    }
}

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

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

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

.category-pagination .pagination-num {
    padding: 0.375rem 0.35rem 0rem;
}

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

.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: 0.04em;
}

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

#res-spec_detail * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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 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;
}

@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;
    }
}

#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: 27.36px;
  letter-spacing: 8px !important; 
  text-indent: 5px;
  text-align: center;
  line-height: 2;
  color: inherit;
  font-weight: 700;
  margin-left:20px;
  margin-top:30px;
  margin-bottom: 0px;
  padding: 0;
} */

@media screen and (max-width: 960px) {
    /* #res-spec_detail h2 {
    letter-spacing: 0px !important;
  } */
}

#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 #ffffff !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;
    -moz-hyphens: auto;
    hyphens: auto;
}


/* #res-spec_detail h4 {
  font-size: 28px;
  line-height: 2;
  color: inherit;
  font-weight: 500;
  padding: 0;
  text-indent: 0;
  letter-spacing: 0;
} */

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

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

@media screen and (max-width: 960px) {
    #res-spec_detail #res-os .container h2 {
        letter-spacing: 0px !important;
    }
}

#res-spec_detail #res-os .container h4 {
    font-size: 30px;
    line-height: 2;
    line-height: 2;
    color: inherit;
    font-weight: 500;
    /* margin: 1em 0; */
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 0;
    text-indent: 0;
    letter-spacing: 0;
}

#res-spec_detail #res-os .container span.label.label-warning {
    background-color: #f9701f;
    display: inline;
    padding: 0.2em 0.6em;
    font-size: 95%;
    font-weight: bold;
    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;
    -ms-touch-action: manipulation;
    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 0.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;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.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;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    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: 0.2em 0.6em 0.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-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,
#res-media .btn-download i.fa-external-link {
    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;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

#res-media .btn-download:active .fa,
#res-media .btn-download:active .bi,
#res-media .btn-download:focus .fa,
#res-media .btn-download:focus .bi,
#res-media .btn-download:hover .fa,
#res-media .btn-download:hover .bi {
    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;
}

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

    #res-spec_detail td,
    #res-spec_detail th {
        padding: 8px !important;
    }

    /* #res-spec_detail h2 {
    letter-spacing: 0px;
  } */
}

@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;
        -moz-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 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;
    }
}

#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;
}

@media screen and (min-width: 1200px) {
    #newsSect.news-section .container {
        width: 1140px;
    }
}

@media screen and (min-width: 992px) {
    #newsSect.news-section .container {
        width: 970px;
    }
}

@media screen and (min-width: 768px) {
    #newsSect.news-section .container {
        width: 750px;
    }
}

#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;
}

@media (max-width: 767px) {
    #newsSect.news-section h2 {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

#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;
}

@media (max-width: 767px) {
    #newsSect.news-section .news-item {
        padding: 4% 0;
        line-height: 1.6;
        font-size: 0.8em;
    }
}

#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;
}

@media (max-width: 767px) {
    #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: table-cell;
    vertical-align: top;
    color: #000;
    line-height: 1.6;
    font-size: 14px;
    background-color: transparent;
    transition: all 0.2s linear;
}

@media (max-width: 767px) {

    #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 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 0.2s linear;
}

#newsSect.news-section .btn-more:hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    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 0.2s linear;
}

@media (max-width: 767px) {
    #newsSect.news-section .btn-more {
        font-size: 11.2px;
        line-height: 3.2;
        height: 3.2em;
        padding: 0;
        margin: 1.7em auto;
    }
}

@media (max-width: 767px) {
    #newsSect.news-section {
        padding: 0;
    }
}

#js-sticky {
    transition: all 0.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 0.3s;
}

@media (max-width: 960px) {
    #js-sticky.position-sticky {
        top: 59px;
        height: inherit;
        max-height: 100%;
    }
}

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

@media (max-width: 960px) {
    .overview-section {
        padding: 0 30px;
    }
}

.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: bold;
}

@media (max-width: 960px) {
    .overview-section-flex {
        padding: 0 30px;
        grid-gap: 30px;
    }
}

.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: bold;
}

@media (max-width: 960px) {
    .overview-section-sp-noflex {
        flex-direction: column;
        padding: 0 30px;
        grid-gap: 30px;
    }

    .overview-section-sp-noflex.spreverse {
        flex-direction: column-reverse;
    }
}

.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;
}

@media screen and (max-width: 960px) {
    #___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;
    }
}

#functional_list .container {
    max-width: 1154px;
    padding: 60px 30px;
}

#functional_list .container h2 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

#functional_list .container ul {
    margin: 0px;
    margin-bottom: 20px;
    border: 2px solid #eeeeee;
    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: #eeeeee;
}

.subscription-email {
    font-size: 16px;
    font-weight: bold;
}

.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, 0.2);
}

@media screen and (max-width: 960px) {
    .warning-area>ul>li {
        padding: 5px 10px;
        font-size: 12px;
    }
}

.warning-area>ul>li .warning-icon {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: right;
    color: #000;
    opacity: 0.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;
}

@media screen and (max-width: 960px) {
    .warning-area>ul>li .warning-items {
        display: flex;
        flex-direction: column;
    }
}

.warning-area>ul>li .warning-select {
    width: 80px;
    margin-top: -20px;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4;
}

@media screen and (max-width: 960px) {
    .warning-area>ul>li .warning-select {
        margin-top: 0px;
        padding: 10px 0 5px 25px;
        width: unset;
    }
}

.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;
}

@media screen and (max-width: 960px) {
    .warning-area>ul>li .warning-select .dropup-center.dropup button.btn.btn-secondary.dropdown-toggle {
        width: 100%;
    }
}

.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 0.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;
}

@media screen and (max-width: 960px) {
    .warning-area>ul>li .warning-select .dropup .dropdown-toggle::after {
        margin-left: auto;
    }
}

.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, 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;
} */

@media (max-width: 960px) {
    .tag-section .container {
        padding: 0 30px;
        max-width: 100%;
    }
}

.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 0.3s;
}

.tag-section .container nav .breadcrumb-item a:hover {
    transition: all 0.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: 0 0 20px;
    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, 0.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: 0px;
    background-color: #96a1a7;
}

@media screen and (max-width: 960px) {
    .-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;
    }
}

@media screen and (max-width: 768px) {
    .-category-wrapper .category-content-links {
        flex-direction: column;
        text-align: center;
    }

    .-category-wrapper .category-content-links a {
        margin: 5px 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: 0px !important;
}

.content {
    margin-top: 60px;
    overflow: clip;
}

@media (max-width: 960px) {
    .content {
        margin-top: 60px;
    }
}

a {
    font-size: 18px;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

p {
    font-size: 18px;
}

@media (min-width: 641px) {
    .only-sp {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .only-pc {
        display: none !important;
    }
}

img {
    height: auto;
}

ul {
    list-style: none;
}

.btn {
    color: #fff !important;
    background-color: #FA4616;
    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: 0.375rem 0.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: 0.04em;
}

.graymask {
    position: relative;
}

.graymask:before {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.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: bold;
}

.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;
    padding-right: 0;
}

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:hover,
.nav-tabs .nav-link:focus {
    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;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-link:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.nav-link.active::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

@media screen and (max-width: 960px) {
    .navbar-toggler-icon {
        display: block !important;
    }
}

.navbar-toggler-icon {
    position: relative;
    width: 24px !important;
    height: 24px !important;
    background: none;
    appearance: none;
    cursor: pointer;
    display: none !important;
}

.navbar-toggler-icon span {
    display: inline-block;
    transition: all 0.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;
} */

.top-slider-aspect-ratio {
    aspect-ratio: 16 / 5;
}

.language-container {
    max-width: 1048px;
    margin: auto;
}

.language-list {
    margin: 0px 10px;
    background-color: #fff;
    min-height: 235px;
}

.language-title {
    padding: 5px;
    background: #7d888d;
    color: #fff;
}

.langugae-items ul {
    padding-left: 10px;
    margin-top: 1rem;
}

.langugae-items ul li {
    text-align: left;
    font-size: 16px;
}

.langugae-items li a {
    color: #000;
}

@media (max-width: 960px) {
    .language-list {
        border: 1px solid #7d888d;
        border-radius: 0px 0px 5px 5px;
    }
}

@media (min-width: 576px) {
    .language-list {
        min-height: 100%;
    }
}

.error-container .btn {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    -ms-touch-action: manipulation;
    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;
    color: #fff;
    background-color: #333 !important;
    border-color: #333;
}

.error-container .btn .fa-angle-right {
    float: right;
    margin-top: 4px;
}

.slick-dots li button:before {
    content: "";
    width: 15px !important;
    height: 15px !important;
    background: #7d888e;
    opacity: 1 !important;
    color: transparent !important;
}

.slick-dots li.slick-active button:before {
    background: #FA4616;
}

.section-featured .section-featured-item {
    display: flex;
    flex-direction: column;
}


/* .section-featured figure {
  margin-bottom: -18px !important;
} */


/* body .refine .btn-default {
  background-color: #7c878e !important;
  border-color: #7c878e  !important;
}

.pager .btn-next,.pager .btn-prev{
  background:#7c878e !important;
} */
@media (max-width: 1140px) and (min-width: 960px) {
    .overview-items .slick-slider {
        padding: 0 25px;
    }
    .overview-items .slick-prev::before {
        left: -15px;
    }
    .overview-items .slick-next::before {
        right: -15px;
    }
}