@charset "utf-8";
/*
Theme Name:SYNCHROCREATE
Author:JIMOTOPAGE
Author URI:http://jimotopage.com/
*/
.lum-gallery-button {
    display: none;
}
.lum-lightbox-inner .lum-lightbox-caption {
    font-size: 18px;
    font-size: 1.8rem;
}
/** ---------------------------------------------------------------------------
 *  top
 * ------------------------------------------------------------------------- */
.p-top {
    position: relative;
}
.p-top .c-header {
    position: absolute;
    top: 0;
    left: 0;
}
.p-top .c-nav__toggle-btn span {
    background-color: #fbfbfb;
    box-shadow: 0 0 6px rgba(0, 0, 0, .7);
}
.p-top-users {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.p-top-users__group {
    width: 50%;
}
.p-top-users__group-item.col1 {
    width: 25%;
}
.p-top-users__group-item.col2 {
    width: 50%;
}
.p-top-users__group-item.col4 {
    width: 100%;
}
.p-top-users__link {
    display: block;
    overflow: hidden;
}
.p-top-users__link img {
    width: 100%;
    transition: .3s;
}
.p-top-users__link:hover img {
    transform: scale(1.1);
}
.p-top .c-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    text-shadow: 0 0 6px rgba(0, 0, 0, .35);
}
.p-top .c-footer * {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .p-top-users__group {
        width: 100%;
    }
    .p-top .c-nav__toggle-btn span {
        box-shadow: 0 0 3px rgba(0, 0, 0, .7);
    }
}
/** AD */
.p-top-ad {
    display: flex;
    width: 150px;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: calc(100% - 20px);
    left: 20px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);
    transform: translateY(-100%);
    pointer-events: none;
    transition: .3s;
}
.p-top-ad.is-active {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: 0 0 0 rgba(0, 0, 0, .75);
    top: 0;
    left: 0;
    transform: translateY(0);
    pointer-events: auto;
}
.p-top-ad__dialog {
    display: flex;
    flex-direction: column;
    width: 700px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    position: relative;
    margin: auto;
    transition: .3s;
    pointer-events: none;
}
.p-top-ad:not(.is-active) .p-top-ad__dialog {
    max-width: 100%;
}
.p-top-ad__content {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    margin: auto;
    pointer-events: auto;
}
.p-top-ad.is-active .p-top-ad__content {
    padding: 0 30px;
}
.p-top-ad__content img {
    max-height: calc(100vh - 40px);
}
.p-top-ad__open {
    display: inline-block;
    padding: 0;
    background: #fff;
    border: none;
    cursor: pointer;
}
.p-top-ad.is-active .p-top-ad__open {
    pointer-events: none;
    cursor: default;
}
.p-top-ad__close {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .75);
    position: absolute;
    top: -10px;
    right: 0;
    cursor: pointer;
    transition: .3s;
}
.p-top-ad__close::before, .p-top-ad__close::after {
    content: "";
    display: block;
    width: 60%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.p-top-ad__close::before {
    transform: rotate(45deg);
}
.p-top-ad__close::after {
    transform: rotate(-45deg);
}
.p-top-ad:not(.is-active) .p-top-ad__close {
    opacity: 0;
    visibility: hidden;
}
.p-top-ad__link {
    display: block;
    pointer-events: none;
}
.p-top-ad.is-active .p-top-ad__link {
    pointer-events: auto;
}
.p-top-ad.is-active .p-top-ad__link:hover {
    opacity: .8;
}
@media screen and (max-width: 768px) {
    .p-top-ad {
        width: 100px;
    }
    .p-top-ad.is-active .p-top-ad__content {
        padding: 30px 0;
    }
    .p-top-ad__close {
        top: 0;
    }
}
/** ---------------------------------------------------------------------------
 *  about
 * ------------------------------------------------------------------------- */
.p-about-atelier__row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.p-about-atelier__item {
    width: 50%;
    padding: 15px;
}
.p-about-atelier__item img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-about-atelier__item {
        width: 100%;
    }
}
/** ---------------------------------------------------------------------------
 *  artist
 * ------------------------------------------------------------------------- */
.p-artist-category {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
}
.p-artist-category__input {
    display: none;
}
.p-artist-category__group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -20px;
}
.p-artist-category__group-item {
    padding: 20px;
}
.p-artist-category__btn {
    padding: 0;
    background: none;
    border: none;
    position: relative;
    color: #B7B7B7;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    cursor: pointer;
    transition: .3s;
}
.p-artist-category__btn::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #505050;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    margin: auto;
    transition: .3s;
}
.p-artist-category__btn:hover, .p-artist-category__btn.is-current {
    color: #505050;
}
.p-artist-category__btn.is-current::before {
    width: 100%;
}
.p-artist-users:not(:first-child) {
    margin-top: 80px;
}
.p-artist-users__group {
    padding-top: 1px;
}
.p-artist-users__group-item {
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
    margin-top: -1px;
}
.p-artist-users__link {
    display: block;
    padding-top: 55px;
    padding-bottom: 55px;
    font-size: 30px;
    font-size: 3.0rem;
}
.p-artist-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("img/common/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    transition: .3s;
}
.p-artist-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 1) 400px);
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}
.p-artist-users__link .p-artist-bg {
    opacity: 0;
}
.p-artist-users__link .p-artist-bg::before {
    background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 1) 100px);
}
.p-artist-users__link:hover .p-artist-bg {
    opacity: 1;
}
.p-artist-users__link:hover .p-artist-bg::before {
    background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 1) 400px);
}
@media screen and (max-width: 767px) {
    .p-artist-category {
        margin-top: 60px;
    }
    .p-artist-category__group {
        margin: -10px;
    }
    .p-artist-category__group-item {
        padding: 10px;
    }
    .p-artist-category__btn {
        font-size: 15px;
        font-size: 1.5rem;
    }
}
/** ---------------------------------------------------------------------------
 *  single artist
 * ------------------------------------------------------------------------- */
.p-single-artist-categories:not(:last-child) {
    margin-bottom: calc(80px - .25em);
}
.p-single-artist-categories__group {
    display: flex;
    flex-wrap: wrap;
    margin: calc(-20px + .25em) -20px;
    font-size: 16px;
    font-size: 1.6rem;
}
.p-single-artist-categories__group-item {
    padding: calc(20px - .25em) 20px;
}
.p-single-artist-categories__input {
    display: none;
}
.p-single-artist-categories__label {
    color: #B7B7B7;
    position: relative;
    cursor: pointer;
    transition: .3s;
}
.p-single-artist-categories__label::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #505050;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s;
}
.p-single-artist-categories__label:hover, .p-single-artist-categories__input:checked + .p-single-artist-categories__label {
    color: #505050;
}
.p-single-artist-categories__input:checked + .p-single-artist-categories__label::before {
    width: 100%;
}
.p-single-artist-posts {
    display: flex;
    flex-direction: column;
    min-height: 400px;
    overflow: hidden;
}
.p-single-artist-posts > *:not(.p-single-artist-posts__group):not(.postnavi) {
    margin-top: auto;
    margin-bottom: auto;
}
.p-single-artist-posts__group {
    display: flex;
    flex-wrap: wrap;
    will-change: transform;
    min-height: 1px;
    margin: -30px -15px;
}
.p-single-artist-posts__group-item {
    width: 33.333%;
    padding: 30px 15px;
}
.p-single-artist-posts__card {
    display: block;
}
.p-single-artist-posts__card-thumb {
    position: relative;
}
.p-single-artist-posts__card-thumb i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: rgba(0, 0, 0, .85);
    text-shadow: 0 0 10px rgba(255, 255, 255, .75);
}
.p-single-artist-posts__card-title {
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: .05em;
}
.p-single-artist-posts__card-title:not(:first-child) {
    margin-top: calc(30px - .25em);
}
.c-page__heading + .p-single-artist-section-lead {
    margin-top: -60px;
}
.p-single-artist-section-lead:not(:last-child) {
    margin-bottom: 50px;
}
.p-single-artist-gallry__group {
    margin-right: -15px;
    margin-left: -15px;
}
.p-single-artist-gallry__group-item {
    padding-right: 15px;
    padding-left: 15px;
}
.p-single-artist-gallry__group-item a {
    display: block;
    position: relative;
}
.p-single-artist-gallry__group-item img {
    width: 100%;
}
.p-single-artist-gallry__group:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
}
.p-single-artist-gallry__group:not(.slick-initialized) .p-single-artist-gallry__group-item {
    width: 33%;
}
.p-single-artist-gallery-link {
    display: block;
    position: relative;
}
.p-single-artist-gallery-link i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: rgba(0, 0, 0, .85);
    text-shadow: 0 0 10px rgba(255, 255, 255, .75);
}
.p-single-artist-followme:not(:first-child) {
    margin-top: 55px;
}
.p-single-artist-followme__group-item + .p-single-artist-followme__group-item {
    margin-top: 40px;
}
.p-single-artist-followme__link {
    display: flex;
    align-items: center;
}
.p-single-artist-followme__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background-color: #E7E7E7;
    border-radius: 50%;
    font-size: 30px;
    margin-right: 30px;
}
.p-single-artist-followme-info__title {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1;
    letter-spacing: .05em;
}
.p-single-artist-followme-info__text:not(:first-child) {
    margin-top: 25px;
}
@media screen and (max-width: 1080px) {
    .p-single-artist-posts__group-item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .p-single-artist-posts {
        min-height: 230px;
    }
    .p-single-artist-posts__group {
        margin: -20px -10px;
    }
    .p-single-artist-posts__group-item {
        padding: 20px 10px;
    }
    .p-single-artist-posts__card-title:not(:first-child) {
        margin-top: calc(15px - .25em);
    }
}
/** shop */
.p-single-artist-shop-category {
    padding-bottom: calc(5px - .25em);
    border-bottom: 1px dotted #505050;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}
.p-single-artist-shop-price {
    margin-top: 10px;
    text-indent: -1em;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
}
.p-single-artist-shop-eclink {
    margin-top: 10px;
    text-align: center;
}
.p-single-artist-shop-eclink-btn {
    padding: .25em 1em;
    background-color: #505050;
    border: 1px solid #505050;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}
.p-single-artist-shop-eclink-btn i {
    font-size: 14px;
    font-size: 1.4rem;
}
.p-single-artist-shop-eclink-btn:hover {
    background-color: #fff;
    color: #505050;
}
@media screen and (max-width: 1023px) {
    .p-single-artist-gallry__group:not(.slick-initialized) .p-single-artist-gallry__group-item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .c-page__heading + .p-single-artist-section-lead {
        margin-top: -30px;
    }
    .p-single-artist-gallry__group:not(.slick-initialized) .p-single-artist-gallry__group-item {
        width: 100%;
    }
    .p-single-artist-followme__icon {
        width: 50px;
        height: 50px;
        font-size: 19px;
    }
    .p-single-artist-followme__icon img {
        width: auto;
        height: 14px;
    }
    .p-single-artist-followme-info__title {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .p-single-artist-followme-info__text:not(:first-child) {
        margin-top: 10px;
    }
}
/** ---------------------------------------------------------------------------
 *  activity
 * ------------------------------------------------------------------------- */
.p-activity-list__group {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -15px;
}
.p-activity-list__group-item {
    width: 33.333%;
    padding: 30px 15px;
}
.p-activity-list__card {
    display: block;
}
.p-activity-list__card-thumb {
    overflow: hidden;
}
.p-activity-list__card-thumb img {
    width: 100%;
    transition: .3s;
}
.p-activity-list__card-title {
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: .05em;
}
.p-activity-list__card-title:not(:first-child) {
    margin-top: 30px;
}
.p-activity-list__card-date {
    color: #b7b7b7;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .05em;
}
.p-activity-list__card:hover .p-activity-list__card-thumb img {
    transform: scale(1.25);
}
@media screen and (max-width: 1023px) {
    .p-activity-list__group-item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .p-activity-list__group {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .p-activity-list__group-item {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .p-activity-list__card-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .p-activity-list__card-title:not(:first-child) {
        margin-top: 25px;
    }
    .p-activity-list__card-date {
        font-size: 15px;
        font-size: 1.5rem;
    }
}
/** ---------------------------------------------------------------------------
 *  archive
 * ------------------------------------------------------------------------- */
.p-archive-list__group {
    padding-top: 1px;
}
.p-archive-list__group-item {
    display: flex;
    padding-top: 55px;
    padding-bottom: 55px;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
    margin-top: -1px;
}
.p-archive-list__date {
    flex-shrink: 0;
    width: 8em;
    margin-right: 30px;
    color: #b7b7b7;
    font-size: 16px;
    font-size: 1.6rem;
}
.p-archive-list__categories {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: 30px;
}
.p-archive-list__categories > span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    padding: .1em 1em;
    background-color: #505050;
    margin-left: 15px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}
.p-archive-list__title {
    font-size: 16px;
    font-size: 1.6rem;
}
.p-archive-list__title a:hover {
    opacity: .8;
}
@media screen and (max-width: 767px) {
    .p-archive-list__group-item {
        flex-wrap: wrap;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .p-archive-list__date, .p-archive-list__title {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .p-archive-list__date {
        margin-bottom: 5px;
    }
    .p-archive-list__categories {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .p-archive-list__title {
        width: 100%;
    }
}
/** wp pagenavi */
.wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 75px -15px 0;
    font-size: 16px;
    font-size: 1.6rem;
}
.wp-pagenavi span, .wp-pagenavi a {
    margin-right: 15px;
    margin-left: 15px;
}
.wp-pagenavi a {
    color: #b7b7b7;
}
.wp-pagenavi a:hover {
    color: #505050;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    display: block;
    width: 22px;
    height: 1em;
    position: relative;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
    text-indent: -999px;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::before, .wp-pagenavi .nextpostslink::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #505050;
    position: absolute;
    top: .75em;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
    content: "";
    display: block;
    width: 100%;
}
.wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::after {
    width: 8.5px;
}
.wp-pagenavi .previouspostslink::after {
    left: 0;
    transform: rotate(-45deg);
    transform-origin: left center;
}
.wp-pagenavi .nextpostslink::after {
    right: 0;
    transform: rotate(45deg);
    transform-origin: right center;
}
.wp-pagenavi .previouspostslink:hover {
    transform: translateX(-5px);
}
.wp-pagenavi .nextpostslink:hover {
    transform: translateX(5px);
}
@media screen and (max-width: 767px) {
    .wp-pagenavi {
        font-size: 15px;
        font-size: 1.5rem;
        margin: 55px -7.5px 0;
    }
    .wp-pagenavi span, .wp-pagenavi a {
        margin-right: 7.5px;
        margin-left: 7.5px;
    }
    .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
        width: 21px;
    }
}
/** ---------------------------------------------------------------------------
 *  contact
 * ------------------------------------------------------------------------- */
/** ---------------------------------------------------------------------------
 *  contact / confirm
 * ------------------------------------------------------------------------- */
.p-contact-confirm-form {
    display: block;
    margin-top: 30px;
}