@media screen and (min-width: 1024px) {
    ul.nav-btn-list {
        margin-right: 14px;
    }

    .menu-header strong {
        margin-right: 17px;
    }
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}
body, div, dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, form, p, table, th, td, address, input {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

a img, img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

ul, li, ol, li {
    list-style: none;
}

a {
    color: #202020;
}
iframe {
    border: 0;
}

textarea {
    width: 98%;
}

.clearfix {
/ zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

body {
    color: #202020;
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    background: #202020;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

#header {
    height: 245px;
    background: url(/common/design/user/css/img/header_bg.gif) repeat-x 0 0;
}

#contents {
    width: 1080px;
    margin: 30px auto 0 auto;
    padding: 0 0 50px 0;
    position: relative;
}

#footer {
    width: 100%;
    padding: 20px 0 0 0;
    background: #f8f8f8;
}

#main {
    width: 850px;
    float: right;
}

.ex {
    font-size: 75%;
    line-height: 160%;
    margin: 0 0 20px 0;
}

#topicpath {
    margin: 0 0 30px 0;
}

#topicpath ul {
    width: 1080px;
    margin: 0 auto;
}

#topicpath li {
    font-size: 75%;
    line-height: 150%;
    display: inline;
    list-style-type: none;
    padding: 0 0 0 15px;
    background: url(/common/design/user/css/img/topicpath.gif) no-repeat 0 50%;
}

#topicpath li a {
    color: #333;
}

#topicpath li.home {
    padding: 0 5px 0 0;
    background: none;
}

#topicpath li strong {
    color: #202020;
}

.thumb {
    width: 370px;
    height: 430px;
    margin: 0 0 10px 0;
    float: left;
    position: relative;
}

#imgMain {
    width: 370px;
    height: 370px;
    text-align: center;
    z-index: 1;
}

#imgMain img {
    width: 100%;
    height: auto;
}

.thumb ul {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.thumb li {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 10px 10px 0;
    border: 1px solid #ededed;
    overflow: hidden;
}

.thumb li img {
    cursor: pointer;
    width: 100%;
    height: auto;
}

.thumb .btn-create-design {
    background-color: #ffffff;
    position: absolute;
    bottom: 5px;
    left: 5px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 45px;
    padding: 0 15px;
    font-size: 16px;
    color: #E40B18;
    text-align: center;
    line-height: 45px;
    margin-right: 5px;
    border: 2px solid #efefef;
}

.thumb .change-btn {
    background-color: #ffffff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: inline-block;
    vertical-align: top;
    width: 55px;
    height: 45px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    margin-right: 5px;
    border: 2px solid #efefef;
    background-image: url("/common/design/user/img/change.png");
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.sns_block {
    margin: 20px 0;
    display: block;
}

.btn_twitter {
    float: right;
}

.btn_facebook {
    float: left;
}

.btn_twitter a, .btn_facebook a {
    width: 180px;
    height: 45px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

.btn_twitter a {
    background: url(/common/design/user/css/img/btn_twitter.gif) no-repeat 0 0;
    background-size: 100%;
}

.btn_facebook a {
    background: url(/common/design/user/css/img/btn_facebook.gif) no-repeat 0 0;
    background-size: 100%;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profile {
    padding: 30px;
    border-radius: 3px;
    position: relative;
}

.profile h3 {
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 0 20px 0;
    background: url(/common/design/user/css/img/h3_profile.gif) no-repeat 0 0;
    border-bottom: 1px solid #202020;
}

.profile .photo {
    width: 120px;
    float: left;
}

.profile .info {
    width: 620px;
    float: right;
}

.profile .info .name {
    font-size: 87.5%;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.profile .info .name span {
    font-size: 80%;
    color: #fff;
    padding: 0 7px;
    margin: 0 5px 0 0;
    background: #202020;
    border-radius: 20px;
}

.profile .info .name .offi {
    background: #0173bc;
}

.photo {
    width: 425px;
    float: left;
}

.lazyload {
    opacity: 0;
}

#topicpath li:last-child {
    font-weight: 700;
}

b, strong {
    font-weight: 700 !important;
}

b.slogan, strong.slogan {
    font-weight: normal !important;
}


html {
    color: #000;
    background: #FFF
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

body {
    font-family: "ç¹åµÎ›ç¹§ï½®ç¹æ‰‹ï½§åµã– Pro W3", "Hiragino Kaku Gothic Pro", "ç¹ï½¡ç¹§ï½¤ç¹ï½ªç¹§ï½ª", Meiryo, Osaka, "ï¿½ï½­ï¿½ï½³ ï¿½ï½°ç¹§ï½´ç¹§ï½·ç¹ï¿½ã‘", "MS PGothic", sans-serif;
    color: #000;
    background-color: #FFF;
}

a:link {
    text-decoration: none;
    color: #333;
}

a:visited {
    text-decoration: none;
    color: #333;
}

.clearfix {
    clear: both
}

header {
    width: 100%;
    clear: both;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #FF0201;
    height: 160px;
    background-color: #FFF;
}

.wrap {
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

section {
    background-color: #FFF
}

footer {
    background-color: #FF0201;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer ul {
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
    clear: both;
    padding-top: 10px;
}

footer ul li {
    float: left
}

* {
    -webkit-text-size-adjust: none
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

html {
    height: 100%;
    background: #fff
}

body {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4)
}

p {
    margin: 0 0 15px
}

input, textarea, select {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block
}

ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

body {
    font-family: "ç¹åµÎ›ç¹§ï½®ç¹æ‰‹ï½§åµã– Pro W3", "Hiragino Kaku Gothic Pro", "ç¹ï½¡ç¹§ï½¤ç¹ï½ªç¹§ï½ª", Meiryo, Osaka, "ï¿½ï½­ï¿½ï½³ ï¿½ï½°ç¹§ï½´ç¹§ï½·ç¹ï¿½ã‘", "MS PGothic", sans-serif;
    color: #000;
    background-color: #fff;
}

#wrapper {
    overflow: hidden;
}

#header {
    background: #fff;
    position: relative;
    z-index: 150;
}

#header .wrap {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1100px !important;
    width: 1100px !important;
    min-height: 90px;
}

.logo {
    float: left;
    width: 144px;
    height: 74px;
    overflow: hidden;
    background: url(/common/design/user/img/images-top/logo_up-t_kana.png) no-repeat 50%;
    text-indent: -9999px;
    margin-right: 25px;
    margin-top: 10px;
}

.logo a {
    display: block;
    height: 100%;
    position: relative;
}

.slogan {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: normal;
    margin: 6px 0;
}

.menu-header {
    float: right;
    border: 1px solid #d6d6d6;
}

.menu-header li {
    float: left;
    border-left: 1px solid #d6d6d6;
}

.menu-header li:first-child {
    border: 0;
}

.menu-header a {
    display: block;
    width: 188px;
    height: 65px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.menu-header strong {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
}

.menu-header span {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.menu-header span.item01 {
    color: #15a6d6
}

.menu-header span.item02 {
    color: #d61518;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

.menu-header span.item03 {
    color: #15a6d6
}

.menu-header span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 28px;
}

.menu-header span.item01:before {
    background: url(/common/design/user/img/images-top/ico-menu-header-01.png) no-repeat 50%;
}

.menu-header span.item02:before {
    background: url(/common/design/user/img/images-top/ico-menu-header-02.png) no-repeat 50%;
}

.menu-header span.item03:before {
    width: 39px;
    background: url(/common/design/user/img/images-top/ico-menu-header-03.png) no-repeat 50%;
    margin: 0;
}

nav {
    display: block;
    background: #d61518;
    position: relative;
}

nav .holder {
    max-width: 1100px;
    margin: 0 auto;
}

nav .holder:after {
    content: '';
    display: block;
    clear: both;
}

.nav {
    float: left;
    border-left: 1px solid #ad0003;
    border-right: 1px solid #e36062;
}

.nav li {
    float: left;
    border-left: 1px solid #e36062;
    border-right: 1px solid #ad0003;
}

.nav a {
    display: block;
    position: relative;
    width: 145px;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.nav-btn-list {
    float: right;
    padding: 9px 0 9px 6px;
}

.nav-btn-list li {
    float: left;
}

.nav-btn-list li:first-child {
    padding: 0;
}

.nav-btn-list a {
    display: block;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    width: 142px;
    line-height: 37px;
    font-weight: bold;
    color: #3f3f3f;
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.nav-btn-list a:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 37px;
    width: 32px;
}

.nav-btn-list a.login:before{
    background:url(/common/design/user/img/images-top/ico-nav-btn-list-02.png) no-repeat ;
    background-size: 100% 100%;
    width: 18px;
    height: 21px;
}
.nav-btn-list a.logout:before{
    background:url(/common/design/user/img/images-top/ico-nav-btn-list-03.png) no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 21px;
}
.nav-btn-list a.car:before{
    background:url(/common/design/user/img/images-top/ico-nav-btn-list-01.png) no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 16px;
}
.nav-btn-list a.mypage-top img{
    width: 18px;
    height: 18px;
}
.nav-btn-list a.mypage-top:before {
    display: none;
}
.nav-btn-list.notification-card-fix {
    display: flex;
    gap: 7px;
    margin-right: 0;
}
.nav-btn-list.notification-card-fix a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    max-width: 113px;
    font-size: 14px;
}

#main {
    background: #fff;
    padding: 0 4px 80px;
    position: relative;
    z-index: 1;
}

.list-items-handled li {
    margin-top: 2px;
}

.list-items-handled li:first-child {
    margin: 0;
}

.list-items-handled a {
    display: block;
    border: 1px solid #d4d4d4;
    background: #fff;
    line-height: 18px;
    font-size: 13px;
    color: #0068de;
    padding: 6px 4px 6px 14px;
    position: relative;
}

#footer {
    overflow: hidden;
    background-color: #ff2100;
}

#footer .wrap {
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
    border-top: 1px solid #fff;
}

#footer .wrap:first-child {
    border: 0;
    padding: 10px 0 20px;
}

.footer-baner-list {
    float: right;
}

.footer-baner-list li {
    float: left;
    padding-left: 7px;
}

.footer-baner-list img {
    display: block;
}

.footer-nav {
    overflow: hidden;
    text-align: center;
}

.footer-nav li {
    display: inline-block;
    vertical-align: top;
}

.footer-nav a {
    display: block;
    padding: 0 7px;
    font-size: 12px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.copyright {
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 58px;
    font-weight: bold;
    color: #fff;
}

.slogan-frame {
    float: left;
    margin-right: 4px;
    width: 333px;
}

.slogan-frame .pure-form {
    display: block;
    position: relative;
    width: 258px;
    padding-right: 74px;
}

.slogan-frame .pure-form fieldset {
    display: block !important;
    padding: 0 !important;
}

.slogan-frame .pure-form button {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    padding: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #373737 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    width: 64px !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 12px !important;
    color: #fff !important;
    text-align: center !important;
    border: 0 !important;
    cursor: pointer !important;
    outline: none;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.slogan-frame .text-input {
    display: block !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: 1px solid #b7b7b7 !important;
    background: #fff !important;
    outline: none !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 9px 5px 9px 10px !important;
}

.wrap-info {
    width: 660px;
    margin: 20px auto;
    text-align: center;
}

.wrap-info p {
    display: block;
    font-size: 12px;
    line-height: 0;
    font-weight: bold;
    color: #fff;
    margin: 2px 0;
}

.wrap-info p a {
    color: #fff;
}

.slick-slide {
    outline: none
}

.text-holiday {
    line-height: 114px;
    color: #fff;
}

#footer .wrap:first-child {
    padding: 10px 0 3px;
}

.nav {
    right: -3px;
}

.holder-2 .nav a {
    font-size: 14px;
}

#footer .footer-nav-2 {
    display: flex;
    flex-direction: column;
    width: 20%;
    color: #fff;
    text-align: left;
}

#footer .footer-nav-2:first-child {
    width: 40%;
    margin: 0 40px 0 65px;
}

#footer .wrap-2 {
    display: flex;
    padding-bottom: 25px;
}

#footer .ul-first {
    display: flex;
    font-size: 11px;
    font-weight: bold;
}

#footer .footer-nav-2 a {
    line-height: 25px;
    padding: 0;
}

#footer .top_li {
    padding: 25px 0;
    font-weight: bold;
    font-size: 14px;
}

#footer .top_li_last {
    padding-top: 0;
}

#footer .footer-nav-2 .top_li a {
    font-size: 14px;
    font-weight: bold;
}

.cat_1_ft {
    cursor: pointer;
    padding-left: 3px;
    margin-top: 20px;
}

.cat_1_ft:first-child {
    margin-top: 0;
}

.cat_1_ft:before {
    content: '';
    float: left;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 6px;
    width: 6px;
    margin-right: 10px;
    transform: rotate(45deg);
}

.cat_2_ft {
    display: none;
    padding-left: 27px;
    margin-top: 8px;
}

.ul-first .ft_list_item_left {
    margin-right: 25px;
}

.holder-2 .nav a {
    font-size: 14px;
}

.wrap_nav_1 {
    display: none;
}

.nav_new {
    position: relative;
}

.hover_item_nav {
    position: relative;
}

.hover_item_nav:before {
    display: none;
    content: "";
    width: 0;
    border-left: 5px solid transparent;
    border-bottom: 7px solid #000;
    border-right: 5px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.wrap-humburger .btn-humburger {
    position: relative;
    top: 22px;
    width: 45px;
    height: 45px;
    background: #ff0101;
    overflow: hidden;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    margin-right: 15px;
    float: left;
}

.wrap-humburger .btn-humburger .span-humburder {
    display: block;
    position: absolute;
    top: 20px;
    left: 7px;
    right: 7px;
    height: 3px;
    background: #fff;
}

.wrap-humburger .btn-humburger .span-humburder:before, .wrap-humburger .btn-humburger .span-humburder:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.wrap-humburger .btn-humburger .span-humburder:before {
    top: -10px;
}

.wrap-humburger .btn-humburger .span-humburder:after {
    bottom: -10px;
}

.wrap-humburger .slogan-frame {
    width: 300px;
}

.wrap-humburger .slogan-frame .pure-form {
    width: 225px;
}

.wrap-humburger .logo {
    margin-right: 20px;
}

.wrap-left-to-right {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 100000;
}

.nav-left-to-right {
    position: fixed;
    top: 0;
    left: 0;
    width: 310px;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    right: 0;
    -webkit-transform: translate3d(-125%, 0, 0);
    transform: translate3d(-125%, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border: 0;
    padding-bottom: 100px;
}

.wrapHumburger {
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
}

.box-item-sp .list-items-handled .nav-item > a, .box-item-sp .list-items-handled .nav-item > span {
    border: none;
}

.wrap-humburger .box-item-sp .nav-item, .wrap-humburger .box-item-sp .nav-item2 {
    position: relative;
    border-left: 0;
    border-right: 0;
}

.wrap-humburger .list-items-handled .nav-item {
    border: unset;
    display: block;
    margin: 0;
}

.wrap-humburger .nav-left-to-right .list-items-handled .nav-item > a, .wrap-humburger .box-item-sp .list-items-handled .nav-item2 > span {
    border: 0;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #56686f;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 20px;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    background: transparent;
    text-align: left;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item > a, .wrap-humburger .box-item-sp .list-items-handled .nav-item2 > a, .wrap-humburger .box-item-sp .list-items-handled .nav-item > span, .wrap-humburger .box-item-sp .list-items-handled .nav-item2 > span, .wrap-humburger .box-item-sp .list-items-handled .sub-nav-item > span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item:first-child a {
    border-top: 0;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-item.arrowed > a:after, .wrap-humburger .box-item-sp .list-items-handled .nav-item.arrowed > span:after, .wrap-humburger .box-item-sp .list-items-handled .nav-item2.arrowed > a:after, .wrap-humburger .box-item-sp .list-items-handled .nav-item2.arrowed > span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    left: unset;
    transform: scaleY(1.5);
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wrap-humburger .list-items-handled {
    display: flex;
    flex-direction: column;
}

.wrap-humburger .box-item-sp .list-items-handled .sub-nav, .wrap-humburger .box-item-sp .list-items-handled .sub-nav-second_level {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-form {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #56686f;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-form .pure-form {
    padding: 10px 15px;
    box-sizing: border-box;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-form .field {
    width: 185px;
    padding: 7px;
}

.wrap-humburger .box-item-sp .list-items-handled .nav-form .pure-button {
    width: 60px;
    height: 35px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    background: #373737;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.menu-header strong {
    margin-right: 0;
}

#header {
    height: auto !important;
}

#wrapper {
    background: none;
    min-width: 1080px;
}

#main {
    width: auto;
    float: none;
}

#footer {
    background-color: #ff2100;
    padding: 0;
}

#footer .wrap {
    width: auto;
}

footer ul {
    width: auto;
    border: 0;
    clear: inherit;
    padding-top: 0;
}

.footer-nav li {
    float: none;
}

#contents #main {
    width: 772px !important;
    float: right !important;
}

.profile .info {
    width: 580px;
}

#header .wrap {
    display: block !important;
}

.slogan {
    font-size: 12px;
}

#header .wrap {
    min-height: 90px;
}

.menu-header {
    position: relative;
    top: 11px;
}

.nav-btn-list {
    padding-right: 0px
}

.nav a {
    width: 126px;
}

.holder-2 .nav-btn-list a {
    width: 121px ;
}
@media (min-width: 1360px) {
    .holder-2 .nav-btn-list a {
        width: 112px;
    }
}
@media (min-width: 1660px) {
    .holder-2 .nav-btn-list a {
        width: 111px;
    }
}
@media (min-width: 1920px) {
    .holder-2 .nav-btn-list a {
        width: 108px;
    }
}

.btn-market .btn-red {
    position: relative;
    display: block;
    background: #e61e02;
    padding: 20px 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    outline: unset;
    width: 50%;
    margin: 40px auto;
}

.btn-market .btn-red:after {
    content: '\f138';
    border: unset;
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 28px;
}

.d-flex-ct {
    display: flex;
}

.common-title_s1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url(/common/design/user/img/images_index-add/title-common-bg.png) left top repeat;
    margin: 0 0 20px;
    padding: 20px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

b, strong {
    font-weight: 700 !important;
}

b.slogan, strong.slogan {
    font-weight: normal !important;
}

body:after {
    content: url(/common/design/user/css/img/lightbox/close.png) url(/common/design/user/css/img/lightbox/loading.gif) url(/common/design/user/css/img/lightbox/prev.png) url(/common/design/user/css/img/lightbox/next.png);
    display: none;
}

.top_detail {
    margin: 0 0 30px 0;
}

.top_detail .left {
    width: 370px;
    float: left;
}

.top_detail .right {
    width: 460px;
    float: right;
}

.top_detail .top {
    margin: 10px 0;
}

.top_detail .top .item-type {
    float: right;
    color: #2f2f2f;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 0;
}

.top_detail .left {
    width: 382px !important;
}

.top_detail .right {
    width: 382px !important;
}

.top_detail .common-info {
    margin: 20px 0;
}

.top_detail .item-cost {
    float: left;
    font-size: 16pt;
    font-weight: bold;
    margin-right: 20px;
    color: #2f2f2f;
}

.top_detail .item-cost-desc {
    font-size: 8pt;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.top_detail .extra-section {
    width: 100%;
    margin: 20px 0;
}

.top_detail .extra-section .title {
    font-size: 15pt;
    color: #2f2f2f;
}

.top_detail .extra-section .items {
    min-height: 49px;
}

.top_detail .extra-section .item {
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0 5px;
}

.top_detail .extra-section.color .item {
    width: 35px;
    height: 35px;
    border: 1px solid transparent;
    padding: 5px;
    outline: none;
}

.top_detail .extra-section.color .item img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.top_detail .extra-section.size .item {
    width: 40px;
    height: 40px;
    border: 2px solid #efefef;
    border-radius: 50%;
    position: relative;
    background-color: #ffffff;
    cursor: pointer;
}

.top_detail .extra-section.size .item:after {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 10px;
    text-transform: uppercase;
    color: #202020;
    white-space: nowrap;
}

.top_detail .extra-section.size .item.active {
    border-color: #202020;
    background-color: #202020;
}

.top_detail .extra-section.size .item.active:after {
    color: #ffffff;
}

.top_detail .extra-section .slider {
    padding: 0 20px;
    min-height: 57px;
}

.top_detail .extra-section .slider .slick-arrow {
    position: absolute;
    top: 25px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50%;
    background-color: transparent;
    border: 0 solid transparent;
    outline: none;
}

.top_detail .extra-section .slider .slick-prev {
    left: 0;
    background-image: url('/common/design/user/img/l_arr.png');
}

.top_detail .extra-section .slider .slick-next {
    right: 0;
    background-image: url('/common/design/user/img/r_arr.png');
}

.es-loading {
    position: relative;
    width: 100%;
    height: 45px;
    padding: 0 !important;
}

.es-loading:after {
    content: 'èª­ã¿è¾¼ã¿ä¸­';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #777777;
}

.item-actions .qtty {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 56px;
    border: 2px solid #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
}

.item-actions .qtty:after {
    content: '';
    display: block;
    clear: both;
}

.item-actions .qtty .qtty-input {
    display: block;
    border: 0 solid transparent;
    border-right: 2px solid #efefef;
    background-color: #ffffff;
    float: left;
    width: 65px;
    height: 52px;
    line-height: 50px;
    font-size: 12px;
    color: #777777;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.item-actions .qtty .qtty-arrows {
    float: left;
}

.item-actions .qtty .arr-up {
    display: block;
    border: 0 solid transparent;
    border-bottom: 2px solid #efefef;
    width: 29px;
    height: 25px;
    background-image: url("/common/design/user/img/arr_up.png");
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    outline: none;
}

.item-actions .qtty .arr-down {
    display: block;
    border: 0 solid transparent;
    width: 29px;
    height: 25px;
    background-image: url("/common/design/user/img/arr_down.png");
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    outline: none;
}

.item-actions .cart-btn {
    display: inline-block;
    vertical-align: top;
    width: 155px;
    height: 56px;
    font-size: 12px;
    color: #ffffff;
    background-color: #E70000;
    text-align: center;
    line-height: 56px;
    margin-right: 5px;
}

.tab-content .product-detail-title {
    margin: 20px 0 7px;
    color: #6D6D6D;
    font-weight: bold;
}

.tab-content p {
    margin: 0;
    padding: 0;
}

.tab-content .product-detail-col table {
    border: 1px solid #e5e5e5;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 7px 0 12px 0;
    width: auto;
}

.tab-content .product-detail-col table th {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #f7f7f7;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.66667;
}

.tab-content .product-detail-col table td {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: left;
}

#item-detail .nav li {
    float: none;
    border-left: none;
    border-right: none;
}

#item-detail .nav {
    width: 100%;
    border-left: none;
    border-right: none;
}

#item-detail .nav a {
    width: auto;
    line-height: 15px;
    padding: 15px;
    height: 15px;
    color: #5e6165;
}

#myTabContent {
    color: #6e6d7a;
    font-size: 14px;
}

#item-detail .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

#item-detail .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#item-detail .nav {
    right: -3px;
}

#item-detail .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

#item-detail .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

#item-detail .nav-tabs .nav-item {
    margin-bottom: -1px;
}

#item-detail .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.clearfix {
    clear: both;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.tab-content > .active {
    display: block;
}

.fade {
    transition: opacity .15s linear;
}

#myTabContent {
    line-height: 20px;
}

.add-video-youtube .wrap-add-video {
    margin-bottom: 2rem;
}

.add-video-youtube .form-video {
    border: 2px solid #e4f4f6;
    padding: 1.5rem;
}

.add-video-youtube .form-video .title {
    text-align: center;
    color: #0097c8;
    font-size: 24px;
    position: relative;
    width: max-content;
    margin: auto auto 1.5rem;
}

.add-video-youtube .form-video .title .icon-speaker {
    position: absolute;
    right: -120px;
    top: -65px;
}

.add-video-youtube .form-video .sub-title {
    border-bottom: 2px solid #e3f1f5;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.add-video-youtube .form-video input, .add-video-youtube .form-video textarea {
    border: 1px solid #e1e1e1;
    padding: .5rem 1rem;
}

.add-video-youtube .form-video textarea {
    width: 100%;
    box-sizing: border-box;
}

.add-video-youtube .form-content-video .fill-content {
    margin: .5rem 0 1.5rem;
}

.add-video-youtube .form-content-video button {
    background: #e61e02;
    color: #fff;
    border: 0;
    border-radius: .5rem;
    width: 300px;
    padding: 1rem;
    margin: auto;
    text-align: center;
    cursor: pointer;
}

.add-video-youtube .form-content-video .btn-form-video {
    text-align: center;
}

.profile.profile-new {
    background: #f4f4f4;
    padding: 15px;
    border: 0;
}

.profile-new .img-profile {
    margin-right: 10px;
}

.profile-new h3 {
    background: transparent;
    text-indent: 0px;
    font-size: 24px;
    position: relative;
    height: auto;
    border-bottom: 0;
    margin: 0 0 3px 0;
    font-weight: 600;
}

.profile-new h3 .first-text {
    color: #d61519;
}

.profile-new .inline-border {
    height: 2px;
    width: 100%;
    background: #000;
    position: relative;
    margin-bottom: 15px;
}

.profile-new .inline-border:after {
    content: '';
    display: block;
    height: 2px;
    width: 75px;
    background: #d61519;;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.profile-new .info .name {
    font-size: 16px;
}

.profile-new .ex {
    font-size: 14px;
    word-break: break-all;
}

.profile-new .info .name span {
    font-size: 16px;
    padding: 3px 10px;
}

.profile-new .img-profile {
    width: 20%;
    display: flex;
    justify-content: center;
}

.profile-new .content-profile {
    width: 80%;
}

.profile-new .info {
    width: 100%;
}

.wrap-other-products-list .box-creator-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -14px;
    align-items: flex-start;
}

.wrap-other-products-list .box-creator-list .creator-list-item {
    width: calc(100% / 3);
    padding-left: 7px;
    padding-right: 7px;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.wrap-other-products-list .box-creator-list .items {
    border: 1px solid #d8d8d8;
    padding: 7px 7px 25px;
}

.wrap-other-products-list .box-creator-list .items .text-name {
    font-size: 16px;
    margin: 7px auto 14px;
    text-align: center;
    line-height: 20px;
}

.wrap-other-products-list .box-creator-list .items .image {
    text-align: center;
    position: relative;
    height: 200px;
}

.wrap-other-products-list .box-creator-list .items .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.wrap-other-products-list .btn-creator-list {
    background: #0097c8;
    color: #fff;
    margin: 30px auto 70px;
    position: relative;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    outline: unset;
    width: 100%;
    box-sizing: border-box;
}

h2.common-title_s1 {
    color: #fff;
}

#count-reaction {
    width: 35px
}
.wrap_nav_1 {
    display: none;
}
.nav_new {
    position: relative;
}
.hover_item_nav {
    position: relative;
}

.hover_item_nav:before {
    display: none;
    content: "";
    width: 0;
    border-left: 5px solid transparent;
    border-bottom: 7px solid #000;
    border-right: 5px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.nav-ct a {
    width: 121px !important;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modal .modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 15px 25px;
    max-height: 600px; }
.modal .modal-container .modal-close {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 28px;
    color: #b8b8b8;
    line-height: 0;
    cursor: pointer; }
.modal .modal-container .modal-header {
    padding: 0;
    border: none;
    font-size: 18px;
    font-weight: 500; }
.modal .modal-container .modal-body {
    padding: 15px 0;
    overflow-y: scroll;
    max-height: 500px; }

.modal-swap-item .items {
    width: 550px; }
.modal-swap-item .items .item,
.modal-swap-item .items .item-model,
.modal-swap-item .items .item-color {
    display: inline-block;
    vertical-align: top;
    width: 135px;
    min-height: 160px;
    margin-right: 25px;
    margin-bottom: 25px;
    cursor: pointer;
    border: 1px solid #d6d8db;
    padding: 10px;
    text-align: center;
    font-size: 12px; }
.modal-swap-item .items .item .title,
.modal-swap-item .items .item-model .title,
.modal-swap-item .items .item-color .title {
    margin-top: 20px;
    display: block; }
.modal-swap-item .items .item img,
.modal-swap-item .items .item-model img,
.modal-swap-item .items .item-color img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto; }
.modal-swap-item .items .item.active,
.modal-swap-item .items .item-model.active,
.modal-swap-item .items .item-color.active {
    border-color: #ff0201; }

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.loader .loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px 25px;
    max-height: 600px; }

.loader-text {
    color: #ffffff;
    display: inline-block;
    margin-left: 5px;
}

.loader-bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}
.loader-bounceball:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: loader-bounce 500ms alternate infinite ease;
    animation: loader-bounce 500ms alternate infinite ease;
}
.notification-card-fix {
    position: relative;
}
.nav-btn-list .notification-card {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    padding: 2px;
    color: #000;
    border-radius: 100%;
    min-width: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #454545;
    box-sizing: content-box;
}
.wrap-humburger .box-item-sp .sub-nav .nav-item {
    background: #003245ad;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #56686f;
    margin: 0;
}
.wrap-humburger .box-item-sp .list-items-handled .sub-nav .sub-nav-item {
    display: block;
    width: 100%;
    padding: 0 !important;
    transition: all 0.5s ease;
    border-left: 0;
    border-right: 0;
}

.wrap-humburger .box-item-sp .list-items-handled .sub-nav .sub-nav-item>a {
    text-decoration: none !important;
    color: #fff;
    padding: 15px 0 15px 44px;
    width: 100%;
    border: 0;
    height: auto;
    text-align: left;
    box-sizing: border-box;
    background: #003245ad;
}
.closeHumburger {
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 315px;
    font-size: 40px;
    line-height: 34px;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 999999999;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.wrap-humburger .box-item-sp .list-items-handled .sub-nav .sub-nav-item > a {
    text-decoration: none !important;
    color: #fff;
    padding: 15px 0 15px 44px;
    width: 100%;
    border: 0;
    height: auto;
    text-align: left;
    box-sizing: border-box;
}

.wrap_nav_1 {
    display: none;
}

.hover-bottom:hover .wrap_nav_1 {
    position: absolute;
    width: 100%;
    left: 0;
    background: #000000;
    display: block;
    z-index: 9999;
    opacity: 0.9;
}

.nav_new {
    position: relative;
}

.list_li_nav {
    width: 25%;
    flex: 0 0 25%;
}

.nav-new .container_s1 {
    display: flex;
    flex-wrap: wrap;
}

.nav-ct .item_li_nav a {
    width: auto !important;
    text-align: left;
    border: 1px solid #fff;
    padding: 10px 10px 10px 25px;
    height: unset;
    line-height: 20px;;
    position: relative;
    transition: .5s ease;
    white-space: nowrap;
    font-size: 14px;
}

.nav-ct .item_li_nav a:after {
    content: '';
    width: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.hover_item_nav {
    position: relative;
}

.hover-bottom:hover .hover_item_nav:before {
    display: block;
}

.hover_item_nav:before {
    display: none;
    content: "";
    width: 0;
    border-left: 5px solid transparent;
    border-bottom: 7px solid #000;
    border-right: 5px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.item_li_nav {
    padding: 20px 20px 0 0;
}

.list_li_nav:nth-child(4n) .item_li_nav {
    padding-right: 0;
}

.wrap_nav_1 .container_s1 {
    padding: 0 15px 20px;
}


.container_s1 {
    display: block;
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: content-box;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    *zoom:1;width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/common/design/user/css/img/lightbox/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: none
}

.lb-prev,.lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-prev {
    left: 0;
    float: left
}

.lb-prev:hover {
    background: url(/common/design/user/css/img/lightbox/prev.png) left 48% no-repeat
}

.lb-next {
    right: 0;
    float: right
}

.lb-next:hover {
    background: url(/common/design/user/css/img/lightbox/next.png) right 48% no-repeat
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom:1;width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #bbb
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/common/design/user/css/img/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}
.preview-3d-container{
    width: 100%;
    padding-top: 150px;
    /*height: 85%;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: center;
    align-items: center;
}


#overlay3d {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 6;
    cursor: pointer;
}
/* use for 3D */
#overlayreder3d{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.preview-3d{
    position: relative;
    width: 600px;
    height: 500px;
    background-color: #ffffff;
}
.loader-3d{
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 41%;
    left: 41%;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.mouse-control-3d{
    position: absolute;
    top: 40px;
    left: 10px;
    border: 1px solid #1068e2;
}
.mouse-control-3d-2{
    position: absolute;
    top: 250px;
    left: 10px;
    border: 1px solid #1068e2;
}

.mouse-control-3d-close{
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0px solid #1068e2;
}
.background-list-3d{
    position: absolute;
    right: 10px;
    top: 100px;
}
.background-3d .image{
    width: 65px;
    height: 60px;
    object-fit: cover;
}
.button.active{
    border: unset;
    padding: 0;
}

.guidance-3d-view{
    max-width: 60px;
    white-space: normal;
    height: 70px;
    font-size: 11px;
}
.guidance-3d-label{
    max-width: 60px;
    white-space: normal;
    height: auto;
    font-size: 11px;
}

.background-3d-select{
    max-width: 65px;
    white-space: normal;
    height: 60px;
}

.mouse-control-3d .button{
    max-width: 60px;
    white-space: normal;
    height: auto !important;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;

}
.mouse-control-3d .button .image{
    width: 30px;
}
.mouse-control-3d .button .image span{
    height: auto !important;
}
.btn-preview-3d {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 40px;
    border: 1px #665858 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;

}

.margin-overlay-3d{
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.canvas-3d-preview{
    width: 720px;
    height: 662px;
}

.profile.profile-new {
    background: #f4f4f4;
    padding: 15px;
    border: 0;
}

.profile-new .btn_item {
    position: unset;
}

.profile-new .img-profile {
    margin-right: 10px;
}

.profile-new h3 {
    background: transparent;
    text-indent: 0px;
    font-size: 24px;
    position: relative;
    height: auto;
    border-bottom: 0;
    margin: 0 0 3px 0;
    font-weight: 600;
}

.profile-new h3 .first-text {
    color: #d61519;
}

.profile-new .inline-border {
    height: 2px;
    width: 100%;
    background: #000;
    position: relative;
    margin-bottom: 15px;
}

.profile-new .inline-border:after {
    content: '';
    display: block;
    height: 2px;
    width: 75px;
    background: #d61519;;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.profile-new .info .name {
    font-size: 16px;
}

.profile-new .ex {
    font-size: 14px;
    word-break: break-all;
}

.profile-new .info .name span {
    font-size: 16px;
    padding: 3px 10px;
}

.profile-new .btn_item a {
    width: 320px;
    background: transparent;
    text-indent: 0px;
    height: unset;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.profile-new .btn-profile-user {
    background: #3d3d3d;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.profile-new .btn-profile-user .img {
    margin-left: 5px;
}

.profile-new .img-profile {
    width: 20%;
    display: flex;
    justify-content: center;
}

.profile-new .content-profile {
    width: 80%;
}

.profile-new .info {
    width: 100%;
}

@media (max-width: 767px) {
    .profile-new .info .name {
        margin: 10px 0;
    }

    .profile-new .info {
        margin: 0;
        width: 100%;
    }

    .profile-new .photo {
        width: 100%;
        max-width: 100px;
        padding: 0;
    }

    .profile-new h3 {
        font-size: 20px;
    }

    .profile.profile-new {
        padding: 10px;
    }

    .profile-new .info .name span,
    .profile-new .btn-profile-user,
    .profile-new .info .name {
        font-size: 14px;
    }

    .profile-new .btn_item a {
        margin: auto;
    }

    .profile-new .img-profile {
        width: 30%;
    }

    .profile-new .content-profile {
        width: 70%;
    }

    .profile-new .btn-profile-user {
        padding: 8px 15px;
        margin: auto;
    }

    .profile-new .inline-border {
        margin-bottom: 10px;
    }

    .lightbox {
        top: 100px !important;
    }

    .lb-container {
        position: relative;
        width: 93%;
        height: 450px;
    }

    .lb-outerContainer {
        width: 98% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 450px !important;
    }

    .lightbox .lb-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: contain;
    }

    .lb-next {
        background: url('/common/design/user/css/img/lightbox/next.png') right 50% no-repeat;
        background-size: 40px;
        margin-right: -5%;
    }

    .lb-prev {
        background: url('/common/design/user/css/img/lightbox/prev.png') left 50% no-repeat;
        background-size: 40px;
        margin-left: -5%;
    }
}

.over-hidden-ct {
    overflow: hidden;
    height: 100%;
}

.wrap-other-products-list .box-creator-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -14px;
    align-items: flex-start;
}

.wrap-other-products-list .box-creator-list .creator-list-item {
    width: calc(100% / 3);
    padding-left: 7px;
    padding-right: 7px;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.wrap-other-products-list .box-creator-list .items {
    border: 1px solid #d8d8d8;
    padding: 7px 7px 25px;
}

.wrap-other-products-list .box-creator-list .items .text-name {
    font-size: 16px;
    margin: 7px auto 14px;
    text-align: center;
    line-height: 20px;
}

.wrap-other-products-list .box-creator-list .items .image {
    text-align: center;
    position: relative;
    height: 200px;
}

.wrap-other-products-list .box-creator-list .items .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.wrap-other-products-list .btn-creator-list {
    background: #0097c8;
    color: #fff;
    margin: 30px auto 70px;
    position: relative;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    outline: unset;
    width: 100%;
    box-sizing: border-box;
}
h2.common-title_s1 {
    color: #fff;
}

@media (max-width: 991px) {
    .wrap-other-products-list .box-creator-list {
        margin-left: -4px;
        margin-right: -4px;
        margin-bottom: -8px;
    }

    .wrap-other-products-list .box-creator-list .creator-list-item {
        width: calc(100% / 2);
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: 8px;
    }

    .wrap-other-products-list .btn-creator-list {
        margin: 20px auto;
        padding: 15px;
    }

    .wrap-other-products-list .btn-creator-list .image {
        max-width: 15px;
        display: inline-block;
    }

    .wrap-other-products-list .btn-creator-list .image img {
        width: 100%;
    }

    .wrap-other-products-list .box-creator-list .items .text-name {
        font-size: 12px;
        line-height: 14px;
        margin: 5px auto 14px;
    }

    .wrap-other-products-list .box-creator-list .items .image {
        height: 100px;
    }
}
.cat_3_ft {
    padding-left: 5px;
    margin-top: 20px;
}
.cat_3_ft a {
    line-height: 1 !important;
    font-size: 11px;
}