@charset "UTF-8";

.global-nav .nav-item {
    width: auto;
}

.global-nav .nav-item a span {
    margin-top: 0;
    font-size: 2rem;
}

.nav-fixed .global-nav .nav-item {
    width: auto;
}

.nav-fixed .global-nav .nav-item a span {
    display: block;
    margin-top: 0;
    font-size: 1.5rem;
}

@media(max-width:800px) {
    #global-nav .nav-item {
        height: 80px;
        line-height: 80px;
    }

    #global-nav .nav-item a span {
        display: block;

    }
}

.title-h2 {
    margin-bottom: 30px;
}

.sub-title {
    font-family: arial, sans-serif;
    font-weight: bold;
}

.works-top .works-top-text a.more-btn {
    height: 50px;
    margin: 0 auto 30px;
    line-height: 50px;
    font-size: 2rem;
}

.shop-top .shop-top-text h3 {
    font-size: 2.5rem;
}

.concept-page h3 {
    font-size: 2rem;
}

.artist-item {
    height: 195px;
    font-size: 1.4rem;
    letter-spacing: normal;
}

.profile {
    margin-top: 20px;
}

.pf-text h3 {
    margin-bottom: 0;
    font-size: 2.6rem;
}

.pf-text .pf-career:nth-of-type(1) {
    margin-top: 20px;
}

.pf-career dl dt {
    width: 10%;
}

.pf-career dl dd {
    width: 90%;
}

.pf-career dl dt::after {
    display: none;
}

.story-category-index {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    background-color: #666;
    color: #fff;
}

.story-desc h3 {
    margin-bottom: 0;
    font-size: 2.2rem;
}

.owner .owner-name {
    font-size: 1.5rem;
}

@media(max-width:600px) {
    .story-artist {
        font-size: 2rem;
    }
}

.works-title::before {
    content: 'Title :';
    font-size: 1.3rem;
}

.artist-name::before {
    content: 'Artist :';
    font-size: 1.3rem;
}

.works-material::before {
    content: 'material :';
    font-size: 1.3rem;
}

.works-size::before {
    content: 'size :';
    font-size: 1.3rem;
}

.works-weight::before {
    content: 'weight :';
    font-size: 1.3rem;
}

.works-price::before {
    content: 'price :';
    font-size: 1.3rem;
}

.works-price::after {
    content: '';
}


.price-zone::before {
    content: 'price range :';
}
