
body {
    font-family: "Microsoft Ya Hei", Arial, "Helvetica Neue", Helvetica, sans-serif;
    background-color: #f9f9f9;
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #0083ef;
    text-decoration: none;
}

.btn {
    outline: none !important;
}

.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #fff;
    background-color: #0083ef;
    border-color: #0083ef;
}

.btn-primary {
    border-color: #0083ef;
    background-color: #0083ef;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    border-color: #03579d;
    background-color: #03579d;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
}

.btn-link {
    color: #0083ef;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #0083ef;
}

.btn-select {
    margin-right: 10px;
    margin-bottom: 10px;
}

.skin-color {
    color: #0083ef;
}

.text-row-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.text-paragraph-2-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-height-2 {
    line-height: 2em;
}

.font-size-2em {
    font-size: 2em;
}

.rich-text img,
.rich-text video {
    max-width: 100%;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 14px 0px;
}

.ele-hover-box-shadow {
    transition: 0.3s linear;
}

.ele-hover-box-shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 14px 0px;
}

.ele-hover-move-top {
    transition: 0.3s linear;
}

.ele-hover-move-top:hover {
    transform: translateY(-10px);
}

.area-overflow-x-auto {
    overflow-x: auto;
    margin-bottom: 20px;
}

.area-overflow-x-auto > *:last-child {
    margin-bottom: 0;
}

.min-width-750 {
    min-width: 750px;
}

.page-title {
    margin-bottom: 20px;
}

.page-title .text {
    font-size: 24px;
}

.empty-area {
    padding: 4em;
    text-align: center;
}

.loading-area {
    padding: 4em;
    text-align: center;
}

.pagination-area {
    display: flex;
    justify-content: center;
}

.pagination-area .pagination {
    margin-top: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #0083ef;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #0083ef;
    border-color: #0083ef;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #0083ef;
}

.table.table-center tr th,
.table.table-center tr td {
    text-align: center;
}

.table.table-thead-center thead tr th,
.table.table-thead-center thead tr td {
    text-align: center;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.panel-box > *:first-child {
    margin-top: 0;
}

.panel-box > *:last-child {
    margin-bottom: 0;
}

.form-required::before {
    content: '*';
    color: #f44336;
    margin-right: 4px;
}

#app .has-error .control-label {
    color: #f44336;
}

#app .has-error .form-control {
    border-color: #f44336;
}

#app .has-error .help-block {
    color: #f44336;
}

.phone-input-group .input-group-btn .dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

.input-lg {
    font-size: inherit;
}

.display-block {
    display: block !important;
}

.panel-box.article-category-panel-box .menus .item {
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
}

.panel-box.article-category-panel-box .menus .item .text {
    flex: 1;
}

.panel-box.article-category-panel-box .menus .item .icon {
    font-size: 16px;
}

.panel-box.article-list-panel-box .article-list {
    margin-bottom: 20px;
}

.panel-box.article-list-panel-box .article-list .article-item {
    padding: 1.5em 0.8em 0.8em 0.8em;
    border-bottom: 1px solid #cdcfd1;
    font-size: 18px;
    font-weight: bold;
}

.panel-box.article-list-panel-box .article-list .article-item .text-row-ellipsis {
    display: block;
}

.panel-box.article-info-panel-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel-box.article-info-panel-box .title {
    font-size: 24px;
    text-align: center;
}

.panel-box.article-info-panel-box .time {
    text-align: center;
    margin: 1em 0;
}

.panel-box.article-info-panel-box .content {
    color: #555;
    min-height: 300px;
}

.panel-box.article-info-panel-box .content img {
    max-width: 100%;
}

.panel-box.product-search-filter-panel {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.panel-box.product-search-filter-panel .shopping-list {
    display: flex;
}

.panel-box.product-search-filter-panel .shopping-list a {
    margin-right: 20px;
}

.panel-box.product-search-filter-panel .shopping-list a:last-child {
    margin-right: 0;
}

.panel-box.product-search-filter-panel .filter-form {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    align-items: flex-start;
}

.panel-box.product-search-filter-panel .filter-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
}

.panel-box.product-search-filter-panel .filter-form .form-group * {
    display: inline-block;
}

.panel-box.product-search-filter-panel .filter-form .form-group input.form-control {
    width: 70px;
}

.panel-box.product-search-filter-panel .filter-form .form-group select.form-control {
    width: 130px;
}

.panel-box.auth-panel-box {
    padding: 30px;
}

.page-pagination-block {
    display: flex;
    justify-content: center;
}

.page-breadcrumb {
    padding: 0;
    background-color: transparent;
    line-height: 2em;
}

.page-breadcrumb > li {
    display: inline;
}

.page-breadcrumb > li:first-child {
    font-weight: bold;
}

.page-breadcrumb > li + li:before {
    content: '>';
}

.left-menus-panel {
    line-height: 2em;
}

.left-menus-panel .cat-item {
    margin-bottom: 1em;
}

.left-menus-panel .cat-item .cat-title {
    font-weight: bold;
}

.left-menus-panel .cat-item .cat-menus {
    padding-left: 15px;
}

.left-menus-panel .cat-item .cat-menus .menu-item a {
    display: inline-block;
    width: 100%;
    word-break: break-all;
}

.app-page-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 10px 0px;
    z-index: 100;
    transition: all 0.3s;
}

.app-page-header.transparent {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}

.app-page-header .top-area {
}

.app-page-header .top-area .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.app-page-header .top-area .logo img {
    height: 50px;
}

.app-page-header .top-area .logo .normal {
    display: block;
}

.app-page-header.transparent .top-area .logo .normal {
    display: none;
}

.app-page-header .top-area .logo .white {
    display: none;
}

.app-page-header.transparent .top-area .logo .white {
    display: block;
}

.app-page-header .top-area .product-search-block {
    width: 50%;
}

.app-page-header .top-area .right-btns {
    display: flex;
    align-items: center;
    gap: 28px;
}

.app-page-header .top-area .right-btns .icon {
    font-size: 16px;
}

.app-page-header .main-menus-area {
    background-color: #f5f5f5;
}

.app-page-header.transparent .main-menus-area {
    background-color: transparent;
}

.app-page-header .main-menus-area .inner {
    display: flex;
    align-items: center;
    height: 40px;
}

.app-page-header.transparent .main-menus-area .inner {
    justify-content: right;
}

.app-page-header .main-menus-area .menus {
    display: flex;
}

.app-page-header .main-menus-area .menus .item:after {
    display: inline-block;
    content: '/';
    margin: 0 10px;
    font-size: 22px;
    line-height: 22px;
}

.app-page-header .main-menus-area .menus .item:last-child:after {
    display: none;
}

.app-page-header .main-menus-area .menus .item a {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    vertical-align: bottom;
}

.app-page-header-placeholder {
    height: 110px;
    margin-bottom: 20px;
}

.app-page-header-hamburger-window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #fff;
    display: none;
}

.app-page-header-hamburger-window .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.app-page-header-hamburger-window .header .logo img {
    height: 50px;
}

.app-page-header-hamburger-window .content .menus .item a {
    display: block;
    line-height: 2em;
    font-size: 16px;
}

.product-search-block {
}

.product-search-block .search-area {
    display: flex;
    border: 2px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    height: 40px;
    background-color: #fff;
}

.product-search-block.lg .search-area {
    border-radius: 30px;
    height: 60px;
}

.product-search-block .search-area .form-control {
    border: none;
    outline: none;
    box-shadow: none;
    height: 100%;
}

.product-search-block .search-area .lang-select {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}

.product-search-block.lg .search-area .keyword {
    font-size: 20px;
}

.product-search-block .search-area .submit-btn {
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.product-search-block.lg .search-area .submit-btn {
    font-size: 20px;
}

.product-search-block.lg .search-area .submit-btn {
    border-radius: 28px;
    padding-left: 30px;
    padding-right: 30px;
}

.app-page-footer {
    /*padding-top: 70px;*/
    color: #fff;
    background-color: #333;
    margin-top: 20px;
}

.app-page-footer .inner {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #f3f3f3;
    flex-wrap: wrap;
}

.app-page-footer .inner .col {
    position: relative;
    left: 13px;
}

.app-page-footer .inner .col .title {
    font-weight: bold;
    margin-bottom: 15px;
}

.app-page-footer .inner .col .content {
    line-height: 28px;
}

.app-page-footer .inner .col:first-child {
    left: 6px;
}

.app-page-footer .inner .col:last-child {
    left: auto;
    right: 6px;
}

.app-page-footer .copyright {
    color: #999;
    /*margin-top: 67px;*/
    text-align: center;
    border-top: 1px solid #656565;
    padding: 30px 0;
}

.app-page-content {
    min-height: 80vh;
}

.index-page .app-page-header .top-area .product-search-block {
    display: none;
}

.index-page .app-page-footer {
    margin-top: 0;
}

.index-page .banner-block {
    color: #fff;
    padding-top: 120px;
    padding-bottom: 20px;
    background-image: url("../images/pages/index/bg-search.png");
    background-position: center;
    background-size: cover;
}

.index-page .banner-block .row-1 {
    text-align: center;
    font-size: 58px;
}

.index-page .banner-block .row-2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 24px;
}

.index-page .banner-block .product-search-block {
    margin-top: 24px;
}

.index-page .banner-block .action-btns {
    display: flex;
    gap: 10px;
    padding: 15px 50px;
    margin-bottom: 15px;
}

.index-page .banner-block .action-btns a {
    line-height: 22px;
    border-radius: 11px;
    padding: 0 10px;
    color: #0e1865;
    background-color: #ffffff99;
}

.index-page .banner-block .action-btns a:hover {
    color: #fff;
}

.index-page .banner-block .steps .item .title {
    display: flex;
    align-items: center;
}

.index-page .banner-block .steps .item .title .num {
    display: inline-block;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    background-color: #0083ef;
    border-radius: 50%;
    vertical-align: text-bottom;
}

.index-page .banner-block .steps .item .title .line {
    flex: 1;
    margin-left: 15px;
    border-bottom: 1px dashed #fff;
}

.index-page .banner-block .steps .item .desc {
    padding-left: 30px;
    line-height: 2em;
}

.index-page .banner-block .steps .item .desc ul {
    padding-left: 15px;
}

.index-page .feature-block {
    margin: 50px 0;
}

.index-page .feature-block .item {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 10px 0 rgba(0, 30, 255, .1);
    margin: 15px 0;
}

.index-page .feature-block .item img {
    width: 100%;
    aspect-ratio: 2;
    object-fit: cover;
}

.home-page .panel-box table td {
    border-top: none;
}

.grid-product-list {
    margin-left: -7px;
    margin-right: -7px;
}

.grid-product-list > .col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
}

.grid-product-list .product-item {
    margin-bottom: 15px;
}

.grid-product-list .product-item .img-box {
    display: block;
    margin-bottom: 10px;
}

.grid-product-list .product-item .img-box img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.grid-product-list .product-item .title {
    line-height: 20px;
    margin-bottom: 10px;
    height: 40px;

    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.grid-product-list .product-item .price {
    font-size: 18px;
    font-weight: bold;
}

.search-page .category-filter-panel .panel-heading {
    border-bottom: 2px solid #0083ef;
    color: #0083ef;
    font-weight: bold;
    background-color: #eee;
}

.search-page .category-filter-panel .list-group .list-group-item:hover {
    color: #fff;
    background-color: #0083ef;
}

.product-page .product-img-show {
}

.product-page .product-img-show .big-img {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-page .product-img-show .big-img img {
    max-width: 100%;
    max-height: 100%;
}

.product-page .product-img-show .thumbs {
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #fff;
    margin-top: 10px;
}

.product-page .product-img-show .thumbs .inner {
    display: inline-block;
    width: 2000px;
    height: 100px;
}

.product-page .product-img-show .thumbs .inner .item {
    float: left;
    height: 100%;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}

.product-page .product-img-show .thumbs .inner .item img {
    max-width: 100%;
    max-height: 100%;
}

.product-page .product-main-panel {
    padding: 0 40px 40px 40px;
}

.product-page .product-main-panel .product-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-page .product-main-panel .product-main-table {
}

.product-page .product-main-panel .product-main-table th,
.product-page .product-main-panel .product-main-table td {
    border-top: 0;
    line-height: 32px;
}

.product-page .product-main-panel .product-main-table th {
    color: #838282;
    font-weight: normal;
}

.product-page .product-main-panel .product-main-table .price-tr .big {
    color: red;
    font-size: 24px;
}

.product-page .product-main-panel .product-main-table .attr-tr .btn {
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: normal;
}

.product-page .product-main-panel .product-main-table .buy-quantity-tr {
}

.product-page .product-main-panel .product-main-table .buy-quantity-tr .buy-quantity {
    width: 80px;
    text-align: center;
    display: inline-block;
}

.product-page .product-main-panel .collect-btn:after {
    content: 'コレクション商品';
}

.product-page .product-main-panel .collect-btn.collected:after {
    content: 'コレクションのキャンセル';
}

.product-page .product-main-panel .collect-btn .fa:before {
    content: "\f006";
}

.product-page .product-main-panel .collect-btn.collected .fa:before {
    content: "\f005";
}

.product-page .product-detail-tab-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-page .product-detail-tab-block .tabs {
    display: flex;
    gap: 40px
}

.product-page .product-detail-tab-block .tabs a {
    position: relative;
}

.product-page .product-detail-tab-block .tabs a.active:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 5px;
    background-color: #0083ef;
}

.cart-page .cart-table {
}

.cart-page .cart-table th,
.cart-page .cart-table td {
    padding: 10px 15px;
}

.cart-page .cart-table thead th,
.cart-page .cart-table thead td {
    text-align: center;
    background-color: #ddd;
}

.cart-page .cart-table tbody .thumb {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cart-page .cart-table tbody .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    word-break: break-all;
    margin-bottom: 10px;
}

.cart-page .cart-table tbody .attribute {
    color: #666;
    line-height: 1.5em;
}

.cart-page .cart-table tbody .price-col,
.cart-page .cart-table tbody .quantity-col {
    width: 25%;
    vertical-align: middle;
    text-align: center;
}

.cart-page .cart-table tbody .price-col .con {
    display: flex;
    justify-content: center;
}

.cart-page .cart-table tbody .price-col .con .le {
    margin-right: 10px;
}

.cart-page .cart-table tbody .quantity-col .con {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cart-page .cart-table tbody .quantity-col .buy-quantity {
    display: inline-block;
    max-width: 80px;
    text-align: center;
}

.cart-page .cart-table tbody .quantity-col .note {
    line-height: 2em;
}

.cart-page .total-panel {
}

.cart-page .total-panel .quantity-col {
    line-height: 36px;
}

.cart-page .total-panel .price-col {
    line-height: 36px;
    font-size: 18px;
    text-align: right;
}

.cart-page .total-panel .sub-col {
    text-align: right;
}

.cart-page .checkbox-panel {
    padding-top: 2em;
    padding-bottom: 2em;
}

.cart-page .checkbox-panel .address-table .select-col {
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

.cart-page .checkbox-panel .address-table .detail-col {
    line-height: 2em;
}

.order-page .filter-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.order-page .filter-form .form-group {
    width: 20%;
    padding-left: 7px;
    padding-right: 7px;
}

.order-page .filter-form .form-group .form-control {
    width: 100%;
}


.order-page .order-list-table {
}

.order-page .order-list-table th,
.order-page .order-list-table td {
    padding: 10px;
    font-size: 12px;
}

.order-page .order-list-table thead th,
.order-page .order-list-table thead td {
    text-align: center;
    vertical-align: middle;
    background-color: #eee;
}

.order-page .order-list-table tbody th,
.order-page .order-list-table tbody td {
    text-align: center;
    vertical-align: middle;
}

.order-page .order-list-table .thumb-col img {
    width: 50px;
}

.order-page .order-list-table .product-name-col {
    width: 25%;
}

.order-page .order-list-table .opt-col .btn {
    padding: 5px;
    font-size: inherit;
    background-color: transparent;
}

.order-page .order-table-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.order-page .order-table-bottom .ri .total {
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
}

.order-page .order-table-bottom .ri .pagination {
    margin: 0;
}

.auth-page {
    background-color: #fff;
}

.auth-page .app-page-content .layout-left-right {
    padding: 77px 0;
}

.auth-page .app-page-content .layout-left-right .left-col img {
    width: 93%;
}

.freight-estimation-page .app-page-header-placeholder {
    margin-bottom: 0;
}

.freight-estimation-page .app-page-footer {
    margin-top: 0;
}

.freight-estimation-page .app-page-content {
    display: flex;
    align-items: center;
    color: #fff;
    background-image: url("../images/pages/freight-estimation/bg.png");
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
}

@media (min-width: 1250px) {
    .container {
        width: 1220px;
    }
}

@media (max-width: 1200px) {
    .app-page-header .top-area .product-search-block {
        width: auto;
        flex: 1;
        margin: 0 30px;
    }
}

@media (max-width: 992px) {
    .index-page .banner-block .row-1 {
        font-size: 48px;
    }

    .index-page .banner-block .row-2 {
        font-size: 20px;
    }

    .index-page .banner-block .product-search-block .search-area {
        height: 50px;
    }

    .index-page .banner-block .product-search-block .search-area .keyword,
    .index-page .banner-block .product-search-block .search-area .submit-btn {
        font-size: 16px;
    }

    .index-page .banner-block .action-btns {
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
    }

    .product-page .product-main-panel {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .index-page .banner-block {
        padding-top: 80px;
    }

    .app-page-header-placeholder {
        height: 70px;
    }

    .index-page .banner-block .row-1 {
        font-size: 38px;
    }

    .index-page .banner-block .product-search-block .search-area {
        height: 40px;
    }

    .index-page .feature-block {
        margin: 30px 0;
    }

    .panel-box.product-search-filter-panel {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .auth-page .app-page-content .layout-left-right {
        padding: 50px 0;
    }

    .panel-box.auth-panel-box {
        box-shadow: none;
        padding: 20px;
    }

    .cart-page .total-panel .quantity-col,
    .cart-page .total-panel .price-col,
    .cart-page .total-panel .sub-col {
        text-align: center;
    }

    .freight-estimation-page .app-page-content .container {
        width: 100%;
    }
}

@media (max-width: 500px) {
}
