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

/* **************************
Overwrite
************************** */
p,
dt,
dd,
li,
div {
    color: inherit;
}

/* **************************
Common
************************** */
body {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.98px;
    color: #000;
}

img {
    vertical-align: bottom;
}

h2 &gt; img {
    height: 98px;
}

section {
    padding-top: 125px;
    margin: 0 50px;
}

h2 {
    margin-bottom: 65px;
    text-align: center;
}

.secpad {
    width: 950px;
    margin: 0 auto;
}

.headpc {
    display: inline;
    width: auto;
}

.headsp {
    display: none;
}

@media screen and (max-width:1024px) {
    body {
        font-size: 13px;
    }

    .secpad {
        width: 100%;
    }

    h2 &gt; img {
        width: 100%;
        height: auto;
    }

    section {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
        padding-top: 50px;
    }

    .headpc {
        display: none;
    }

    .headsp {
        display: inline
    }
    .headsp:last-child {
        margin-top: 15px;
    }
    .sphead1 {
        width: 304px;
    }

    .sphead2 {
        width: 123px;
    }

    .sphead3 {
        width: 222px;
    }

    .sphead4 {
        width: 273px;
    }

    .sphead5 {
        width: 321px;
    }

    .sphead6 {
        width: 296px;
    }

    .sphead7 {
        width: 144px;
    }
}


/* **************************
Header
************************** */
header {
    background: #fff;
}

header nav {
    width: 970px;
    margin: 60px auto 40px;
}

header nav ul {
    display: flex;
    line-height: 1;
}

header nav li {
    font-size: 15px;
    text-align: center;
    list-style: none;
}

header nav li span {
    font-size: 11px;
    color: #49718a;
    display: block;
    letter-spacing: 0;
}

header nav li a {
    text-decoration: none;
    padding: 0 30px;
    display: block;
    color: #595757;
}

header nav li a:hover {
    opacity: .8;
}

header nav li:not(:last-child) {
    border-right: 1px solid #595757;
}



@media screen and (max-width:1024px) {
    header nav {
        width: 100%;
        margin: 20px auto 0;
    }

    header nav ul {
        flex-direction: column;
    }

    header nav li span {

        margin-top: 5px;
        margin-bottom: 20px
    }

    header nav li:not(:last-child) {
        border-right: 0;
    }
}



/* **************************
Nav
************************** */
#nav_toggle {
    display: none;
}


@media screen and (max-width:1024px) {
    header {
        position: fixed;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
    }

    nav {
        display: none;
    }

    #nav_toggle {
        display: block;
        width: 60px;
        height: 45px;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 100;
        padding: 9px;
        background: #fff;
    }

    #nav_toggle div {
        position: relative;
    }

    #nav_toggle span {
        display: block;
        height: 3px;
        background: #333;
        position: absolute;
        width: 100%;
        left: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    #nav_toggle span:nth-child(1) {
        top: 0px;
    }

    #nav_toggle span:nth-child(2) {
        top: 12px;
    }

    #nav_toggle span:nth-child(3) {
        top: 24px;
    }

    /*開閉ボタンopen時*/
    .open #nav_toggle span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav_toggle span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}


/* **************************
Header animation
************************** */
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.is-fixed nav {
    margin: 20px auto 20px;
}



/* **************************
MainVisual
************************** */
.main-visual {
    background: url(../images/bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin: 0 50px;
}

.main-visual img {
    width: 480px;
    padding: 85px 0;
}

@media screen and (max-width:1024px) {
    .main-visual {
        margin: 0;
    }

    .main-visual img {
        width: 80vw;
    }
}


/* **************************
可能性
************************** */
#possibility {
    background: url(../images/bg2.webp) bottom center;
    text-align: center;
    margin-top: 125px;
    padding-top: 0px;
    background-size: cover;
}

#possibility .secpad {
    padding-bottom: 480px;
}

#possibility .jatxt {
    margin-bottom: 65px;
    line-height: 2.1;
}

#possibility .entxt {
    font-size: 11px;
    text-align: left;
    width: 550px;
    color: #595757;
    margin: 0 auto;
    line-height: 2.1;
}


@media screen and (max-width:1024px) {
    #possibility .entxt {
        width: 100%;
    }

    #possibility {
        background: url(../images/bg2.webp) bottom center no-repeat;
        text-align: center;
        margin-top: 80px;
        padding-top: 0px;
        background-size: 200%;
    }

    #possibility .secpad {

        padding-bottom: 200px;
    }

    #possibility .jatxt {
        text-align: left;
    }

    #possibility .jatxt br {
        display: none;
    }
}


/* **************************
ギャラリー
************************** */

#gallery {
    padding-bottom: 135px;
}

.gallery-flexbox {
    display: flex;
    justify-content: space-between;
}

.gallery-container a {
    width: 465px;
    margin-bottom: 20px;
}

.gallery-flexbox &gt; div {
    width: 465px;
}

.gallery-last a {
    margin-bottom: 0;
}

.gallery-container a img {
    width: 100%;
}

.gallery-container .pic3,
.gallery-container .pic8 {
    width: 100%;
}
.gallery-container h3 {
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width:1024px) {
    .gallery-flexbox {
        flex-wrap: wrap;
    }

    .gallery-container a,
    .gallery-container &gt; div {
        width: 100%;
    }
}


/* **************************
ギャラリーフォント
************************** */
.gallery-container a {
    position: relative;
    display: block;
}

.gallery-container a:hover {
    opacity: .8;
}

.ontxt {
    position: absolute;
    line-height: 1.6;
    font-size: 17px;
}

.ontxt2 {
    position: absolute;
    line-height: 1.6;
    font-size: 17px;
}

.gallery-container a .hurigana {
    font-size: 13px;
}

.gallery-container a .designer {
    font-size: 12px;
}

.pic1 .ontxt {
    color: #717071;
    left: 20px;
    bottom: 15px;
}

.pic2 .ontxt {
    color: #fff;
    left: 20px;
    bottom: 15px;
}

.pic3 .ontxt {
    color: #fff;
    left: 20px;
    top: 15px;
}

.pic3 .ontxt2 {
    color: #717071;
    left: 20px;
    bottom: 15px;
}

.pic4 .ontxt {
    color: #fff;
    left: 20px;
    bottom: 15px;
}

.pic5 .ontxt {
    color: #fff;
    left: 20px;
    top: 15px;
}

.pic5 .ontxt2 {
    color: #fff;
    left: 20px;
    bottom: 15px;
}

.pic6 .ontxt {
    color: #717071;
    left: 20px;
    bottom: 15px;
}

.pic7 .ontxt {
    color: #717071;
    left: 20px;
    bottom: 15px;
}

.pic8 .ontxt {
    color: #fff;
    left: 20px;
    top: 15px;
}

.pic8 .ontxt2 {
    color: #fff;
    left: 20px;
    bottom: 15px;
}



/* **************************
Modal
************************** */

.animated-modal {
    max-width: 550px;
    border-radius: 4px;
    overflow: hidden;
    transform: translateY(-50px);
    transition: all .7s;
}

.animated-modal h2,
.animated-modal p,
.animated-modal img {
    transform: translateY(-50px);
    opacity: 0;

    transition-property: transform, opacity;
    transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p,
.fancybox-slide--current .animated-modal img {
    transform: translateY(0);
    opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
    transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
    transition-delay: .3s;
}


@media screen and (max-width:1024px) {

    .fancybox-slide--html {
        padding: 10px !important;
    }

    .fancybox-content {
        width: 95%;
        height: 95vh;
        padding: 10px;
        overflow: auto;

    }

    .fancybox-content {
        padding: 25px !important;
    }

    .fancybox-slide {
        position: relative;
    }

    .fancybox-slide::after {
        position: absolute;
        bottom: 30px;
        right: 28px;
        content: url(../images/down.svg);
        display: inline;
        width: 35px;
        height: 35px;
    }
}



/* **************************
強み
************************** */
#adcantage {
    background: url(../images/bg3.webp);
    padding-bottom: 150px;
    margin-bottom: 60px;
}

#adcantage .secpad {
    width: 850px;
}

.adcantage-wrap-pc &gt; div img {
    width: 850px;
}

.adcantage-wrap-sp-wrap {
    display: none;
}

.slick-arrow {
    width: 13px;
}

.next-arrow {
    position: absolute;
    top: calc(50% - 21px);
    right: 38px;
    z-index: 999;
}

.prev-arrow {
    position: absolute;
    top: calc(50% - 21px);
    left: 38px;
    z-index: 999;
}


@media screen and (max-width:1024px) {
    #adcantage .secpad {
        width: 100%;
    }

    #adcantage {
        margin-bottom: 0;
        padding-bottom: 50px;
    }

    .adcantage-wrap-pc-wrap {
        display: none;
    }

    .adcantage-wrap-sp-wrap {
        display: block;
    }

    .next-arrow {
        right: 10px;
    }

    .prev-arrow {
        left: 10px;
    }
}


/* **************************
素材
************************** */
#materials {
    background: #6482be;
    color: #fff;
    text-align: center;
    padding-bottom: 110px;
    margin-bottom: 60px;
}

#materials .jatxt {
    margin-bottom: 65px;
    color: #fff;
    line-height: 2.1;
}

#materials .entxt {
    width: 549px;
    margin: 0 auto 65px;
    font-size: 11px;
    color: #fff;
    line-height: 2.1;
}

.material-wrap {
    display: flex;
    flex-wrap: wrap;
}

.material-item {
    width: 300px;
    margin-bottom: 40px;
    letter-spacing: 4px;
}

.material-item:not(:nth-child(3n)) {
    margin-right: 25px;
}

.material-item h3 {
    font-weight: normal;
    margin-top: 17px;
    line-height: 1;
    color: #fff;
}

.material-item h3 span {
    display: block;
    margin-top: 13px;
    line-height: 1;
}

.material-item:last-child {
    position: relative;
}

.material-at {
    position: absolute;
    bottom: -120px;
    right: 0;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: right;
    white-space: nowrap
}

.material-at span {
    font-size: 11px;
}

.material-kome {
    vertical-align: super;
    font-size: 9px;
    display: inline !important;
}

@media screen and (max-width:1024px) {
    #materials {
        margin-bottom: 0;
    }

    #materials .entxt {
        width: 100%;
        text-align: left;
    }

    #materials .jatxt {
        text-align: left;
    }

    #materials .jatxt br {
        display: none;
    }

    .material-item {
        width: calc(50% - 10px);
        margin-right: 0;
    }

    .material-img img {
        width: 100%;
    }

    .material-item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .material-wrap {
        justify-content: space-between;
    }

    .material-item h3 {
        font-size: 95%;
    }

    .material-at {
        font-size: 12px;
    }
}


/* **************************
加工技術
************************** */
#technology {
    background: #64a087;
    color: #fff;
    text-align: center;
    padding-bottom: 110px;
}

#technology .jatxt {
    margin-bottom: 65px;
    line-height: 2.1;
    color: #fff;
}

#technology .entxt {
    text-align: left;
    width: 550px;
    margin: 0 auto 65px;
    font-size: 11px;
    line-height: 2.1;
    color: #fff;
}

.technology-wrap {
    display: flex;
    flex-wrap: wrap;
}

.technology-item {
    width: 300px;
    margin-bottom: 40px;
}

.technology-item:not(:nth-child(3n)) {
    margin-right: 25px;
}

.technology-item h3 {
    font-weight: normal;
    margin-top: 17px;
    line-height: 1;
    color: #fff;
}

.technology-item h3 span {
    display: block;
    margin-top: 13px;
    line-height: 1;
}

@media screen and (max-width:1024px) {
    #technology .entxt {
        width: 100%;
    }

    .technology-wrap {
        justify-content: space-between;
    }

    .technology-item {
        width: calc(50% - 10px);
        margin-right: 0;
    }

    .technology-img img {
        width: 100%;
    }

    .technology-item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .technology-wrap {
        justify-content: space-between;
    }

    .technology-item h3 {
        font-size: 95%;
    }

    #technology .jatxt {
        text-align: left;
    }
}



/* **************************
実績
************************** */
#results {
    padding-bottom: 122px;
}

#results .jatxt {
    margin-bottom: 65px;
    text-align: center;
}

#results .entxt {
    margin-bottom: 65px;
    text-align: center;
    font-size: 11px;
}

.link-wrap {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 950px;
    justify-content: space-between;
    word-break: break-all;
}

.link-item {
    width: 465px;
    background: #d5d5d5;
    margin-bottom: 28px;
}

.link-item:hover img {
    opacity: .8;
}

.link-title {
    text-decoration: none;
    padding: 10px 36px 7px;
    border-bottom: 1px solid #231815;
    display: block;
}

.link-img {
    border: 1px solid #717071;
    display: block;
}

.link-img img {
    width: 100%;
}

.link-title span {
    font-size: 11px;
    line-height: 1.5;
    color: #000;
    font-weight: normal;
}

.link-item:hover .link-title h3 {
    opacity: .8;
    text-decoration: underline;
    font-weight: bold;
}

.link-title h3 {
    font-size: 13px;
    color: #000;
    line-height: 1.5;
    position: relative;
}

.link-title h3::before {
    content: url(../images/new.svg);
    display: inline-block;
    width: 9px;
    top: 5px;
    left: -21px;
    position: absolute;
}

.link-dc {
    padding: 10px 36px;
    line-height: 1.6;
}

.link-dc p {
    font-size: 12px;
}

.link-dc .linken {
    font-size: 11px;
    margin-top: 15px;
}

@media screen and (max-width:1024px) {
    .link-wrap {
        width: 100%;
    }
}


/* **************************
想い
************************** */
#thoughts {
    background: #e3e6ed;
    padding-bottom: 150px;
}

.thoughts-box1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.thoughts-box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 65px;
}

.thoughts-box1-img,
.thoughts-box2-img {
    width: 450px;
}

.thoughts-box2-img {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.thoughts-box1-txt,
.thoughts-box2-txt {
    width: 475px;
}

.thoughts-box1-txt &gt; p:first-child {
    margin-bottom: 40px;
    line-height: 2.1;
}

.contact {
    margin: 0 auto;
    width: 320px;
    height: 60px;
    background: #595757;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    line-height: 34.37px;
    letter-spacing: 1.82px;
    text-decoration: none;
}

.contact:hover {
    opacity: .8;
    transform: .3s;
}

.thoughts-en {
    font-size: 11px;
    line-height: 2.1;
}

.jabt {
    margin-bottom: 40px;
    line-height: 2.1;
}

.enbt {
    margin-bottom: 27px;
    line-height: 2.1;
}

.thoughts-sp {
    display: none;
}

@media screen and (max-width:1024px) {

    .thoughts-box1-img,
    .thoughts-box2-img {
        width: 100%;
    }

    .thoughts-box1-img img,
    .thoughts-box2-img img {
        width: 100%;
        margin-bottom: 25px;
    }

    .thoughts-box1 {
        flex-wrap: wrap;
    }

    .thoughts-box2-img {
        margin-top: 0;
    }

    .thoughts-sp {
        display: flex;
        margin-top: 20px;
    }

    .thoughts-box1-img .thoughts-box2-img {
        display: none;
    }
}


/* **************************
トップへ戻る
************************** */
#top {

    position: fixed;
    bottom: 20px;
    right: 20px;
}

#top a img {
    width: 90px;
    height: 90px;
}

@media screen and (max-width:1024px) {
    #top a img {
        width: 30px;
    }
}


/* **************************
モーダル
************************** */
.mordal-ww {
    width: 804px;
    letter-spacing: 0px;
}

.mordal-wrap img {
    width: 100%;
}

.mordal-head {
    font-size: 24px;
    color: #595757;
    margin-bottom: 15px;
    font-weight: bold;
}

.mordal-head span {
    font-size: 13px;
    font-weight: normal;
    margin-left: 27px;
}

.mordal-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 44px;
    border-bottom: 1px solid #595757;
}

.mordal-child-img {
    width: 415px;
}

.mordal-child {
    width: 342px;
}

.mordal-ja {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.9;
}

.mordal-en {
    font-size: 11px;
    margin-bottom: 45px;
    line-height: 1.9;
}

.mordal-meta {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 13px;
}

.mordal-meta span {
    font-size: 11px;
    display: block;
}

.mordal-child p:last-child {
    margin-bottom: 0;
}

.mordal-artist-wrap {
    display: flex;
    margin-top: 20px;
}

.mordal-artist-wrap &gt; div:last-child {
    width: calc(100% - 155px);
    padding-bottom: 40px;
}

.mordal-artist-img {
    width: 135px;
    margin-right: 20px;
}

.mordal-artist-img img {
    width: 100%;
}

.mordal-artist-head {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.mordal-artist-ja {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.9;
}

.mordal-artist-en {
    font-size: 11px;
    line-height: 1.9;
}

.nmbtd {
    border-bottom: 0 !important;
}

.dressimg {
    width: 277px;
}

.dresstxt {
    width: 468px;
}

@media screen and (max-width:1024px) {
    .mordal-wrap {
        font-size: 95%;
    }

    .mordal-ww {
        width: 100%;
    }

    .mordal-artist-wrap,
    .mordal-wrap {
        flex-wrap: wrap;
    }

    .mordal-child-img {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
    }

    .mordal-artist-img {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .mordal-artist-wrap &gt; div:last-child {
        width: 100%;
    }
}



#header .navi_h li a {
    height: 49px;
}

.l-header a {
    font-family: source-han-sans-cjk-ja, sans-serif;
}

footer a {
    font-family: source-han-sans-cjk-ja, sans-serif;
}</pre></body></html>