html,
body {
    margin: 0;
    background: #f5f5f7;
}
.container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}
@media only screen and (min-width: 768px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media only screen and (min-width: 1264px) {
    .container {
        max-width: 1264px;
    }
}

/* brand */
.family__brand{
    background: #000000;
    display: flex;
    overflow: hidden;
    position: relative;
}
.family__brand .item{
    display: flex;
    width: auto;
    height: 32px;
    align-items: center;
    padding: 0 12px;
}
.family__brand .item.item__aiDot{
    flex-shrink: 0;
    z-index: 12;
    background: inherit;
}
.family__brand .item.active{
    background: #5e5e5e;
}
.family__brand .item:hover{
    background: #3C3C3C;
}
.family__brand .item img{
    height: 17px;
}
.family__brand .item.item__aiDot img{
    height: 22px;
}
.family__brand .brandSwiper .swiper-button-next{
    visibility: visible;
    transform: none;
    top: 0;
    right: 0;
    width: 57px;
    height: 100%;
    margin: 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.00) 0%, #000000 55%);
    border-radius: 0;
    box-shadow: none;
    color: #fff;
}
.family__brand .brandSwiper .swiper-button-next::after{
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 23px;
    font-size: 8px;
}
.family__brand .brandSwiper .swiper-button-disabled{
    display: none;
}
@media only screen and (min-width: 768px){
    .family__brand{
        justify-content: center;
    }
    .family__brand .item{
        height: 40px;
        padding: 0 16px;
    }
}
/* brand end */

.top-navigation {
    z-index: 10;
    position: sticky;
    border-bottom: 1px solid #e2e7eb;
    top: 0;
    width: 100%;
    color: #282828;
}
@media only screen and (max-width: 767px) {
    .page-title-wrapper {
        padding-top: 15px;
    }
}
.top-navigation.activated {
    background-color: #fff;
}
.top-navigation.white {
    background-color: #fff;
}
.top-navigation.white .settingsUl .level-top {
    border-radius: 0 0 8px 8px;
}
.top-navigation-sale {
    background-color: #fa7010;
    color: #fff;
}
.top-navigation-sale__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    height: 40px;
}
.top-navigation-sale__inner a {
    text-decoration: none;
    color: inherit;
}
.top-navigation-sale__inner img {
    height: 100%;
    width: 135px;
    max-width: unset;
    display: block;
}
.top-navigation-sale__inner .text {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.top-navigation-wrap {
    display: flex;
    height: 56px;
    align-items: center;
    position: relative;
}
.top-navigation-wrap button {
    margin-right: 16px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 0;
    padding: 0;
}
.top-navigation-wrap button img {
    width: 100%;
    height: 100%;
}
.top-navigation-wrap button .close {
    display: none;
}
.top-navigation-wrap .top-navigation-wrap__logo {
    display: flex;
    align-items: center;
    height: 100%;
}
.top-navigation-wrap .top-navigation-wrap__logo img {
    width: 70px;
}
.top-navigation-wrap__ul {
    padding: 0;
    font-size: 16px;
    height: 100%;
    display: flex;
    list-style: none;
    margin: 0;
}
.top-navigation-wrap__ul img {
    width: 24px;
    height: 24px;
    display: block;
}
.top-navigation-wrap__ul li {
    display: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.top-navigation-wrap__ul li.alwaysShow {
    display: flex;
}
.top-navigation-wrap__ul li a.store {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #282828;
}
.top-navigation-wrap__ul li a.store img {
    margin-right: 4px;
}
.top-navigation-wrap__ul li:hover > .level-top {
    display: block;
}
.top-navigation-wrap__ul li:hover > .nav-title {
    color: #03b7d5;
}
.top-navigation-wrap__ul li .nav-title {
    padding: 8px 0;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid transparent;
}
.top-navigation-wrap__ul li .arrow-down,
.top-navigation-wrap__ul li .arrow-down-color {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transform: translateY(1px);
}
.top-navigation-wrap__ul li .arrow-down-color {
    display: none;
}
.top-navigation-wrap__ul li .level-top {
    border-radius: 0 0 8px 8px;
    background-color: #fff;
    display: none;
    width: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(-16px, calc(100%));
    font-size: 16px;
}
.top-navigation-wrap__ul li .level-top--right {
    left: unset;
    right: 0;
    transform: translate(0, calc(100%));
}
.top-navigation-wrap__ul li .level-top a {
    display: block;
    height: 48px;
    line-height: 48px;
    padding-left: 24px;
    padding-right: 42px;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
}
.top-navigation-wrap__ul li .level-top a:hover {
    background-color: rgba(40, 40, 40, 0.06);
    color: #03b7d5;
}
.top-navigation-wrap__ul li + li {
    padding-left: 20px;
}
.top-navigation-wrap__ul.navUl li + li {
    padding-left: 48px;
}
/*.top-navigation-wrap__ul.settingsUl .level-top {
    border-radius: 8px;
}*/
.top-navigation-wrap__nav {
    height: 100%;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.top-navigation-wrap__settings {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .top-navigation-wrap button {
        display: none;
    }
    .top-navigation-wrap .top-navigation-wrap__logo img {
        width: 95px;
    }
    .top-navigation-wrap__nav ul li {
        display: flex;
    }
}
.top-navigation-main {
    display: none;
    position: absolute;
    top: calc(56px);
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    height: calc(100vh - 56px - 40px);
}
@media only screen and (min-width: 768px) {
}
.top-navigation .top-navigation-search {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
}
.top-navigation .top-navigation-search__main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
}
.top-navigation .top-navigation-search__main button.search{
    display: none;
}
.top-navigation .top-navigation-search__main__inner {
    display: flex;
    align-items: center;
}
.top-navigation .top-navigation-search__main form {
    flex: 1;
    margin: 0 24px;
}
.top-navigation .top-navigation-search__main form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
.top-navigation .top-navigation-search__main form input {
    font-size: 16px;
    height: 26px;
    outline: none;
    border: 0;
    width: 100%;
}
.top-navigation .top-navigation-search__mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.collapse-panel--black dt,
.collapse-panel--black dd a span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.collapse-panel--black dt a:active,
.collapse-panel--black dd a:active,
.collapse-panel--black dt a:focus,
.collapse-panel--black dd a:focus {
    background-color: #333 !important;
    -webkit-tap-highlight-color: #333 !important;
}
.collapse-panel__list {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.collapse-panel__list li {
    width: 100%;
}
.collapse-panel__list dl {
    margin: 0;
}
.collapse-panel__list dt {
    margin: 0 16px;
    height: 48px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: normal;
}
.collapse-panel__list dt a {
    color: inherit;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.collapse-panel__list dt a:active,
.collapse-panel__list dt a:focus {
    background-color: rgba(40, 40, 40, 0.06);
    -webkit-tap-highlight-color: rgba(40, 40, 40, 0.06);
}
.collapse-panel__list dt img {
    width: 18px;
}
.collapse-panel__list dd {
    display: none;
    margin: 0;
}
.collapse-panel__list dd a {
    display: flex;
    height: 48px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    padding: 0 16px 0 30px;
}
.collapse-panel__list dd a span {
    align-items: center;
    display: inline-flex;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e7eb;
}
.collapse-panel__list dd a:active,
.collapse-panel__list dd a:focus {
    background-color: rgba(40, 40, 40, 0.06);
    -webkit-tap-highlight-color: rgba(40, 40, 40, 0.06);
}
.collapse-panel__list dd a.fitContent {
    height: fit-content;
}
.collapse-panel__list dd a.fitContent span {
    padding-top: 16px;
    padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
    .collapse-panel__list dt {
        margin: 0 32px;
    }
}
.collapse-panel__subtract {
    display: none;
}
.collapse-panel__download {
    display: flex;
    justify-content: center;
    padding: 18px 0;
    gap: 22px;
}
.collapse-panel__download img {
    width: 120px;
}
.collapse-panel__download--qrcode {
    width: 60px;
}
.collapse-panel__subscribe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.collapse-panel__subscribe p {
    margin: 0;
}
.collapse-panel__subscribe form {
    margin-top: 16px;
}
.collapse-panel__subscribe fieldset {
    margin: 0;
    padding: 0;
    border: none;
    min-width: inherit;
    width: 264px;
}
.collapse-panel__subscribe legend {
    display: none;
}
.collapse-panel__subscribe input {
    height: 36px;
    padding: 0 20px;
    outline: none;
    background-color: #535353;
    color: #fff;
    border-radius: 30px;
    border: 0;
    flex: 1;
    max-width: 264px;
    min-width: 1px;
    margin-right: 16px;
}
.collapse-panel__subscribe input:focus {
    border-color: #03b7d5;
}
.collapse-panel__subscribe button {
    height: 36px;
    padding: 0 20px;
    background-color: #03b7d5;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    margin: 0 10px;
}
.collapse-panel__subscribe button:active,
.collapse-panel__subscribe button:focus {
    background-color: #02a4bf;
}

img.closeSearch{
    cursor: pointer;
}
@media only screen and (min-width: 768px){
    .column.main {
        min-height: unset;
    }
    .breadcrumbs{
        padding: 20px 32px 0 32px;
    }
    .page-main{
        padding: 0 32px;
    }
}
@media only screen and (min-width: 1264px){
    .breadcrumbs, .page-main{
        max-width: 1264px;
    }
}

.footer-wrap {
    background-color: #282828;
    color: #fff;
    font-size: 14px;
}
.footer--common {
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
}
.footer__social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 16px;
}
@media only screen and (min-width: 768px) {
    .footer__social {
        margin: 0 32px;
    }
}
.footer__social__logo {
    width: 96px;
}
.footer__social__list {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.footer__social__list li + li {
    margin-left: 15px;
}
.footer__social__list li {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 0;
}
.footer__social__list li img {
    width: 100%;
}
@media only screen and (min-width: 768px) {
}
.footer__brand {
    margin-top: 28px;
    padding: 0 32px;
    display: flex;
    justify-content: center;
}
.footer__brand img {
    width: 100%;
    max-width: 347px;
}
.footer__copyright {
    margin: 12px 0 28px;
    text-align: center;
    color: #bfc5c9;
}
@media only screen and (min-width: 1264px) {
    .footer {
        display: none;
    }
}
.footer-pc {
    display: none;
    font-size: 14px;
    flex-direction: column;
}
.footer-pc__list {
    flex: 1;
    list-style: none;
    margin: 0 auto;
    padding-top: 97px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr 1fr;
}
.footer-pc__list h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.footer-pc__list > li dt {
    font-size: 16px;
    font-weight: 800;
}
.footer-pc__list > li dd {
    font-weight: 500;
    margin: 0;
    margin-top: 12px;
    font-size: 14px;
    max-width: 283px;
}
.footer-pc__list > li dd a {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}
.footer-pc__list > li dd a img {
    width: 100%;
}
.footer-pc__list > li dd a:hover {
    color: #03b7d5;
}
.footer-pc__list > li dd a + a {
    margin-top: 10px;
}
.footer-pc__social {
    margin-top: 32px;
}
.footer-pc__social__list {
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    list-style: none;
}
.footer-pc__social__list li {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}
.footer-pc__social__list li + li {
    margin-left: 24px;
}
.footer-pc__social__list img {
    width: 100%;
}
.footer-pc__download {
    max-width: 100%;
    margin-top: 40px;
}
.footer-pc__download > p {
    margin: 0;
}
.footer-pc__download > div {
    margin-top: 16px;
    display: flex;
}
.footer-pc__download > div > img {
    width: 108px;
}
.footer-pc__download > div dl {
    display: flex;
    align-items: center;
    margin: 0;
}
.footer-pc__download > div dl dt {
    margin-left: 16px;
}
.footer-pc__download > div dl a {
    display: block;
    height: 34px;
}
.footer-pc__download > div dl a img {
    height: 34px;
}
.footer-pc__download > div dl dd {
    margin: 0;
}
.footer-pc__subscribe p {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.footer-pc__subscribe fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
.footer-pc__subscribe legend {
    display: none;
}
.footer-pc__subscribe input {
    height: 36px;
    padding: 0 20px;
    outline: none;
    background-color: #535353;
    color: #fff;
    border: 0;
    border-radius: 30px;
    width: 240px;
}
.footer-pc__subscribe input:focus {
    border-color: #03b7d5;
}
.footer-pc__subscribe button {
    height: 36px;
    background-color: #03b7d5;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
    width: 96px;
}
.footer-pc__subscribe button:active,
.footer-pc__subscribe button:focus {
    background-color: #02a4bf;
}
.footer-pc__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.footer-pc__bottom__copyright {
    margin: 12px auto 40px;
    color: #bfc5c9;
}
.footer-pc__bottom__brand img {
    width: 100%;
    max-width: 347px;
}
@media only screen and (min-width: 1264px) {
    .footer-pc {
        display: flex;
    }
}

@keyframes l3 {to{transform: rotate(1turn)}}
.footer-pc__subscribe .element,
.collapse-panel__subscribe .element{
    display: flex;
    position: relative;
}
.footer-pc__subscribe .field.button .loader__wrap,
.collapse-panel__subscribe .field.button .loader__wrap{
    position: absolute;
    top: 0;
    background: #03b7d5;
    justify-content: center;
    align-items: center;
    display: none;
    height: 36px;
    border-radius: 30px;
    margin: 0 10px;
    width: 96px;
}
.footer-pc__subscribe .field.button .loader__wrap .loader,
.collapse-panel__subscribe .field.button .loader__wrap .loader{
    width: 12px;
    height: 12px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #FFFFFF;
    --_m:
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}
.footer-pc__subscribe .subscribe__msg,
.collapse-panel__subscribe .subscribe__msg{
    padding: 12px 0 0 28px;
    font-size: 14px;
    color: limegreen;
    position: relative;
    display: none;
}
.footer-pc__subscribe .subscribe__msg:before,
.collapse-panel__subscribe .subscribe__msg:before{
    font-size: 20px;
    line-height: 20px;
    color: limegreen;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    position: absolute;
    text-align: center;
}
.footer-pc__subscribe .subscribe__msg.error,
.collapse-panel__subscribe .subscribe__msg.error{
    color: #b30000;
}
.footer-pc__subscribe .subscribe__msg.error:before,
.collapse-panel__subscribe .subscribe__msg.error:before{
    content: '\e61f';
    color: #b30000;
}
