* { font-size: inherit;line-height: inherit;margin:0;padding:0; }
*,::before,::after { box-sizing:inherit; }
::before,::after { text-decoration:inherit;vertical-align:inherit; }
h1,h2,h3,h4,h5,h6 { font-family:inherit;font-size:100%;font-weight:normal; }
address,em,i { font-style:normal; }
table { border-collapse:collapse;border-spacing:0; }
th { font-weight:normal;text-align:left; }
legend { display:none; }
img,fieldset { border:0; }
ul, ol { list-style-type:none; }
article,aside,dialog,figure,figcaption,footer,header,hgroup,nav,section,main { display:block; }
html { background-color:transparent;overflow-y:scroll; }
input,textarea { outline:none; }
input,select { vertical-align:middle; }
object,embed { vertical-align:top; }
img { background:transparent;border-style:none;font-size:0;line-height:0;vertical-align:top; }
a { background-color:transparent;-webkit-text-decoration-skip:none;vertical-align:baseline; }
a:active,a:hover { outline:none;outline-width:0; }
b,strong { font-weight:700;vertical-align:baseline; }
span,em,i { vertical-align:baseline; }
small { font-size: 80%;vertical-align:baseline; }
button,input,select,textarea { color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;outline:none; }
select {
    -moz-appearance: none;
    -webkit-appearance: none
}
table { border-collapse:collapse;border-spacing:0; }
textarea { resize: vertical; }
.clearfix:after { clear:both;content:'';display:block;height:0; }
.clear { clear:both; }
.none { display:none; }
:root { box-sizing:border-box;text-rendering:optimizeLegibility;}
::-webkit-input-placeholder {
    color: #aaa;
}
::-moz-placeholder {
    color: #aaa;
}
:-ms-input-placeholder {
    color: #aaa;
}
::-ms-input-placeholder {
    color: #aaa;
}
::placeholder {
    color: #aaa;
}
html {
    background-color: #FFF;
}
body {
    background-color: #FFF;
    color: #000;
    font-family: 'Noto Serif JP',serif;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    height: 100%;
    opacity: 1;
    line-height: 2.14;
    text-rendering: auto;
    word-wrap: break-word;
}
a {
    color: #000;
    outline: none;
    text-decoration: none;
    transition: all .4s;
}
::-moz-selection {
    background-color: #D0D0D0;
    color: #222;
    text-shadow: none
}
::selection {
    background-color: #D0D0D0;
    color: #222;
    text-shadow: none
}
img {
    height: auto;
    max-width: 100%;
}
[data-animation="before"] {
    opacity: 0;
}
[data-animation="after"] {
    opacity: 1;
    transition: opacity 1200ms cubic-bezier(.455,.03,.515,.955);
    will-change: opacity;
}

.screen-reader {
    display: none;
}
.wrapper {
    position: relative;
}
.u-inner {
    margin: 0 auto;
    max-width: 880px;
}
body.is-fixed {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
}
body.concept .opening {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: all 0s !important;
}
.opening {
    align-items: center;
    display: flex;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    justify-content: center;
    left: 0;
    opacity: 1;
    overflow: hidden;
    pointer-events: all;
    position: fixed;
    top: 0;
    transform: scale(1,1) rotate(0deg);
    transition: opacity 1.5s ease 1s;
    width: 100%;
    z-index: 1005;
}
.loaded .opening {
    opacity: 0;
    pointer-events: none;
}
.opening .bg {
    background-color: #FFF;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.opening-logo {
    height: 138.8px;
    opacity: 0;
    pointer-events: none;
    width: 115px;
    z-index: 1;
}
.opening-logo img {
    height: 138.8px;
    pointer-events: none;
    width: 115px;
}
.fadeIn .opening-logo {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    transition: opacity 1s ease 0s;
}
.loaded .opening-logo {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    transition: all 1s linear;
}


.g-hd {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    left: 0;
    position: fixed;
    top: 0;
    width: 120px;
    z-index: 101;
}
.g-logo {
    left: 21px;
    position: absolute;
    top: 22px;
    z-index: 101;
}
.g-logo a {
    display: block;
    opacity: 1;
    padding: 10px;
    transition: opacity ease-in .5s;
}
.g-logo a:hover {
    opacity: .5;
}
.g-logo img {
    height: 27.2px;
    pointer-events: none;
    width: 57.3px;
}

.g-nav {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    left: 0;
    opacity: 1;
    pointer-events: all;
    position: fixed;
    top: 0;
    transition: opacity .5s ease-out;
    width: 120px;
    z-index: 100;
}
.g-nav img {
    pointer-events: none;
}
.nav-home a {
    width: 15.6px;
}
.nav-home img {
    height: 32.7px;
    width: 15.6px;
}
.nav-works a {
    width: 15.2px;
}
.nav-works img {
    height: 32.9px;
    width: 15.2px;
}
.nav-info a {
    width: 15.5px;
}
.nav-info img {
    height: 32.8px;
    width: 15.5px;
}
.nav-contact a {
    width: 15.1px;
}
.nav-contact img {
    height: 85.6px;
    width: 15.1px;
}
.nav-ig a {
    width: 11px;
}
.nav-ig img {
    height: 57px;
    width: 11px;
}
.nav-child {
    display: none;
    position: absolute;
}


.btn-spmenu {
    cursor: pointer;
    height: 22px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 18px;
    top: 20px;
    width: 22px;
    z-index: 1005;
}
.btn-spmenu::before {
    background-color: #000;
    bottom: 0;
    content: "";
    display: block;
    left: auto;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: bottom center;
    transition: all .5s ease-out;
    width: 1px;
}
.btn-spmenu::after {
    background-color: #000;
    bottom: 8px;
    content: "";
    display: block;
    left: 7px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: top center;
    transition: all .5s ease-out;
    width: 1px;
}
.btn-spmenu span {
    display: none;
}
.menu-open .btn-spmenu::before {
    right: 1px;
    transform: skewX(19deg);
}
.menu-open .btn-spmenu::after {
    bottom: 0;
    left: 18px;
    transform: skewX(-19deg);
}
.g-nav-inner {
    height: 100%;
    width: 100%;
}
.g-menu-nav {
    height: 100%;
    width: 100%;
}
.g-menu-wrap {
    height: 100%;
    width: 100%;
}
.g-menu {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding-bottom: 100px;
    padding-top: 113px;
    position: absolute;
    top: 0;
    width: 100%;
}
.g-menu-wrap li {
    position: relative;
}
.g-menu li + li {
    padding-top: 17px;
}
/* .g-menu li + li::before {
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    width: 20px;
} */
.g-menu li + li::before {
    content: "／";
    display: block;
    left: 0;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1px;
    width: 100%;
}
.g-menu-wrap a {
    display: block;
    line-height: 1;
    padding: 2px;
    position: relative;
    text-align: center;
    width: 20px;
}
.g-menu-wrap a::before {
    background-color: #7f7f7f;
    content: "";
    display: block;
    height: calc(100% - 2px);
    left: -4px;
    position: absolute;
    top: 1px;
    transform: scaleY(0);
    transform-origin: center bottom;
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    width: 1px;
}
.g-menu-wrap a:hover::before {
    transform: scaleY(1);
    transform-origin: center top;
}
.g-menu-sns {
    bottom: 20px;
    display: flex;
    height: 70px;
    justify-content: center;
    left: 0;
    padding-right: 9px;
    position: absolute;
    width: 100%;
}
.g-menu-sns a {
    width: 15px;
}
.g-menu-sns a::before {
    left: -2px;
}


.g-ft {
    bottom: 0;
    left: 0;
    padding: 20px 0;
    position: absolute;
    width: 100%;
}
.copyright {
    font-size: 11px;
    letter-spacing: -.01em;
    position: relative;
}
.btn-top {
    bottom: 22px;
    cursor: pointer;
    display: block;
    height: 24px;
    position: fixed;
    right: 23px;
    transform: rotate3d(0,0,0,0deg);
    transform-origin: center center;
    transition: transform .3s;
    width: 24px;
}
.btn-top.rotate {
    transform: rotate3d(1,0,0,180deg);
}
.btn-top::before {
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    bottom: 4px;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    transform-origin: center center;
    transition: all .3s;
    width: 8px;
}
.btn-top:hover::before {
    border-color: #707070;
}

.container {
    padding-bottom: 240px;
    opacity: 0;
}
body.is-load .container {
    opacity: 1;
    transition: opacity .8s cubic-bezier(.645, .045, .355, 1) 0s
}

.main-visual {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: calc(var(--vhf, 1vh) * 100);
    justify-content: center;
    margin: 0 auto;
    padding-top: 13px;
    position: relative;
    width: 880px;
}
.main-visual .slides {
    height: 481px;
    width: 100%;
}
.main-visual .slick-slider {
    height: 481px;
    width: 100%;
}
.main-visual .slick-list {
    height: 100%;
}
.main-visual .slick-track {
    height: 100%;
    width: 100% !important;
}
.main-visual .slide {
    left: 0 !important;
    overflow: hidden;
    position: absolute !important;
}
.main-visual .slide.is-next {
    opacity: 1 !important;
}
.main-visual .slide img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1,1);
    width: 100%;
    will-change: transform;
}
.main-visual .slides #bk01 {
    background-color: #000;
    content: "";
    display: block;
    height: 240px;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 700ms cubic-bezier(.645,.045,.355,1) 0s;
    width: 100%;
    will-change: transform;
    z-index: 1002;
}
.main-visual .slides #bk02 {
    background-color: #000;
    bottom: 0;
    content: "";
    display: block;
    height: 240px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 700ms cubic-bezier(.645,.045,.355,1) 0s;
    width: 100%;
    will-change: transform;
    z-index: 1002;
}
.main-visual .slides.change-before #bk01 {
    transform-origin: left center;
    transform: scaleX(1);
}
.main-visual .slides.change-after #bk02 {
    transform-origin: left center;
    transform: scaleX(1);
}
.main-visual .slide {
    z-index: 997 !important;
}
.main-visual .slide.is-active {
    z-index: 998 !important;
}
.main-visual .slide.is-active:not(.slick-current) {
    z-index: 999 !important;
}
.main-visual .slide.is-first {
    z-index: 1000 !important;
}

.btn-scroll {
    bottom: 10px;
    display: none;
    height: 35px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 40px;
}
.btn-scroll .txt {
    font-size: 11px;
    font-weight: 600;
    left: 0;
    letter-spacing: .02em;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    white-space: nowrap;
}
.btn-scroll i {
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 24px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: transform .3s;
    transform: scaleX(.75);
    width: 24px;
}
.btn-scroll i::before {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    bottom: 6px;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    transform-origin: center center;
    transition: all .3s;
    width: 12px;
}


.home-contents {
    padding-top: 95px;
}
#CONCEPT {
    padding-bottom: 145px;
}
.intro {
    font-size: 0.875rem;
    letter-spacing: .02em;
}
.intro rt {
    display: none;
}
.intro ruby[data-ruby] {
    position:relative;
}
.intro ruby[data-ruby]::before {
    content: attr(data-ruby);
    font-size: 0.625rem;
    left: -7px;
    position:absolute;
    right: -7px;
    text-align: center;
    top: -13px;
    transform: scale(.7);
    white-space: nowrap;
}
.intro p + p {
    margin-top: 30px;
}
#COMPANY {
    /* padding-bottom: 176px; */
}
.company-dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    margin-bottom: 36px;
    width: 600px;
}
.company-dl dt {
    letter-spacing: .3em;
    line-height: 2.14;
    width: 61px;
}
.company-dl dd {
    letter-spacing: .02em;
    width: calc(100% - 61px);
}

#COMPANY .pic {
    width: 611px;
}
#COMPANY .pic-wrap + .pic-wrap {
    margin-top: 10px;
}
.home-bg-frame {
    bottom: 0;
    height: 172px;
    pointer-events: none;
    position: fixed;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 880px;
}
.inview-elem {
    height: 172px;
    position: absolute;
    right: 2px;
    width: 76px;
}
.inview-elem img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.inview-elem.-elem01 img {
    height: 172px;
    opacity: 0;
    transition: all .4s;
    width: 75.9px;
}
.inview-elem.-elem02 img {
    height: 168.2px;
    opacity: 0;
    transition: all .4s;
    width: 73.6px;
}
.home-bg-frame.st1 .inview-elem.-elem01 img {
    opacity: 1;
}
.home-bg-frame.st2 .inview-elem.-elem02 img {
    opacity: 1;
}



/* .home-sec .u-btn-wrap {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -450px;
    padding-top: 570px;
}
.u-btn {
    align-items: center;
    background-color: transparent;
    border: 1px solid #707070;
    display: flex;
    font-size: 0.875rem;
    height: 60px;
    justify-content: center;
    letter-spacing: .08em;
    padding-top: 4px;
    transition: background .3s;
    width: 100%;
}
.u-btn:hover {
    background-color: rgba(255,255,255,.35);
} */



.page-contents#works-archive {
    padding-top: 163px;
}
.page-contents#works-single {
    padding-top: 161px;
}
.page-contents#info-archive {
    padding-top: 164px;
}
.page-contents#info-single {
    padding-top: 161px;
}
.page-contents#contact {
    padding-top: 157px;
}




.page-head.-archive-head {
    display: flex;
}
.page-head.-works-archive-head {
    margin-bottom: 102px;
}
.page-head.-info-archive-head {
    margin-bottom: 101px;
}
.page-head.-archive-head .ttl-col {
    width: 135px;
}
.page-head.-archive-head .archive-nav-col {
    align-items: center;
    display: flex;
    font-size: 0.75rem;
    line-height: 1.67;
    width: calc(100% - 135px);
}
.page-head.-archive-head .page-ttl {
    padding: 0 1px;
}
.page-head.-works-archive-head .archive-nav-col {
    padding-top: 14px;
}
.archive-nav-list a span,
.single-nav-list a span {
    display: inline-block;
    position: relative;
}
.archive-nav-list a span::after,
.single-nav-list a span::after {
    background-color: #7f7f7f;
    bottom: 1px;
    content: "";
    display: block;
    height: 1px;
    left: -1px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: center right;
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    width: calc(100% + 2px);
}
.archive-nav-list a:hover span::after,
.single-nav-list a:hover span::after {
    transform: scaleX(1);
    transform-origin: center left;
}
.archive-nav-list.is-active a span::after {
    transform: scaleX(1);
    transform-origin: center left;
}




#works-archive .page-ttl img {
    height: 121.1px;
    width: 51.4px;
}
#info-archive .page-ttl img {
    height: 120.9px;
    width: 53.8px;
}


.works-cards-wrap {
    border-top: 1px solid #e9e9e9;
    padding-bottom: 40px;
    padding-top: 70px;
}
.works-cards {
    display: flex;
    flex-wrap: wrap;
}

.works-card {
    width: calc((100% - 68px) / 3);
}
.works-card:nth-child(3n+1),
.works-card:nth-child(3n+2) {
    margin-right: 34px;
}
.works-card:nth-child(n+4) {
    margin-top: 66px;
}
.works-card .name {
    font-size: 0.875rem;
}
.works-card .thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%) contrast(130%);
    -moz-filter: grayscale(100%) contrast(130%);
    -ms-filter: grayscale(100%) contrast(130%);
    -o-filter: grayscale(100%) contrast(130%);
    filter: grayscale(100%) contrast(130%);
    opacity: 1;
    transition: opacity .5s;
}
.works-card .thumb::before {
    content: "";
    display: block;
    padding-top: 66.67%;
}
.works-card a:hover .thumb {
    opacity: .45;
}
/* .works-card .thumb img {
    -webkit-filter: grayscale(100%) contrast(130%);
    -moz-filter: grayscale(100%) contrast(130%);
    -ms-filter: grayscale(100%) contrast(130%);
    -o-filter: grayscale(100%) contrast(130%);
    filter: grayscale(100%) contrast(130%);
} */


.info-lists {
    border-top: 1px solid #d4d4d4;
}
.info-list a {
    align-items: center;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    height: 61px;
    transition: border-color .3s;
}
.info-list a:hover {
    border-bottom: 1px solid #7f7f7f;
}
.info-list a:hover > * {
    opacity: 1;
    transition: opacity .3s
}
.info-list a:hover > * {
    opacity: .34;
}
.info-list a .date {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    padding-top: 2px;
    width: 140px;
}
.info-list a .cats {
    font-size: 11px;
    line-height: 1;
    padding-top: 2px;
    width: 163px;
}
.info-list a .headline {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 1px;
}


#contact .page-ttl {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 172px;
    padding: 0 1px;
}

.form-content dl {
    display: flex;
    flex-wrap: wrap;
}
.confirm-content dl {
    border-top: 1px solid #D0D0D0;
    display: flex;
}
.form-content dt {
    /* display: none; */
    font-size: 0.875rem;
    line-height: 1.857;
    padding: 7px 0;
    width: 300px;
}
.confirm-content dt {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.857;
    padding: 14px 0 15px;
}
.form-content dd,
.confirm-content dd {
    font-size: 0.875rem;
    position: relative;
}
.form-content dd {
    width: calc(100% - 300px);
}
.confirm-content dd {
    font-size: 0.875rem;
    padding: 14px 0 15px;
}
.form-content dd ~ dt,
.form-content dd ~ dd,
.confirm-content dd ~ dt,
.confirm-content dd ~ dd {
    margin-top: 30px;
}
.page-contact .s-intro {
    margin-bottom: 46px;
}
.page-contact .s-intro a {
    text-decoration: underline;
}
.contact-wrap .ttl {
    margin-bottom: 27px;
}
.contact-wrap .ttl small {
    font-size: 0.875rem;
    left: -2px;
    position: relative;
}
[type="tel"], [type="email"], [type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    height: 40px;
    letter-spacing: inherit;
    padding: 5px 10px;
    vertical-align: top;
    width: 100%;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: 27px;
    padding: 5px 10px;
    vertical-align: top;
    width: 100%;
}
/* textarea.error,
[type="tel"].error,
[type="email"].error,
[type="text"].error {
    border: 1px solid #c1272d;
} */
label.error {
    bottom: 1px;
    left: 1px;
    right: 1px;
    top: 1px;
}
label.error {
    background-color: #f0f0f0;
    font-size: inherit;
    padding: 0;
    pointer-events: none;
    position: absolute;
}
label.error span {
    font-size: 12px;
    left: -1px;
    line-height: 1;
    position: absolute;
    top: -20px;
}
label.error span::before {
    content: "※";
    font-size: 10px;
    margin-right: 3px;
}
*:focus + label.error {
    opacity: 0;
}

.thanks-message {
    margin-top: -105px;
}
.thanks-ttl {
    font-size: 0.875rem;
    margin-bottom: 24px;
    position: relative;
}
.thanks-message p {
    font-size: 0.875rem;
    line-height: 24px;
    margin-top: 24px;
    padding: 0 1px;
}
.thanks-message .btn-wrap {
    margin-top: 76px;
}
.thanks-message .u-link {
    color: #000;
    display: inline-block;
    padding: 0 3px;
    position: relative;
    transition: color .3s;
}
.thanks-message .u-link::after {
    background-color: #aaaaaa;
    bottom: 1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.thanks-message .u-link:hover {
    color: #707070;
}
.u-btn02 {
    -webkit-appearance: none;
    -moz-appearance: none;
    align-items: center;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    height: 40px;
    justify-content: center;
    letter-spacing: .4em;
    padding-bottom: 4px;
    text-indent: .8em;
    transition: all .3s;
    width: 100%;
}
.u-btn02:hover {
    background-color: #707070;
    border: 1px solid #707070;
}
.u-btn02.btn-send {
    background-color: #707070;
    color: #FFF;
    opacity: 1;
}
.u-btn02.btn-send:hover {
    opacity: .6;
}
.form-note {
    font-size: 12px;
    line-height: 22px;
    margin-left: 300px;
    margin-top: 27px;
}
.form-submit {
    display: flex;
    margin-left: 300px;
    margin-top: 78px;
}
.btn-back {
    display: none;
    margin-right: 10px;
}
.confirm .btn-back {
    display: block;
}
textarea:focus, [type="tel"]:focus, [type="email"]:focus, [type="text"]:focus {
    color: #000;
}
.form-clist {
    margin-bottom: 4px;
}
.form-clist li + li {
    margin-top: 25px;
}
.form-clist input {
    display: none;
}
.form-clist label {
    cursor: pointer;
    display: block;
    letter-spacing: .02em;
    position: relative;
    padding-left: 32px;
}
.form-clist label::before {
    background-color: transparent;
    border: 1px solid #707070;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 18px;
}
.form-clist label::after {
    border-bottom: 1px solid #707070;
    border-left: 1px solid #707070;
    content: "";
    display: block;
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg) skew(6deg);
    transition: opacity .2s;
    width: 12px;
}
.form-clist input:checked + label::after {
    opacity: 1;
}
.form-clist label small {
    display: block;
    font-size: 0.75rem;
    letter-spacing: .02em;
    line-height: 1.83;
    margin-top: 5px;
}
.complete#contact_form {
    display: none;
}
.complete .form-note {
    display: none;
}
.complete .form-submit {
    display: none;
}
.name-field-wrap input {
    width: 280px;
}
.name-field-wrap i {
    display: inline-block;
    width: 10px;
}
.cat-select-box {
    margin-bottom: 59px;
}
.archive-list a {
    background-color: transparent;
    display: block;
    padding: 17px 0 16px 200px;
    position: relative;
    transition: background .3s;
}
.archive-list a:hover {
    background-color: rgba(255,255,255,.35);
}
.archive-list .date {
    color: #919191;
    font-size: 0.875rem;
    left: 1px;
    letter-spacing: .06em;
    position: absolute;
    top: 17px;
}
.archive-list .cat {
    color: #919191;
    font-size: 0.875rem;
    left: 117px;
    letter-spacing: .06em;
    position: absolute;
    top: 17px;
}
.archive-list .headline {
    color: #000;
    font-size: 0.875rem;
    letter-spacing: .02em;
    line-height: 1.57;
}
/* .archive-list + .archive-list {
    border-top: 1px solid #D0D0D0;
} */
.archive-list {
    border-bottom: 1px solid #D0D0D0;
}

.archive-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 57px;
}
.archive-nav span {
    display: none;
}
.single-nav-link > * {
    display: block;
    height: 18px;
    position: relative;
    width: 18px;
}
.single-nav-next > * {
    transform: scaleY(0.75);
}
.single-nav-prev > * {
    transform: scaleY(0.75);
}
.single-nav-all {
    display: none;
}
.single-nav-all > * {
    line-height: 1;
    white-space: nowrap;
    width: 20px;
}
.single-nav-next > *::before {
    border-left: 1px solid #707070;
    border-top: 1px solid #707070;
    bottom: 2px;
    content: "";
    display: block;
    height: 12px;
    margin: auto;
    left: 1px;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
    transition: all .3s;
    width: 12px;
}
.single-nav-prev > *::before {
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
    bottom: 2px;
    content: "";
    display: block;
    height: 12px;
    margin: auto;
    position: absolute;
    right: 1px;
    top: 0;
    transform: rotate(45deg);
    transition: all .3s;
    width: 12px;
}
.archive-nav .single-nav-prev {
    margin-left: 22px;
}
.single-nav-next > p::before {
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}
.single-nav-prev > p::before {
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}
.single-nav-next > a:hover::before {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
.single-nav-prev > a:hover::before {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}


.entry .entry-header {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 65px;
    position: relative;
}
.entry .entry-ttl {
    font-size: 1.375rem;
    line-height: 1.8;
}
.entry .entry-meta {
    bottom: 6px;
    line-height: 1;
    right: 0;
    position: absolute;
}
.entry .entry-meta time {
    color: #707070;
    font-size: 0.75rem;
}
.entry .entry-meta .cat {
    color: #707070;
    font-size: 0.75rem;
}
.entry .entry-meta .cat::before {
    content: "／";
}
.entry .entry-meta .cat + .cat::before {
    content: ", ";
}
.entry-body {
    border-bottom: 1px solid #e9e9e9;
    clear: both;
    font-size: 0.875rem;
    overflow: hidden;
    padding-bottom: 95px;
}
.entry-foot {
    font-size: 0.75rem;
    line-height: 2;
    margin-top: 16px;
    position: relative;
}
.single-nav {
    display: flex;
    justify-content: flex-end;
    padding: 6px 0;
    position: absolute;
    right: 0;
    top: 0;
}
.works-single .single-nav {
    top: -5px;
}
.single-nav-all a {
    color: #707070;
    display: block;
    font-size: .75rem;
    padding: 2px 0;
    text-align: center;
    transition: color .3s;
}
.single-nav-all a:hover {
    color: #707070;
}
.single-nav-all a span {
    display: block;
    line-height: 1;
}
.entry-body img {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
}
.entry-body img + img {
    margin-top: 3px;
}
.entry-body .wp-block-image {
    margin-bottom: 0;
}
.entry-body p + p,
.entry-body p + div,
.entry-body p + figure,
.entry-body div + figure,
.entry-body div + p,
.entry-body div + div.wp-block-columns,
.entry-body figure + p,
.entry-body figure + div,
.entry-body figure + figure {
    margin-top: 40px;
}
.entry-body a {
    color: #000;
    text-decoration: underline;
    transition: color .3s;
}
.entry-body a:hover {
    color: #7B7B7B;
}
.entry-body .wp-block-image figcaption {
    color: #7B7B7B;
    font-size: 0.75rem;
    margin-top: 0;
}
.entry-body .wp-block-buttons {
    display: flex;
    justify-content: center;
}
.entry-body .is-style-outline > .wp-block-button__link,
.entry-body .wp-block-button__link.is-style-outline {
    border: 1px solid #7B7B7B;
    transition: background .3s;
}
.entry-body .wp-block-button__link {
    background-color: #7B7B7B;
    border: 1px solid #7B7B7B;
    border-radius: 0;
    font-size: 0.875rem;
    letter-spacing: 0;
    margin-top: 11px;
    min-width: 460px;
    padding: 12px;
    text-decoration: none;
}
.entry-body .is-style-outline > .wp-block-button__link:not(.has-background):hover,
.entry-body .wp-block-button__link.is-style-outline:not(.has-background):hover {
    background-color: rgba(255,255,255,.8);
}
.entry-body .is-style-fill > .wp-block-button__link {
    color: #FFF;
    transition: background .3s, color .3s;
}
.entry-body .is-style-fill > .wp-block-button__link:hover {
    background-color: transparent;
    color: #000;
}
.sp-only-inline {
    display: none;
}

.works-data-wrap {
    font-size: 12px;
    letter-spacing: .02em;
    margin-top: 49px;
    width: 300px;
}
.hdr-data {
    margin-bottom: 4px;
}
.works-data-dl {
    border-top: 1px solid #e9e9e9;
    display: flex;
    flex-wrap: wrap;
}
.works-data-dl dt {
    border-bottom: 1px solid #e9e9e9;
    padding: 2px 0;
    width: 100px;
}
.works-data-dl dd {
    border-bottom: 1px solid #e9e9e9;
    padding: 2px 0;
    width: calc(100% - 100px);
}
.sp-only-flex {
    display: none;
}
#CONCEPT .hdr-home-sec img {
    height: 111px;
    width: 49px;
}
#COMPANY .hdr-home-sec img {
    height: 107.4px;
    width: 47px;
}
#contact .mw_wp_form .error {
    font-size: inherit;
    color: inherit;
    display: inherit;
}