@charset "utf-8";
* {
    -webkit-text-size-adjust: none
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, em, img, strong, b, i, ol, ul, li, form, label, article, aside, details, footer, header, menu, nav, section, 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;
    font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
    color: #000;
    background-color: #ff2100;
}

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 {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle
}

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

ul {
    list-style: none
}

#wrapper {
    overflow: hidden;
    width: 100%;
    padding: 0;
    background: #fff;
}

#header .wrap {
    overflow: hidden;
    padding: 8px 0;
    position: relative;
    z-index: 3;
    background: #fff;
}

.list-header-top {
    float: right;
}

.list-header-top li {
    float: left;
    padding-right: 12px;
}

.list-header-top li:last-child {
    padding-right: 6px;
}

.list-header-top a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background: #ff0101;
    overflow: hidden;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    text-indent: -9999px;
}

.list-header-top a.tel {
    background: #ff0101 url(../img/images-top/btn-header002.png) no-repeat 50%;
    background-size: 100px 31px;
    width: 106px;
}

.list-header-top a.login {
    background: #ff0101 url(/common/smart/design/img/images-top/btn-header001.png) no-repeat 0 -1px;
    background-size: 40px 40px;
}

.mobile-opener {
    display: block;
    position: absolute;
    outline: none;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    z-index: 990;
    -webkit-transition: background .3s;
    transition: background .3s;
    text-indent: -9999px;
    opacity: 1 !important;
    overflow: hidden;
}

.mobile-opener span {
    display: block;
    position: absolute;
    top: 18px;
    left: 7px;
    right: 7px;
    height: 3px;
    background: #fff;
    -webkit-transition: background 0s .3s;
    transition: background 0s .3s;
}

.mobile-opener span:after,
.mobile-opener span:before {
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
}

.mobile-opener span:before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
    top: -10px;
}

.mobile-opener span:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    bottom: -10px;
}

.nav-visible .mobile-opener span {
    background: 0 0;
}

.nav-visible .mobile-opener span:after,
.nav-visible .mobile-opener span:before {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}

.nav-visible .mobile-opener span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.nav-visible .mobile-opener span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}

.add-nav {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.add-nav li {
    width: 100%;
}

.add-nav a {
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    position: relative;
}

.add-nav a.item04 {
    background: #b200c7;
    border-top: 2px solid #890099;
}

.add-nav a:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 11px;
    overflow: hidden;
    margin: 10px 0 0;
}

.add-nav a.item04:before {
    background: url(/common/smart/design/img/images-top/icon-add-nav004.png) no-repeat 0 50%;
    background-size: 14px 11px;
}

.nav {
    position: fixed;
    top: 0;
    width: 60%;
    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: .4s;
    transition-duration: .4s;
    padding: 70px 0 0;
}

.nav-visible .nav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#footer {
    overflow: hidden;
    background: #ea0000;
    padding: 0 14px;
    border-bottom: 1px solid #fff;
}

#footer .wrap {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding: 14px 0 11px;
    margin-bottom: 6px;
}

.copyright {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
    font-size: 10px;
    line-height: 17px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.accordion-footer {
    background-color: #ea0000;
    color: #fff;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    transition: 0.4s;
    list-style: none;
}

.accordion-footer span {
    display: block;
    padding: 18px;
    border-bottom: 2px solid #fff;
}

.accordion-footer span:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    float: right;
}

.accordion-footer-item a {
    color: #fff !important;
    padding: 18px;
    font-size: 12px;
    display: block;
    background: #ea0000;
    border-bottom: 1px solid #fff;
}

.accordion-footer-item a:after,
.accordion-footer-item a:before {
    float: right;
    content: "";
    vertical-align: middle;
}

.accordion-footer-item a:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 6px;
    width: 6px;
    margin-right: 3px;
    transform: rotate(45deg);
}

.accordion-ft {
    background-color: #ea0000;
    color: #fff;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-bottom: 2px solid #fff;
    transition: 0.4s;
}

.accordion-ft a {
    font-size: 15px;
    font-weight: bold;
    border-bottom: none;
    padding: 18px !important;
    background: transparent !important;
}

.accordion-footer .nav-item span,
.accordion-footer-item a {
    padding: 18px 18px 18px 30px;
}

.bg-accordion-footer .accordion-footer-item a {
    padding: 18px 18px 18px 40px;
}

.bg-accordion-footer .sub-nav_ft span {
    font-size: 12px;
    padding-left: 30px;
    border-bottom: 1px solid #fff;
}

.bg-accordion-footer .sub-nav_ft span:after {
    font-size: 17px;
}

.add-nav.tab-add-nav .item01 {
    background: #ff0054;
}

.add-nav.tab-add-nav .item02 {
    background: #0574dc;
}

.add-nav.tab-add-nav .item03 {
    background: #159600;
}

.add-nav.tab-add-nav .item04 {
    background: #ff8400;
}

.add-nav.tab-add-nav a:before {
    content: unset;
}

.add-nav.tab-add-nav .item-nav {
    position: relative;
    border-top: 0;
    display: block;
    padding: 7px 3px 0;
    text-align: center;
    height: 60px;
}

.tab-add-nav li {
    color: #fff;
}

.tab-add-nav .item-nav span {
    font-size: 10px;
    line-height: 24px;
}

.tab-add-nav .img-nav img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gr-nav-item {
    position: absolute;
    width: 100%;
    left: 0;
    background: #000000;
    display: none;
    z-index: 9999;
    opacity: 0.9;
}

.gr-nav-item .list_li_nav {
    width: 50%;
    flex: 0 0 50%;
}

.gr-nav-item .left_li_nav .item_li_nav {
    padding: 10px 10px 0 0;
}

.gr-nav-item .right_li_nav .item_li_nav {
    padding: 10px 0 0 10px;
}

.gr-nav-item .item_li_nav a {
    width: auto !important;
    text-align: left;
    border: 1px solid #fff;
    padding: 5px 5px 5px 25px;
    height: unset;
    line-height: 20px;
    position: relative;
    transition: .5s ease;
}

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

.gr-nav-item .container_s1 {
    display: flex;
    padding: 10px 15px 20px;
    flex-wrap: wrap;
}

.tab-add-nav .icon-slide {
    opacity: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-bottom: 5px solid #000;
    border-right: 4px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all .5s;
}

.tab-add-nav .add-icon {
    opacity: 1;
}

@media (max-width: 320px) {
    .tab-add-nav .item-nav span {
        font-size: 9px;
        line-height: 24px;
    }

    .gr-nav-item .right_li_nav .item_li_nav {
        padding: 10px 0 0 5px;
    }

    .gr-nav-item .left_li_nav .item_li_nav {
        padding: 10px 5px 0 0;
    }

    .gr-nav-item .list_li_nav a {
        font-size: 9px;
    }
}

.wrap-header-sp .list-header-top li {
    padding-right: 8px;
}

.wrap-header-sp .img-nav {
    text-indent: 9px;
    width: 22px;
    height: 22px;
    position: relative;
    margin: 5px auto 2px;
}

.wrap-header-sp .img-nav img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.wrap-header-sp .item05 {
    display: flex;
    flex-direction: column;
}

.wrap-header-sp .item05 span {
    color: #fff;
    font-size: 9px;
    text-indent: 0;
    text-align: center;
    font-weight: 700;
}

.wrap-header-sp .humburger-menu.list-header-top {
    float: left;
    width: 45px;
    padding-left: 5px;
}

.wrap-header-sp .nav-left-to-right {
    transform: translate3d(-125%, 0, 0);
    left: 0;
    display: none;
}

.nav-visible .wrap-header-sp .nav-left-to-right {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.wrap-header-sp .item06 {
    background: #b200c7;
    width: auto;
}

.wrap-header-sp .logo {
    left: 45px;
}

@media (max-width: 320px) {
    .wrap-header-sp .list-header-top a {
        width: 35px;
        height: 35px;
    }

    .wrap-header-sp .humburger-menu.list-header-top {
        width: 35px;
    }

    .wrap-header-sp .mobile-opener span {
        top: 16px;
    }

    .wrap-header-sp .logo {
        left: 40px;
        width: 80px;
        height: 50px;
    }

    .wrap-header-sp .list-header-top li {
        padding-right: 5px;
    }

    .wrap-header-sp .list-header-top a.tel {
        width: 105px;
    }

    .wrap-header-sp .list-header-top a.logout,
    .wrap-header-sp .list-header-top a.login {
        width: 40px;
    }

    .wrap-header-sp .list-header-top a.login {
        margin: 0;
    }

    .wrap-header-sp .list-header-top a.item05 {
        width: 40px;
    }

    .wrap-header-sp .item05 span {
        font-size: 6px;
        transform: translateX(0);
    }

    .wrap-header-sp .img-nav {
        margin-top: 2px;
    }

    .nav-visible .wrap-header-sp .nav-left-to-right {
        padding: 65px 0 0;
    }
}

.nav-visible {
    overflow: hidden;
    height: 100%;
}

.list-header-top a.login {
    margin: 0;
}

#topicpath {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 10px 5px 0 5px;
    margin: 5px 0 -10px 0;
}

#topicpath ul {
    flex-wrap: wrap;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#topicpath ul li {
    margin: 0 5px 0 0;
    line-height: 150%;
    word-wrap: break-word;
    font-size: 9px !important;
    padding: 0 0 0 10px;
    background: url(/common/smart/design/css/img/arrow2.png) no-repeat 0 50%;
    background-size: 7px 11px;
}

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

#topicpath li:last-child {
    font-weight: 700;
    line-height: 200%;
}

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

.profile {
    margin: 20px 5px;
}

.text-link-object {
    text-align: left;
    padding: 0 15px;
    color: #0073bd;
    z-index: 2;
    font-size: 11px;
    margin-top: 10px;
}

input[type="button"], input[type="submit"] {
    border: none;
}

ol, ul {
    list-style: none;
}

a:focus {
    outline: none;
}

#main {
    overflow: hidden;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

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

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

.sns_btn {
    margin: 10px 0;
}

.sns_btn ul {
}

.sns_btn li {
    width: 50%;
    float: left;
    margin: 0 0 3px 0;
    text-align: left;
}

.profile {
    margin: 20px 5px;
    border-radius: 3px;
    position: relative;
}

.profile .photo {
    width: 25%;
    float: left;
    padding: 10px 0;
    min-height: 0;
}

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

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

.profile .ex {
    clear: left;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header {
    margin: 0;
    padding: 0;
    width: 100%;
}

.wrap {
    margin-right: auto;
    margin-left: auto;
}

p.ex {
    font-size: 75%;
    line-height: 150%;
    margin: 0 auto 10px;
    width: 95%;
}

#link-top2.fixed-block {
    position: fixed;
}

#link-top2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1100px;
    width: 100%;
    overflow: hidden;
    text-align: right;
    z-index: 1000;
}

#link-top2 a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 165px;
    width: 100%;
    height: 28px;
    overflow: hidden;
    font-size: 10px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff !important;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#link-top2 a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 5px solid transparent;
    border-bottom: 9px solid #fff;
    border-top: 0;
    margin: -2px 5px 0 0;
}

#link-top2 {
    padding: 5px;
    box-sizing: border-box;
}

#link-top2 a:nth-child(1) {
    max-width: 58%;
    width: 100%;
    height: 45px;
    background: red;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff !important;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding-top: 0;
    float: left;
}

#link-top2 a:nth-child(1):before {
    content: "";
    background-image: url(/common/smart/design/img/images_index-add/pen.png);
    border: 0;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    margin-top: 9px;
    margin-left: -141px;
}

#link-top2 a:nth-child(1) :nth-child(1) {
    display: block;
    margin-bottom: -26px;
    margin-top: -39px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 20px;
}

#link-top2 a:nth-child(1) :nth-child(3) {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: -13px;
    margin-left: 15px;
}

.link-top2-ouside {
    height: 70px;
    width: 100%;
    position: relative;
}

.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
    transition: opacity 100ms;
    background: #f7f7f7 url('/rakuten/plugins/jquery.bxslider/images/bx_loader.gif') no-repeat center;
}

.wrap_outchat .link_outside_chat {
    display: flex;
    justify-content: space-between;
}

.wrap_outchat #link-top2 a:nth-child(1) {
    margin-left: 0;
    background: url(/common/design/user/css/img/bg_lg_red.jpg);
    line-height: 22px;
    background-size: contain;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-indent: 20px;
    max-width: 65%;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
    padding-top: 0;
    float: left;
}

.wrap_outchat #link-top2 a:nth-child(1) :nth-child(1) {
    margin: 0;
    line-height: 0;
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.wrap_outchat .chat_bot {
    display: block;
    background-size: 100%;
    width: 55px;
    height: 53px;
}

.wrap_outchat #link-top2 .link-back-top {
    width: 55px;
    height: 55px;
    background-size: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-top: 0;
    box-sizing: border-box;
    color: transparent !important;
    outline: none;
}

.wrap_outchat #link-top2 .link-back-top:before {
    content: unset;
}

#eye_catcher img {
    display: none;
}

.wrap_outchat #link-top2 a:nth-child(1):before {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
}

#header {
    background: #fff;
    z-index: 10;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 98px;
    height: 57px;
    overflow: hidden;
    background: url(/common/smart/design/img/images-top/logo.png) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    margin-right: 5px;
}

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

.slogan {
    display: block;;
    font-size: 9px;
    line-height: 14px;
    color: #fff;
    font-weight: normal;
    padding: 0 8px;
    background: #ff0101;
    position: relative;
    z-index: 3;
    height: 14px;
}

.pure-form {
    display: block;
    background: #080808;
    padding: 9px 10px;
    overflow: hidden;
    position: relative;
}

.pure-form > div {
    overflow: hidden;
}

.pure-form .pure-button {
    display: block;
    width: 48px;
    height: 28px;
    font-size: 10px;
    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;
}

.pure-form .field {
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 175px;
    border: 0;
    padding: 7px !important;
    font-size: 10px;
    line-height: 12px;
    color: #454545;
    font-weight: bold;
    margin: 0 8px 0 0 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.pure-form {
    padding: 2px;
}

.pure-form .pure-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
}

.pure-form > div {
    position: relative;
    padding-right: 49px;
}

.pure-form .field {
    width: 100%;
}

.wrap-info {
    width: 100%;
    margin: 5px auto;
    margin-top: 25px;
    text-align: left;
}

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

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

.list-items-handled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-items-handled .nav-item {
    border: unset;
    display: block;
}

.list-items-handled .nav-item + .nav-item {
    margin-top: 5px;
}

.list-items-handled .nav-item > a,
.list-items-handled .nav-item > span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    border: 1px solid #d4d4d4;
    padding: 9px 12px 9px 22px;
    color: #1587d6;
    box-sizing: border-box;
    text-decoration: none;
}

.list-items-handled .sub-nav {
    margin: 10px 0;
    padding: 0 0 0 6px;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.box-item-sp .list-items-handled .nav-item > a,
.box-item-sp .list-items-handled .nav-item2 > a,
.box-item-sp .list-items-handled .nav-item > span,
.box-item-sp .list-items-handled .nav-item2 > span,
.box-item-sp .list-items-handled .sub-nav-item > span {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #56686f;
}

.box-item-sp .list-items-handled .nav-item + .nav-item {
    margin: 0;
}

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

.box-item-sp .list-items-handled .nav-item > span,
.box-item-sp .list-items-handled .nav-item2 > span {
    cursor: pointer;
}

.box-item-sp .list-items-handled .nav-item.arrowed > a:after,
.box-item-sp .list-items-handled .nav-item.arrowed > span:after,
.box-item-sp .list-items-handled .nav-item2.arrowed > a:after,
.box-item-sp .list-items-handled .nav-item2.arrowed > span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    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;
}

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

.box-item-sp .nav-item,
.box-item-sp .nav-item2 {
    position: relative;
}

.nav {
    right: -3px;
}

.note-telephone {
    font-size: 12px;
    width: max-content;
    display: inline-block;
}

.nav-left-to-right .list-items-handled .nav-item > a,
.nav-left-to-right .list-items-handled .nav-item > span {
    border: 0;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #56686f;
}

.fs-12-ct {
    font-size: 12px !important;
}

.item_info {
    margin: 0 5px;
}

.item_info h2 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}

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

.item_info .title {
    font-size: 100%;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #202020;
}

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

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

.catch {
    font-size: 14px;
    line-height: 1.2;
    color: #999999;
}

.tags {
    margin: 10px 0;
}

.tags .tags-title {
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

.tags a {
    margin: 10px 0;
    font-size: 11px;
    color: #999999;
}

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

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

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

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

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

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

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

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

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

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

.extra-section .slider {
    padding: 0 20px;
}

.extra-section .slider img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

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

.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;
}
.extra-section .slider .slick-prev {
    left: 0;
    background-image: url(/common/smart/design/img/l_arr.png);
}

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

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.extra-section .slider .slick-arrow {
    position: absolute;
    top: 30px;
    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;
}

.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: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #777777;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.item-actions .qtty .qtty-input:after {
    content: attr(data-qtty);
    font-size: 12px;
    color: #777777;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item-actions .qtty .qtty-arrows {
    float: left;
    position: absolute;
    top: 0;
    right: -1px;
}

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

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

.item-actions .cart-btn {
    display: block;
    width: 100%;
    height: 56px;
    margin: 10px 0;
    font-size: 14px;
    color: #ffffff;
    background-color: #E70000;
    text-align: center;
    line-height: 56px;
    margin-right: 5px;
}

.item-actions .fav-btn {
    display: inline-block;
    vertical-align: top;
    width: 55px;
    height: 52px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 52px;
    margin-right: 5px;
    border: 2px solid #efefef;
    background-image: url("../img/fav.png");
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.item_info .photo {
    margin: 0 auto 10px auto;
    position: relative;
    text-align: center;
    padding: 0 0 100px 0;
    min-height: 220px;
}

.item_info .photo ul {
    position: absolute;
    top: 5px;
    left: 5px;
}

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

.item_info .photo #MainPhoto {
    width: 70%;
}

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

.item_info .photo .btn-create-design.disabled {
    color: #ffffff;
    pointer-events: none;
    border: 2px solid #cccccc;
    background-color: #cccccc;
}

.item_info .photo .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("../img/change.png");
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#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-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

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

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

.clearfix {
    clear: both;
}

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

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

#myTabContent {
    line-height: 25px;
    font-size: 16px;
}

#myTabContent .product-detail-title {
    color: #495057;
    font-weight: 700;
}

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

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

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

.profile-new h3 {
    background: transparent;
    text-indent: 0;
    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;
}

.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: 300px;
    background: transparent;
    text-indent: 0;
    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%;
    margin-top: -5px;
}

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

.profile-new .info .name {
    margin: 10px 0;
}

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

.item-actions .cart-btn.disabled {
    background-color: #cccccc;
    pointer-events: none;
}
.notification-card {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 10px;
    font-weight: 600;
    padding: 2px;
    color: #000;
    background: #fff;
    border-radius: 100%;
    min-width: 14px;
    min-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #454545;
    box-sizing: content-box;
}
.bg-accordion-footer .sub-nav_ft .a-itemft {
    font-size: 12px;
    display: block;
    width: 100%;
    color: #fff;
    padding: 18px 18px 18px 30px;
    border-bottom: 1px solid #fff;
}
