a{
  color:#bc2123;
}
.text-1-line, .card-product .card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card-product .item-name{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: fit-content;
  line-height: 15px;
  position: relative;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-product .item-name h2{
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
}

.card-product .item-product-category{
  margin:3px 0 5px 0;
  height: fit-content;
  line-height: 15px;
  text-overflow: eclips;
}
.card-product .item-name a,.card-product .item-product-category a,.card-user a{
  color: #666;
}
.text-2-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-3-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-secondary {
  color: #666 !important;
  font-size: 32px;
}

.text-danger {
  color: #bc2123 !important;
}
.price-content .price-red{
  font-size: 30px;
}
.fa-star:before{
  color: #FED912;
}
.bg-white {
  background: #fff;
}

.btn {
  padding: 0.45rem 0.75rem;
}

.btn-outline-secondary {
  border-color: #ededed;
  background-color:#fff;
}

.dropdown-item:active, .dropdown-item:focus {
  background: #f8f9fa;
  color: #666;
}

body {
  font-size: 14px;
  color: #6e6d7a;
}
.py-3{
  padding-bottom: 30px!important;
  padding-top:30px!important;
}
img {
  max-width: 100%;
  pointer-events: none;
}

button,
input,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
header{
  height:80px;
}
header.header-height-default{
  height:174px !important;
}

header.header-height-default-sp{
    height:142px !important;
}

.header-height-default .header {
  height: 80px !important;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 110px;
  padding: 0px 0 10px;
  background: #fff;
  border-bottom: 1px solid #ededed;
  z-index: 99;
}
.header .alert-info{
  background-color: #bc2123;
  border: 0;
}
.header .alert-info a{
  color: #fff!important;
}
.header .header-content ul.icon-nav{
  margin:0;
}
.header .header-content ul.icon-nav li{
  float: left;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}
.header .header-content ul.icon-nav > li > a,.header .header-content ul.icon-nav > li.arrow_menu_parent {
    padding: 0 15px;
    -webkit-background-size: 45px;
    background-size: 45px;
    font-weight: 600;
    text-decoration: none;
    color: #666;
    display: block;
    background-position: center 0;
    background-repeat: no-repeat;
}
.headernav_icon_login > a {
    padding-top: 40px!important;
    background-image: url(/common/img/market/icon_login.jpg);
}
.headernav_icon_cart a {
    padding-top: 40px!important;
    background-image: url(/common/img/market/icon_cart.jpg);
}
.headernav_icon_delivery a {
    padding-top: 40px!important;
    background-image: url(/common/img/market/icon_delivery.jpg);
}

.headernav_icon_design {
  padding-top: 40px!important;
  background-image: url(/common/img/market/icon_design.png);
}

.headernav_icon_oshirase a {
    padding-top: 40px!important;
    background-image: url(/common/img/market/icon_information.jpg);
}
.headernav_icon_account{
    padding-top: 40px!important;
    background-image: url(/common/img/market/icon_account.jpg);
}
.icon_user_edit{
  background-image: url(/common/img/market/icon_user_edit.png);
}

.shop-menu-original {
  top: 0;
  right: 20%;
}
.header-height {
  height: 500px;
}
.header-height-sp {
  height: 200px !important;
}
.top-0 {
  top: 0 !important;
}
.header_nav_bg {
  background: white;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.125);
}
.header_nav_bg i {
  font-size: 20px;
}
.original_header .cart-count-col {
  background-color: #bc2123;
  padding: 2px 7px;
  border-radius: 30px;
  color: #fff;
  font-size: 8px;
  position: absolute;
  top: 17px;
  right: 15px;
}

.cart-count-col-sp {
  top: 24px !important;
  right: 20px !important;
}

.original_header .dropdown-menu {
  border-radius: 10px;
  top: 8px !important;
  left: -12px !important;
}

.icon-nav .dropdown-toggle::after {
display: none;
}
.font-12{
font-size: 12px;
}
.header-support-menu ul,.header-support-menu ul .nav-link{
margin:0;
padding:0;
}
.ml-10{
margin-left: -10px;
}
.header .container{
padding: 0;
}
.header a {
color: #666 !important;
}

.header a:hover {
text-decoration: none;
}
.header-support-menu ul,.header-support-menu ul .nav-link{
margin:0;
padding:0;
}
.header-space {
height: 40px;
margin: 30px 0 10px;
}

.header-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
color: #666;
}

.header-content .logo {
display: block;
color: #111;
font-weight: 700;
white-space: nowrap;
}

.header-content button img{
height: 32px;
width: 32px;
object-fit: cover;
}
.user-dropdown,header .material-icons-round{
padding: 0 5px 0 0;
}
.form-search {
position: relative;
}

.input-search {
position: absolute;
right: 0;
top: 10px;
width: 16px;
height: 80%;
padding-left: 8px;
padding-right: 30px;
border: 1px solid transparent;
border-radius: 4px;
background-image: url(../img/img_market_page/search.svg);
background-repeat: no-repeat;
background-size: 19px 19px;
background-position: right 8px center;
font-size: 12px;
-webkit-transition: all 0.15s ease;
transition: all 0.15s ease;
}

@media (min-width: 992px) {
.input-search {
width: 200px;
padding-right: 32px;
border: 1px solid #ededed;
}
}

.input-search:focus {
width: 190px;
border: 1px solid #ededed;
padding-right: 32px;
border-radius: 4px;
border: 1px solid #7aceab !important;
}

@media (min-width: 992px) {
.input-search:focus {
width: 200px;
}

}

.account-dropdown {
background: none;
border: none;
}

.account-dropdown::after {
display: none !important;
}

.main-menu a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 10px;
color: #6e6d7a;
font-size: 14px;
}

.main-menu a:hover {
text-decoration: none;
}

.dropdown-popularity button::after,
.dropdown-filter button::after {
display: none;
}

body.is-mobile .dropdown-filter .dropdown-menu.show {
width: calc(100vw - 10px);
}

body.is-pc .dropdown-filter .dropdown-menu.show {
width: calc(100vw - 10px - 17px);
}

.dropdown-filter .dropdown-menu.show {
border: none;
background: none;
}

.dropdown-filter .menu-header {
margin-bottom: 30px;
font-weight: 600;
color: black;
}

.dropdown-filter .menu-header ~ ul a {
color: #111;
line-height: 1.8;
}

.dropdown-filter .dropdown-menu-wrap {
position: relative;
}

.dropdown-filter .dropdown-menu-wrap::after {
content: '';
position: absolute;
top: -5px;
right: 30px;
width: 8px;
height: 8px;
background: #fff;
border-top: 1px solid #ededed;
border-right: 1px solid #ededed;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.product-list {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
@media (min-width: 992px) {
.product-list {
margin-left: -1rem;
margin-right: -1rem;
}
}

.card-product {
margin-bottom: 40px;
border-radius:4px;
border: 0;
}
.card-product.same-design {
    width: 210px;
}
.card-product .link-item,.topic-user .card-user{
border: 1px solid #e4e4e4;
border-radius: 4px;
margin-bottom: 12px;
}

.card-product .link-item img{
  margin-top: 20px;
  object-fit: cover;
  height:253px;
  width: 100%;
}

.product-same-design img{
    height: auto !important;
}

.card-product .link-item .card-market-img img{
    margin-top: 0;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.card-product .link-item {
  height:243px;
  width:243px;
}
.card-product .link-item .card-market-img,.card-product .link-item{
position: relative;
width: 100%;
padding-top: 75%;
border-radius: 4px;
overflow:hidden;
}
.card-product .link-item img,.card-product .link-item .user-origin-img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

.fullpercent-page .card-product .link-item{
  height: 220px;
  width: 220px;
}
.fullpercent-page .card-product .link-item img{
  height: 220px!important;
  width: 220px!important;
}

.fullpercent-page .card-product .link-item img.card-img-100{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.card-product .link-item .card-market-img{
object-fit: cover;
border-radius: 4px;
}
.left-side-col{
max-width: 200px;
}
.right-main-col{
max-width: calc(100% - 200px);
flex: 0 0 calc(100% - 200px);
}
.left-side-col{
max-width: 200px;
}
.left-side-col .card-header{
border-bottom: 0;
}
.left-side-col .card-header .btn{
padding: 0;
font-weight: 600;
color: #666;
}

.topic-user .card-user{
padding:20px;
}
.topic-user .card-user img{
object-fit: cover;
}

.topic-user .card-user .user-name{
font-weight: bold;
margin: 12px 0 0 0;
}
.topic-user .card-user .user-name img{
margin-right: 7px;
}
.card-product .link-item .thumbnail_img{
width:100%;
height: 100%;
object-fit: cover;
margin:0;
}

.card-product .link-item .preview_img{
width:auto;
height: 80%;
}
@media (min-width: 992px) {
.card-product .card-img {
border-radius: 10px;
width: 80%;
}
}

.card-product .card-info-head {
margin-bottom: 4px;
padding: 0 0 5px 0;
}
.card-product .card-info-head .avatar::after {
content: '';
display: block;
padding-top: 100%;
}
.card-product .card-info-head .avatar{
height:20px;
width:20px;
margin-right: 7px;
}
.card-product .card-info-head .avatar img,.topic-user .card-user .user-name img {
width: 20px;
height: 20px;
border-radius: 50%;
margin-right: 8px;
}
.img-user-info-col{
height:94px;
width:94px;
margin-left: 15px;
}
.img-user-info-col img {
width: 94px;
height: 94px;
border-radius: 50%;
}
.owner-info .avatar{
height:40px;
width:40px;
margin-right: 7px;
display: inline-block;
}
.owner-info .avatar img {
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 8px;
object-fit:cover;
}
.product-list .owner-info {
text-align:center;
}
.owner-info img.owner-info-img-col, .owner-info img.img-user-info{
width: 40px;
height: 40px;
border-radius: 50%;
object-fit: cover;
}
.tab-pane h2,.tab-pane h3{
margin-top: 30px;
font-size: 14px;
font-weight:bold;
}
.tab-content .product-detail-title{
margin: 20px 0 7px;
color: #6D6D6D;
font-weight: bold;
}
.tab-content .product-detail-col table{
border: 1px solid #e5e5e5;
border-spacing: 0;
border-collapse: collapse;
margin: 7px 0 12px 0;
}
.tab-content .product-detail-col table th{
padding: 10px;
border-top: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
background: #f7f7f7;
color: #000;
font-weight: bold;
font-size: 14px;
line-height: 1.66667;
}
.tab-content .product-detail-col table td{
padding: 10px;
border-top: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
color: #666;
font-size: 14px;
font-weight: normal;
line-height: 1.42857;
text-align: left;
}
.tab-content .product-detail-col li{
list-style-type: circle;
margin-bottom: 7px;
}
.item-info-detail .col-3 img.img-user-info {
width: 92px;
height: 92px;
border-radius: 50%;
margin-right: 8px;
object-fit: cover;
position: absolute;
top: -90px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.card-product .card-info-head .card-name-col{
width: 90%;
}
.card-product .card-info-head .card-name-col .avatar,.card-user .user-name .name,.card-user .user-name img{
display: block;
float:left;
}
.card-product .card-info-head .card-name-col a,.card-user .user-name .name{
display: block;
float:left;
width: calc(100% - 29px);
}
.card-product .card-info-head .name, .card-user .user-name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #666;
}
.headernav_icon_cart{
position: relative;
}
.cart-count-col{
background-color: #bc2123;
padding: 2px 7px;
border-radius: 30px;
color: #fff;
font-size: 6px;
position: absolute;
top: 10%;
right: 17%;
}
.card-product .card-title {
margin-bottom: 7px;
color: #1a1a1a;
font-size: 12px;
text-decoration: underline;
}

@media (min-width: 992px) {
.card-product .card-title {
font-size: 11px;
}
}

.card-product .like-count {
position: absolute;
top: 8px;
right: 0px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #fff;
padding: 3px 7px;
font-size: 13px;
line-height: 12px;
}

.card-product .like-count .liked {
color: #bd2225
}

.card-product .like-count a:hover {
text-decoration: none;
}

@media (min-width: 992px) {
.card-product .like-count {
font-size: 12px;
position: unset;
-webkit-transform: none;
transform: none;
-webkit-box-shadow: none;
box-shadow: none;
}
}

.card-product .like-count .icon-favorite {
font-size: 16px;
}

@media (min-width: 992px) {
.card-product .like-count .icon-favorite {
font-size: 15px;
}
}

.card-product .price-wrap {
color: #666;
text-align: left;
}

.card-product .price-wrap .yen-symboy {
display: inline-block;
font-size: 13px;
-webkit-transform: translateX(4px);
transform: translateX(4px);
}

@media (min-width: 992px) {
.card-product .price-wrap .price {
font-size: 14px;
font-weight: 400;
}
}

#link-top{
position:fixed;
bottom: 40px;
right: 10px;
width: 45px;
height: 45px;
display: block;
text-indent: -9999px;
overflow: hidden;
background:url(img/pagetop.png) no-repeat;
z-index:100;
}
/*# sourceMappingURL=style.css.map */

.link-item  {
  text-align: center;
}

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

.pagination-custom a, .pagination-custom span {
  font-family: 'Source Sans Pro', sans-serif;
  color: #bc2123;
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px;
}
.pagination-custom span{
  color: #666;
}

.item-text-content {
  margin-bottom: 10px;
}

.item-info-detail{
  padding: 30px 0 0 0;
}
.item-info-detail .sns-col a{
  color: #666;
  font-size: 18px;
}
.item-info-detail .sns-col a:hover{
  opacity: 0.8;
}
.tab-list {
  height: 100px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  position: relative;
}

.tab-button {
  font-size: 20px;
  margin: auto 25px;
  color: black;
}

.tab-button:hover {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.count-item-list {
  position: absolute;
  right: 0;
}
.card-user .profile-text-col{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height:21px;
}
.link-item-info {
  color: #666;
}

.link-item-info:hover {
  color: #666;
}

.user-profile-name strong {
  font-size: 25px;
}

.user-profile-name h1 {
    font-size: 25px !important;
}
.user-profile-name .rank-condition {
    display: inline-block;
    padding: 5px 0px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    margin-left: 7px;
    color: #6e6d7a;
}
.master_item_type-name {
  font-size: 20px;
}
img.img-user-info {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    object-fit: cover;
}
.user-profile-text {
  color: black;
}
.sns-share-col a{
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 3px 7px;
  color: #666;
  font-size: 12px;
}
.sns-share-col a:hover{
  text-decoration: none;
  background-color: #f1f1f1;
}
.sns-share-col a i{
  margin-right: 3px;
}
.lb-image {
  max-width: unset;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #main contents item info

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.item_info{
}

/* top detail
------------------------*/
.top_detail{
  margin:0 0 30px 0;
}

@-moz-document url-prefix(){/*firefox*/
  .top_detail{
    margin-top:-30px;
  }
}

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

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

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

.top_detail .top .name{
  float: left;
  color:#2f2f2f;
  font-size:22px;
  line-height:150%;
}

.top_detail .top .item-type{
  float: right;
  color: #2f2f2f;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 0;
}
/* left contents
------------------------*/
/*----- bana -----*/
.bana_delivery{
  width:370px;
  height:65px;
  text-indent:-9999px;
  overflow:hidden;
  background:url(img/bana_delivery.gif) no-repeat 0 0;
  display: block;
  background-size: contain;
}

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

#imgMain{
  text-align:center;
  z-index: 1;
}

#imgMain img{
  width: 100%;
  height: auto;
}
.thumb-edit #imgMain img{
  width: 390px;
}
.thumb-edit{
  overflow: hidden;
}
.thumb ul{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

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

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

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

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

.thumb .change-btn.disabled{
  pointer-events: none;
  display: none;
}

/*----- btn sns -----*/
.sns_block{
  margin: 20px 0;
  display: block;
}
.campaing-col{
  display: block;
  float:left;
  overflow:hidden;
}
.btn_twitter,.btn_facebook,.btn_alert a{
  display: block;
  margin-right: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  float:left;
  width: 100px;
}

.btn_twitter a,
.btn_facebook a{
  color: #fff;
}

.btn_twitter{
  background:#55acee;
  background-size: 100%;
}

.icon-twitter i,.icon-facebook i,.icon-flag i {
    margin-right: 7px;
}

.btn_facebook{
  background-size: 100%;
  background:#3B5998;
}

.btn_alert a{
  background-size: 100%;
  background:#fff;
  border: 1px solid #d5d5d5;
  color: #666;
}

.btn_alert a:hover{
  background-size: 100%;
  background:#f1f1f1;
  border: 1px solid #d5d5d5;
  text-decoration:none;
}



.btn_twitter a:hover,
.btn_facebook a:hover
{
  filter:alpha(opacity=80);
  opacity:0.8;
  text-decoration:none;
}

/* right contents
------------------------*/
.top_detail .sns{
  margin:0 0 20px 0;
  float:right;
}

.top_detail .item-id{
  color: #999999;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
}

.top_detail hr.hr{
  border: 0;
  height: 0;
  border-top: 1px solid #ededed;
  margin: 0;
}

.top_detail .catch{
  font-size: 14px;
  line-height: 1.4;
  color: #777777;
  height: 108px;
  overflow: hidden;
  position: relative;
  transition: all .5s ease;
}

.top_detail .catch.expand{
  height: auto;
}

.top_detail .catch-more{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
  box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  color: #cccccc;
}

.top_detail .catch-more:hover{
  color: red;
  cursor: pointer;
}

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

.top_detail .common-info .btn_req{
  color: red;
  float: right;
}

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

.top_detail .stars{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.top_detail .stars img{
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.top_detail .item-rating{
  display: inline-block;
  vertical-align: middle;
  color: #9f9f9f;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
}

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

.top_detail .extra-section a{
  text-decoration: none;
}

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


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

.edit-form .radio{
  padding: 0;
  vertical-align: middle;
}

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

.top_detail .extra-section.color .item a{
  display: block;
  outline: none;
}

.top_detail .extra-section.color .item.active{
  border: 1px solid red;
}

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

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

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

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

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

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

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

.top_detail .extra-section .slider .slick-arrow{
  position: absolute;
  top: 25px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50%;
  background-color: transparent;
  border: 0 solid transparent;
  outline: none;
}
.top_detail .extra-section .slider .slick-prev{
  left: 0;
  transform: translate(0px, 6px);
  background-image: url('../img/l_arr.png');
}
.top_detail .extra-section .slider .slick-next{
  right: 0;
  transform: translate(0px, 6px);
  background-image: url('../img/r_arr.png');
}

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

.es-loading:after{
  content: '読み込み中';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #777777;

}

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

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


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

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

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

.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;
  background-image: url("../img/heart-unlike.png");
  background-position: 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-top: -15px;
}
.like-col{
  position: relative;
  display: inline-block;
}
.hint-col{
  position: absolute;
  top: -90px;
  left: -100px;
}
.arrow_box{
  position:relative;
  width:210px;
  height:60px;
  background:#fff;
  border: 1px solid #bc2123;
  padding:10px;
  text-align:center;
  color: #bc2123;
  font-size:14px;
  font-weight:bold;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  z-index: 1;
  text-indent: 21px;
  line-height:1.6;
  font-weight:normal;
}
.arrow_box small{
  color: #6e6d7a;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 67%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(188, 33, 35, 0);
	border-top-color: #bc2123;
	border-width: 11px;
	margin-left: -11px;
}
.item-actions a:hover.fav-btn{
  background-image: url("../img/heart-like.png");
}
.count-favorite-item, .count-favorite-artwork{
  color: #bd2225;
  font-size: 16px;
}
.color-orilab{
  color: #bd2225;
}
.item-actions .fav-btn.active{
  background-image: url("../img/heart-like.png");
}

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

/*----- modal --------*/

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

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



/*----- loader -----*/

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

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

.loader-bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}
.loader-bounceball:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: loader-bounce 500ms alternate infinite ease;
  animation: loader-bounce 500ms alternate infinite ease;
}

@-webkit-keyframes loader-bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    -webkit-transform: scaleX(2);
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

@keyframes loader-bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    -webkit-transform: scaleX(2);
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

/*----- category -----*/
.category{
  margin:0 0 20px 0;
}

.category ul{
  margin:0 -5px -5px 0;
}

.category li{
  color:#fff;
  font-size:68.75%;
  text-align:center;
  width:126px;
  padding:5px;
  margin:0 5px 5px 0;
  background:#cecece;
  float:left;
}

.category li a{
  color:#FFF;
}

/*----- detail -----*/
.detail{
  margin:0 0 30px 0;
  position:relative;
  zoom:1;
}

.detail dl{
  padding:20px 0;
  border-top:1px solid #202020;
  border-bottom:1px solid #202020;
}

.detail dl dt,
.detail dl dd{
  font-size:75%;
}

.detail dl dt{
  width:20%;
  line-height:150%;
  font-weight:bold;
  text-align:center;
  position:absolute;
}

.detail dl dt span{
  font-size:80%;
  font-weight:normal;
}

.detail dl dd span.red{
  color:#F00;
  font-weight:bold;
}

.detail dl dd{
  line-height:150%;
  padding:0 0 12px 25%;
  margin:0 0 12px 0;
  word-break:break-all;
}

.detail dl dd:last-child{
  padding-bottom:0;
  margin-bottom:0;
}

/*----- btn -----*/
.btn_bookmark,
.btn_bookmark_remove{
  margin:0 0 10px 0;
  float:left;
}

.btn_request{
  margin:0 0 10px 0;
  float:right;
}

.btn_bookmark a,
.btn_bookmark_remove a,
.btn_request a{
  width:205px;
  height:30px;
  text-indent:-9999px;
  overflow:hidden;
  display:block;
}

.btn_bookmark a{
  background:url(img/btn_bookmark.gif) no-repeat;
}

.btn_bookmark_remove a{
  background:url(img/btn_bookmark_remove.gif) no-repeat;
}

.btn_request a{
  background:url(img/btn_request.gif) no-repeat;
}

.btn_bookmark a:hover,
.btn_request a:hover{
  background-position:0 -30px;
}

/*----- btn -----*/
.btn_cartin,
.btn_nocartin,
.btn_create a{
  float:left;
  clear:both;
}

.btn_create{
  float:right;
}

.btn_nocreate{
  float:right;
}

.btn_cartin a,
.btn_create a,
.btn_nocreate{
  width:205px;
  height:90px;
  text-indent:-9999px;
  overflow:hidden;
  display:block;
  margin:0 0 10px 0;
}

.btn_nocartin{
  width:205px;
  height:90px;
  text-indent:-9999px;
  overflow:hidden;
  display:block;
  margin:0 0 10px 0;
  background:url(img/btn_nocartin.png) no-repeat;
}

.btn_cartin a{
  background:url(img/btn_cartin.gif) no-repeat;
}

.btn_create a{
  background:url(img/btn_create.gif) no-repeat;
}

.btn_nocreate{
  background:url(img/btn_nocreate.gif) no-repeat;
}

.btn_cartin a:hover,
.btn_create a:hover{
  background-position:0 -90px;
}

/*----- btn -----*/
.btn_buy,
.btn_nobuy{
  clear:both;
}

.btn_buy a{
  width:420px;
  height:90px;
  text-indent:-9999px;
  overflow:hidden;
  display:block;
  background: url(img/btn_buy.gif) no-repeat 0 0;
}

.btn_buy a:hover{
  background-position:0 -90px;
}

.btn_nobuy{
  width:420px;
  height:90px;
  text-indent:-9999px;
  overflow:hidden;
  display:block;
  background: url(img/btn_nobuy.png) no-repeat 0 0;
}

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

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

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

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

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

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

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

/*----- btn -----*/
.btn_item{
  position:absolute;
  top:9px;
  right:30px;
}

.btn_item a{
  width:240px;
  height:30px;
  text-indent:-9999px;
  overflow:hidden;
  display:block;
  background:url(img/btn_item.gif) no-repeat 0 0;
}

.btn_item a:hover{
  background-position:0 -30px;
}
/* fullpercent
------------------------*/
.fullpercent-page h1{
  font-size: 14px;
  font-weight: normal;
}
.fullpercent-page h2{
  font-size: 22px;
  margin: 80px 0 0 0;
  border-top: 1px solid #ededed;
  padding: 80px 0;
}

.fullpercent-page .card-product .item-name h2{
  font-size: 14px;
  margin: unset;
  border-top: unset;
  padding: unset;
  margin-top:0;
}
.fullpercent-page .card-user-col{
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 20px 12px;
  margin-bottom: 40px;
  text-align: center;
}
.fullpercent-page .col-lg-2{
  flex: 0 0 20%;
  max-width: 20%;
}
.fullpercent-page .card-user-col img,.fullpercent-page .pickup-user-col img.img-user-info{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.fullpercent-page .pickup-user-col img.img-user-info{
  margin:0 auto;
}
.fullpercent-page a{
  color: #666;
}
.fullpercent-page .card-user-col .mt-3{
  font-size: 12px;
}
.fullpercent-page a.user-inner-col{
  overflow:hidden;
}
.fullpercent-page .pickup-user-col{
  border-top: 1px solid #ededed;
  padding: 40px 0 0 0;
  margin: 20px 0;
}
.fullpercent-page .pickup-user-col .name-col a{
  font-size: 19px;
  color: #111;
}
.fullpercent-page .pickup-user-col .name-col{
  width: 312px;
}
.fullpercent-page .pickup-user-col .profile-text-col{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height:1.8;
}
.fullpercent-page .pickup-user-col .card-product{
  margin-bottom: 20px;
}
.fullpercent-page .pickup-user-col .item-col{
  width: calc( 100% - 402px - 1.5rem);
  float: left;
  margin-left: 20px;
}

.fullpercent-page .pickup-user-col img.img-user-info,.fullpercent-page .pickup-user-col .name-col{
  display:block;
  float: left;
}
.fullpercent-page .pickup-user-col .name-col,.fullpercent-page .pickup-user-col .float-right{
  color: #666;
}
.fullpercent-page .top-col{
  float:left;
  display:block;
}
.btn-outline-dark {
    border-color: #e4e4e4;
}
.item-img-col{
  position:relative;
}
.edit-item-img-col{
  position:absolute;
  top: -7px;
  right: 12px;
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 3px 4px;
  border-radius: 4px;
}
.design-table-col .col.col-sm-9.text-left{
  line-height: 1.8;
}
.banner{
  height: calc(100vw*0.345);
}
/* product
------------------------*/
.product{
  margin:0;
  padding: 0px 0 30px 0;
}
.product-case{
  height: calc(100vw*0.55);
  width: 100%;
  background-color: #F8E9E9;
}
.product-case .img-col{
  width: 100%;
  height: calc(100vw*0.3);
}

.product-case img{
  border-radius: 4px;
}
.appli-col{
    height: 321px;
    margin-bottom: 40px;
}
.appli-col-img{
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.appli-follow-twitter{
    height: 321px;
    margin-bottom: 40px;
}
.follow-twitter-img{
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.appli-col .button-col{
  position: relative;
  height: 321px;
}
.appli-col .ios-button{
    position: absolute;
    bottom: 15%;
    right: 0;
}
.appli-col .google-button{
    position: absolute;
    bottom: 13%;
    right: -20%;
}
@media (max-width: 1200px) {
    .appli-col{
        height: 270px;
    }
    .appli-follow-twitter {
        height: 270px;
    }
    .appli-col .button-col{
        position: relative;
        height: 270px;
    }
    .appli-col .ios-button{
        position: absolute;
        bottom: 13%;
        right: 5%;
    }
    .appli-col .google-button{
        position: absolute;
        bottom: 11%;
        right: -20%;
    }
}
.shop-bg-col{
  height:367px;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-color: #f5f5f5;
}

.original_header .shop-bg-col {
    height:500px;
}

.product h2{
  font-size: 16px;
  font-weight: bold;
}
.product ul{
  margin: 0;
  padding: 0;
}
.product ul li{
  margin: 7px 0;
}
.product a{
  color: #888;
}
.card-product {
  margin-bottom: 40px;
  border-radius:4px;
  border: 0;
}
.card-product .link-item,.topic-user .card-user{
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  margin-bottom: 12px;
}
.topic-user .card-user .user-name{
  font-weight: bold;
  margin: 12px 0 0 0;
}

.no-border{
  border: 0;
}
.product h3{
  width:850px;
  text-indent:-9999px;
  overflow:hidden;
  margin:0 0 15px 0;
}

.product .item_list{
  margin:20px 0;
}

.product .item_list ul{
  margin:0 0 -14px 0;
}

.product .item_list li{
  margin:0 7px 14px 7px;
}

.related h3{
  height:26px;
  background:url(img/h3_related.gif) no-repeat;
}

.second h3{
  height:36px;
  background:url(img/h3_second.gif) no-repeat;
}

.popular h3{
  height:32px;
  background:url(img/h3_popular.gif) no-repeat;
}

ul {
  list-style: none;
}
ul#gallery{
  width:530px;
  padding:0;
}

#gallery li {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  margin-right: .5rem!important;
  position: relative;
  display: list-item;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  box-sizing: border-box;
  padding: 5px;
  float:left;
  margin-bottom:12px;
  width: 72px;
}

#gallery img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.material-icons {
  color: rgb(255, 209, 84);
}

.item-text-name {
  font-size: 20px;
  color: black;
}
.item-text-name small{
  margin-top:7px;
  font-size: 14px;
  color: #6e6d7a;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 # end main contents item info

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* market-top-page */
.text-no-result {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
}

a.disabled {
  /* Make the disabled links grayish*/
  color: gray !important;
  /* And disable the pointer events */
  pointer-events: none;
}

#footer{
  margin-top: 100px;
  padding: 0px 0;
  border-top: 1px solid #ededed;
  color: #111;
}
#footer .wrap{
  padding-top: 20px;
}
#footer .footer-top{
  padding: 50px 0;
}
#footer .footer-middle{
  border-top: 1px solid #ededed;
  padding: 50px 0 20px 0;
}
.dashboard .list-unstyled li a{
  color: #666;
  font-size: 12px;
}
.dashboard .list-unstyled li a::before {
    content: "\025b6";
    padding-right: 5px;
    font-size: 0.8em;
    display: inline-block;
  }
#footer h3,.dashboard h5{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
#footer ul{
  padding: 0;
}
#footer ul li{
  line-height: 180%;
}
#footer ul li a{
  color: #666;
}
#footer .panel{
  border: 1px solid #ededed;
}
#footer .panel .panel-heading{
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-bottom: 1px solid #ededed;
}
#footer .panel .panel-heading h3{
  margin-bottom: 0;
}
#footer .panel .panel-heading h3 .material-icons-round{
  margin: 3px 7px 0 0;
  font-size: 16px!important;
}
#footer .panel .panel-body{
  padding: 10px 15px;
  line-height: 1.8;
  font-size: 12px;
}
#footer .panel .panel-body h4{
  font-size: 14px;
  font-weight: bold;
  margin: 12px 0 7px 0;
  background-color: #f5f5f5;
  padding: 5px;
  text-align: center;
}
#footer .sns-col i{
  font-size: 20px;
}
#footer .sns-col a{
  color: #666;
}
#footer .sns-col a:hover{
  opacity: 0.8;
}
#topicpath {
  margin: 30px 0 30px 0;
}
#topicpath ul{
    width: 1080px;
    margin: 0;
    padding: 0;
}
#topicpath li {
    font-size: 75%;
    line-height: 150%;
    display: inline;
    list-style-type: none;
    padding: 0 0 0 15px;
    background: url(img/topicpath.gif) no-repeat 0 50%;
}
#topicpath li.home {
    padding: 0 5px 0 0;
    background: none;
}
#contents{
  max-width: 960px;
  min-height: 500px;
  margin: 0 auto;
  font-size: 14px!important;
  color: #111;
}
.column1 .search h2 {
    background: url(img/h2_search_full.gif) no-repeat 0 0;
}
.search {
    padding: 0 0 1px 0;
    margin: 0 0 30px 0;
}
.search h2 {
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(img/h2_search.gif) no-repeat 0 0;
}
.search .box {
    padding: 20px;
    border: 5px solid #f8f8f8;
    background: #fff;
}
.search table {
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.search th, .search td {
    padding: 7px;
    border: 1px dotted #d8d8d8;
}
.search th {
    width: 25%;
    font-weight: bold;
    text-align: center;
}
.search td.row{
  margin:0;
  border:0;
}
.search td label{
  margin: 0px 0 0 12px;
}
.search td label input{
  margin-right: 5px;
}
.search .sbmt {
    width: 190px;
    margin: 20px auto 0 auto;
}
.search .sbmt input[type="submit"] {
    position: relative;
    z-index: 1;
    outline: none;
    height: 68px;
    width: 284px;
}
.sbmt input[type="submit"] {
    width: auto;
    height: auto;
    font-weight: 700;
    padding: 20px 100px;
    margin: 20px 8px 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 120%;
    background: linear-gradient(#444,#1a1a1a);
    border: none;
}
.sbmt_search {
    background-image: url("img/sbmt_search.gif")!important;
    background-repeat: no-repeat;
    width: 180px!important;
    height: 32px!important;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    padding: 3px 10px !important;
}
.search_list h2 {
    font-size: 14px;
    height: 50px;
    padding: 15px 0 0 10px;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.search_list h2 strong {
    font-size: 150%;
    color: #e70000;
    margin: 0 5px 0 0;
    font-weight: 700;
}
.page_navi ul {
    text-align: center;
    margin-top:30px;
}
.page_navi li {
    font-size: 14px;
    display: inline;
}
.page_navi li a:visited {
    border-color: #bbb;
}
.mt--5{
  margin-top: -5px;
}
.page_navi li a {
    color: #878787;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    padding: 6px 10px;
    border: 1px #bbb solid;
}
.page_navi li span {
    color: #fff;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    padding: 6px 10px;
    background-color: #898989;
    border: 1px #bbb solid;
    font-weight: bold;
}
.search_list table {
    width: 100%;
    margin: 10px 0;
    font-size: 12px;
}
.search_list table th {
    color: #fff;
    background: #202020;
}
.search_list table th.w-120{
  width:120px;
}
.search_list table th, .search_list table td {
    line-height: 150%;
    text-align: center;
    padding: 10px;
    border-right: 1px dotted #d8d8d8;
}
.search_list table td.reward-col{
  line-height: 1.8;
  text-align:right;
}
.search_list table td.reward-col .fa-arrow-circle-up{
  color: #bc2123;
}
a.item-name-col{
  overflow-wrap: break-word;
  color: #6e6d7a !important;
}
.search_list table.sales-table th, .search_list table.sales-table td {
    border-right: none !important;
}
.bg-comment-donate {
    background-color: #fbf1f1;
    border-radius: 10px;
}
.bg-comment-donate:after {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    left: auto;
    top: calc(50% - 10px);
    border: 10px solid transparent;
    border-right-color: #fbf1f1;
}
.width-img-donate {
    width: 48px !important;
}
.width-img-donate-sp {
    width: 40px !important;
    height: 40px !important;
}
.search_list table tr.border-bottom-none td {
    border-bottom: none !important;
}
.search_list table td.reward-col .red{
  font-weight:bold;
  color: #bc2123;
}
.search_list table td {
    border-bottom: 1px dotted #d8d8d8;
}
.reward-content table td {
    vertical-align: middle;
    border: 0px;
}
.reward-content table caption {
    caption-side: top;
}
.reward-content .form-select-year{
  overflow:hidden;
}
.reward-content .form-select-year select {
    width: 90px;
    float: right;
}
.reward-content .list-reward-table thead {
    background: #eceeef;
}
.list-item-sale{
    border: 1px solid #efefef;
    border-radius: 5px;
}
p{
  margin:0;
  padding:0;
}
.btn_detail a {
    background: url(img/btn_detail.gif) no-repeat 0 0;
}
.btn_detail a, .btn_delete a, .btn_edit a, .btn_sell a {
    width: 60px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    padding:0;
}
table .btn_order_again {
  top: 0;
  left:0;
}
.custom-control-input:checked~.custom-control-label::before,.custom-switch .custom-control-label::before{
  top: -2px!important;
  left: -3rem!important;
  width: 50px!important;
  height:24px!important;
  pointer-events: all!important;
  border-radius: 24px!important;
}
.custom-control-input:checked~.custom-control-label::before{
  border-color: #bc2123!important;
  background-color: #bc2123!important;
  left: -3rem!important;
}
.custom-control-input:checked~.custom-control-label::after{
  left: -32px!important;
}
.custom-switch .custom-control-label::after{
  top: 2px!important;
  left: -42px!important;
  width: 18px!important;
  height: 18px!important;
}
.custom-switch label{
  padding-left: 7px;
}
.member_regist{
  font-size: 14px;
}
.member_regist a ,#topicpath a{
  color: #bc2123;
}
.member_regist h2 {
    color: #fff;
    font-size: 112.5%;
    font-weight: normal;
    height: 40px;
    padding: 12px 10px 0 10px;
    margin: 0 0 20px 0;
    background: url(img/title_bg.gif) repeat-x 0 0;
}
.ex {
    line-height: 160%;
    margin: 0 0 20px 0;
}
.hidden{
  display: none;
}
.form table {
    width: 100%;
    margin: 30px 0 0 0;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
}
.form caption {
    font-weight: bold;
    padding: 5px;
    margin: 0 0 10px 0;
    border-left: 5px solid #e70000;
    caption-side: top;
    color: #111;
}
.form .even th, .form .even td {
    background: #fff;
}
.form th {
    width: 30%;
    font-size: 87.5%;
    text-align: center;
}
.form th, .form td {
    line-height: 150%;
    padding: 10px;
    background: #fff;
    border-bottom: 1px dotted #d8d8d8;
}
.form td input {
    margin: 0 3px 3px 3px;
    padding: 2px;
    position: relative;
    top: 1px;
    border: 1px solid #d5d5d5;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.sbmt_check {
    background: url(img/sbmt_check.gif) no-repeat 0 0;
}
.sbmt_back, .sbmt_check, .sbmt_send, .sbmt_regist, .sbmt_edit, .sbmt_delete, .sbmt_order, .sbmt_confirm {
    width: 190px;
    height: 35px;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    margin: 0 20px;
}
.password h2 {
    color: #fff;
    font-size: 112.5%;
    font-weight: normal;
    height: 40px;
    padding: 12px 10px 0 10px;
    margin: 0 0 20px 0;
    background: url(img/title_bg.gif) repeat-x 0 0;
}
.form .nec span {
    color: #fff;
    padding: 2px 5px;
    background: #ff0000;
}
.delete h2 {
    color: #fff;
    font-size: 112.5%;
    font-weight: normal;
    height: 40px;
    padding: 12px 10px 0 10px;
    margin: 0 0 20px 0;
    background: url(img/title_bg.gif) repeat-x 0 0;
}
.btn_home a {
    width: 190px;
    height: 35px;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    float: left;
    cursor: pointer;
    border: none;
    background: url(img/btn_home.gif) no-repeat 0 0;
}
.sbmt_delete {
    background: url(img/sbmt_delete.gif) no-repeat 0 0;
}
.delete .submit {
    margin: 20px auto 0 auto;
    width: 420px;
}
.clearfix {
    clear: both;
}
.submit {
    text-align: center;
}
.search dl {
    padding: 5px;
    background: #fff;
    border: 5px solid #f8f8f8;
}
.search dt {
    font-size: 75%;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.search dd {
    font-size: 75%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #d8d8d8;
}
.justify-content-center{
  min-height: 500px;
}
.justify-content-center .sbmt_send.btn.btn-dark{
  color: #fff;
  text-indent:0;
  float: none;
}
.form .nec span {
    color: #fff;
    padding: 2px 5px;
    background: #ff0000;
}
.page-col h1{
  font-size: 20px;
  color:#111;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 200%;
}
.page-col h2{
  font-size: 18px;
  color:#111;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-col h3{
  font-size: 16px;
  color:#111;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-col h4{
  font-size: 14px;
  color:#111;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-col{
  overflow:hidden;
  padding-bottom: 80px;
  line-height: 180%;
}
.page-col table{
  border-bottom: 1px solid #dee2e6;
}
.page-col .delivery-place .table thead tr{
  background-color: #f5f5f5;
}
.page-col .delivery-place .table-bordered thead th {
  border-bottom: 0;
}
.page-col.faq-page .qa_col{
  min-height: 75px;
  cursor: pointer;
  border-top: solid 1px #ededed;
}
.page-col.faq-page .qa_col:last-child{
  border-bottom: solid 1px #ededed;
}
.page-col.faq-page .qa_col .qa_q{
  line-height: 150%;
  font-size: 15px;
  font-weight: bold;
  padding: 26px 30px 13px;
}
.page-col.faq-page .qa_col .qa_q:before {
  content: "Q\2E";
  margin-right: 0.5em;
  font-size: 22px;
}
.page-col.faq-page .qa_col .qa_a{
  font-size: 15px;
  padding: 0 30px 30px 70px;
  line-height: 35px;
}
.page-col.faq-page .qa_col .qa_a:before {
  content: "A\2E\20";
  margin-right: 0.5em;
  font-size: 22px;
  margin-left: -40px;
}
.guide-page{
  padding-bottom: 0;
}
.guide-page img.survice-img{
  width: 600px;
}
.guide-page .bg-step{
  border-top: 1px solid #ededed;
  margin-top: 40px;
  padding: 50px 0;
}
.guide-page .bg-step .number{
  font-size: 28px;
  margin-right: 7px;
  font-style: italic;
}
.guide-page .bg-step .row{
  padding-top: 20px;
}
.guide-page .bg-step .step-img{
  width: 150px;
  margin-bottom: 20px;
}
.guide-page .bg-step button{
  padding: 12px 40px;
  border-radius: 24px;
}
.guide-page .feature-img{
  width: 180px;
  margin-bottom: 20px;
}
.cart-btn.btn-cart{
  width: 80%;
  padding: 12px 24px;
  background-color: #bc2123;
}

.item-original .cart-btn.btn-cart{
  width: 100% !important;
}

.cart-btn.btn-cart.btn-secondary{
  background-color: #6c757d;
}
.cart-btn.btn-cart .material-icons-round{
  font-size: 20px;
}
.sum {
    padding: 20px 20px 15px 20px;
    margin: 15px 0;
    border: 1px solid #d8d8d8;
}
.sum table {
    width: 100%;
}
.sum table th {
    width: 90%;
}
.sum table th, .sum table td{
    padding: 5px 0;
    text-align: right;
}
.order_info table.common {
    margin: 20px 0 0 0;
}
table.common,.check table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-bottom: 30px;
}
table.common .even th, table.common .even td {
    background: #fff;
}
table.common th,.check th {
    width: 30%;
    text-align: center;
}
table.common th, table.common td ,.check th, .check td{
    line-height: 150%;
    padding: 7px;
    border: 1px dotted #d8d8d8;
}
table.common caption,.check caption {
    color: #111;
    font-weight: bold;
    padding: 3px 0 2px 7px;
    margin: 0 0 10px 0;
    border-left: 5px solid #e70000;
    caption-side: top;
}
.sbmt_back {
    background: url(img/sbmt_back.gif) no-repeat 0 0;
}
.sbmt_edit {
    background: url(img/sbmt_edit.gif) no-repeat 0 0;
}
.check .submit {
    width: 480px;
    margin: 20px auto 0 auto;
}
.container h1{
  font-size: 20px;
  padding:11px 0;
}
.design-table-col i{
  font-size: 14px;
}
.design-table-col a i{
  color: #888;
}
.pull-right{
  float: right;
}
.mb20 {
    margin-bottom: 20px;
}
.pl0{
  padding-left:0!important;
}
.pb10 {
    padding-bottom: 10px;
}
.text-size-13 {
    font-size: 14px;
    font-weight: bold!important;
}
.text-small-caps {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.text-medium {
    color: #6e6d7a;
}
.border-bottom-gray {
    border-bottom: 1px solid #dbdbde;
}
.form-group input[type=text], input[type=number], optgroup, select, textarea ,input[type=password]{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form textarea{
  width:99%;
}
.modal-content .form-group select{
  display: inline-block!important;
  width: auto;
  padding: .275rem .15rem;
}
.search-condition-col input::placeholder{
  color: rgba(34,34,34,.3)!important;
  font-size: 12px;
}
.container label{
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.delete-design{
  line-height: 150%;
  padding: 10px;
  text-align: right;
}
h3.form-title{
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 24px;
}
.form-group{
  margin: 12px 0 12px 0;
  overflow:hidden;
}
.form-check label{
  display: inline-block;
  margin-right:30px;
}
.form-check input[type=checkbox], .form-check input[type=radio]{
  display:inline-block;
  width: auto;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
.select_category{
  width: 100px;
}
.price-col #number_input{
  display: inline-block;
  margin-right: 7px;
  width: 40%;
}
.item-actions a .product-stock {
  margin: 10px 0;
  padding: 12px;
  text-align: center;
  border-radius: 5px;
  font-size: 0.9em;
  border: 1px solid #d2d2d2;
  color: #6e6d7a;
  background-color: #fff;
}
.item-actions a:hover .product-stock{
  background-color: #f1f1f1;
}
.item-actions a:hover{
  text-decoration: none;
}
.product-stock i {
  vertical-align: middle;
  text-align: center;
  color: #666666;
  padding-right: 7px;
}

/* item_stock table */
.list-item-stock {
  margin-bottom: 20px;
  overflow: auto !important;
}

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

.topic-user .card-product .link-item, .top-item .card-product .link-item , .new-item .card-product .link-item, .suggest_item .card-product .link-item,.product-list .link-item{
  height: 253px;
}
.text-title {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
}
.product-same-design .same-design .link-item {
    height: 100%;
}
@media (max-width: 768px) {
    .product-same-design .same-design .link-item {
        min-height: 69px !important;
        height: 44px !important;
    }
}
.product-same-design {
    padding: 0 6px;
}
.product_slider {
    margin: 0px 0px 20px 0px;
    padding: 0px 0 0px 0;
}
.btn-same-image-design {
    cursor: pointer;
    color: #666666;
    height: 51px;
    width: 257px;
    padding: 14px 19px 16px 23px;
    border: 2px solid #EEEEEE;
    border-radius: 4px;
}
.text-request-item {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
}
.list-item-stock .table-sizes td {
  width: auto !important;
}

.size-chart-item{
  overflow:hidden;
  margin-bottom:15px;
}
.size-chart-item-text{
  display:block;
  text-align:right;
  font-size:12px;
  line-height:20px;
  color:#404040;
  margin-bottom:5px;
}
.size-chart-item .table-sizes{
  overflow: hidden;
  margin-bottom:20px;
}

.size-chart-item .table-sizes th{
  font-size:12px;
  line-height:20px;
  color: #333333;
  padding:8px;
  text-align:center;
}

.size-chart-item .table-sizes td{
  background:#fff;
  text-align:center;
  vertical-align:middle;
  font-size:12px;
  line-height:14px;
  color:#656565;
  padding:4px;
  border-bottom:1px solid #b3b3b3;
}
.size-chart-item .table-sizes td:first-child{border-left:0;}
.size-chart-item.list-item-stock thead tr th:first-child{
  left: 0;
  z-index: 1;
}

.size-chart-item.list-item-stock thead tr th{
  background-color: #d9edf7;
  position: sticky;
  top: -1px;
}


.size-chart-item.list-item-stock tbody th {
  white-space: unset;
  position: sticky;
  left: 0;
  padding: 0em 0.5em 0em 0.5em;
  vertical-align: middle !important;
  white-space: nowrap;
  background-color: #fff;
}
.size-chart-item.list-item-stock .table-sizes tbody td {
  overflow-wrap: break-word;
  white-space: nowrap;
  line-height: 1.42857143;
  padding: 8px;
}

#accordionCategoriesTag {
  margin-top: 30px;
}

.accordion>.card-category-tag {
  border: unset;
}

.accordion>.card .category-tag-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: unset;
  padding: 8px;
  margin-bottom: unset;
}
.accordion>.card .card-body-tag {
  display: flex;
  justify-content: space-between;
}

#accordionCategoriesTag .icon-arrow-down {
  line-height: 30px;
  color: #888;
}

#accordionCategoriesTag .link-tag-market {
  display: block;
  width:100%;
}
#accordionCategoriesTag .link-tag-market i{
  float: right;
}

.list-tag-content .list-tag {
  display: inline-block;
  border-radius: 5px;
  background-color: #ffffff;
  color: #666666;
  border: 1px solid #dedede;
}

.header-list-tag {
  border-bottom: 1px solid #edefef;
}

.header-list-tag h1 {
  color: #313131;
  font-weight: bold;
}

a.dropdown-item .icon_myshop, .account-setting-page .icon_myshop{
  background-image: url(/common/img/market/menu/myshop.png);
}
a.dropdown-item .icon_additem{
  background-image: url(/common/img/market/menu/item-add.png);
}
a.dropdown-item .icon_items{
  background-image: url(/common/img/market/menu/products.png);
}
a.dropdown-item .icon_reward{
  background-image: url(/common/img/market/menu/reward_icon.png);
}
a.dropdown-item .icon_base{
  background-image: url(/common/img/market/menu/base.png);
}
a.dropdown-item .icon_order_history{
  background-image: url(/common/img/market/menu/order-history.png);
}
a.dropdown-item .icon_good{
 background-image: url(/common/img/market/menu/good-items.png);
}
a.dropdown-item .icon_noti{
  background-image: url(/common/img/market/bell.png);
}
a.dropdown-item .icon_account, .account-setting-page .icon_account{
 background-image: url(/common/img/market/menu/account_icon.png);
}
a.dropdown-item .icon_friend{
  background-image: url(/common/img/market/menu/Introduce_a_friend_icon.png);
}
a.dropdown-item .icon_credit, .account-setting-page .icon_credit{
  background-image: url(/common/img/market/menu/credit-card.png);
}
a.dropdown-item .icon_password, .account-setting-page .icon_password{
  background-image: url(/common/img/market/menu/password_icon.png);
}
a.dropdown-item .icon_order-flow{
  background-image: url(/common/img/market/menu/order-flow.png);
}
a.dropdown-item .icon_calendar{
  background-image: url(/common/img/market/menu/calendar.png);
}
a.dropdown-item .icon_question{
  background-image: url(/common/img/market/menu/question_icon.png);
}
a.dropdown-item .icon_contact{
  background-image: url(/common/img/market/menu/contact_icon.png);
}
a.dropdown-item .icon_return{
  background-image: url(/common/img/market/menu/return.png);
}
a.dropdown-item .icon_logout{
  background-image: url(/common/img/market/menu/logout_icon.png);
}
a.dropdown-item .icon_login{
  background-image: url(/common/img/market/menu/login_icon.png);
}
a.dropdown-item .icon_point{
  background-image: url(/common/img/market/menu/point_icon.png);
}
a.dropdown-item .icon_myshop_setting, .account-setting-page .icon_myshop_setting{
  background-image: url(/common/img/market/menu/myshop-setting.png);
}
a.dropdown-item .icon_get_reward, .account-setting-page .icon_get_reward{
  background-image: url(/common/img/market/menu/receipt.png);
}
a.dropdown-item .icon_kaizen, .account-setting-page .icon_kaizen{
  background-image: url(/common/img/market/menu/kaizen.png);
}
a.dropdown-item .icon_artwork{
  background-image: url(/common/img/market/menu/artwork-2.png);
}
a.dropdown-item .icon_heart{
    background-image: url(/common/img/market/menu/heart-icon.png);
}
a.dropdown-item span.icon, .account-setting-page span.icon{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    margin: auto;
    background-size: 16px;
    width: 16px;
    height: 18px;
    margin: 3px 12px 0 12px;
    background-repeat: no-repeat;
}
.icon_point, .icon_cheer-point{
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
}
.icon_cheer-point{
  background-image: url(/common/img/market/menu/icon-cheering-point.png);
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.icon_point{
  background-image: url(/common/img/market/menu/icon-point.png);
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.account-setting-page span.icon{
  margin-left: 15px;
}
a.dropdown-item{
  padding-left: 40px;
}
a.point-link{
  color: #bc2123!important;
  text-decoration:underline;
  font-weight:bold;
  margin-left: 3px;
}

/*header-mobile*/
.form-search-top {
  padding: 0 23px;
}

.header-content-sp {
  margin-bottom: 0px;
  padding-top:0px;
  border-bottom: 1px solid #ededed;
}

.header-content-sp-original {
  padding: 20px 15px 0px 15px;
}

.form-search-top .input-search-top {
  border: unset;
  background: #f6f6f6;
}

.form-search-top .button-submit-top {
  height: 38px;
  background: #f6f6f6;
}

.header .button-open-info-top {
  font-size: 25px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-left: 0px;
  margin-top: -8px;
}

.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: -300px;
  background-color: #fff;
  overflow-x: hidden;
}

.sidenav a {
  padding: 8px 8px 8px 42px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -12px;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
  padding: 0 5px;
}

.sidenav #accordionCategoriesTag {
  margin-top: 0;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.search-from-group .input-keyword {
  border-right: 0 !important;
  border-radius: 20px 0 0 20px !important;
}

.search-from-group button {
  border: 1px solid #ced4da;
  border-left: 0;
  border-radius: 0 20px 20px 0;
  padding: .375rem .75rem !important;
}

.card .icon-edit-user-page {
  position: absolute;
  right: 47px;
  top: 7px;
  z-index: 2;
  padding: 2px 3px 4px 7px;
  background-color: #fff;
  border-radius: 3px;
}
.card  a.icon-edit-user-page:hover , .card  a.icon-edit-design:hover , .sort_item_first:hover{
  background-color: #e7e7e9;
}
.card .icon-edit-design{
  position: absolute;
  right: 12px;
  top: 7px;
  z-index: 2;
  padding: 2px 3px 4px 7px;
  background-color: #fff;
  border-radius: 3px;
}
.user-profile-name .btn-edit-profile{
  font-size: 12px;
  padding: 12px 0 0 12px;
}
.shop-bg-col .icon-edit-user-page {
  right: 20px;
  top: 20px;
  padding: 2px 3px 4px 7px;
  background-color: #fff;
  border-radius: 3px;
}
.user-profile-content .icon-edit-user-page {
  bottom:0;
  top: unset;
}

.user-profile-content .btn-edit-profile {
  color: #bc2123;
}

.user-profile-content .btn-edit-profile:hover {
  color: #fff;
}

.add-new-design-content {
  min-height: unset;
  border: 2px dotted #bc2123;
  height: 235px;
  padding: 80px 20px 20px;
  text-align: center;
}

.add-new-design-content .btn-add-new-design {
  background: #bc2123;
  color: #fff;
}
@media (max-width: 820px) {
  .product-case{
    height: calc(100vw*2);
  }
  .product-case .col-8{
    padding-right: 0;
    max-width:calc(66% - 10px)
  }
  .product-case .col-4{
    padding-right:0;
    max-width:calc(33% - 5px)
  }
  .topic-user .card-user{
    padding:4px;
    height: 189.5px;
  }
  .topic-user .card-user .col-6{
    height : 73.25px;
  }
  .topic-user .card-user img{
    width: 73.25px;
    height: 73.25px;
  }
  .product-case-box-wrap-half{
    width:100%;
    height: calc(100vw*0.28);
    margin:0;
  }
  .product-case-box-wrap-half .inner-box{
    height: calc(100vw*0.28);
    margin : 0 0 15px 0;
  }
  .product-case img{
    border-radius: 4px;
  }
  .appli-col{
    background-image: none;
    height: 320px;
  }
  .appli-col .button-col{
    position: relative;
    height: 260px;
  }
  .button-col-sp{
      height: 225px;
      margin: 0 -15px 15px;
      position: relative;
  }
    .img-appli-col{
        height: 100%;
    }
  .img-appli-col img{
      object-fit: contain;
      height: 100%;
      width: 100%;
      max-width: none;
  }
  .appli-col .ios-button,
  .button-col-sp .ios-button{
    position: absolute;
    bottom: 25px;
    right: 118px;
  }
  .appli-col .google-button,
  .button-col-sp .google-button{
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .appli-sp-twitter-fl {
      height: 100%;
      width: 100%;
      max-width: none;
      object-fit: contain;
  }
  .mt-60{
    margin-top:60px;
  }
  .sidenav {
    padding:top: 0;
  }
  .sidenav .user-name-link{
    display: inline-block;
    width : calc(100% - 60px);
  }
  .sidenav .point-link{
    display: inline-block;
    padding: 0;
    text-decoration: underline;
  }
  .setting-page ul.account-setting-page{
      padding: 0;
  }
  .setting-page ul.account-setting-page li{
    position: relative;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
  }
  .setting-page ul.account-setting-page li:first-child{
    border-top: 1px solid #dedede;
  }
  .setting-page ul.account-setting-page li a{
    display: block;
    padding: 15px 30px 15px 15px;
    text-align: left;
    color: #666;
  }
  .setting-page ul.account-setting-page li a .fa-chevron-right{
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 14px;
    margin-top: -7px;
  }
  .setting-page ul.account-setting-page li a .setting-description{
    display: block;
    font-size: 11px;
    margin-top: 7px;
  }
  .banner{
    height: calc(100vw*0.781);
  }
  .card-product .link-item .card-market-img,.card-product .link-item{
    height: 44.5vw;
  }

  .fullpercent-page .card-product .link-item{
    width:100%;
    height: 44.5vw;
    padding: 0px;
  }
  .sbmt{
    width:100%!important;
    text-align:center;
    margin: 0!important;
  }
  .item_list h2 {
      font-size: 87.5%;
      height: 40px;
      padding: 10px 0 0 10px;
      color: #111;
  }
  .item_list h2 strong {
      font-size: 150%;
      color: #e70000;
      margin: 0 5px 0 0;
  }
  .shop-bg-col{
    height: 148px;
  }
  .topic-user .topic-user-inner,.topic-event .topic-event-banner,.top-item .product-list{
    padding: 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
    .top-item .product-list {
        white-space: unset;
    }
  .topic-event .topic-event-banner ul li{
    display: inline-block;
    list-style: none;
    height: 100%;
  }
  .page_navi {
      margin: 5px 0 0 0;
  }
  .page_navi ul {
      text-align: center;
  }
  .page_navi li {
      font-size: 75%;
      display: inline;
  }
  .page_navi li span {
      color: #fff;
      display: inline-block;
      padding: 6px 10px;
      background-color: #898989;
      border: 1px #bbb solid;
      font-weight: bold;
  }
  ul.list2 {
      border: 5px solid #f8f8f8;
      background: #fff;
      margin: 5px 0 0 0;
      padding:0;
  }
  ul.list2 li {
      padding: 10px;
      border-bottom: 5px solid #f8f8f8;
  }
  ul.list2 h3 {
      font-size: 87.5%;
      line-height: 150%;
      margin: 0 0 10px 0;
  }
  .list2 li table {
      width: 100%;
      border-top: 2px solid #d8d8d8;
      border-bottom: 2px solid #d8d8d8;
      clear: both;
  }
  ul.list2 h3 a {
      display: block;
      padding: 0 5% 0 0;
      background: url(img/arrow2.png) no-repeat right 50%;
      background-size: 7px 11px;
  }
  ul.list2 h3 {
      font-size: 87.5%;
      line-height: 150%;
      margin: 0 0 10px 0;
  }
  .list2 li th {
      width: 30%;
      background: #f7f7f9;
  }
  .list2 li th, .list2 li td {
      font-size: 75%;
      line-height: 150%;
      padding: 5px;
      border-bottom: 1px dotted #d8d8d8;
  }
  .btn_order_again {
      width: 58px!important;
      background-color: #898989;
      border: #898989 solid 1px;
      height: 30px;
      border-radius: 3px;
      margin:0 auto;
  }
  #topicpath{
    margin: 20px 0!important;
  }
  #topicpath ul{
    width: calc(100% - 20px)!important;
    padding:0;
  }
  .contact h2 {
      color: #fff;
      font-size: 102.5%;
      font-weight: 400;
      height: 40px;
      padding: 13px 10px 0;
      margin: 0 0 20px;
      background: url(img/title_bg.gif) repeat-x 0 0;
  }
  p.ex {
      font-size: 75%;
      line-height: 150%;
      margin: 0 auto 10px;
      width: 95%;
  }
  .form h3 {
      font-size: 87.5%;
      padding: 6px 10px;
      margin: 10px 0 10px 12px;
      border-left: 5px solid #e70000;
  }
  .form dl {
      border-top: none;
      border-bottom: none;
      padding: 10px 0;
      margin: 5px auto 0;
      width: 95%;
  }
  .form dt {
      font-size: 80%;
      font-weight: 700;
      margin: 0 0 7px;
      background-color: #F8F8F8;
      padding: 18px;
  }
  .form dd {
      font-size: 90%;
      line-height: 150%;
      padding: 0 0 10px;
      margin: 0 0 20px;
      border-bottom: 1px dotted #d8d8d8;
  }
  .form dd input[type="text"],.form dd textarea,.form dd input[type="password"] {
      margin: 8px auto;
      border: #ccc 1px solid;
      width: 99%;
      padding: 8px 0;
      font-size: 100%;
      border-radius: 4px;
  }
  .nec {
      color: #ff0000;
      margin: 0 3px;
  }
  .form dd input[name="add_num"] {
      margin: 8px auto;
      border: #ccc 1px solid;
      width: 49%;
      padding: 8px 0;
      font-size: 100%;
      border-radius: 4px;
  }
  .search-detail-button .material-icons-round{
    font-size: 20px;
  }
  .delete .btn a ,.sbmt.send input[type="submit"]{
      width: 48%;
      color: #fff;
      font-size: 75%;
      font-weight: 700;
      display: inline;
      padding: 20px 40px;
      border-radius: 3px;
      background: linear-gradient(#444,#1a1a1a);
      margin: 20px 0;
      font-size: 14px;
  }
  .sbmt{
    width: 140px!important;
    display: inline;
  }
  .header{
    padding-top: 0px!important;
    width:100%;
    position: relative!important;
    height: max-content!important;
  }
  header{
    padding: 0 0 20px 0;
    height:120px;
  }
  header nav{
    width: 110px;
  }
  header nav.navbar.sp-category{
    width: 100%;
  }
  .header-space{
    height: 20px!important;
    margin: 0px 0 10px!important;
  }
  .page-col.faq-page .qa_col .qa_q{
    padding: 26px 12px 12px;
  }
  .page-col.faq-page .qa_col .qa_a{
    padding: 0 12px 30px 53px;
  }
  .guide-page h1{
    font-size: 14px;
  }
  .guide-page .step-img{
    width: 100px!important;
  }
  .item-info-detail{
    padding: 0 0 20px 0;
  }
  #imgMain{
    width: 80%;
    margin: 0 auto;
  }
  ul.list2 li img.cart_image {
      width: 24%;
  }
  ul#gallery{
    width:100%;
  }
  .sum table th {
      width: 75%;
  }
  .order_info h2 {
      color: #fff;
      font-size: 87.5%;
      padding: 7px;
      margin: 0 0 5px 0;
      background: #e70000;
  }
  .order_info{
    padding: 0 12px;
  }
  .check_form dt {
      font-size: 80%;
      font-weight: 700;
      margin: 0 0 7px;
      background-color: #F8F8F8;
      padding: 18px;
  }
  .check_form dd {
      font-size: 90%;
      line-height: 150%;
      padding: 0 0 10px 16px;
      margin: 0 0 20px;
      border-bottom: 1px dotted #d8d8d8;
  }
  .check_form h3 {
      font-size: 87.5%;
      padding: 6px 10px;
      margin: 10px 0;
      border-left: 5px solid #e70000;
      width: 86%;
  }
  .check_form .sbmt input[type="submit"] {
      width: 48%;
      color: #fff;
      font-size: 75%;
      font-weight: 700;
      display: inline-block;
      padding: 17px 5px;
      border-radius: 3px;
      background: linear-gradient(#444,#1a1a1a);
      margin: 20px 0;
  }
  .check_form .send input[type="submit"] {
      background: linear-gradient(#e70000,#c70000);
  }
  .fullpercent-page h2.text-center{
    margin: 20px 0 0 0;
    padding: 40px 0;
  }
  .fullpercent-page .pickup-user-col{
    margin:0;
    padding:20px 0 0 0;
  }
  .fullpercent-page .pickup-user-col .name-col{
    margin-left: 20px;
    width: calc( 100% - 90px);
  }
  .fullpercent-page .pickup-user-col .item-col{
    width: 100%;
    margin-left:0;
  }
  .fullpercent-page .pickup-user-col .profile-text-col{
    height: 80px;
    overflow: hidden;
    position: relative;
    line-height: 1.8;
  }
  .fullpercent-page .pickup-user-col .profile-text-col:after {
    content: "...";
      position: absolute;
      top: 73px;
      left: 80px;
  }
  .img-user-info-col{
    margin: 30px 0 0 15px;
  }

  .cart-btn.btn-cart{
    width: 75%;
  }
  .list-unstyled a.dropdown-item{
    display: list-item;
    text-align: -webkit-match-parent;
    font-size: 12px;
    line-height: 1.8;
    padding:0;
  }
  .dashboard .list-unstyled a::before {
      content: "\025b6";
      padding-right: 5px;
      font-size: 0.8em;
      display: inline-block;
  }
  .card-body{
    padding: 7px 12px;
  }
  .design-modal, .design-modal ul{
    padding:0;
    margin:0;
  }
  a.item-name-link{
    text-decoration:underline;
  }
  .design-modal ul li{
    padding : 20px 20px;
  }
  .design-modal ul li:nth-child(2){
    border-top: 1px solid #efefef;
  }
  .card-header i{
    margin-top: 16px;
  }
  .shop-bg-col .icon-edit-user-page {
    right: 10px;
    top: 10px;
  }
  .add-new-design-content{
    padding: 20px;
    font-size: 12px;
    height: 164px;
  }
  .add-new-design-content .btn-add-new-design{
    font-size: 12px;
  }
  .create-btn-col .btn-success{
    font-size: 12px;
  }
  .create-btn-col{
    display:block;
    overflow:hidden;
  }
  .card .icon-edit-design{
    position: absolute;
    right: 7px;
    top:145px;
    z-index: 2;
    padding: 2px 3px 4px 7px;
    background-color: #fff;
    border-radius: 3px;
    height:27px;
  }
  .card .icon-edit-user-page {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 2;
    padding: 2px 3px 4px 7px;
    background-color: #fff;
    border-radius: 3px;
  }
  .card a.icon-edit-user-page:hover , .card a.icon-edit-design:hover ,.sort_item_first:hover{
    background-color: #e7e7e9;
  }
  .img-user-info-col img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
  }
  .owner-menu-col button{
    font-size: 11px;
  }
  .topic-user .card-product .link-item, .top-item .card-product .link-item , .new-item .card-product .link-item, .suggest_item .card-product .link-item{
    height: 44.5vw;
  }
  .top_detail .extra-section{
      width: 100%;
      margin: 20px 0;
  }
  .card-product .link-item img{
    height: 100%;
  }

    div.close-x-sp {
        display: flex;
        margin-left: 20px;
        top: -9px;
        font-size: 1.5rem;
        cursor: pointer;
    }

    #share-button-sp {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 1;
        bottom: 0;
        background-color: #FFFFFF;
        transition: 0.75s;
        z-index: 99;
        margin-left: -16px;
        box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    }

    .share-button-sp {
        float: right;
        margin-left: 1rem;
        border: 1px solid #d3cdd3;
        padding: 0.6rem;
        border-radius: 8px;
    }

    span.share-button-sp i {
        font-size: 1rem;
        cursor: pointer;
        color: #6e6d7a;
    }

    #share-button-qr-code {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 1;
        bottom: 0;
        background-color: #FFFFFF;
        transition: 0.75s;
        z-index: 99;
        margin-left: -16px;
        box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    }

    .icon-modal-sp a {
        font-size: 1.15rem;
        text-decoration: none;
        color: #393c41;
    }

    div.home-link {
        top: 155px !important;
        left: 33% !important;
        font-size: 13px !important;
    }

    .header-height-default-sp div.home-link {
        top: 91px !important;
    }
}
.error{
	padding-left:20px;
	color: #ff0000;
}

.error .msg{
	font-weight:bold;
	color:#ff0000;
	line-height:150%;
	height:25px;
  padding:3px 0 10px 40px;
	margin:0 0 10px 0;
	border-bottom:1px dashed #ff0000;
	background:url(img/alert.gif) no-repeat 0 0;
}

.error ul{
	padding:0;
  margin:0;
}

.error li{
	font-size:85%;
	color:#ff0000;
	line-height:180%;
	background:url(img/arrow4.png) no-repeat 0 50%;
	padding:0 0 0 12px;
}

.headernav_icon_notification > a{
  padding-top: 40px!important;
  background-image: url(/common/img/market/bell.png);
  background-size: 27px !important;
  background-position: 50% 10px !important;
}

.headernav_icon_like > a{
  padding-top: 40px!important;
  background-image: url(/common/img/market/icon-like.png);
  background-size: 27px !important;
  background-position: 50% 10px !important;
}

.header-content-sp .pull-right a{
  display:block;
  float:left;
}
.noti-count-col{
  background-color: #bc2123;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  width: 13px;
  height: 13px;
  right: 10px;
}

.noti-count-col-menu{
  background-color: #bc2123;
  border-radius: 50%;
  position: absolute;
  width: 13px;
  height: 13px;
}

.noti-count-col-sp{
  background-color: #bc2123;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  width: 13px;
  height: 13px;
}

.right-10{
  right: 10px;
}

.right-20{
  right: 20px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bc2123;
  border-radius: 50%;
  display: inline-block;
}


.search_list .list-change-item span {
  font-size: 13px;
  margin-left: 10px;
  cursor: pointer;
}

.search_list .list-change-item span i {
  font-size: 16px;
}
.rank-block{
  display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    color: #BD2627;
    background-color: #FFF7F7;
}
.rank-block .rank-condition-count b{
  font-size: 12px;
    font-weight: 800;
}
.rank-block .rank-condition-count{
    font-size: 12px;
    font-weight: 500;
}
.promotion_code_content {
  background: #fff;
  border: 1px solid #bc2123;
  color: #bc2123;
  padding: 10px;
  border-radius: 5px;
  margin: 12px 0;
}

.promotion_code_content i {
  cursor: pointer;
}
.icon-header-sp {
  flex-direction: column;
  margin-right: 20px;
}
.icon-header-sp:last-child{
  margin-right:0;
}
ul.icon-nav .user-icon{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 7px 0 0 3px;
  object-fit: cover;
}
.icon-header-sp .user-icon{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin: 0 0 7px 3px;
  object-fit: cover;
}
.text-lable-icon{
  font-size: 10px !important;
}
.icon-header-sp span i {
  font-size: 20px;
}
.icon-header-sp-menu-info {
  margin-right: 0;
  align-items: center;
  margin-left: -4px;
}
.text-menu-info {
  margin-top: -8px;
}
.header-content-sp{
  padding: 7px 15px 0px 15px;
}
.header .mt-12{
  margin-top:10px;
}
.twitter-button {
  background-color: #fff;
  border-color: rgb(29, 155, 240);
  color: rgb(29, 155, 240);
}

.create-item-market {
  bottom: 20px;
  position: fixed;
  z-index: 100;
  display: block;
  text-align: end;
  cursor: pointer;
}

.label-tag-new {
  background-color: #E7E9EB;
  padding: 3px 7px!important;
  font-size: 11px;
}

.label-tag-sale {
  background-color: #bc2123;
  padding: 3px 7px!important;
  color: white;
  font-size: 11px;
}

.div-tag-item {
  height: 5%;
}
.border-danger {
  border: solid 1px red;
}

.tab-content .item-name-favorite-page, .tab-content .item-name-favorite-artwork {
  padding: 0 !important;
}

.tab-content .item-name-favorite-artwork a{
  color: #bc2123 !important;
  font-weight: bold;
}

.font-20 {
  font-size: 20px !important;
}

.btn-designs-new{
  display: inline-block;
  width: 300px;
  text-align: center;
  background: white;
  color: #bc2123 !important;
  border: 2px solid #bc2123;
  padding: 10px;
  border-radius: 25px;
  text-decoration:none;
}

.btn-my-design
{
  display: inline-block;
  width: 300px;
  text-align: center;
  background: #bc2123;
  color: white !important;
  padding: 10px;
  border-radius: 25px;
  text-decoration:none;
}

.page-design-new-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #F3F3F3;
  font-size: 0;
  line-height: 0;
}

.min-h-0 {
  min-height: 0 !important;
}

.text-color-normal {
  color: #6e6d7a !important;
}

button.border-hashtag {
  border: 1px solid #ced4da !important;
  border-radius: 4px;
  color: #6e6d7a;
}

.border-corner {
  position: relative;
  height: 50px;
}

.secret-center {
  height: 100%;
  justify-content: center;
}

.btn-submit-secret, .btn-submit-secret:hover {
  background: #bc2124;
  color: white;
  width: 200px;
}
input.answer-col{
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid #ced4da;
}

.div-submit-secret i {
  color: white;
  right: 17px;
  position: relative;
}

.font-20 {
  font-size: 20px !important;
}

.btn-designs-new{
  display: inline-block;
  width: 300px;
  text-align: center;
  background: white;
  color: #bc2123 !important;
  border: 2px solid #bc2123;
  padding: 10px;
  border-radius: 25px;
  text-decoration:none;
}

.btn-my-design
{
  display: inline-block;
  width: 300px;
  text-align: center;
  background: #bc2123;
  color: white !important;
  padding: 10px;
  border-radius: 25px;
  text-decoration:none;
}

.page-design-new-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #F3F3F3;
  font-size: 0;
  line-height: 0;
}

.min-h-0 {
  min-height: 0 !important;
}

.text-color-normal {
  color: #6e6d7a !important;
}
.footer-original a {
  color: #111 !important;
}

/* Slide color item smart */
.color-slider a.selected {
  background-color:#1F75CC;
  color:white;
  z-index:100;
}

.color-slider {
  background-color:#FFFFFF;
  border:1px solid #999999;
  display:none;
  position:fixed;
  width:358px;
  height: 450px;
  z-index:1000;
  padding: 15px 2px 15px;
  bottom: 4px;
  border-radius: 5px;
}
.color-slider.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}

.color-modal ._input {
  border-radius: 7px !important;
}

.extra-section .color-slider .close {
  float: left !important;
  padding-bottom: 15px;
}

.extra-section .color-slider .close a {
  color: rgb(0, 0, 0);
  font-size: 18px;
}

.top_detail .extra-section .slider-color .item{
  width: 319px !important;
  border: 1px solid transparent;
  padding: 6px;
  outline: none;
}

.top_detail .extra-section.color .item span{
  padding-left: 10px;
  color: #000000;
}

.top_detail .extra-section .slider-color{
  padding: 0 2px;
  height: 384px;
  overflow: auto;
  width: 337px;
}

.color-modal {
  margin: 0 12px;
}

.extra-section .color-slider .slider-color .item.active{
  border: none !important;
}

/*New*/
/*Size*/
.extra-section .color-slider .slider-size .item{
  display: block;
  width: 43px !important;
  height: 42px !important;
  margin-bottom: 12px;
}

.slider-size .item.active {
  background-color: none !important;
}

.top_detail .extra-section .slider-size{
  padding: 0 2px;
  height: 403px;
  overflow: auto;
  width: 50%;
}

/* For PC */

#mySidenav, #mySideSize {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  transition: 0.75s;
  padding-top: 60px;
  z-index: 99;
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

span.title-color {
  margin-left: 3rem !important;
  width: 20em !important;
  display: block !important;
  text-align: unset !important;
}

div.close-x {
  position: absolute;
  top: 2%;
  display: flex;
  left: 8%;
  font-size: 1.5rem;
  cursor: pointer;
}

/* For SP */

div.close-x-sp {
  display: flex;
  margin-left: 20px;
  top: -9px;
  font-size: 1.5rem;
  cursor: pointer;
}

div.close-x-sp-qr {
    display: flex;
    margin-left: 20px;
    top: -9px;
    font-size: 1.5rem;
    cursor: pointer;
}

#mySidenav-sp, #mySideSize-sp {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  bottom: 0;
  background-color: #FFFFFF;
  transition: 0.75s;
  z-index: 10000;
  margin-left: -16px;
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

#size_select{
  min-height: 49px;
  height: 100%;
  overflow-x: hidden;
  margin-left: 8px;
}

#slider-sp{
  padding: 0 20px;
  height: 90% !important;
  overflow-x: hidden;
}
#slider-pc{
  padding: 0 20px;
  height: 100% !important;
  overflow-x: hidden;
}
#slider-pc2{
  padding: 0 20px;
  height: 100% !important;
  overflow-x: hidden;
}

.top_detail .extra-section.color .item.actives{
  border: 4px solid #007BBB !important;
}

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

.extra-section .color-slider .slider-color .item.actives{
  border: none !important;
}

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

.top_detail .extra-section.size .item.actives:after{
  color: #ffffff;
}
.top_detail .extra-section.color.new .item{
  margin: 1rem 0;
  box-sizing: border-box;
  border: 2px solid #dfdfdf;
  width: 2rem !important;
  height: 2rem;
  border-radius: 50% !important;
  display: block !important;
  cursor: pointer;
}

#tick-color{
  float: right;
  color: #007BBB;
  font-size: 1rem;
}

.extra-section.size {
  width: 100% !important;
}

.block-menu-search {
  margin: 0px 7px !important;
  line-height: 1rem;
  font-size: 12px;
  font-weight: bold;
}

.block-menu-search small {
  font-weight: bold;
  font-size: 8px;
}
.menu-search-item, .menu-search-creator {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-menu-search img {
  margin-right: 5px;
  height: 25px;
  width: 25px;
}

.menu-search-item div {
  width: 70%;
}

.menu-search-creator img {
  width: 25px;
}

.folder-plus{
    position: absolute;
    right: 8px;
    bottom: 31%;
    font-size: 1rem;
    padding: 2px 4px;
    background-color: #fff;
    border-radius: 5px;
}

.btn-create-collection {
    background-color: #bc2123;
}

.collection-list:hover {
    background-color: #ededed;
    cursor: pointer;
}

#form-create-collection input[type=text]:focus, #form-edit-collection input[type=text]:focus {
    border: 1px solid #e193b2;
    box-shadow: 0 0 5px #e193b2;
}

#form-create-collection textarea:focus, #form-edit-collection textarea:focus {
    outline: none;
    box-shadow: 0 0 5px #e193b2;
    border: 1px solid #e193b2;
}

.content_item_collection p {
    white-space: pre;
}

.add-new-collection a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-collection {
    height: 300px;
    overflow-x: hidden;
}

#share-button {
}

#share-qr-code {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    transition: 0.75s;
    padding-top: 60px;
    z-index: 99;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

div.close-x {
    position: absolute;
    top: 2%;
    display: flex;
    left: 5%;
    font-size: 1.5rem;
    cursor: pointer;
}

div.close-x-qr {
    top: 2%;
    display: flex;
    font-size: 1.5rem;
    cursor: pointer;
    margin-top: -51px;
    margin-left: 371px;
}

span.share-button i {
    font-size: 1.5rem;
    float:right;
    cursor: pointer;
    padding: 10px
}

span.share-button i:hover {
    background-color: #f0f0f0;
    border-radius: 50%;
}

.icon-modal-pc a {
    font-size: 1.15rem;
    text-decoration: none;
    color: #393c41;
}

.icon-modal-pc:hover {
    background-color: #f0f0f0;
}

.header-height-default div.home-link {
    top: 94px;
}

div.home-link {
    position: absolute;
    top: 510px;
    left: 46%;
    font-size: 16px;
    z-index: 1;
}

.home-link a {
    color: black;
    margin-right: 30px;
    text-decoration-line: revert;
}

.dropdown-menu.menu-filter.show {
    left: 83px !important;
    top: 42px !important;
}

.dropdown-menu.show {
    width: 324px !important;
    top: 60px !important;
    max-height: 82vh;
    height: max-content;
    overflow: auto;
    right: 0;
    transform: translateX(-55%) !important;
    left: 83px!important;
    overflow-wrap: break-word;
}
@media (min-width: 1024px) {
    .dropdown-menu.show {
        max-height: 77vh;
        /*left: unset!important;*/
    }
}
@media (min-width: 1280px) {
    .dropdown-menu.show {
        transform: translateX(-50%) !important;
        max-height: 75vh;
        /*left: unset!important;*/
    }
}
@media (min-width: 1366px) {
    .dropdown-menu.show {
        transform: translateX(-40%) !important;
        max-height: 82vh;
        /*left: unset!important;*/
    }
}
@media (min-width: 1440px) {
    .dropdown-menu.show {
        transform: translateX(-25%) !important;
        /*left: unset!important;*/
    }
}
@media (min-width: 1668px) {
    .dropdown-menu.show {
        transform: translateX(-20%) !important;
        /*left: unset!important;*/
    }
}
.dropdown-original .dropdown-menu.show {
    top: 40px !important;
    left: 0 !important;
}

.send_email {
    border: 3px solid #F1F1F1;
    border-radius: 15px;
    width: 62%;
}
.send_email img{
  height:30px;
  margin-top:6px;
}

.amazon-fail-noti {
    border: 3px solid #F1F1F1;
    border-radius: 15px;
}

.mr-7px {
    margin-right: 7px;
}
.bg-login-pc {
    background: #c8aca1;
}
.bg-login-pc img {
    padding: 5rem;
}
.login-pc-form {
    display: flex;
    justify-content: center;
}
.login-button-pc {
    width: 100%;
}
.container-login-page {
    margin-bottom: -5rem;
}
.user-name-artist {
    position: absolute;
    cursor: pointer;
    font-size: 22px;
    left: 41%;
    top: 23%;
    color: #3E230F;
}
.user-name-artist label{
  text-decoration:underline;
}

.content-notification {
    width: max-content;
    max-width: 80vw;
}

.content-notification .content-noti {
    max-width: 55vw;
}

.icon_summary{
    background-image: url(/common/img/market/icon_summary.png);
    width: 20px;
    height: 20px;
    padding: 0 15px;
    -webkit-background-size: 20px;
    background-position: center 0;
    background-repeat: no-repeat;
}

@media (max-width: 820px) {
    .user-name-artist {
        left: 13%;
        top: 50%;
    }
    .bg-login-sp {
        background: #c8aca1;
        padding: 40px;
        margin: 5px;
    }
}

@media (min-width: 992px) {
    .product h3 {
        width: 100%;
        text-indent: unset;
    }
}
@media (max-width: 768px) {
    .image-preview img {
        width: 96px !important;
    }
    .card-product.same-design {
        height: 112px;
        width: 70px;
    }
    .product-same-design {
        padding: 0 6px !important;
    }
    .product-detail-bear #imgMain{
        height: 191px;
    }
    .header-content-sp .logo.h-100{
        height: 51px !important;
    }
}

.menu-category-dropdown .dropdown-menu.show {
    top: unset !important;
}

.slider-color-item {
    width: 30px !important;
    height: 30px;
    max-width: 5.313rem;
    min-width: 30px;
    border: 1px solid #000000cf !important;
}

.color-picker-slider {
    flex-wrap: wrap;
}

.color-active {
    border: 3px solid #000000cf !important;
}
.slider-color-item.color-pick.item {
    cursor: pointer;
}

.mutilive-drop {
    display: none;
    position: absolute;
    left: 100%;
    background-color: #fff;
    top: 0;
    max-height: 500px;
    overflow: auto;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.menu-hover:hover .mutilive-drop {
    display: block;
}
.mutilive-drop a {
    padding: 7px 0 7px 10px;
    clear: both;
    font-weight: 400;
    color: #666;

}
.menu-hover {
    cursor: pointer;
}
.menu-hover .icon-btn-right {
    color: #6666;
}
.mutilive-drop a:hover {
    color: #16181b !important;
    background-color: #f8f9fa;
}

.child-menu-drop a {
    padding: 10px 2px 2px 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.child-menu-drop {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.child-menu-drop.open {
    display: block;
    opacity: 1;
    max-height: 200px;
    overflow: auto;
}

div#color-picker-slider {
    max-width: 505px;
}

.c-badge-ranking1 {
    background-image: url(/common/img/ranking/badge1.png);
}
.c-badge-ranking2 {
    background-image: url(/common/img/ranking/badge2.png);
}
.c-badge-ranking3 {
    background-image: url(/common/img/ranking/badge3.png);
}
.badge-ranking {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 58px;
    z-index: 1;
    padding-bottom: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    color: white;
    display: flex;
    justify-content: center;
}
.badge-ranking span {
    font-weight: 600;
    font-size: 20px;
}
.c-badge-ranking-normal {
    display: flex;
    align-items: center;
    width: 29px;
    height: 28px;
    color: #fff;
    background-color: rgba(0,0,0,.2);
}

.link-item,
#imgMain,
.carousel-inner {
    background: #fff;
}

.img-bottom-3{
    height: 217px;
    width: 385px;
}
.img-blog-class-img-sp {
    width: 167.5px;
    height: 65px;
}
.img-blog-class-img-pc {
    width: 220px;
    height: 85.25px;
}
.img-matome-class-bottom {
    width: 1140px;
    height: 175px;
}
.category-link {
    width: 100%;
}

.btn-to-reivew-page {
    border: 1px solid #dc3545;
    width: max-content;
    height: 37px;
    background: white;
    margin-top: 8px;
    color: #dc3545;
    border-radius: 0.2rem;
}
.fix-head-news span  {
    display: block;
    text-align: center;
    line-height: 14.53px;
    font-size: 12px;
}
.fix-head-news small {
    display: block;
    font-weight: 400;
    line-height: 12px;
}
.txt-top-pages  {
    background-color: #F3F3F3;
    margin-bottom: 12px;
}
.btn-top-pages {
    gap: 10px;
    padding: 0 3px 14px;
}
.btn-top-pages a {
    padding: 10px 11px;
    width: 48%;
    display: block;
    border: 1px solid #BC2123;
    border-radius: 2px;
    gap: 6px;
}
.btn-top-pages span {
    font-size: 13px;
} 
@media (min-width: 992px) {
    .btn-top-pages a {
        width: 50%;
    }
}
.btn-top-pages a:first-child {
    color: #fff !important;
    background-color: #BC2123;
    min-height: 40px;
}
.btn-top-pages a:first-child:after {
    content: '';
    background: url(/common/img/market/menu/right-icon-top-pages.png) no-repeat;
    background-size: 100% 100%;
    width: 7px;
    height: 10px;
    display: block;
}
.btn-top-pages a:last-child {
    color: #BC2123 !important;
    background-color: #fff;
    min-height: 40px;
}
.btn-top-pages a:last-child:after {
    content: '';
    background: url(/common/img/market/menu/right-icon-top-pages-2.png) no-repeat;
    background-size: 100% 100%;
    width: 7px;
    height: 10px;
    display: block;
}
.btn-top-pages a span.icon {
    position: relative;
    margin: 0;
}
.txt-create-news {
    margin: 0 14px 13px;
}
.txt-create-news span {
    font-size: 14px;
    color: #666666;
    font-weight: 700;
    display: block;
}
@media (min-width: 992px) {
    .txt-create-news span {
        font-size: 16px;
    }
}
.nav-link-top-pages .dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    gap: 8px;
}
.nav-link-top-pages .dropdown-item:hover,
.nav-link-top-pages .dropdown-item:active {
    background-color: #DBDBDB;
}

.btn-top-pages .dropdown-item:hover,
.btn-top-pages .dropdown-item:active {
    background-color: #fff;
    opacity: 0.6;
}

.btn-top-pages .btn-user-page:hover,
.btn-top-pages .btn-user-page:active {
    background-color: #BC2123;
    opacity: 0.6;
}
.nav-link-top-pages .dropdown-item span.icon {
    position: relative;
    margin: 0;
}
.title-navs {
    padding: 10px 15px !important;
    background-color: #F3F3F3 !important;
    margin-bottom: 0;
    font-size: 12px;
}
@media (min-width: 992px) {
    .title-navs {
        font-size: 16px;
     
    }
}
.dropdown-divider {
    border-top: unset !important;
}
.nav-link-top-pages .dropdown-item span {
    font-size: 12px;
}
.text-box-point {
    gap: 10px;
    width: 50%;
}
.text-box-point-parent {
    border-top: 1px solid #EAECEF;
    gap: 10px;
}
@media (min-width: 992px) {
    .text-box-point-parent {
        gap: 15px;
        border-top: unset;
        margin-bottom: 14px;
    }
}
.text-box-point p {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #666666;
}
@media (min-width: 992px) {
    .text-box-point p {
        font-size: 12px;
        line-height: 16px;
        white-space: nowrap;
    }
}
.text-box-point a {
    font-size: 14px;
    font-weight: 700;
    color: #666666 !important;
    text-decoration: none !important;
}
@media (min-width: 992px) {
    .text-box-point a {
        font-size: 16px;
    }
    .text-box-point:first-child:after {
        content: '';
        width: 2px;
        height: 100%;
        background: #EAECEF;
        display: block;
        position: absolute;
        right: -7.5px;
    }
}
.text-box-point .icon_point {
    display: flex;
    flex-shrink: 0;
}
.text-box-point:first-child {
    position: relative;
}
.border-bottom-customs p {
    font-weight: 700;
}
.border-bottom-customs {
    display: flex;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 4px;
    margin-left: 10px;
}
@media (max-width: 426px) {
    .rank-block .rank-condition-count b{
        font-size: 14px;
        font-weight: 800;
    }
    .user-profile-name h1 {
        font-size: 20px !important;
    }
    .rank-block .rank-condition-count{
        font-size: 14px;
        font-weight: 500;
    }
}
#sort-dropdown .dropdown-menu.menu-filter.show{
    left: 58px !important;
    top: 40px !important;
}
#sort-dropdown .dropdown-item{
    padding-left: 20px !important;
}
#sort-dropdown .dropdown-menu.show{
    width: 105px !important;
    min-width: 105px !important;
    transform: translateX(-55%) !important;
    left: 59px!important;
    overflow-wrap: break-word;
}
#user-dropdown .dropdown-menu.menu-filter.show{
    left: 58px !important;
    top: 40px !important;
}
#user-dropdown .dropdown-item{
    padding-left: 20px !important;
}
#user-dropdown .dropdown-menu.show{
    width: 140px !important;
    top: 40px !important;
    min-width: 105px !important;
    transform: translateX(-55%) !important;
    left: 77px !important;
    overflow-wrap: break-word;
}
#item-type-dropdown .dropdown-menu.menu-filter.show{
    left: 58px !important;
    top: 40px !important;
}
#item-type-dropdown .dropdown-item{
    padding-left: 20px !important;
}
#item-type-dropdown .dropdown-menu.show{
    top: 38px !important;
    width: 105px !important;
    min-width: 105px !important;
    transform: translateX(-55%) !important;
    left: 59px!important;
    overflow-wrap: break-word;
}

