p {
    margin: 0 0 15px;
}

section p {
    font-size: 14px;
}

.market-shop-banner {
    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;
    position: relative !important;
}

@media (max-width: 820px) {
    .market-shop-banner {
        height: 148px;
    }
}

.profile {
    padding: 10px;
    border: 1px solid #202020;
    border-radius: 3px;
    position: relative;
}

.profile__parent--box {
    margin: 0;
    padding: 30px 10px;
    background-color: #F7F7F7;
    border: none;
    border-radius: 0;
}

.profile__parent--box .top-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    gap: 10px;
}

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

.profile__parent--box .photo {
    margin-bottom: 0;
    width: 140px;
    display: flex;
    padding: 10px;
    background: #fff;
}

img {
    width: 100%;
    object-fit: cover;
}

.profile__parent--box .photo img {
    max-width: 120px;
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
}

.profile .info {
    width: 100%;
    float: none;
    margin: 0 0 0 7px;
}

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

.profile .info .name {
    line-height: 18px;
    margin: 0 0 7px;
    font-size: 12px;
}

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

.profile .info .name .offi {
    background: #363636;
    font-size: 10px;
}

.profile .info h1 {
    background: transparent;
    text-indent: 0px;
    font-size: 16px;
    position: relative;
    height: auto;
    border-bottom: 0;
    font-weight: 600;
    display: inline-block;
}

p.ex {
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 23px;
    color: #828282;
    margin-bottom: 10px;
}

.profile .ex {
    clear: left;
}

.info-sns {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.info-sns a {
    width: 40px;
    height: 40px;
    display: block;
}

.info-sns a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

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

.design {
    margin: 20px 0 0 0;
}

.box_filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.design h2 {
    font-weight: bold;
    line-height: 32px;
    font-size: 16px;
    height: fit-content;
    display: inline-block;
    position: relative;
}

.design h2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #d61518;
    left: 0;
    bottom: -2px;
    z-index: 2;
}

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

ul {
    list-style: none;
}

.tabs__box--parent .tab__box {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    padding-left: 20px;
}

.tabs__box--parent .tab__box li a {
    font-size: 14px;
    line-height: 14px;
    color: #828282;
    padding: 10px;
    background-color: #F7F7F7;
    display: block;
    border: 1px solid #E8E8E8;
    border-width: 1px 1px 0 1px;
    position: relative;
}

.tabs__box--parent .tab__box li.active a {
    color: #000;
    background-color: #fff;
}

.tabs__box--parent .tab__box li.active a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    left: 0;
}

.tabs__box--parent .box_button {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.tabs__box--parent .box_button a {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    border-radius: 20px;
    padding: 5px 15px;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tabs__box--parent .box_button .active {
    background-color: #363636;
    color: #fff;
}

.tabs__box--parent .box_button a:after {
    content: '';
    background: url(/common/img/creator-down-icon.png) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
    display: block;
}

.tabs__box--parent .box_button .active:after {
    background: url(/common/img/creator-down-icon-w.png) no-repeat;
    background-size: 100% 100%;
}

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

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

.wrap-other-products-list .box-creator-list .items .image {
    text-align: center;
    position: relative;
    height: 150px;
    border: 1px solid #eaeaea;
    padding: 10px;
}

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

.wrap-other-products-list .box-creator-list .items .text-name {
    text-align: left;
    color: #777;
    font-size: 14px;
    line-height: 19px;
    margin: 9px auto 14px;
    font-weight: normal;
}

.wrap-other-products-list .box-creator-list .items .text-name h3 {
    font-size: 12px;
    text-align: left;
    line-height: 17px;
    color: #828282;
    font-weight: normal;
}

.sell-price {
    font-size: 12px;
    line-height: 17px;
    padding-top: 5px;
    color: #000;
}

.text-no-data {
    margin: 10px 10px 20px;
    text-align: center;
    width: 100%;
}

.item_list {
    margin: 0 5px;
    float: right;
}

.item_list span {
    line-height: 130%;
    font-size: 90%;
}

.btn__link--box a {
    color: #0084FF;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px;
    line-height: 20px;
    gap: 5px;
}

.btn__link--box a:after {
    content: '';
    background: url(/common/img/creator-down-icon-2.png) no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

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

.slider__parents {
    margin-bottom: 30px;
}

.slider__parents .title__head--slider {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid #E8E8E8;
    text-align: center;
    margin-top: 30px;
}

.slider__parents .swiper {
    position: unset;
    overflow: hidden;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.slick__slider--parent .item__box a {
    display: block;
}

.slick__slider--parent .item__box .img__box {
    margin-bottom: 5px;
    border: 1px solid #E7E7E7;
    padding: 15px;
}

.slick__slider--parent .item__box .img__box img {
    width: 100%;
    object-fit: contain;
    display: block;
    min-height: 90px;
    max-height: 90px;
}

.slick__slider--parent .item__box h3 {
    font-size: 12px;
    line-height: 17px;
    color: #828282;
    margin-bottom: 0;
    font-weight: 500;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.slider__parents .swiper-button-prev, .slider__parents .swiper-button-next {
    background-image: unset;
    top: 50%;
    height: max-content;
    transform: translateY(-50%);
}

.slider__parents .swiper-button-prev {
    left: 0;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.slider__parents .swiper-button-prev:after {
    content: '';
    background: url(/common/img/creator-down-icon-3.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
}

.slider__parents .swiper-button-next:after {
    content: '';
    background: url(/common/img/creator-down-icon-3.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    display: block;
}

.slider__parents .swiper-button-next {
    right: -6px;
}

.video-item-detail {
    position: relative;
    width: 80%;
    overflow: hidden;
    padding-top: 45%;
    margin: 15px auto auto;
}

.video-item-detail iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.loading-content img {
    display: block;
    margin: auto;
    width: 150px;
}