.logo {
    position: absolute;
    top: 4px;
    left: 0;
    width: 98px;
    height: 49px;
    overflow: hidden;
    background: url(/common/smart/design/img/images-top/logo_up-t_kana-sp.png) no-repeat 50%;
    background-size: contain;
    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;
}

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

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

.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(../img/images-top/btn-header001.png) no-repeat 0 -1px;
    background-size: 40px 40px;
}

.list-header-top a.logout {
    background: #ff0101 url(../img/images-top/btn-logout.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: url(../images/bg-mobile-opener.png) no-repeat;
    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:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 11px;
    overflow: hidden;
    margin: 10px 0 0;
}

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

.logged-user-header.nav-visible .nav {
    width: 50%;
    padding-top: 102px;
}

.nav ul,
.user-wrap ul {
    overflow: hidden;
}

.nav li,
.user-wrap li {
    border-bottom: 1px solid #5c5755;
}

.nav a,
.user-wrap a {
    display: block;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
}

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

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

.pure-form .pure-button {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 48px;
    height: 26px;
    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: 100%;
    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;
}

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

.col-link {
    display: block;
    overflow: hidden;
    font-size: 10px;
    line-height: 13px;
    color: #fff;
}

.col-link span {
    display: block;
    overflow: hidden;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

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

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

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

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

#topicpath li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 0 10px;
    margin: 0;
    word-wrap: break-word;
    position: relative;
}

#topicpath li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 7px;
    height: 11px;
    background: url(img/arrow2.png) no-repeat;
    background-size: contain;
}

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

#topicpath li.home:after {
    background: none;
}

#topicpath li.current a {
    font-weight: bold;
}

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

    height: 28px;
    overflow: hidden;
    background: #ff2100;
    font-size: 8px;
    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;

    box-sizing: border-box;
}

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

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

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

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

.item-detail-pages .common-title_m {
    margin-bottom: 10px;

}

.item-detail-set {
    width: 100%;
    margin-bottom: 34px;
}

.item-detail-set .item-appearance {
    position: relative;
    display: block;
    margin: 0 0 16px;
}

.item-detail-set .item-appearance img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.item-detail-set .item-appearance .img {
    display: block;
    border: 1px solid #d7d7d7;
    padding: 4px;
    box-sizing: border-box;
}

.item-detail-set .item-appearance .img img {
    max-height: 115px;
    margin: 0 auto;
}

.item-detail-set .item-description {
    width: 100%;
    font-size: 11px;
    line-height: 16px;
    color: #000;
}

.item-detail-set .item-description .item-head {
    position: relative;
    display: block;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #363636;
    padding: 15px;
    margin-bottom: 16px;
}

.item-detail-set .item-description .design_btn ,.design_btn_go {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    background: #E61E02;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 17px !important;
    line-height: 25px !important;
    font-weight: 700;
    color: #fff;
    padding: 12px;
    gap: 5px;
}

.design_btn_go {
    margin-bottom: 50px !important;
}

.item-detail-set .item-description .design_btn:not(.right) , .design_btn_go{
    background: #E61E02 !important;
    max-width: 100% !important;
    border-radius: 10px;
    margin-bottom: 10px !important;
}

.item-detail-box {
    position: relative;
    display: block;
}

.item-detail-box .box-item {
    position: relative;
    display: block;
}

.item-detail-box .box-item:after {
    content: '';
    clear: both;
    display: block;
}

.item-detail-box .box-item + .box-item {
    margin: 20px 0;
}

.item-detail-box .box-item .swiper-container {
    padding: 0 0 28px;
}

.item-detail-box .box-item .swiper-container .swiper-pagination {
    bottom: 2px;
    left: 0;
    right: 0;
}

.item-detail-box .box-item .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}

p.sub-common-title{
    margin-top: 10px;
}

.sub-common-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin: 0 0 10px;
    padding-bottom: 10px;
    position: relative;
    overflow: visible;
}

.sub-common-title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, red 0%, red 35%, black 10%, black 100%);
}

.sub-title-text {
    display: block;
    font-size: 11px;
    line-height: 16px;

    margin-bottom: 15px;
}

.size-chart-item {
    overflow: hidden;
    margin-bottom: 15px;
}

.size-chart-item-text {
    display: block;
    text-align: right;
    font-size: 9px;
    line-height: 14px;
    color: #404040;
    margin-bottom: 5px;
}

.size-chart-item .table-sizes {
    overflow: hidden;
    overflow-x: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.size-chart-item .table-sizes table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.size-chart-item .table-sizes th {
    background: #F7F7F7;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    color: #575757;
    border: 1px solid #e8e8e8;
    border-width: 0 0 1px;
    padding: 4px;
    text-align: center;
}

.size-chart-item .table-sizes tbody th {
    font-size: 12px;
}
.size-chart-item .table-sizes thead th {
    font-size: 10px;
}

.size-chart-item .table-sizes tr:first-child th:first-child {
    border-left: 0;
}

.size-chart-item .table-sizes td {
    background: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    line-height: 14px;
    color: #656565;
    height: 17px;
    width: 28px;
    border: 1px dotted #E8E8E8;
    border-width: 0 0 0 1px;
    border-bottom: 1px solid #E8E8E8;
    padding: 0 4px;
}

.material-information-list {
    margin: 0 3px 12px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 11px;
    line-height: 14px;
    color: #000;
}

.thickness-fabric-box {
    overflow: hidden;
    background:  #F7F7F7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 308px;
    margin: 0 auto;
}

.thickness-fabric-box h3 {
    margin: 0 0 10px;
    background:  #828282;
    font-size: 12px;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.thickness-fabric-holder {
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    line-height: 14px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.thickness-fabric-holder span {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 14px;
    color: #000;
    padding: 0 6px;
    position: relative;
    bottom: -2px;
}

.thickness-fabric-holder i {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 14px;
    overflow: hidden;
    font: 12px/14px Arial, Helvetica, sans-serif;
    margin: 0 1px;
}

.thickness-fabric-holder .i01 {
    background: url(../img/product/icon-thickness-fabric-01.png) no-repeat bottom / 100%;
}

.thickness-fabric-holder .i02 {
    background: url(../img/product/icon-thickness-fabric-02.png) no-repeat bottom / 100%;
}

.thickness-fabric-holder .i03 {
    background: url(../img/product/icon-thickness-fabric-03.png) no-repeat bottom / 100%;
}

.thickness-fabric-holder .i04 {
    background: url(../img/product/icon-thickness-fabric-04.png) no-repeat bottom / 100%;
}

.thickness-fabric-holder .i05 {
    background: url(../img/product/icon-thickness-fabric-05.png) no-repeat bottom / 100%;
}

.thickness-fabric-holder .i03.active {
    background: url(../img/product/icon-thickness-fabric-03-active.png) no-repeat bottom / 100%;
}

.common-title_m {
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url(../img/index-new-m/title-common-bg.png) left top repeat;
    margin: 0 0 20px;
    padding: 10px 10px !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.banner-a {
    display: block;
    margin-bottom: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.banner-a img {
    display: block;
}

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

    height: 28px;
    overflow: hidden;
    background: #ff2100;
    font-size: 8px;
    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;
}

.common-title_m {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url(../img/index-new-m/title-common-bg.png) left top repeat;
    margin: 0 0 30px;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.banner-a {
    display: block;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.banner-a img {
    display: block;
}

.banner-a {
    margin-bottom: 50px;
}

.profile {
    margin-bottom: 40px;
}

.common-title_m {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url(../img/index-new-m/title-common-bg.png) left top repeat;
    margin: 0 0 20px;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.ping-sokujitsu-info {
    overflow: hidden;
    background: #ffeaea;
    padding: 14px 16px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.ping-sokujitsu-info h3 {
    color: #ea1010;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0 0 10px;
}

.ping-sokujitsu-info .list-sample {
    flex-direction: column;
    gap: 20px;
}

.ping-sokujitsu-info .list-sample li {
    padding: 0;
}

.ping-sokujitsu-info .list-sample-item {
    background: #FFF6F6;
    border-radius: 10px;
    padding: 15px;
}
.ping-sokujitsu-info .list-sample p {
    display: flex;
    gap: 10px;
    min-height: auto;
}
.ping-sokujitsu-info .list-sample .step {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background: #363636;
    border-radius: 50%;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ping-sokujitsu-info .list-sample .step-1 img {
    height: 172px;
    object-fit: contain;
}
.ping-sokujitsu-info .list-sample .step-2 img {
    height: 155px;
    width: 100% !important;
}

.sokujitsu-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.sokujitsu-info-list li:after {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;

    color: #000;
}

.clearfix {
    overflow: hidden;
    margin-bottom: 15px;
}

.ping-sokujitsu-info {
    overflow: hidden;
    background: #ffeaea;
    padding: 7px 8px;
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 12px;
    color: #000;
}

.ping-sokujitsu-info h3 {
    color: #ea1010;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0 0 10px;
    text-align: left;
}

.sokujitsu-info-list li {
    font-size: 12px;
    line-height: 1.5em;
    color: #000;
    position: relative;
    padding: 0 0 0 10px !important;
    background: none !important;
    border: 0 !important;
    height: auto !important;
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
}

.sokujitsu-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

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

.color_list li {
    float: left;
    margin: 10px 0 0 4px;
    font-size: 80%;
    line-height: 140%;
    width: 50%;
}

.color_list li img {
    display: block;
    width: 100%;
}

.box-item {
    position: relative;
    padding-bottom: 10px;

}

.thickness-fabric-box {
    height: 80px;
}

.thickness-fabric-box .thickness-fabric-holder .active {
    position: relative;
    overflow: unset;
    background: url(/common/design/user/img/product/icon-thickness-fabric-03-active.png?v=1) no-repeat bottom / 100%;
}

.thickness-fabric-box .thickness-fabric-holder div {
    overflow: unset;
}

.thickness-fabric-box .thickness-fabric-holder {
    overflow: unset;
}

.text-item {
    font-size: 12px;
    line-height: 14px;
}

.item-detail-pages .item-detail-set .item-appearance .img {
    margin-bottom: 10px;
    min-height: 125px;
    padding: 20px;
}

.item-detail-set_ct .item-description .design_btn {
    margin-bottom: 12px;
}

.item-detail-set_ct .size-chart-item.list-item-stock thead {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 99;
}

.item-detail-set_ct .size-chart-item.list-item-stock tbody {
    max-height: 145px;
    overflow-y: scroll;
}

.item-detail-set_ct .size-chart-item.list-item-stock thead tr th:first-child {
    width: 78px;
    min-width: 78px;
    max-width: 78px;
    white-space: unset;
}

.item-detail-set_ct .size-chart-item.list-item-stock tbody th {
    width: 78px;
    min-width: 78px;
    max-width: 78px;
    white-space: unset;
    font-size: 10px;
}

.item-detail-set_ct .size-chart-item.list-item-stock .table-sizes thead th {
    width: 40px;
    min-width: 50px;
    max-width: 40px;
    font-size: 10px;
}

.item-detail-set_ct .size-chart-item.list-item-stock .table-sizes tbody td {
    width: 40px !important;
    min-width: 50px;
    max-width: 40px;
    overflow-wrap: break-word;
}

.item-detail-set_ct .size-chart-item.list-item-stock .table-sizes tbody tr:first-child th {
    background: #F7F7F7;
    color: #363636;
    border: 1px solid #E8E8E8;
    border-width: 0 0 1px;
}

.item-detail-set_ct .item-description .design_btn.right {
    background: transparent;
    border: 1px solid #dcdcdc;
    color: #828282 !important;
}

.size-chart-item.list-item-stock .table-sizes {
    max-width: 100%;
    max-height: 138px;
    overflow-y: scroll;
}

.size-chart-item.list-item-stock .table-sizes,
.size-chart-item.list-item-stock .table-sizes table {
    position: relative;
}

.item-detail-set_ct .size-chart-item.list-item-stock tbody th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.item-detail-set_ct .size-chart-item.list-item-stock thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.item-detail-set_ct .size-chart-item.list-item-stock thead th:first-child {
    left: 0;
    z-index: 1;
}

.size-chart-item.list-item-stock .name_code_table {
    background: #363636;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    height: 25px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.name_table {
    border-right: 1px dotted #fff;
    min-width: 78px;
    max-width: 78px;
    white-space: normal;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 5px;
    line-height: 12px;
}

.code_table {
    padding: 3px;
    max-width: 75px;
    min-width: 75px;
    display: block;
    white-space: normal;
}

.list-item-stock .table-sizes tbody tr {
    display: table;
}

.list-item-stock .table-sizes thead tr {
    display: inherit;
    position: sticky;
    top: 0;
}

.item-detail-set_ct .size-chart-item.list-item-stock .table-sizes {
    max-width: max-content;
}

.item-detail-set_ct .list-item-stock {
    max-width: max-content;
}

.size-chart-item .table-sizes tr:first-child th {
    background: #F7F7F7;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    height: 22px;
    vertical-align: middle;
    border: 1px dotted #fff;
    border-width: 0 0 0 1px;
    padding: 0 4px;
}

.item-detail-set_ct .size-chart-item.list-item-stock thead th {
    background: #F7F7F7;
    line-height: 20px;
    color: #363636;
    border: 1px solid #E8E8E8;
    border-width: 0 0 1px;
    text-align: center;
}

.item-detail-set_ct .size-chart-item.list-item-stock .table-sizes tr:first-child th {
    background: #F7F7F7;
    line-height: 20px;
    color: #363636;
    border: 1px solid #E8E8E8;
    border-width: 0 0 1px;
    text-align: center;
}

.item-detail-set_ct .size-chart-item.list-item-stock .name_code_table {
    height: unset;
}

.item-rating .fa {
    color: #ffbb00;
}

.box-rating-star {
    display: flex;
    justify-content: center;
    max-width: 290px;
    margin: 0 auto 10px;
}

.text-item-rating {
    color: #4891d1;
    font-size: 12px;
    line-height: 18px;
    margin-left: 5px;
}

.hover_bkgr_fricc-1 .top-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.hover_bkgr_fricc-1 h2 {
    padding: 20px 0;
    text-align: left;
}

.add-item-embroidery .item-embroidery {
    border: 1px solid;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 10px;
}

.hover_bkgr_fricc-1 .btn_pop-order button {
    border: none;
    background: #1badcf;
    color: #fff;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}

.hover_bkgr_fricc-1 .table-scroll tr td {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover_bkgr_fricc-sp-1 tr th,
.hover_bkgr_fricc-sp-1 tr td {
    width: calc(100% / 5);
    text-align: center;
    padding: 5px 3px;
    border: 1px solid #e9e9e9;
}

.hover_bkgr_fricc-1 tr th {
    background: #666666;
    color: #fff;
}

.hover_bkgr_fricc-1 .table-scroll tr td:last-child {
    justify-content: flex-end;
}

.hover_bkgr_fricc-1 tr td input {
    max-width: 90%;
    height: 25px;
}

.hover_bkgr_fricc-1 .table-scroll {
    display: block;
    empty-cells: show;
    border-spacing: 0;
}

.hover_bkgr_fricc-1 .table-scroll thead {
    display: block;
}

.hover_bkgr_fricc-1 .table-scroll tbody {
    display: block;
    position: relative;
    width: 100%;
    overflow-y: scroll;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.hover_bkgr_fricc-1 .table-scroll tr {
    width: 100%;
    display: flex;
}

.hover_bkgr_fricc-1 .body-half-screen {
    max-height: 200px;
}

.item-detail-pages-ct-sp {
    padding: 0 5px;
}

.item-detail-pages-ct-sp #tabs-1 .sub-common-title {
    font-size: 16px;
}

.item-detail-pages-ct-sp .item-description .item-head {
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
}

.item-detail-pages-ct-sp #tabs-1 .sub-title-text,
.item-detail-pages-ct-sp .item-details {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 5px;
}

.item-detail-pages-ct-sp .list-item-stock {
    margin: 0 5px 15px;
}

.item-detail-pages-ct-sp .item-detail-box .box-item .swiper-container {
    padding: 0 0 28px;
    margin: 0 5px;
}

.item-detail-pages-ct-sp .box-item .size-chart-item .table-sizes {
    margin: 0 0 20px;
}

.list-header-top a.tel-new {
    background: #ff0101 !important;
    text-indent: 0;
    color: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    font-weight: 700;
    width: 110px;
}

.list-header-top a.tel-new strong {
    font-size: 9px;
    font-weight: 700;
}

.list-header-top a.tel-new span {
    font-size: 13px;
}

.item-detail-set .item-appearance .img > img {
    min-height: 316px;
    object-fit: contain;
}

.item-detail-set .item-appearance .img p img {
    min-height: 98px;
}

.item-detail-pages .item-detail-set .item-description .item-rating .fa {
    width: 20px;
}

.color-c90000 {
    color: #c90000 !important;
}

.product-page-list-ver-1__ct {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}

.product-page-list-ver-1__ct > li {
    width: 50%;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 10px;
}

.product-page-list-ver-1__ct li .items {
    border: 1px solid #d8d8d8;
    padding: 5px;
    font-size: 12px;
    height: 100%;
}

.product-page-list-ver-1__ct li .items .top .top-image {
    min-height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page-list-ver-1__ct li .items .top img {
    max-width: 100%;
}

.product-page-list-ver-1__ct li .items .top .top-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}

.product-page-list-ver-1__ct li .items .top-content__left ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 160px;
}

.product-page-list-ver-1__ct li .items .top-content__left li {
    width: max-content;
    margin: 0;
    padding: 0;
}

.product-page-list-ver-1__ct li .items .top-content__left .item {
    background: #000;
    color: #fff;
    padding: 5px 8px;
    border-radius: 50px;
    font-size: 8px;
    margin-bottom: 3px;
    margin-right: 2px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin-bottom: 3px;
    font-size: 9px;
    width: 60px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item:last-child {
    margin-bottom: 0;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-oz {
    border: 1px solid #6e6e6e;
    background: #fff;
    font-size: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 3px;
    border-radius: 3px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-oz .text-item {
    font-size: 7px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-size {
    background: #6e6e6e;
    color: #fff;
}
.product-page-list-ver-1__ct li .items .top-content__right .item-size.out-stock {
    background: #eae9e9;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-size.out-stock .text-item {
    color: red;
}
.product-page-list-ver-1__ct li .items .top-content__right .item-size .text-item {
    font-size: 7px;
    line-height: 12px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-color {
    background: #000;
    color: #fff;
    padding: 5px;
    font-size: 8px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-color .text-item {
    font-size: 9px;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-color span {
    font-size: 8px;
    color: #fff;
}

.product-page-list-ver-1__ct li .items .top-content__right .item-color .item-number-color {
    font-size: 19px;
}

.product-page-list-ver-1__ct li .items .top {
    position: relative;
    padding: 10px;
    margin-bottom: 35px;
}

.product-page-list-ver-1__ct li .items .top .top-logo {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 50px;
}

.product-page-list-ver-1__ct li .items .bottom .bottom-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.product-page-list-ver-1__ct li .items .bottom .bottom-subtitle {
    color: #707070;
    margin-bottom: 5px;
}

.product-page-list-ver-1__ct li .center-rating-star .box-rating-star {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.product-page-list-ver-1__ct li .bottom-content {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    line-height: 16px;
    /*min-height: 128px;*/
}

.product-page-list-ver-1__ct li .bottom-data-price .item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.product-page-list-ver-1__ct li .bottom-data-price li:last-child .item {
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 9px;
}

.product-page-list-ver-1__ct li .item {
    color: #333;
}

.product-page-list-ver-1__ct .item-right .text-tax {
    font-size: 8px !important;
    color: #333;
}

.item-detail-set .item-appearance .img p {
    position: relative;
    height: 45px;
}

.item-detail-set .item-appearance .img p img {
    width: 100%;
    height: 100%;
    min-height: auto;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    -o-object-fit: contain;
}

.list-review .two-columns_lr {
    display: flex;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    height: 100%;
    flex-direction: column;
    padding: 12px;
    margin-bottom: 10px;
}

.list-review .title_lr {
    font-weight: 600;
    border-bottom: 1px dashed #e2e2e2;
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.list-review .box_lr_info_sp {
    display: flex;
}

.list-review .box_left_lr {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-right: 20px;
}

.list-review .box_left_lr .images {
    height: 200px;
    position: relative;
}

.list-review .box_left_lr .images img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.list-review .box_right_lr {
    width: 70%;
}

.list-review .top_wrap_info {
    display: flex;
    align-items: center;
}

.list-review .rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.list-review .rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.list-review .rating-stars ul > li.star {
    display: inline-block;
}

.list-review .rating-stars ul > li.star.selected > i.fa {
    background: linear-gradient(#ffd559 20%, #fec417 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-review .rating-stars ul > li.star > i.fa {
    background: linear-gradient(#eee, #d0d0d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.list-review .info_lr {
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
}

.list-review .items_lr {
    margin-right: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 12px;
    width: calc((100% - 16px) / 2);
}

.list-review .img_lpr {
    height: 100px;
    position: relative;
}

.list-review .img_lpr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list-review .box_product_lr {
    display: flex;
    flex-wrap: wrap;
}

.list-review .items_lr:nth-child(3n) {
    margin-right: 12px;
}

.list-review .items_lr:nth-child(2n) {
    margin-right: 0;
}

.list-review .name_title {
    margin: 15px auto;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

@keyframes scroll-hint-appear {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50%, 100% {
        transform: translateX(-40px);
        opacity: 0;
    }
}

.scroll-hint.is-right-scrollable {
    background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    box-sizing: border-box;
    width: 120px;
    height: 80px;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
}

.scroll-hint-text {
    font-size: 10px;
    color: #FFF;
    margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: .8;
}

.scroll-hint-icon:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
    content: "";
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
    opacity: 0;
    transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    animation: scroll-hint-appear 1.2s linear;
    animation-iteration-count: 2;
}

.scroll-hint-icon-white {
    background-color: #FFF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
    color: #000;
}

.hover_bkgr_fricc-1 {
    background: rgba(0, 0, 0, .4);
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.hover_bkgr_fricc-1 .helper {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    display: block;
}

.hover_bkgr_fricc-1 > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    height: auto;
    max-width: 50%;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    padding: 15px;
    z-index: 999;
}

.popupCloseButton-1 {
    background-color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
}

.trigger_popup_fricc-1 {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

.hover_bkgr_fricc-sp-1 > div {
    width: 95%;
    max-width: 95%;
    top: 10%;
    font-size: 12px;
    padding: 10px 5px;
}

.common-title_m {
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: url(/common/smart/design/img/index-new-m/title-common-bg.png) left top repeat;
    margin: 0 0 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 15px !important;
    line-height: 21px !important;
    padding: 10px 10px !important;
}

.text-fix {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 15px;
}

.product-page-list-t li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-page-list-t a {
    position: relative;
    border: 2px solid #1a1a1a;
    display: block;
    padding: 8px;
}

.product-page-list-t a:before {
    position: absolute;
    top: -9px;
    left: 8px;
    width: 43px;
    height: 58px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
}

.product-page-list-t li:nth-child(1) a:before {
    content: "1位";
    background: url(/common/design/user/img/product-page/product-page-n1.png) no-repeat;
    background-size: 100% auto;
}

.product-page-list-t h3 {
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: #494949;
    text-decoration: none;
    border-bottom: 3px solid #000;
    margin-left: 43px;
    padding-left: 5px;
}

.product-page-list-t-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 25px;
}

.product-page-list-t-content span {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    max-width: 180px;
}

.product-page-list-t-content .box-img-rating-star {
    flex-direction: column;
}

.add-item-embroidery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.box-rating-star {
    display: flex;
    justify-content: center;
    max-width: 290px;
    margin: 0 auto 10px;
}

.add-item-embroidery .box-rating-star {
    margin-bottom: 0;
}

.product-page-list-t-content .box-img-rating-star .box-rating-star {
    margin-top: 10px;
}

.product-page-list-t-content table {
    width: 65%;
    margin-left: 5px;
    border-collapse: collapse;
    border-spacing: 0;
}

.product-page-list-t-content table tr th {
    border: 1px solid #afc8fa;
    background: #219ed2;
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
    padding: 6px;
    font-weight: 700;
    width: 67px;
}

.product-page-list-t-content table tr td {
    border-collapse: collapse;
    border: 1px solid #afc8fa;
    background: #fff;
    vertical-align: middle;
    font-size: 9px;
    line-height: 12px;
    color: #323232;
    padding: 6px;
    text-align: left;
    font-weight: 700;
}

.product-page-list-t li:nth-child(2) a:before {
    content: "2位";
    background: url(/common/smart/design/img/product-page/product-page-n2.png) no-repeat;
    background-size: 100% auto;
}

.product-page-list-t li:nth-child(3) a:before {
    content: "3位";
    background: url(/common/smart/design/img/product-page/product-page-n3.png) no-repeat;
    background-size: 100% auto;
}

.product-page-list-t li:nth-child(4) a:before {
    content: "4位";
    background: url(/common/smart/design/img/product-page/product-page-n4.png) no-repeat;
    background-size: 100% auto;
}

.list-category-add {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.container_s1.list-category-add {
    padding: 0;
}

.common-title_s1 {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background: url(/common/smart/design/img/images_index-add/title-common-bg.png) left top repeat;
    margin: 0 0 10px;
    padding: 7px 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 700;
    background-size: 4px;
}

.goods {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.goods li {
    width: 50%;
    box-sizing: border-box;
    padding: 9px 7px;
    margin: 0;
}

.container_s1.list-category-add .goods li {
    padding: 3px 7px 5px;
}

.container_s1.list-category-add .goods li a {
    display: flex;
    align-items: center;
    padding: 5px;
}

.goods li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 12px 20px;
    border: 2px solid #d8d8d8;
    text-decoration: none;
    box-sizing: border-box;
}

.container_s1.list-category-add h3 {
    display: none;
}

.goods li a h3 {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0 -12px 18px;
    background-color: #ff6814;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 52px;
    box-sizing: border-box;
    min-height: 40px;
}

.goods li a .img-container {
    min-height: 35px;
    width: 100%;
}

.goods li a img {
    height: 30px;
    display: block;
    margin: 0 auto;
}

.goods li a p {
    font-size: 12px !important;
    line-height: 14px !important;
    color: #393939;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
}

.container_s1.list-category-add .goods li p {
    flex: 2;
    padding-left: 5px;
}

.original_item_list_s1 {
    margin-bottom: 20px;
}

.item-detail-pages-ct-sp .box_tab_lr #tabs-2, .item-detail-pages-ct-sp .box_tab_lr #tabs-3 {
    margin-bottom: 20px;
}

.list-review .load_more {
    display: block;
    border-radius: 6px;
    background: #37cffc;
    border-top: solid #37cffc 2px;
    width: 100%;
    max-width: 170px;
    text-align: center;
    font-size: 15px;
    line-height: 39px;
    font-weight: 700;
    color: #fff !important;
}

.noti-stop-selling{
    width: 100%;
    max-width: 355px;
    margin: 0 5px;
    display: block;
    border-radius: 6px;
    background: #e4e8e6;
    text-align: center;
    font-size: 18px;
    line-height: 61px;
    font-weight: bold;
    color: #363636;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/common/css/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('/common/css/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('/common/css/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('/common/css/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('/common/css/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('/common/css/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.list-review .rating-stars ul .fa-star:before {
    font-size: 22px;
}

.item_detail_new .search-box-ct-1 .fa-search {
    transform: rotate(
            90deg);
    margin-right: 3px;
    margin-top: 0;
}

.fa-search:before {
    content: "\f002";
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}
#loading-content img {
    display: block;
    margin: auto;
    width: 150px;
}

.item-detail-pages-ct-sp #tabs-1 .sub-title-text, .item-detail-pages-ct-sp .item-details.flex-space-between, .flex-space-between { display: flex; justify-content: space-around;  padding-bottom: 10px;}
.item-detail-price-red {color: #C2172D; font-size: 16px; font-weight: 700;}
.item-detail-price {font-size: 12px; color: #6c6c6c;}
.item-detail-tax {font-size: 10px}

.product-page-list-ver-1__ct .bottom .content-hashtag {
    margin: 10px 0;
}

.product-page-list-ver-1__ct .bottom .open-hashtag {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

.product-page-list-ver-1__ct .bottom .list-hashtag {
    flex-wrap: wrap;
    gap: 4px;
    display: flex;
}

.product-page-list-ver-1__ct .bottom .list-hashtag .name-hashtag {
    font-size: 10px;
    line-height: 16px;
    color: #828282;
    border: 1px solid #828282;
    border-radius: 50px;
    padding: 2px 7px;
}

@media (max-width: 374px) {
    .item-detail-price {font-size: 11px}
    .item-detail-price-red {font-size: 14px}
}

@media (max-width: 344px) {
    .flex-space-between { display: block}
}

.item_detail_new_list_sp li {
    height: auto;
    border: none;
    float: left;
    margin: 0;
}

.item_detail ul {
    overflow: hidden;
}

.item_detail .list-category-add ul {
    margin: 10px -5px 0 -5px;
}

.item_detail_new_list_sp .container_s1.list-category-add .goods li {
    padding: 0 5px;
    margin-bottom: 16px;
    width: calc(100% / 3);
}

.container_s1.list-category-add .goods li a {
    display: flex;
    align-items: center;
    padding: 0;
    flex-direction: column;
    border:none;
}

.container_s1.list-category-add .goods li a .img-container {
    padding: 8px 6px 6px;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 8px;
    flex: none !important;
}

.goods li a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 100px !important;
    object-fit: contain;
}

.item_detail_new_list_sp .container_s1.list-category-add .goods li p {
    margin-top: 0;
}

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

.list-review .item-type-info ul.tabs_lr{
    display: flex;
}

.list-review .item-type-info ul.tabs_lr li {
    width: 100% !important;
    font-size: 14px;
    line-height: 21px;
}

.list-review .load_more {
    background: transparent;
    border: 1px solid #dcdcdc;
    color: #828282 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    gap: 5px;
    margin-top: 20px;
}

.discount-table {
    display: flex;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-bottom: 20px;
    overflow: scroll;
}
.discount-cell {
    flex: 1;
    padding: 10px;
    border-right: 1px solid #ccc;
    text-align: center;
    white-space: nowrap;
}
.discount-cell:last-child {
    border-right: none;
}
.discount-cell .top {
    font-size: 12px;
    color: #000000 ;
    font-weight: 700;
    line-height: 18px;
}
.discount-cell .bottom {
    font-size: 14px;
    color: #C2172D;
    font-weight: bold;
    line-height: 21px;
}

.discount-cell .bottom span {
    font-size: 18px;
    line-height: 27px;
}

.top-item-sale {
    padding: 10px;
    background: #F7F7F7;
    margin-bottom:  20px;
}

.top-item-sale h2 {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.top-item-sale .item {
    min-height: 50px;
    margin: 0 5px;
}

.top-item-sale ul li .top .image {
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 5px;
    min-height: 120px;
    max-height: 120px;
    max-width: 115px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-item-sale ul li .top .name {
    font-size: 10px;
    line-height: 15px;
    color:#000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-item-sale ul li .top .price {
    color: red;
    font-size: 11px;
    line-height: 18px;
    display: flex;
    flex-wrap: wrap;
}

.top-item-sale .image img {
    width: 100%;
    height: 100%;
}

.top-item-sale .slick-next {
    top: 40%;
    right: 2px;
    z-index: 100;
}

.top-item-sale .top-item-sale-slide {
    padding: 0 5px;
}

.top-item-sale .slick-prev {
    top: 40%;
    left: -10px;
    z-index: 100;
}

.top-item-sale .slick-next:before,
.top-item-sale .slick-prev:before {
    color: #333;
    font-size: 25px;
}

.top-item-sale .slick-prev:before {
    content: '←';
}

.top-item-sale .slick-next:before {
    content: '→';
}

.top-item-sale .slick-dots li button:before {
    font-size: 10px;
}

.top-item-sale .slick-dots li {
    margin: 0;
}

.faq_s1 {
    padding: 0 9px;
}

.item-detail-set .item-appearance .img-sale {
    height: 49px;
    width: 49px;
}

.item-appearance-nav-swiper .swiper-button-next,
.item-appearance-nav-swiper .swiper-button-prev {
    top: 168px;
    color: #575757;
}

.item-appearance-nav-swiper-swiper .swiper-button-next:after,
.item-appearance-nav-swiper .swiper-button-prev:after {
    font-weight: 700;
}

.item-description .banner-print {
    margin-bottom: 20px;
    margin-top: 10px;
}

.item-description .banner-print .text {
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.item-description .banner-print .image {
    height: 105px;
}

.item-appearance-nav-swiper {
    position: relative;
}

.item-appearance-nav-swiper .swiper-button-next {
    right: -12px;
}
.item-appearance-nav-swiper .swiper-button-prev {
    left: -12px;
}
.item-description .item_code_nominal {
    font-size: 12px;
    line-height: 160%;
    color: #828282;
    margin-bottom: 10px;
}

.item-description .item-details-smalltext {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 3px;
    padding: 0;
}

.item-detail-set .box-delivery {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: #363636;
    margin-bottom: 20px;
}

.item-detail-set .box-delivery img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
}

.item-detail-set .box-delivery .receive-date {
    font-size: 20px;
    font-weight: 700;
    color: #363636;
}

.item-detail-set .box-delivery #delivery_date {
    background: transparent;
    padding: 0;
    margin: 0;
}

.line-x-e8 {
    height: 1px;
    width: 100%;
    background: #E8E8E8;
    margin-bottom: 12px;
}

.banner-50-percent {
    margin-bottom: 20px;
}

.banner-50-percent img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.preview-voice {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 3px;
}

.preview-voice #stars {
    display: flex;
    align-items: center;
}

.preview-voice .fa-star {
    background: linear-gradient(#ffd559 20%, #fec417 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.preview-voice-number {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 3px;
}

.preview-voice .preview-voice-number .total {
    color: #0084FF;
}

.faq_s1 .load_more {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    max-width: 355px;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    color: #777777 !important;
    border: 1px solid #E7E7E7;
    margin: auto;
    gap: 5px;
    padding: 12px;
}

.item-detail-box .size-chart-item .table-sizes {
    margin-bottom: 20px;
}

.item-detail-box .size-chart-item .table-sizes tr:first-child th {
    background: #363636;
    color: #fff;
}

.lady-size {
    background: #FFEAEA;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lady-size .box-text {
    flex: 1;
}

.lady-size .box-text .title {
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    color: #C2172D;
    margin-bottom: 20px;
}

.lady-size .box-text .description {
    font-size: 14px;
    line-height: 130%;
}

.lady-size .image {
    width: 317px;
}

.lady-size .image img {
    width: 100%;
}

.about-print .about-print__item {
    flex-direction: column;
    align-items: unset;
}

.about-images-item {
    width: calc(100% / 3);
}

.list-review ul.tabs_lr {
    border-color: #363636;
}

.list-review ul.tabs_lr li.current {
    background: #363636;
}

.item-type-info .preview-voice .box-rating-star {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0;
}

.item-type-info .content__box {
    font-size: 12px;
}

.item-type-info .name__datetime--box  .title_lr {
    font-size: 14px;
    line-height: 160%;
}

.item-type-info .name__datetime--box {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.item-type-info .box_lr_info_sp .box_left_lr .images {
    height: auto;
    max-height: 200px;
}

.item-type-info .box_lr_info_sp .box_left_lr .images img {
    position: unset;
}

.top-item-sale ul li .top .price {
    color: #C2172D;
    font-size: 12px;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top-item-sale ul li .top .price span {
    color: #828282;
}

.top-item-sale ul li .top .name {
    margin-bottom: 5px;
}

.item-detail-set .box-thumbnail-swiper {
    position: relative;
}
.item-detail-set .box-thumbnail-swiper .swiper-button-prev,
.item-detail-set .box-thumbnail-swiper .swiper-button-next {
    font-size: 20px;
    font-weight: 700;
    color: #575757;
}
.item-detail-set .box-thumbnail-swiper .swiper-button-prev:after,
.item-detail-set .box-thumbnail-swiper .swiper-button-next:after {
    font-size: 20px;
    font-weight: 700;
}

.item-detail-set .box-thumbnail-swiper .swiper-button-next {
    right: -10px;
}
.item-detail-set .box-thumbnail-swiper .swiper-button-prev {
    left: -10px;
}
