<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* スタッフスナップ一覧ページ
-------------------------------------------------- */
.staff-snap-list {
    max-width: 1140px;
    margin: 0 auto;
}
.staff-snap-list .fr_side-title {
    border: none;
    margin-bottom: 0;
    font-size: 18px;
    padding-bottom: 10px;
}
.staff-snap-list .fr_side-subtitle {
    font-size: 12px;
    color: #707070;
    margin-bottom: 30px !important;
}
.staff-snap-list .fr_side-cate-title {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #D3D3D3;
}
.staff-snap-list .fr_side-cate-btn {
    display: block;
    padding: 4px 10px;
    margin-top: 15px;
    border: 1px solid #D9D9D9;
    position: relative;
    color: #A8A8A8;
    text-decoration: none;
}
.staff-snap-list .fr_side-cate-btn.active {
    background-color: #F2F2F2;
    color: #707070;
}
.staff-snap-list .fr_side-cate-btn:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -2.5px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .staff-snap-list .fr_side-title {
        padding: 7px 0 8px;
    }
    .staff-snap-list .fr_side-subtitle {
    }
    .staff-snap-list .fr_side-cate-title {
        display: none;
    }
    .staff-snap-list .fr_side-cate-cont ul {
        margin: 0;
        border-bottom: 1px solid #D9D9D9;
    }
    .staff-snap-list .fr_side-cate-cont li {
        display: inline-block;
        position: relative;
        bottom: -1px;
    }
    .staff-snap-list .fr_side-cate-cont li:nth-child(n + 2) {
        margin-left: 20px;
    }
    .staff-snap-list .fr_side-cate-btn {
        display: inline-block;
        margin-top: 0;
        padding: 6px 22px;
    }
    .staff-snap-list .fr_side-cate-btn:before {
        content: none;
    }
}

/* fr_products-list */
.staff-snap-list .fr_products-list {
    display: flex;
    flex-wrap: wrap;
}
.staff-snap-list .fr_products-item {
    margin: 0 0 80px;
    float: none;
}
.staff-snap-list .fr_products-item_img img {
    width: 100%;
    height: auto;
}
.staff-snap-list .fr_products-item_text {
    margin: 10px 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .staff-snap-list .fr_products-list {
        margin: 0 -10px;
    }
    .staff-snap-list .fr_products-item {
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .staff-snap-list .fr_products-item {
        margin-bottom: 45px;
    }
}

/* スタッフスナップ詳細ページ
-------------------------------------------------- */

/* common */
.fr_page-contents-detail .fr_img-max-width-fix img {
    width: 100% !important;
}
.staff-snap-ver3 {
    letter-spacing: 0;
    margin: 25px auto 0;
    max-width: 880px;
}
.staff-snap-ver3 h2,
.staff-snap-ver3 h3,
.staff-snap-ver3 h4 {
    font-size: inherit;
    font-weight: inherit;
    margin: initial;
    padding: initial;
    line-height: 1.3;
    text-align: initial;
}
.staff-snap-ver3 p {
    margin: 0;
}
.staff-snap-ver3 ul li a,
.staff-snap-ver3 ul li a span {
    text-decoration: none !important;
}
.staff-snap-ver3 ul li a:hover span {
    color: #777;
}
@media screen and (min-width: 1200px) {
    .staff-snap-ver3 {
        margin-top: 46px;
    }
}

/* lead */
.staff-snap-ver3 .ss-lead {
    margin-bottom: 110px;
}
.staff-snap-ver3 .ss-lead-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 23px;
}
.staff-snap-ver3 .ss-lead-text {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 40px;
}
.staff-snap-ver3 .ss-lead-items {
    padding: 0 20px;
}
.staff-snap-ver3 .ss-lead-items-col {
    margin-bottom: 17px;
}
.staff-snap-ver3 .ss-lead-items-col a {
    border: 1px solid #EFEFEF;
    display: flex;
    text-decoration: none;
}
.staff-snap-ver3 .ss-lead-items-col a:hover {
    background: #FAFAFA;
}
.staff-snap-ver3 .ss-lead-items-img {
    width: 28%;
}
.staff-snap-ver3 .ss-lead-items-img img {
    width: 100% !important;
}
.staff-snap-ver3 .ss-lead-items-info {
    box-sizing: border-box;
    width: 72%;
    padding: 15px 18px;
    position: relative;
}
.staff-snap-ver3 .ss-lead-items-info-name {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 1.5em;
}
.staff-snap-ver3 .ss-lead-items-info-more {
    position: absolute;
    right: 17px;
    bottom: 6px;
    display: block;
    text-align: right;
    font-size: 12px;
    color: #4D4D4D;
}
.staff-snap-ver3 .ss-lead-items-info-more::after {
    content: ' ＞';
}
@media screen and (min-width: 768px) {
    .staff-snap-ver3 .ss-lead {
        margin-bottom: 127px;
    }
    .staff-snap-ver3 .ss-lead-items {
        padding: 0;
        overflow: hidden;
    }
    .staff-snap-ver3 .ss-lead-items-col {
        width: 47%;
        margin-bottom: 25px;
        float: left;
    }
    .staff-snap-ver3 .ss-lead-items-col:nth-child(odd) {
        margin-right: 6%;
    }
}

/* post &gt; profile */
.staff-snap-ver3 .ss-profile {
    margin-bottom: 60px;
    display: flex;
}
.staff-snap-ver3 .ss-profile-img img {
    display: block;
    width: 69px !important;
}
.staff-snap-ver3 .ss-profile-data {
    padding: 0 12px;
    line-height: 1.57;
}
.staff-snap-ver3 .ss-profile-data h2 {
    font-size: 12px;
    color: #707070;
    margin-bottom: 10px;
}
.staff-snap-ver3 .ss-profile-data h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
}
.staff-snap-ver3 .ss-profile-data p {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .staff-snap-ver3 .ss-profile {
        padding-top: 12px;
        margin-bottom: 20px;
    }
    .staff-snap-ver3 .ss-profile-data h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }
}
@media screen and (min-width: 992px) {
    .staff-snap-ver3 .ss-profile {
        margin-bottom: 80px;
    }
    .staff-snap-ver3 .ss-profile-data h3 {
        font-size: 17px;
        white-space: nowrap;
    }
}
@media screen and (min-width: 1200px) {
    .staff-snap-ver3 .ss-profile {
        margin-bottom: 80px;
    }
    .staff-snap-ver3 .ss-profile-data p {
        white-space: nowrap;
    }
}

/* post &gt; photo */
.staff-snap-ver3 .ss-photo {
    margin: 0 0 45px 0;
}
.staff-snap-ver3 .ss-photo-big {
    display: none;
}
.staff-snap-ver3 .ss-photo-head {
    display: none;
}
.staff-snap-ver3 .ss-photo-slide .slick-slide {
    margin: 0 6px;
}
.staff-snap-ver3 .ss-photo-slide .slick-arrow {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 10;
    font-size: 0;
    background: none;
    border: none;
}
.staff-snap-ver3 .ss-photo-slide .slick-arrow::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
}
.staff-snap-ver3 .ss-photo-slide .slick-prev {
    left: 10px;
    transform: rotate(225deg);
}
.staff-snap-ver3 .ss-photo-slide .slick-next {
    right: 10px;
    transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
    .staff-snap-ver3 .ss-post-detail {
        display: flex;
    }
    .staff-snap-ver3 .ss-post-detail-col {
        position: relative;
    }
    .staff-snap-ver3 .ss-post-detail-col:first-child {
        width: 47%;
        margin-right: 5%;
    }
    .staff-snap-ver3 .ss-post-detail-col:last-child {
        width: 48%;
    }
    .staff-snap-ver3 .ss-photo {
        width: 100%;
        margin: 0;
    }
    .staff-snap-ver3 .ss-photo-head {
        display: block;
        font-size: 16px;
        margin-bottom: 15px;
        padding: 0;
        line-height: 1;
        display: table;
        width: 100%;
    }
    .staff-snap-ver3 .ss-photo-head-title {
        display: table-cell;
        width: 4.5em;
    }
    .staff-snap-ver3 .ss-photo-head-line {
        display: table-cell;
        border-bottom: 1px solid #707070;
        position: relative;
        top: -6px;
    }
    .staff-snap-ver3 .ss-photo-big {
        display: block;
    }
    .staff-snap-ver3 .ss-photo-big img {
        position: absolute;
        display: block;
        width: 100% !important;
    }
    .staff-snap-ver3 .ss-photo-slide {
        overflow: hidden;
        width: 100%;
    }
    .staff-snap-ver3 .ss-photo-slide &gt; div {
        width: 44%;
        margin: 0 4% 4% 0;
        float: left;
    }
    .staff-snap-ver3 .ss-photo-slide &gt; div img {
        width: 100% !important;
    }
    .staff-snap-ver3 .ss-photo-slide &gt; div:hover {
        cursor: pointer;
        opacity: 0.8;
    }
    .staff-snap-ver3 .ss-photo-slide :focus {
        outline: none;
    }
}


/* wearing */
.staff-snap-ver3 .ss-wearing-title {
    font-size: 18px;
    padding-bottom: 9px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px !important;
}
.staff-snap-ver3 ul.ss-wearing-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.staff-snap-ver3 ul.ss-wearing-items li {
    width: 44%;
    margin: 0 3% 30px;
}
.staff-snap-ver3 ul.ss-wearing-items li img {
    display: block;
    margin-bottom: 5px;
}
.staff-snap-ver3 ul.ss-wearing-items li h3 {
    line-height: 1.4;
    display: block;
}
@media screen and (min-width: 768px) {
    .staff-snap-ver3 ul.ss-wearing-items li {
        width: calc((100% - 28px) / 2);
        margin: 0 0 20px 0;
    }
    .staff-snap-ver3 ul.ss-wearing-items li:nth-child(even) {
        margin-left: 28px;
    }
    .staff-snap-ver3 ul.ss-wearing-items li img {
        display: block;
        margin-bottom: 5px;
    }
    .staff-snap-ver3 ul.ss-wearing-items li h3 {
        line-height: 1.4;
        display: block;
    }
}

/* topics */
.staff-snap-ver3 .ss-topics {
    background: #F4F4F4;
    padding: 45px calc(3% + 15px);
    margin: 0 -15px;
}
.staff-snap-ver3 .ss-topics-title {
    text-align: center;
    font-family: AvenirNext-MediumItalic, sans-serif;
    font-size: 18px;
    color: #3B0163;
    margin-bottom: 40px;
}
.staff-snap-ver3 ul.ss-topics-list li {
    margin-bottom: 40px;
}
.staff-snap-ver3 ul.ss-topics-list li img {
    margin-bottom: 3px;
    display: block;
}
@media screen and (min-width: 768px) {
    .staff-snap-ver3 .ss-topics {
        padding: 45px 10px;
        margin: 0;
    }
    .staff-snap-ver3 ul.ss-topics-list {
        width: 350px;
        margin: 0 auto;
    }
    .staff-snap-ver3 ul.ss-topics-list.ss-multi {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        width: auto;
    }
    .staff-snap-ver3 ul.ss-topics-list.ss-multi li {
        width: 44%;
        margin: 0 3% 40px;
    }
}

/* link */
.staff-snap-ver3 .ss-link {
    text-align: center;
}
.staff-snap-ver3 .ss-link a {
    display: inline-block;
    background: #3b0263;
    color: #FFF;
    text-decoration: none;
    padding: 14px;
    width: 220px;
}
.staff-snap-ver3 .ss-link a:hover {
    opacity: 0.8;
}



/* ss_products-detail
-------------------------------------------------- */
.ss-post-list {
    margin-bottom: 40px;
}
.ss_products-list-photo {
    margin-bottom: 30px;
}
.ss_products-list-thumb .slick-track {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
}
.ss_products-list-thumb .ss_product-thumb {
    width: calc((100% - 25px) / 5) !important;
    margin-left: 5px;
    cursor: pointer;
}
.ss_products-list-thumb .ss_product-thumb.slick-current {
    position: relative;
}
.ss_products-list-thumb .ss_product-thumb.slick-current:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid #d8dbde;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.ss_products-list-photo .slick-arrow {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 10;
    font-size: 0;
    background: none;
    border: none;
}
.ss_products-list-photo .slick-arrow::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
}
.ss_products-list-photo .slick-prev {
    left: 10px;
    transform: rotate(225deg);
}
.ss_products-list-photo .slick-next {
    right: 10px;
    transform: rotate(45deg);
}

.staff-snap-ver3 ul.ss-wearing-items li h3:nth-of-type(2) {
    margin-top: 10px;
}

.staff-snap-ver3 .ss-wearing.ss-wearing__list {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .ss-post-list {
        margin-bottom: 80px;
    }
    .staff-snap-ver3 ul.ss-wearing-items.ss-wearing-items__col4 li {
        width: calc((100% - 120px) / 4);
        margin: 0 40px 40px 0;
    }
    .staff-snap-ver3 ul.ss-wearing-items.ss-wearing-items__col4 li:nth-child(4n) {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .ss_products-list-photo {
        margin-bottom: 10px;
    }
    .ss_products-list-photo .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .ss_products-list-photo {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 60px;
    }
    .ss_products-list-photo .slick-list {
        overflow: visible;
    }
    .ss_products-list-photo .slick-slide {
        margin: 0 15px;
    }
    .ss_products-list-thumb {
        display: none;
    }
    .staff-snap-ver2 .ss-photo-head {
        display: block;
    }
}</pre></body></html>