html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,th,td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,blockquote {
    quotes: none
}

q:before,q:after,blockquote:before,blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

.carousel {
    position: relative;
    box-sizing: border-box
}

.carousel *,.carousel *:before,.carousel *:after {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .4s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .4s ease
}

.carousel__button.is-prev,.carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4))
}

.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1,210,232,0.94))
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width:48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24,24,27,0.92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::before,.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding:64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right:40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left:40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right:40px
    }
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    animation: .4s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: .4s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    animation: .4s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    animation: .3s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    animation: .4s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    animation: .4s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    animation: .4s ease both fancybox-throwOutDown
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-zoomInUp {
    from {
        transform: scale(1) translate3d(0, 10px, 0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(1) translate3d(0, 10px, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255,255,255,0.1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,0.1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0,0,0,0.2)
}

.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    transform-origin: 0 0;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24,24,27,0.9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: .4s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34,213,233,0.96));
    opacity: 0;
    transition: opacity .4s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255,255,255,0.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.006) 8.1%,rgba(0,0,0,0.021) 15.5%,rgba(0,0,0,0.046) 22.5%,rgba(0,0,0,0.077) 29%,rgba(0,0,0,0.114) 35.3%,rgba(0,0,0,0.155) 41.2%,rgba(0,0,0,0.198) 47.1%,rgba(0,0,0,0.242) 52.9%,rgba(0,0,0,0.285) 58.8%,rgba(0,0,0,0.326) 64.7%,rgba(0,0,0,0.363) 71%,rgba(0,0,0,0.394) 77.5%,rgba(0,0,0,0.419) 84.5%,rgba(0,0,0,0.434) 91.9%,rgba(0,0,0,0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0,0,0,0.4))
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding:8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: .4s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display:none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34,213,233,0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

html,body {
    margin: 0;
    padding: 0;
    text-align: center
}

.cf:after,#wrap:after,#main:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0
}

.cf,#wrap,#main {
    display: inline-block
}

.cf,#wrap,#main {
    display: block
}

a {
    text-decoration: none
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFF;
    z-index: 1000
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #0cf;
    border-radius: 50%;
    animation: spin 0.75s infinite linear;
    border-top-color: transparent
}

.loader:before,.loader:after {
    left: -2px;
    top: -2px;
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit
}

.loader {
    display: block;
    border-color: transparent;
    border-top-color: #0cf;
    animation: spin 1.25s infinite linear reverse
}

.loader:after {
    display: block;
    border-color: transparent;
    border-top-color: #0cf;
    animation: spin 1.25s infinite linear reverse
}

*,*:before,*:after {
    box-sizing: border-box
}

@font-face {
    font-family: "CBold";
    src: url("../font/CBold.woff2") format("woff2")
}

@font-face {
    font-family: "CRegular";
    src: url("../font/CRegular.woff2") format("woff2")
}

@font-face {
    font-family: "Suisse_R";
    src: url("../font/SuisseRegular.woff2") format("woff2")
}

@font-face {
    font-family: "Suisse_M";
    src: url("../font/SuisseMedium.woff2") format("woff2")
}

.jp {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif !important
}

.en {
    font-family: "CBold","Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif !important
}

html {
    height: 100%
}

body {
    font-family: "CBold","Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-weight: 500;
    font-optical-sizing: auto;
    font-size-adjust: from-font;
    letter-spacing: .01em;
    line-height: 1.8;
    position: relative;
    background-color: #f1f1f0;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 1;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-smooth iframe {
    pointer-events: none
}

.lenis.lenis-smooth .wp-block-embed iframe {
    pointer-events: auto
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    vertical-align: top
}

input {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0;
    margin: 0
}

input::-webkit-search-decoration {
    display: none
}

input::focus {
    outline: none;
    border: none
}

::selection {
    color: #000;
    background-color: #DDD;
    text-shadow: none;
    -moz-transition: color .2s ease,background-color .2s ease;
    -o-transition: color .2s ease,background-color .2s ease;
    -webkit-transition: color .2s ease,background-color .2s ease;
    transition: color .2s ease,background-color .2s ease
}

@media screen and (max-width: 640px) {
    .only_pc,.pc_only {
        display:none !important
    }
}

@media screen and (min-width: 640px) {
    .only_sp,.sp_only {
        display:none !important
    }
}

.inner {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 80px 135px 100px 65px
}

@media screen and (min-width: 640px) {
    .inner {
        width:1047px
    }
}

.fadein {
    opacity: 0;
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
    -moz-transition: opacity .6s ease,-moz-transform .6s ease;
    -o-transition: opacity .6s ease,-o-transform .6s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    transition: opacity .6s ease,transform .6s ease
}

.fadein.active {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

#wrap {
    min-height: 100vh
}

body.nav_bg_active #logo {
    mix-blend-mode: normal
}

body.nav_bg_active #logo a svg {
    fill: #FFF !important
}

body.nav_bg_active .main-nav-pc {
    mix-blend-mode: normal
}

body.nav_bg_active .main-nav-pc ul.main_nav {
    color: #FFF !important
}

body.nav_bg_active .main-nav-pc ul.main_nav a,body.nav_bg_active .main-nav-pc ul.main_nav span.n {
    color: #FFF !important
}

body.nav_bg_active .main-nav-pc ul.main_nav a svg,body.nav_bg_active .main-nav-pc ul.main_nav span.n svg {
    fill: #FFF !important
}

body.nav_bg_active .sns-pc {
    mix-blend-mode: normal
}

body.nav_bg_active .sns-pc ul li a {
    color: #FFF !important
}

body.nav_bg_active .sns-pc ul li::after {
    color: #FFF !important
}

body.nav_bg_active .sub-nav-pc {
    mix-blend-mode: normal
}

body.nav_bg_active .sub-nav-pc ul li a {
    color: #FFF !important
}

body.nav_bg_active .copyright {
    color: #FFF !important
}

body.nav_bg_active .footer_nav ul li a {
    color: #FFF !important
}

@media screen and (max-width: 640px) {
    #header {
        top:3vw;
        left: 5vw;
        position: fixed;
        z-index: 999
    }
}

#logo {
    opacity: 0;
    position: fixed;
    z-index: 999;
    mix-blend-mode: multiply;
    -moz-transition: opacity .6s ease .5s,top .6s ease,width .6s ease;
    -o-transition: opacity .6s ease .5s,top .6s ease,width .6s ease;
    -webkit-transition: opacity .6s ease,top .6s ease,width .6s ease;
    -webkit-transition-delay: .5s,0s,0s;
    transition: opacity .6s ease .5s,top .6s ease,width .6s ease
}

.first-load #logo {
    opacity: 1
}

@media screen and (min-width: 640px) {
    #logo {
        width:300px;
        top: 50px;
        left: 50px
    }

    body.scl #logo {
        width: 300px;
        top: 40px
    }

    #logo a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap
    }

    #logo a img,#logo a svg {
        fill: #000;
        width: 100%;
        opacity: 1;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    .home #logo a img,.home #logo a svg {
        opacity: 1 !important
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    #logo a:hover img,#logo a:hover svg {
        opacity:.3
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    #logo a:active img,#logo a:active svg {
        opacity:.3
    }
}

@media screen and (max-width: 1080px) {
    #logo {
        top:40px;
        left: 30px
    }
}

@media screen and (max-width: 640px) {
    #logo {
        width:60vw;
        top: 6vw;
        left: 5vw;
        pointer-events: auto
    }

    #logo a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap
    }

    #logo a svg {
        width: 100%;
        fill: #000;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .sp-menu-active #logo a svg {
        fill: #FFF
    }
}

@media screen and (min-width: 640px) {
    .main-nav-pc {
        display:flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 30px;
        left: 50px;
        opacity: 1;
        z-index: 800;
        mix-blend-mode: multiply;
        -moz-transition: top .4s ease,right .4s ease,opacity .4s ease;
        -o-transition: top .4s ease,right .4s ease,opacity .4s ease;
        -webkit-transition: top .4s ease,right .4s ease,opacity .4s ease;
        transition: top .4s ease,right .4s ease,opacity .4s ease
    }
}

@media screen and (min-width: 640px) and (max-width: 1080px) {
    .main-nav-pc {
        top:40px;
        left: 33px
    }
}

@media screen and (min-width: 640px) {
    body.scl .main-nav-pc {
        top:40px
    }

    .main-nav-pc ul.main_nav {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        position: relative;
        left: -11px
    }

    .main-nav-pc ul.main_nav .nav_disabled {
        pointer-events: none
    }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
    .main-nav-pc ul.main_nav:hover li span.n,.main-nav-pc ul.main_nav:hover li a {
        color:#000;
        opacity: .5
    }

    .main-nav-pc ul.main_nav:hover li span.n span.a svg,.main-nav-pc ul.main_nav:hover li a span.a svg {
        fill: #000;
        opacity: .5
    }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
    .home .main-nav-pc ul.main_nav:hover li span.n,.home .main-nav-pc ul.main_nav:hover li a {
        color:#000;
        opacity: .5
    }

    .home .main-nav-pc ul.main_nav:hover li span.n span.a svg,.home .main-nav-pc ul.main_nav:hover li a span.a svg {
        fill: #000;
        opacity: .5
    }
}

@media screen and (min-width: 640px) {
    .main-nav-pc ul.main_nav li {
        color:#000;
        opacity: .5;
        font-size: clamp(11px, 14px, 1.05vw);
        letter-spacing: normal;
        line-height: 1;
        padding: 0 0 0 0;
        will-change: color, opacity, font-size;
        -moz-transition: color .4s ease,opacity .4s ease,font-size .4s ease;
        -o-transition: color .4s ease,opacity .4s ease,font-size .4s ease;
        -webkit-transition: color .4s ease,opacity .4s ease,font-size .4s ease;
        transition: color .4s ease,opacity .4s ease,font-size .4s ease
    }

    .home .main-nav-pc ul.main_nav li {
        color: #000;
        opacity: 1
    }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
    body.scl .main-nav-pc ul.main_nav li {
        font-size:clamp(11px, 13px, 1.05vw)
    }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
    .main-nav-pc ul.main_nav li:hover {
        color:#000;
        opacity: 1
    }
}

@media screen and (min-width: 640px) {
    .main-nav-pc ul.main_nav li.p {
        opacity:0;
        position: relative
    }

    .first-load .main-nav-pc ul.main_nav li.p {
        opacity: 1;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .main-nav-pc ul.main_nav li.p.nav_products {
        -moz-transition: opacity .6s ease 1s,-moz-transform .6s ease 1s;
        -o-transition: opacity .6s ease 1s,-o-transform .6s ease 1s;
        -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
        -webkit-transition-delay: 1s,1s;
        transition: opacity .6s ease 1s,transform .6s ease 1s
    }

    .main-nav-pc ul.main_nav li.p.nav_interior {
        -moz-transition: opacity .6s ease 1.03s,-moz-transform .6s ease 1.03s;
        -o-transition: opacity .6s ease 1.03s,-o-transform .6s ease 1.03s;
        -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
        -webkit-transition-delay: 1.03s,1.03s;
        transition: opacity .6s ease 1.03s,transform .6s ease 1.03s
    }

    .main-nav-pc ul.main_nav li.p.nav_shop {
        -moz-transition: opacity .6s ease 1.06s,-moz-transform .6s ease 1.06s;
        -o-transition: opacity .6s ease 1.06s,-o-transform .6s ease 1.06s;
        -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
        -webkit-transition-delay: 1.06s,1.06s;
        transition: opacity .6s ease 1.06s,transform .6s ease 1.06s
    }

    .main-nav-pc ul.main_nav li.p.nav_brand {
        -moz-transition: opacity .6s ease 1.09s,-moz-transform .6s ease 1.09s;
        -o-transition: opacity .6s ease 1.09s,-o-transform .6s ease 1.09s;
        -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
        -webkit-transition-delay: 1.09s,1.09s;
        transition: opacity .6s ease 1.09s,transform .6s ease 1.09s
    }

    .main-nav-pc ul.main_nav li.p.nav_publishing {
        -moz-transition: opacity .6s ease 1.12s,-moz-transform .6s ease 1.12s;
        -o-transition: opacity .6s ease 1.12s,-o-transform .6s ease 1.12s;
        -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
        -webkit-transition-delay: 1.12s,1.12s;
        transition: opacity .6s ease 1.12s,transform .6s ease 1.12s
    }

    .main-nav-pc ul.main_nav li.p.nav_works {
        -moz-transition: opacity .6s ease 1.15s,-moz-transform .6s ease 1.15s;
        -o-transition: opacity .6s ease 1.15s,-o-transform .6s ease 1.15s;
        -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
        -webkit-transition-delay: 1.15s,1.15s;
        transition: opacity .6s ease 1.15s,transform .6s ease 1.15s
    }

    .main-nav-pc ul.main_nav li.p.nav_post {
        -moz-transition: opacity .6s ease 1.18s,-moz-transform .6s ease 1.18s;
        -o-transition: opacity .6s ease 1.18s,-o-transform .6s ease 1.18s;
        -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
        -webkit-transition-delay: 1.18s,1.18s;
        transition: opacity .6s ease 1.18s,transform .6s ease 1.18s
    }

    .main-nav-pc ul.main_nav li.p:nth-child(8) {
        -moz-transition: opacity .6s ease 1.21s,-moz-transform .6s ease 1.21s;
        -o-transition: opacity .6s ease 1.21s,-o-transform .6s ease 1.21s;
        -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
        -webkit-transition-delay: 1.21s,1.21s;
        transition: opacity .6s ease 1.21s,transform .6s ease 1.21s
    }

    .main-nav-pc ul.main_nav li.p:nth-child(9) {
        -moz-transition: opacity .6s ease 1.24s,-moz-transform .6s ease 1.24s;
        -o-transition: opacity .6s ease 1.24s,-o-transform .6s ease 1.24s;
        -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
        -webkit-transition-delay: 1.24s,1.24s;
        transition: opacity .6s ease 1.24s,transform .6s ease 1.24s
    }

    .main-nav-pc ul.main_nav li.p:nth-child(10) {
        -moz-transition: opacity .6s ease 1.27s,-moz-transform .6s ease 1.27s;
        -o-transition: opacity .6s ease 1.27s,-o-transform .6s ease 1.27s;
        -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
        -webkit-transition-delay: 1.27s,1.27s;
        transition: opacity .6s ease 1.27s,transform .6s ease 1.27s
    }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
    .main-nav-pc ul.main_nav li.p {
        -moz-transform:translate(5px, 0);
        -ms-transform: translate(5px, 0);
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    .main-nav-pc ul.main_nav li.p:hover>a,.main-nav-pc ul.main_nav li.p:hover>.n {
        color: #000;
        opacity: 1
    }
}

@media screen and (min-width: 640px) {
    .main-nav-pc ul.main_nav li.p ul.c {
        width:max-content;
        position: absolute;
        top: 30px;
        left: 0;
        display: block;
        padding: 0 0 10px;
        pointer-events: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        will-change: opacity, transform;
        -moz-transition: opacity .4s ease,-moz-transform .4s ease;
        -o-transition: opacity .4s ease,-o-transform .4s ease;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        transition: opacity .4s ease,transform .4s ease
    }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
    .main-nav-pc ul.main_nav li.p ul.c {
        max-width:calc( 100vw - 300px )
    }
}

@media screen and (min-width: 640px) {
    .main-nav-pc ul.main_nav li.p ul.c.products-type-child {
        left:125px
    }

    .main-nav-pc ul.main_nav li.p ul.c li {
        opacity: 0;
        -moz-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
        will-change: opacity, transform;
        -moz-transition: opacity .4s ease,-moz-transform .4s ease;
        -o-transition: opacity .4s ease,-o-transform .4s ease;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        transition: opacity .4s ease,transform .4s ease
    }

    .main-nav-pc ul.main_nav li.p ul.c li:first-child a {
        padding-top: 10px
    }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
    .main-nav-pc ul.main_nav li.p:hover ul.c {
        pointer-events:auto
    }

    .main-nav-pc ul.main_nav li.p:hover ul.c li {
        opacity: 1;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .main-nav-pc ul.main_nav li.p:hover ul.c li:nth-child(2) {
        -moz-transition: opacity .4s ease .03s,-moz-transform .4s ease .03s;
        -o-transition: opacity .4s ease .03s,-o-transform .4s ease .03s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .03s,.03s;
        transition: opacity .4s ease .03s,transform .4s ease .03s
    }

    .main-nav-pc ul.main_nav li.p:hover ul.c li:nth-child(3) {
        -moz-transition: opacity .4s ease .06s,-moz-transform .4s ease .06s;
        -o-transition: opacity .4s ease .06s,-o-transform .4s ease .06s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .06s,.06s;
        transition: opacity .4s ease .06s,transform .4s ease .06s
    }

    .main-nav-pc ul.main_nav li.p:hover ul.c li:nth-child(4) {
        -moz-transition: opacity .4s ease .09s,-moz-transform .4s ease .09s;
        -o-transition: opacity .4s ease .09s,-o-transform .4s ease .09s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .09s,.09s;
        transition: opacity .4s ease .09s,transform .4s ease .09s
    }

    .main-nav-pc ul.main_nav li.p:hover ul.c li:nth-child(5) {
        -moz-transition: opacity .4s ease .12s,-moz-transform .4s ease .12s;
        -o-transition: opacity .4s ease .12s,-o-transform .4s ease .12s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .12s,.12s;
        transition: opacity .4s ease .12s,transform .4s ease .12s
    }

    .main-nav-pc ul.main_nav li.p:hover ul.c li:nth-child(6) {
        -moz-transition: opacity .4s ease .15s,-moz-transform .4s ease .15s;
        -o-transition: opacity .4s ease .15s,-o-transform .4s ease .15s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .15s,.15s;
        transition: opacity .4s ease .15s,transform .4s ease .15s
    }

    .main-nav-pc ul.main_nav li.p:hover ul.c li:nth-child(7) {
        -moz-transition: opacity .4s ease .18s,-moz-transform .4s ease .18s;
        -o-transition: opacity .4s ease .18s,-o-transform .4s ease .18s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .18s,.18s;
        transition: opacity .4s ease .18s,transform .4s ease .18s
    }

    .main-nav-pc ul.main_nav li.p:hover ul.c li:nth-child(8) {
        -moz-transition: opacity .4s ease .21s,-moz-transform .4s ease .21s;
        -o-transition: opacity .4s ease .21s,-o-transform .4s ease .21s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .21s,.21s;
        transition: opacity .4s ease .21s,transform .4s ease .21s
    }

    .main-nav-pc ul.main_nav li.p:hover ul.c li:nth-child(9) {
        -moz-transition: opacity .4s ease .24s,-moz-transform .4s ease .24s;
        -o-transition: opacity .4s ease .24s,-o-transform .4s ease .24s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .24s,.24s;
        transition: opacity .4s ease .24s,transform .4s ease .24s
    }

    .main-nav-pc ul.main_nav li.p:hover ul.c li:nth-child(10) {
        -moz-transition: opacity .4s ease .27s,-moz-transform .4s ease .27s;
        -o-transition: opacity .4s ease .27s,-o-transform .4s ease .27s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .27s,.27s;
        transition: opacity .4s ease .27s,transform .4s ease .27s
    }
}

@media screen and (min-width: 640px) {
    .main-nav-pc ul.main_nav li span.n,.main-nav-pc ul.main_nav li a {
        color:#000;
        opacity: .5;
        padding: 11px 11px;
        line-height: 1;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        cursor: pointer;
        will-change: color, opacity, font-size;
        -moz-transition: color .4s ease,opacity .4s ease,font-size .4s ease;
        -o-transition: color .4s ease,opacity .4s ease,font-size .4s ease;
        -webkit-transition: color .4s ease,opacity .4s ease,font-size .4s ease;
        transition: color .4s ease,opacity .4s ease,font-size .4s ease
    }
}

@media screen and (min-width: 640px) and (max-width: 1080px) {
    .main-nav-pc ul.main_nav li span.n,.main-nav-pc ul.main_nav li a {
        padding:8px 8px
    }
}

@media screen and (min-width: 640px) {
    .main-nav-pc ul.main_nav li span.n span.a svg,.main-nav-pc ul.main_nav li a span.a svg {
        fill:#000;
        opacity: .5
    }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
    .main-nav-pc ul.main_nav li span.n:hover,.main-nav-pc ul.main_nav li a:hover {
        color:#000;
        opacity: 1
    }

    .main-nav-pc ul.main_nav li span.n:hover span.a,.main-nav-pc ul.main_nav li a:hover span.a {
        opacity: 1;
        top: 9px;
        right: -1px
    }

    .main-nav-pc ul.main_nav li span.n:hover span.a svg,.main-nav-pc ul.main_nav li a:hover span.a svg {
        fill: #000;
        opacity: 1
    }
}

@media screen and (min-width: 640px) {
    .main-nav-pc ul.main_nav li span.n sup,.main-nav-pc ul.main_nav li a sup {
        font-size:50%;
        letter-spacing: normal;
        vertical-align: top;
        position: relative;
        top: -0.4em;
        padding-left: 4px
    }

    .home .main-nav-pc ul.main_nav li span.n,.home .main-nav-pc ul.main_nav li a {
        color: #000;
        opacity: 1
    }

    .home .main-nav-pc ul.main_nav li span.n span.a svg,.home .main-nav-pc ul.main_nav li a span.a svg {
        fill: #000;
        opacity: 1
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    .home .main-nav-pc ul.main_nav li span.n:hover,.home .main-nav-pc ul.main_nav li a:hover {
        color:#000;
        opacity: 1
    }

    .home .main-nav-pc ul.main_nav li span.n:hover span.a svg,.home .main-nav-pc ul.main_nav li a:hover span.a svg {
        fill: #000;
        opacity: 1
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    .home .main-nav-pc ul.main_nav li span.n:active,.home .main-nav-pc ul.main_nav li a:active {
        color:#000
    }

    .home .main-nav-pc ul.main_nav li span.n:active span.a svg,.home .main-nav-pc ul.main_nav li a:active span.a svg {
        fill: #000;
        opacity: 1
    }
}

@media screen and (min-width: 640px) {
    .main-nav-pc ul.main_nav li a span.a {
        display:flex;
        justify-content: center;
        align-items: center;
        width: 6px;
        height: 6px;
        position: absolute;
        right: 4px;
        top: 11px;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
    .main-nav-pc ul.main_nav li a span.a {
        opacity:0
    }
}

@media screen and (min-width: 640px) {
    .main-nav-pc ul.main_nav li a span.a svg {
        fill:#000;
        opacity: 1;
        width: 8px;
        height: 8px;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .first-load .post-type-archive-works .main-nav-pc ul.main_nav li.nav_works.p,.first-load .post-type-archive-works .main-nav-pc ul.main_nav li.nav_works.p li.cat-item-all a,.first-load .tax-works-category .main-nav-pc ul.main_nav li.nav_works.p,.first-load .single-works .main-nav-pc ul.main_nav li.nav_works.p,.first-load .post-type-archive-products .main-nav-pc ul.main_nav li.nav_products.p,.first-load .post-type-archive-products .main-nav-pc ul.main_nav li.nav_products.p li.cat-item-all a,.first-load .term-funiture .main-nav-pc ul.main_nav li.nav_products.p li.cat-slug-funiture a,.first-load .term-playthings .main-nav-pc ul.main_nav li.nav_products.p li.cat-slug-playthings a,.first-load .term-small-things .main-nav-pc ul.main_nav li.nav_products.p li.cat-slug-small-things a,.first-load .tax-products-category .main-nav-pc ul.main_nav li.nav_products.p,.first-load .single-products .main-nav-pc ul.main_nav li.nav_products.p,.first-load .post-type-archive-article .main-nav-pc ul.main_nav li.nav_post,.first-load .post-type-archive-publishing .main-nav-pc ul.main_nav li.nav_publishing,.first-load .single-publishing .main-nav-pc ul.main_nav li.nav_publishing,.first-load .single-article .main-nav-pc ul.main_nav li.nav_post,.first-load .page-template-page-shop-gallery-list .main-nav-pc ul.main_nav li.nav_shop,.first-load .term-art-coordination .main-nav-pc ul.main_nav li.nav_works.p li.cat-slug-art-coordination a,.first-load .term-branding .main-nav-pc ul.main_nav li.nav_works.p li.cat-slug-branding a,.first-load .term-event .main-nav-pc ul.main_nav li.nav_works.p li.cat-slug-event a,.first-load .term-exhibition .main-nav-pc ul.main_nav li.nav_works.p li.cat-slug-exhibition a,.first-load .term-products .main-nav-pc ul.main_nav li.nav_works.p li.cat-slug-products a,.first-load .term-others .main-nav-pc ul.main_nav li.nav_works.p li.cat-slug-others a {
        opacity: 1 !important;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .post-type-archive-works .main-nav-pc ul.main_nav li.nav_works.p>a,.tax-works-category .main-nav-pc ul.main_nav li.nav_works.p>a,.single-works .main-nav-pc ul.main_nav li.nav_works.p>a,.post-type-archive-products .main-nav-pc ul.main_nav li.nav_products.p>a,.tax-products-category .main-nav-pc ul.main_nav li.nav_products.p>a,.single-products .main-nav-pc ul.main_nav li.nav_products.p>a,.single-publishing .main-nav-pc ul.main_nav li.nav_publishing a,.post-type-archive-article .main-nav-pc ul.main_nav li.nav_post a,.post-type-archive-publishing .main-nav-pc ul.main_nav li.nav_publishing a,.single-article .main-nav-pc ul.main_nav li.nav_post a,.page-template-page-shop-gallery-list .main-nav-pc ul.main_nav li.nav_shop.p>a {
        color: #000 !important;
        opacity: 1 !important
    }

    .post-type-archive-products.nav_bg_active .main-nav-pc ul.main_nav li.nav_products.p>a,.tax-products-category.nav_bg_active .main-nav-pc ul.main_nav li.nav_products.p>a,.post-type-archive-works.nav_bg_active .main-nav-pc ul.main_nav li.nav_works.p>a,.tax-works-category.nav_bg_active .main-nav-pc ul.main_nav li.nav_works.p>a,.single-works.nav_bg_active .main-nav-pc ul.main_nav li.nav_works.p>a,.single-products.nav_bg_active .main-nav-pc ul.main_nav li.nav_products.p>a,.post-type-archive-article.nav_bg_active .main-nav-pc ul.main_nav li.nav_post a,.post-type-archive-publishing.nav_bg_active .main-nav-pc ul.main_nav li.nav_publishing a,.single-publishing.nav_bg_active .main-nav-pc ul.main_nav li.nav_publishing a,.single-article.nav_bg_active .main-nav-pc ul.main_nav li.nav_post a,.page-template-page-shop-gallery-list.nav_bg_active .main-nav-pc ul.main_nav li.nav_shop.p>a {
        color: #FFF !important
    }

    body.post-type-archive-products .main-nav-pc ul.main_nav li .products-category-child,body.tax-products-category .main-nav-pc ul.main_nav li .products-category-child,body.single-products .main-nav-pc ul.main_nav li .products-category-child,body.post-type-archive-works .main-nav-pc ul.main_nav li .works-category-child,body.tax-works-category .main-nav-pc ul.main_nav li .works-category-child,body.single-works .main-nav-pc ul.main_nav li .works-category-child {
        pointer-events: auto
    }

    body.post-type-archive-products .main-nav-pc ul.main_nav li .products-category-child li,body.tax-products-category .main-nav-pc ul.main_nav li .products-category-child li,body.single-products .main-nav-pc ul.main_nav li .products-category-child li,body.post-type-archive-works .main-nav-pc ul.main_nav li .works-category-child li,body.tax-works-category .main-nav-pc ul.main_nav li .works-category-child li,body.single-works .main-nav-pc ul.main_nav li .works-category-child li {
        opacity: 1;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    body.post-type-archive-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(2),body.tax-products-category .main-nav-pc ul.main_nav li .products-category-child li:nth-child(2),body.single-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(2),body.post-type-archive-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(2),body.tax-works-category .main-nav-pc ul.main_nav li .works-category-child li:nth-child(2),body.single-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(2) {
        -moz-transition: opacity .4s ease .03s,-moz-transform .4s ease .03s;
        -o-transition: opacity .4s ease .03s,-o-transform .4s ease .03s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .03s,.03s;
        transition: opacity .4s ease .03s,transform .4s ease .03s
    }

    body.post-type-archive-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(3),body.tax-products-category .main-nav-pc ul.main_nav li .products-category-child li:nth-child(3),body.single-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(3),body.post-type-archive-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(3),body.tax-works-category .main-nav-pc ul.main_nav li .works-category-child li:nth-child(3),body.single-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(3) {
        -moz-transition: opacity .4s ease .06s,-moz-transform .4s ease .06s;
        -o-transition: opacity .4s ease .06s,-o-transform .4s ease .06s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .06s,.06s;
        transition: opacity .4s ease .06s,transform .4s ease .06s
    }

    body.post-type-archive-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(4),body.tax-products-category .main-nav-pc ul.main_nav li .products-category-child li:nth-child(4),body.single-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(4),body.post-type-archive-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(4),body.tax-works-category .main-nav-pc ul.main_nav li .works-category-child li:nth-child(4),body.single-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(4) {
        -moz-transition: opacity .4s ease .09s,-moz-transform .4s ease .09s;
        -o-transition: opacity .4s ease .09s,-o-transform .4s ease .09s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .09s,.09s;
        transition: opacity .4s ease .09s,transform .4s ease .09s
    }

    body.post-type-archive-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(5),body.tax-products-category .main-nav-pc ul.main_nav li .products-category-child li:nth-child(5),body.single-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(5),body.post-type-archive-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(5),body.tax-works-category .main-nav-pc ul.main_nav li .works-category-child li:nth-child(5),body.single-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(5) {
        -moz-transition: opacity .4s ease .12s,-moz-transform .4s ease .12s;
        -o-transition: opacity .4s ease .12s,-o-transform .4s ease .12s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .12s,.12s;
        transition: opacity .4s ease .12s,transform .4s ease .12s
    }

    body.post-type-archive-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(6),body.tax-products-category .main-nav-pc ul.main_nav li .products-category-child li:nth-child(6),body.single-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(6),body.post-type-archive-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(6),body.tax-works-category .main-nav-pc ul.main_nav li .works-category-child li:nth-child(6),body.single-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(6) {
        -moz-transition: opacity .4s ease .15s,-moz-transform .4s ease .15s;
        -o-transition: opacity .4s ease .15s,-o-transform .4s ease .15s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .15s,.15s;
        transition: opacity .4s ease .15s,transform .4s ease .15s
    }

    body.post-type-archive-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(7),body.tax-products-category .main-nav-pc ul.main_nav li .products-category-child li:nth-child(7),body.single-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(7),body.post-type-archive-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(7),body.tax-works-category .main-nav-pc ul.main_nav li .works-category-child li:nth-child(7),body.single-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(7) {
        -moz-transition: opacity .4s ease .18s,-moz-transform .4s ease .18s;
        -o-transition: opacity .4s ease .18s,-o-transform .4s ease .18s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .18s,.18s;
        transition: opacity .4s ease .18s,transform .4s ease .18s
    }

    body.post-type-archive-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(8),body.tax-products-category .main-nav-pc ul.main_nav li .products-category-child li:nth-child(8),body.single-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(8),body.post-type-archive-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(8),body.tax-works-category .main-nav-pc ul.main_nav li .works-category-child li:nth-child(8),body.single-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(8) {
        -moz-transition: opacity .4s ease .21s,-moz-transform .4s ease .21s;
        -o-transition: opacity .4s ease .21s,-o-transform .4s ease .21s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .21s,.21s;
        transition: opacity .4s ease .21s,transform .4s ease .21s
    }

    body.post-type-archive-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(9),body.tax-products-category .main-nav-pc ul.main_nav li .products-category-child li:nth-child(9),body.single-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(9),body.post-type-archive-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(9),body.tax-works-category .main-nav-pc ul.main_nav li .works-category-child li:nth-child(9),body.single-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(9) {
        -moz-transition: opacity .4s ease .24s,-moz-transform .4s ease .24s;
        -o-transition: opacity .4s ease .24s,-o-transform .4s ease .24s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .24s,.24s;
        transition: opacity .4s ease .24s,transform .4s ease .24s
    }

    body.post-type-archive-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(10),body.tax-products-category .main-nav-pc ul.main_nav li .products-category-child li:nth-child(10),body.single-products .main-nav-pc ul.main_nav li .products-category-child li:nth-child(10),body.post-type-archive-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(10),body.tax-works-category .main-nav-pc ul.main_nav li .works-category-child li:nth-child(10),body.single-works .main-nav-pc ul.main_nav li .works-category-child li:nth-child(10) {
        -moz-transition: opacity .4s ease .27s,-moz-transform .4s ease .27s;
        -o-transition: opacity .4s ease .27s,-o-transform .4s ease .27s;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: .27s,.27s;
        transition: opacity .4s ease .27s,transform .4s ease .27s
    }

    body.post-type-archive-products.scl .main-nav-pc ul.main_nav li .products-category-child,body.tax-products-category.scl .main-nav-pc ul.main_nav li .products-category-child,body.single-products.scl .main-nav-pc ul.main_nav li .products-category-child,body.post-type-archive-works.scl .main-nav-pc ul.main_nav li .works-category-child,body.tax-works-category.scl .main-nav-pc ul.main_nav li .works-category-child,body.single-works.scl .main-nav-pc ul.main_nav li .works-category-child {
        opacity: .1
    }

    body.post-type-archive-products.scl .main-nav-pc ul.main_nav li .products-category-child:hover,body.tax-products-category.scl .main-nav-pc ul.main_nav li .products-category-child:hover,body.single-products.scl .main-nav-pc ul.main_nav li .products-category-child:hover,body.post-type-archive-works.scl .main-nav-pc ul.main_nav li .works-category-child:hover,body.tax-works-category.scl .main-nav-pc ul.main_nav li .works-category-child:hover,body.single-works.scl .main-nav-pc ul.main_nav li .works-category-child:hover {
        opacity: 1
    }
}

@media screen and (max-width: 640px) {
    .main-nav-pc {
        display:none !important
    }
}

@media screen and (min-width: 640px) {
    body.post-type-archive-products.nav_shop_hover .main-nav-pc .main_nav li ul.products-category-child,body.post-type-archive-products.nav_brand_hover .main-nav-pc .main_nav li ul.products-category-child,body.post-type-archive-products.nav_works_hover .main-nav-pc .main_nav li ul.products-category-child,body.post-type-archive-products.nav_interior_hover .main-nav-pc .main_nav li ul.products-category-child,body.post-type-archive-products.nav_contract_hover .main-nav-pc .main_nav li ul.products-category-child,body.tax-products-category.nav_shop_hover .main-nav-pc .main_nav li ul.products-category-child,body.tax-products-category.nav_brand_hover .main-nav-pc .main_nav li ul.products-category-child,body.tax-products-category.nav_works_hover .main-nav-pc .main_nav li ul.products-category-child,body.tax-products-category.nav_interior_hover .main-nav-pc .main_nav li ul.products-category-child,body.tax-products-category.nav_contract_hover .main-nav-pc .main_nav li ul.products-category-child,body.single-products.nav_shop_hover .main-nav-pc .main_nav li ul.products-category-child,body.single-products.nav_brand_hover .main-nav-pc .main_nav li ul.products-category-child,body.single-products.nav_works_hover .main-nav-pc .main_nav li ul.products-category-child,body.single-products.nav_interior_hover .main-nav-pc .main_nav li ul.products-category-child,body.single-products.nav_contract_hover .main-nav-pc .main_nav li ul.products-category-child {
        pointer-events:none
    }

    body.post-type-archive-products.nav_shop_hover .main-nav-pc .main_nav li ul.products-category-child li,body.post-type-archive-products.nav_brand_hover .main-nav-pc .main_nav li ul.products-category-child li,body.post-type-archive-products.nav_works_hover .main-nav-pc .main_nav li ul.products-category-child li,body.post-type-archive-products.nav_interior_hover .main-nav-pc .main_nav li ul.products-category-child li,body.post-type-archive-products.nav_contract_hover .main-nav-pc .main_nav li ul.products-category-child li,body.tax-products-category.nav_shop_hover .main-nav-pc .main_nav li ul.products-category-child li,body.tax-products-category.nav_brand_hover .main-nav-pc .main_nav li ul.products-category-child li,body.tax-products-category.nav_works_hover .main-nav-pc .main_nav li ul.products-category-child li,body.tax-products-category.nav_interior_hover .main-nav-pc .main_nav li ul.products-category-child li,body.tax-products-category.nav_contract_hover .main-nav-pc .main_nav li ul.products-category-child li,body.single-products.nav_shop_hover .main-nav-pc .main_nav li ul.products-category-child li,body.single-products.nav_brand_hover .main-nav-pc .main_nav li ul.products-category-child li,body.single-products.nav_works_hover .main-nav-pc .main_nav li ul.products-category-child li,body.single-products.nav_interior_hover .main-nav-pc .main_nav li ul.products-category-child li,body.single-products.nav_contract_hover .main-nav-pc .main_nav li ul.products-category-child li {
        opacity: 0.1;
        -moz-transition: opacity .4s ease,-moz-transform .4s ease;
        -o-transition: opacity .4s ease,-o-transform .4s ease;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        transition: opacity .4s ease,transform .4s ease
    }
}

@media screen and (min-width: 640px) {
    body.post-type-archive-works.nav_shop_hover .main-nav-pc .main_nav li ul.works-category-child,body.post-type-archive-works.nav_brand_hover .main-nav-pc .main_nav li ul.works-category-child,body.post-type-archive-works.nav_products_hover .main-nav-pc .main_nav li ul.works-category-child,body.post-type-archive-works.nav_interior_hover .main-nav-pc .main_nav li ul.works-category-child,body.post-type-archive-works.nav_contract_hover .main-nav-pc .main_nav li ul.works-category-child,body.tax-works-category.nav_shop_hover .main-nav-pc .main_nav li ul.works-category-child,body.tax-works-category.nav_brand_hover .main-nav-pc .main_nav li ul.works-category-child,body.tax-works-category.nav_products_hover .main-nav-pc .main_nav li ul.works-category-child,body.tax-works-category.nav_interior_hover .main-nav-pc .main_nav li ul.works-category-child,body.tax-works-category.nav_contract_hover .main-nav-pc .main_nav li ul.works-category-child,body.single-works.nav_shop_hover .main-nav-pc .main_nav li ul.works-category-child,body.single-works.nav_brand_hover .main-nav-pc .main_nav li ul.works-category-child,body.single-works.nav_products_hover .main-nav-pc .main_nav li ul.works-category-child,body.single-works.nav_interior_hover .main-nav-pc .main_nav li ul.works-category-child,body.single-works.nav_contract_hover .main-nav-pc .main_nav li ul.works-category-child {
        pointer-events:none
    }

    body.post-type-archive-works.nav_shop_hover .main-nav-pc .main_nav li ul.works-category-child li,body.post-type-archive-works.nav_brand_hover .main-nav-pc .main_nav li ul.works-category-child li,body.post-type-archive-works.nav_products_hover .main-nav-pc .main_nav li ul.works-category-child li,body.post-type-archive-works.nav_interior_hover .main-nav-pc .main_nav li ul.works-category-child li,body.post-type-archive-works.nav_contract_hover .main-nav-pc .main_nav li ul.works-category-child li,body.tax-works-category.nav_shop_hover .main-nav-pc .main_nav li ul.works-category-child li,body.tax-works-category.nav_brand_hover .main-nav-pc .main_nav li ul.works-category-child li,body.tax-works-category.nav_products_hover .main-nav-pc .main_nav li ul.works-category-child li,body.tax-works-category.nav_interior_hover .main-nav-pc .main_nav li ul.works-category-child li,body.tax-works-category.nav_contract_hover .main-nav-pc .main_nav li ul.works-category-child li,body.single-works.nav_shop_hover .main-nav-pc .main_nav li ul.works-category-child li,body.single-works.nav_brand_hover .main-nav-pc .main_nav li ul.works-category-child li,body.single-works.nav_products_hover .main-nav-pc .main_nav li ul.works-category-child li,body.single-works.nav_interior_hover .main-nav-pc .main_nav li ul.works-category-child li,body.single-works.nav_contract_hover .main-nav-pc .main_nav li ul.works-category-child li {
        opacity: 0.1;
        -moz-transition: opacity .4s ease,-moz-transform .4s ease;
        -o-transition: opacity .4s ease,-o-transform .4s ease;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        transition: opacity .4s ease,transform .4s ease
    }
}

@media screen and (min-width: 640px) {
    body.page-template-page-contract.nav_shop_hover .sub-nav-pc li ul.contract-child,body.page-template-page-contract.nav_brand_hover .sub-nav-pc li ul.contract-child,body.page-template-page-contract.nav_products_hover .sub-nav-pc li ul.contract-child,body.page-template-page-contract.nav_interior_hover .sub-nav-pc li ul.contract-child,body.page-template-page-contract.nav_works_hover .sub-nav-pc li ul.contract-child,body.page-template-page-contract-child.nav_shop_hover .sub-nav-pc li ul.contract-child,body.page-template-page-contract-child.nav_brand_hover .sub-nav-pc li ul.contract-child,body.page-template-page-contract-child.nav_products_hover .sub-nav-pc li ul.contract-child,body.page-template-page-contract-child.nav_interior_hover .sub-nav-pc li ul.contract-child,body.page-template-page-contract-child.nav_works_hover .sub-nav-pc li ul.contract-child,body.post-type-archive-wholesale.nav_shop_hover .sub-nav-pc li ul.contract-child,body.post-type-archive-wholesale.nav_brand_hover .sub-nav-pc li ul.contract-child,body.post-type-archive-wholesale.nav_products_hover .sub-nav-pc li ul.contract-child,body.post-type-archive-wholesale.nav_interior_hover .sub-nav-pc li ul.contract-child,body.post-type-archive-wholesale.nav_works_hover .sub-nav-pc li ul.contract-child,body.single-wholesale.nav_shop_hover .sub-nav-pc li ul.contract-child,body.single-wholesale.nav_brand_hover .sub-nav-pc li ul.contract-child,body.single-wholesale.nav_products_hover .sub-nav-pc li ul.contract-child,body.single-wholesale.nav_interior_hover .sub-nav-pc li ul.contract-child,body.single-wholesale.nav_works_hover .sub-nav-pc li ul.contract-child {
        pointer-events:none
    }

    body.page-template-page-contract.nav_shop_hover .sub-nav-pc li ul.contract-child li,body.page-template-page-contract.nav_brand_hover .sub-nav-pc li ul.contract-child li,body.page-template-page-contract.nav_products_hover .sub-nav-pc li ul.contract-child li,body.page-template-page-contract.nav_interior_hover .sub-nav-pc li ul.contract-child li,body.page-template-page-contract.nav_works_hover .sub-nav-pc li ul.contract-child li,body.page-template-page-contract-child.nav_shop_hover .sub-nav-pc li ul.contract-child li,body.page-template-page-contract-child.nav_brand_hover .sub-nav-pc li ul.contract-child li,body.page-template-page-contract-child.nav_products_hover .sub-nav-pc li ul.contract-child li,body.page-template-page-contract-child.nav_interior_hover .sub-nav-pc li ul.contract-child li,body.page-template-page-contract-child.nav_works_hover .sub-nav-pc li ul.contract-child li,body.post-type-archive-wholesale.nav_shop_hover .sub-nav-pc li ul.contract-child li,body.post-type-archive-wholesale.nav_brand_hover .sub-nav-pc li ul.contract-child li,body.post-type-archive-wholesale.nav_products_hover .sub-nav-pc li ul.contract-child li,body.post-type-archive-wholesale.nav_interior_hover .sub-nav-pc li ul.contract-child li,body.post-type-archive-wholesale.nav_works_hover .sub-nav-pc li ul.contract-child li,body.single-wholesale.nav_shop_hover .sub-nav-pc li ul.contract-child li,body.single-wholesale.nav_brand_hover .sub-nav-pc li ul.contract-child li,body.single-wholesale.nav_products_hover .sub-nav-pc li ul.contract-child li,body.single-wholesale.nav_interior_hover .sub-nav-pc li ul.contract-child li,body.single-wholesale.nav_works_hover .sub-nav-pc li ul.contract-child li {
        opacity: 0.1;
        -moz-transition: opacity .4s ease,-moz-transform .4s ease;
        -o-transition: opacity .4s ease,-o-transform .4s ease;
        -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
        transition: opacity .4s ease,transform .4s ease
    }
}

.main-nav-sp {
    position: fixed;
    top: 10vw;
    left: 5vw;
    opacity: 1;
    z-index: 800;
    mix-blend-mode: multiply;
    -moz-transition: top .4s ease,right .4s ease,opacity .4s ease;
    -o-transition: top .4s ease,right .4s ease,opacity .4s ease;
    -webkit-transition: top .4s ease,right .4s ease,opacity .4s ease;
    transition: top .4s ease,right .4s ease,opacity .4s ease
}

@media screen and (min-width: 640px) {
    .main-nav-sp {
        display:none
    }
}

.sns-pc {
    position: fixed;
    top: 50px;
    right: 50px;
    opacity: 1;
    z-index: 800;
    mix-blend-mode: multiply;
    -moz-transition: top .4s ease;
    -o-transition: top .4s ease;
    -webkit-transition: top .4s ease;
    transition: top .4s ease
}

@media screen and (min-width: 640px) {
    body.scl .sns-pc {
        top:40px
    }
}

@media screen and (max-width: 1080px) {
    .sns-pc {
        top:40px;
        right: 30px
    }

    body.scl .sns-pc {
        top: 40px
    }
}

@media screen and (max-width: 640px) {
    .sns-pc {
        display:none !important
    }
}

.sns-pc ul {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.sns-pc ul li {
    opacity: 0;
    font-size: clamp(11px, 14px, 1.05vw);
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 7px;
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0)
}

@media screen and (min-width: 640px) {
    body.scl .sns-pc ul li {
        font-size:clamp(10px, 12px, 1.05vw)
    }
}

.first-load .sns-pc ul li {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.sns-pc ul li:first-child {
    -moz-transition: opacity .6s ease 1s,-moz-transform .6s ease 1s;
    -o-transition: opacity .6s ease 1s,-o-transform .6s ease 1s;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    -webkit-transition-delay: 1s,1s;
    transition: opacity .6s ease 1s,transform .6s ease 1s
}

.sns-pc ul li:nth-child(2) {
    -moz-transition: opacity .6s ease 1.05s,-moz-transform .6s ease 1.05s;
    -o-transition: opacity .6s ease 1.05s,-o-transform .6s ease 1.05s;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    -webkit-transition-delay: 1.05s,1.05s;
    transition: opacity .6s ease 1.05s,transform .6s ease 1.05s
}

.sns-pc ul li:nth-child(3) {
    -moz-transition: opacity .6s ease 1.1s,-moz-transform .6s ease 1.1s;
    -o-transition: opacity .6s ease 1.1s,-o-transform .6s ease 1.1s;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    -webkit-transition-delay: 1.1s,1.1s;
    transition: opacity .6s ease 1.1s,transform .6s ease 1.1s
}

.sns-pc ul li::after {
    opacity: .2;
    content: "/";
    display: block;
    margin-left: 7px
}

.sns-pc ul li a {
    color: #000;
    opacity: .25;
    padding: 8px 0;
    -moz-transition: color .4s ease,opacity .4s ease;
    -o-transition: color .4s ease,opacity .4s ease;
    -webkit-transition: color .4s ease,opacity .4s ease;
    transition: color .4s ease,opacity .4s ease
}

@media (hover: hover) {
    .sns-pc ul li a:hover {
        opacity:1
    }
}

@media (hover: none) {
    .sns-pc ul li a:active {
        opacity:1
    }
}

.home .sns-pc ul li a {
    opacity: 1
}

@media (hover: hover) {
    .home .sns-pc ul li a:hover {
        opacity:.25
    }
}

@media (hover: none) {
    .home .sns-pc ul li a:active {
        opacity:.25
    }
}

.sns-pc ul li:last-child {
    margin-right: 0
}

.sns-pc ul li:last-child::after {
    display: none
}

.sns-sp {
    position: absolute;
    top: 116vw;
    left: 3vw;
    opacity: 1;
    z-index: 800;
    -moz-transition: opacity .4s ease,top .4s ease;
    -o-transition: opacity .4s ease,top .4s ease;
    -webkit-transition: opacity .4s ease,top .4s ease;
    transition: opacity .4s ease,top .4s ease
}

@media screen and (min-width: 640px) {
    .sns-sp {
        display:none !important
    }
}

.home .sns-sp {
    opacity: 0
}

.home.sp-menu-active .sns-sp {
    opacity: 1
}

.sns-sp ul li {
    letter-spacing: normal;
    position: relative
}

.sns-sp ul li a {
    color: #FFF;
    font-size: 3.2vw;
    opacity: .4;
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 2vw 2vw;
    line-height: 1;
    -moz-transition: color .4s ease,opacity .4s ease;
    -o-transition: color .4s ease,opacity .4s ease;
    -webkit-transition: color .4s ease,opacity .4s ease;
    transition: color .4s ease,opacity .4s ease
}

.home .sns-sp ul li a {
    color: #000;
    opacity: 1
}

.home.sp-menu-active .sns-sp ul li a {
    color: #FFF;
    opacity: .6
}

.sub-nav-pc {
    position: fixed;
    top: 87px;
    right: 50px;
    opacity: 1;
    z-index: 800;
    mix-blend-mode: multiply;
    -moz-transition: top .4s ease;
    -o-transition: top .4s ease;
    -webkit-transition: top .4s ease;
    transition: top .4s ease
}

@media screen and (min-width: 640px) {
    body.scl .sub-nav-pc {
        top:40px
    }
}

@media screen and (max-width: 1080px) {
    .sub-nav-pc {
        top:40px;
        right: 30px
    }

    body.scl .sub-nav-pc {
        top: 40px
    }
}

@media screen and (max-width: 640px) {
    .sub-nav-pc {
        display:none !important
    }
}

.sub-nav-pc ul {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.sub-nav-pc ul li {
    font-size: clamp(11px, 14px, 1.05vw);
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
    opacity: 0;
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0)
}

.first-load .sub-nav-pc ul li {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (max-width: 1080px) {
    .sub-nav-pc ul li {
        margin-right:12px
    }
}

@media screen and (min-width: 640px) {
    body.scl .sub-nav-pc ul li {
        font-size:clamp(11px, 13px, 1.05vw)
    }
}

.sub-nav-pc ul li.nav_about {
    -moz-transition: opacity .6s ease 1s,-moz-transform .6s ease 1s;
    -o-transition: opacity .6s ease 1s,-o-transform .6s ease 1s;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    -webkit-transition-delay: 1s,1s;
    transition: opacity .6s ease 1s,transform .6s ease 1s
}

.sub-nav-pc ul li.nav_contact {
    -moz-transition: opacity .6s ease 1.05s,-moz-transform .6s ease 1.05s;
    -o-transition: opacity .6s ease 1.05s,-o-transform .6s ease 1.05s;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    -webkit-transition-delay: 1.05s,1.05s;
    transition: opacity .6s ease 1.05s,transform .6s ease 1.05s
}

.sub-nav-pc ul li.nav_recruit {
    -moz-transition: opacity .6s ease 1.1s,-moz-transform .6s ease 1.1s;
    -o-transition: opacity .6s ease 1.1s,-o-transform .6s ease 1.1s;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    -webkit-transition-delay: 1.1s,1.1s;
    transition: opacity .6s ease 1.1s,transform .6s ease 1.1s
}

.sub-nav-pc ul li.nav_contract {
    -moz-transition: opacity .6s ease 1.15s,-moz-transform .6s ease 1.15s;
    -o-transition: opacity .6s ease 1.15s,-o-transform .6s ease 1.15s;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
    -webkit-transition-delay: 1.15s,1.15s;
    transition: opacity .6s ease 1.15s,transform .6s ease 1.15s
}

.sub-nav-pc ul li a {
    color: #000;
    opacity: .25;
    padding: 11px 0;
    -moz-transition: font-size .4s ease,color .4s ease,opacity .4s ease;
    -o-transition: font-size .4s ease,color .4s ease,opacity .4s ease;
    -webkit-transition: font-size .4s ease,color .4s ease,opacity .4s ease;
    transition: font-size .4s ease,color .4s ease,opacity .4s ease
}

@media screen and (min-width: 640px) {
    .sub-nav-pc ul li a:hover {
        opacity:1
    }
}

.home .sub-nav-pc ul li a {
    opacity: 1
}

@media (hover: hover) {
    .home .sub-nav-pc ul li a:hover {
        opacity:.25
    }
}

@media (hover: none) {
    .home .sub-nav-pc ul li a:active {
        opacity:.25
    }
}

.sub-nav-pc ul li:last-child {
    margin-right: 0
}

.sub-nav-pc ul li:last-child::after {
    display: none
}

body.page-template-page-about .sub-nav-pc ul li.nav_about a,body.page-template-page-contract .sub-nav-pc ul li.nav_contract>a,body.page-template-page-contract-child .sub-nav-pc ul li.nav_contract>a,body.post-type-archive-wholesale .sub-nav-pc ul li.nav_contract>a,body.single-wholesale .sub-nav-pc ul li.nav_contract>a,body.post-type-archive-wholesale .sub-nav-pc ul li.nav_contract .nav_wholesale a,body.single-wholesale .sub-nav-pc ul li.nav_contract .nav_wholesale a,body.page-id-1624 .sub-nav-pc ul li.nav_contract .nav_contract_dd a,body.page-id-1622 .sub-nav-pc ul li.nav_contract .nav_contract_ffe a,body.post-type-archive-recruit .sub-nav-pc ul li.nav_recruit a,body.single-recruit .sub-nav-pc ul li.nav_recruit a,body.page-template-page-contact .sub-nav-pc ul li.nav_contact a {
    opacity: 1 !important
}

body.page-template-page-contract.scl .sub-nav-pc ul li .contract-child,body.page-template-page-contract-child.scl .sub-nav-pc ul li .contract-child,body.post-type-archive-wholesale.scl .sub-nav-pc ul li .contract-child,body.single-wholesale.scl .sub-nav-pc ul li .contract-child {
    opacity: .1
}

body.page-template-page-contract.scl .sub-nav-pc ul li .contract-child:hover,body.page-template-page-contract-child.scl .sub-nav-pc ul li .contract-child:hover,body.post-type-archive-wholesale.scl .sub-nav-pc ul li .contract-child:hover,body.single-wholesale.scl .sub-nav-pc ul li .contract-child:hover {
    opacity: 1
}

.sub-nav-pc ul li.p {
    position: relative
}

.sub-nav-pc ul li.p ul.c {
    width: max-content;
    position: absolute;
    top: 30px;
    right: 0;
    display: block;
    padding: 0 0 10px;
    pointer-events: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    -moz-transition: font-size .4s ease,opacity .4s ease,-moz-transform .4s ease;
    -o-transition: font-size .4s ease,opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
    transition: font-size .4s ease,opacity .4s ease,transform .4s ease
}

@media screen and (min-width: 640px) {
    .sub-nav-pc ul li.p ul.c {
        max-width:calc( 100vw - 300px )
    }
}

.sub-nav-pc ul li.p ul.c li {
    opacity: 0;
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -moz-transition: font-size .4s ease,opacity .4s ease,-moz-transform .4s ease;
    -o-transition: font-size .4s ease,opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
    transition: font-size .4s ease,opacity .4s ease,transform .4s ease
}

.sub-nav-pc ul li.p ul.c li:first-child a {
    padding-top: 10px
}

.sub-nav-pc ul li.p ul.c li a {
    opacity: .5
}

@media (hover: hover) {
    .sub-nav-pc ul li.p ul.c li a:hover {
        opacity:1
    }
}

@media (hover: none) {
    .sub-nav-pc ul li.p ul.c li a:active {
        opacity:1
    }
}

@media screen and (min-width: 640px) {
    .sub-nav-pc ul li.p:hover ul.c {
        pointer-events:auto
    }

    .sub-nav-pc ul li.p:hover ul.c li {
        opacity: 1;
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .sub-nav-pc ul li.p:hover ul.c li:nth-child(2) {
        -moz-transition: font-size .4s ease,opacity .4s ease .03s,-moz-transform .4s ease .03s;
        -o-transition: font-size .4s ease,opacity .4s ease .03s,-o-transform .4s ease .03s;
        -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: 0s,.03s,.03s;
        transition: font-size .4s ease,opacity .4s ease .03s,transform .4s ease .03s
    }

    .sub-nav-pc ul li.p:hover ul.c li:nth-child(3) {
        -moz-transition: font-size .4s ease,opacity .4s ease .06s,-moz-transform .4s ease .06s;
        -o-transition: font-size .4s ease,opacity .4s ease .06s,-o-transform .4s ease .06s;
        -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: 0s,.06s,.06s;
        transition: font-size .4s ease,opacity .4s ease .06s,transform .4s ease .06s
    }

    .sub-nav-pc ul li.p:hover ul.c li:nth-child(4) {
        -moz-transition: font-size .4s ease,opacity .4s ease .09s,-moz-transform .4s ease .09s;
        -o-transition: font-size .4s ease,opacity .4s ease .09s,-o-transform .4s ease .09s;
        -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: 0s,.09s,.09s;
        transition: font-size .4s ease,opacity .4s ease .09s,transform .4s ease .09s
    }

    .sub-nav-pc ul li.p:hover ul.c li:nth-child(5) {
        -moz-transition: font-size .4s ease,opacity .4s ease .12s,-moz-transform .4s ease .12s;
        -o-transition: font-size .4s ease,opacity .4s ease .12s,-o-transform .4s ease .12s;
        -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
        -webkit-transition-delay: 0s,.12s,.12s;
        transition: font-size .4s ease,opacity .4s ease .12s,transform .4s ease .12s
    }
}

body.page-template-page-contract .sub-nav-pc ul li .contract-child,body.page-template-page-contract-child .sub-nav-pc ul li .contract-child,body.post-type-archive-wholesale .sub-nav-pc ul li .contract-child,body.single-wholesale .sub-nav-pc ul li .contract-child {
    pointer-events: auto
}

body.page-template-page-contract .sub-nav-pc ul li .contract-child li,body.page-template-page-contract-child .sub-nav-pc ul li .contract-child li,body.post-type-archive-wholesale .sub-nav-pc ul li .contract-child li,body.single-wholesale .sub-nav-pc ul li .contract-child li {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

body.page-template-page-contract .sub-nav-pc ul li .contract-child li:nth-child(2),body.page-template-page-contract-child .sub-nav-pc ul li .contract-child li:nth-child(2),body.post-type-archive-wholesale .sub-nav-pc ul li .contract-child li:nth-child(2),body.single-wholesale .sub-nav-pc ul li .contract-child li:nth-child(2) {
    -moz-transition: font-size .4s ease,opacity .4s ease .03s,-moz-transform .4s ease .03s;
    -o-transition: font-size .4s ease,opacity .4s ease .03s,-o-transform .4s ease .03s;
    -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: 0s,.03s,.03s;
    transition: font-size .4s ease,opacity .4s ease .03s,transform .4s ease .03s
}

body.page-template-page-contract .sub-nav-pc ul li .contract-child li:nth-child(3),body.page-template-page-contract-child .sub-nav-pc ul li .contract-child li:nth-child(3),body.post-type-archive-wholesale .sub-nav-pc ul li .contract-child li:nth-child(3),body.single-wholesale .sub-nav-pc ul li .contract-child li:nth-child(3) {
    -moz-transition: font-size .4s ease,opacity .4s ease .06s,-moz-transform .4s ease .06s;
    -o-transition: font-size .4s ease,opacity .4s ease .06s,-o-transform .4s ease .06s;
    -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: 0s,.06s,.06s;
    transition: font-size .4s ease,opacity .4s ease .06s,transform .4s ease .06s
}

body.page-template-page-contract .sub-nav-pc ul li .contract-child li:nth-child(4),body.page-template-page-contract-child .sub-nav-pc ul li .contract-child li:nth-child(4),body.post-type-archive-wholesale .sub-nav-pc ul li .contract-child li:nth-child(4),body.single-wholesale .sub-nav-pc ul li .contract-child li:nth-child(4) {
    -moz-transition: font-size .4s ease,opacity .4s ease .09s,-moz-transform .4s ease .09s;
    -o-transition: font-size .4s ease,opacity .4s ease .09s,-o-transform .4s ease .09s;
    -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: 0s,.09s,.09s;
    transition: font-size .4s ease,opacity .4s ease .09s,transform .4s ease .09s
}

body.page-template-page-contract .sub-nav-pc ul li .contract-child li:nth-child(5),body.page-template-page-contract-child .sub-nav-pc ul li .contract-child li:nth-child(5),body.post-type-archive-wholesale .sub-nav-pc ul li .contract-child li:nth-child(5),body.single-wholesale .sub-nav-pc ul li .contract-child li:nth-child(5) {
    -moz-transition: font-size .4s ease,opacity .4s ease .12s,-moz-transform .4s ease .12s;
    -o-transition: font-size .4s ease,opacity .4s ease .12s,-o-transform .4s ease .12s;
    -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: 0s,.12s,.12s;
    transition: font-size .4s ease,opacity .4s ease .12s,transform .4s ease .12s
}

.sub-nav-sp {
    position: absolute;
    top: 82vw;
    left: 3vw;
    opacity: 1;
    z-index: 800;
    -moz-transition: top .4s ease,top .4s ease;
    -o-transition: top .4s ease,top .4s ease;
    -webkit-transition: top .4s ease,top .4s ease;
    transition: top .4s ease,top .4s ease
}

.home .sub-nav-sp {
    opacity: 0
}

.home.sp-menu-active .sub-nav-sp {
    opacity: 1
}

@media screen and (min-width: 640px) {
    .sub-nav-sp {
        display:none !important
    }
}

.sub-nav-sp ul li {
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    -moz-transition: font-size .4s ease;
    -o-transition: font-size .4s ease;
    -webkit-transition: font-size .4s ease;
    transition: font-size .4s ease
}

.sub-nav-sp ul li a {
    color: #FFF;
    font-size: 3.2vw;
    opacity: .4;
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 2vw 2vw;
    line-height: 1;
    position: relative;
    -moz-transition: font-size .4s ease,color .4s ease,opacity .4s ease;
    -o-transition: font-size .4s ease,color .4s ease,opacity .4s ease;
    -webkit-transition: font-size .4s ease,color .4s ease,opacity .4s ease;
    transition: font-size .4s ease,color .4s ease,opacity .4s ease
}

.home .sub-nav-sp ul li a {
    color: #000;
    opacity: 1
}

.home.sp-menu-active .sub-nav-sp ul li a {
    color: #FFF;
    opacity: .4
}

.sub-nav-sp ul li a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -3px;
    background-color: #FFF;
    margin-top: -2px;
    opacity: 0;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

body.page-template-page-about .sub-nav-sp ul li.nav_about a,body.page-template-page-contract .sub-nav-sp ul li.nav_contract>a,body.page-template-page-contract-child .sub-nav-sp ul li.nav_contract>a,body.post-type-archive-wholesale .sub-nav-sp ul li.nav_contract>a,body.single-wholesale .sub-nav-sp ul li.nav_contract>a,body.post-type-archive-wholesale .sub-nav-sp ul li.nav_contract .nav_wholesale a,body.single-wholesale .sub-nav-sp ul li.nav_contract .nav_wholesale a,body.page-id-1624 .sub-nav-sp ul li.nav_contract .nav_contract_dd a,body.page-id-1622 .sub-nav-sp ul li.nav_contract .nav_contract_ffe a,body.post-type-archive-recruit .sub-nav-sp ul li.nav_recruit a,body.single-recruit .sub-nav-sp ul li.nav_recruit a,body.page-template-page-contact .sub-nav-sp ul li.nav_contact a {
    opacity: 1 !important
}

body.page-template-page-about .sub-nav-sp ul li.nav_about a::before,body.page-template-page-contract .sub-nav-sp ul li.nav_contract>a::before,body.page-template-page-contract-child .sub-nav-sp ul li.nav_contract>a::before,body.post-type-archive-wholesale .sub-nav-sp ul li.nav_contract>a::before,body.single-wholesale .sub-nav-sp ul li.nav_contract>a::before,body.post-type-archive-wholesale .sub-nav-sp ul li.nav_contract .nav_wholesale a::before,body.single-wholesale .sub-nav-sp ul li.nav_contract .nav_wholesale a::before,body.page-id-1624 .sub-nav-sp ul li.nav_contract .nav_contract_dd a::before,body.page-id-1622 .sub-nav-sp ul li.nav_contract .nav_contract_ffe a::before,body.post-type-archive-recruit .sub-nav-sp ul li.nav_recruit a::before,body.single-recruit .sub-nav-sp ul li.nav_recruit a::before,body.page-template-page-contact .sub-nav-sp ul li.nav_contact a::before {
    opacity: 1
}

body.page-template-page-contract.scl .sub-nav-sp ul li .contract-child,body.page-template-page-contract-child.scl .sub-nav-sp ul li .contract-child,body.post-type-archive-wholesale.scl .sub-nav-sp ul li .contract-child,body.single-wholesale.scl .sub-nav-sp ul li .contract-child {
    opacity: .1
}

body.page-template-page-contract.scl .sub-nav-sp ul li .contract-child:hover,body.page-template-page-contract-child.scl .sub-nav-sp ul li .contract-child:hover,body.post-type-archive-wholesale.scl .sub-nav-sp ul li .contract-child:hover,body.single-wholesale.scl .sub-nav-sp ul li .contract-child:hover {
    opacity: 1
}

.sub-nav-sp ul li.p {
    position: relative
}

.sub-nav-sp ul li.p ul.c {
    width: 60vw;
    position: absolute;
    top: -.5vw;
    left: 33vw;
    display: block;
    pointer-events: none;
    -moz-transition: font-size .4s ease,opacity .4s ease,-moz-transform .4s ease;
    -o-transition: font-size .4s ease,opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
    transition: font-size .4s ease,opacity .4s ease,transform .4s ease
}

.sub-nav-sp ul li.p ul.c.hidden {
    opacity: 0;
    pointer-events: none
}

.sub-nav-sp ul li.p ul.c li {
    opacity: 0;
    font-size: 2.9vw;
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -moz-transition: font-size .4s ease,opacity .4s ease,-moz-transform .4s ease;
    -o-transition: font-size .4s ease,opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
    transition: font-size .4s ease,opacity .4s ease,transform .4s ease
}

.sub-nav-sp ul li.p ul.c li:first-child a {
    padding-top: 10px
}

.sub-nav-sp ul li.p ul.c li.c-descriotion {
    color: #FFF;
    font-size: 2.9vw;
    line-height: 1.8;
    position: relative;
    text-align: justify;
    z-index: 3;
    padding: 0 2vw;
    margin: 2vw 0 2vw
}

.sub-nav-sp ul li.p ul.c li.c-descriotion a {
    display: inline;
    padding: 0;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    min-height: inherit;
    text-decoration: underline
}

.sub-nav-sp ul li.p ul.c li a {
    opacity: .5
}

@media (hover: hover) {
    .sub-nav-sp ul li.p ul.c li a:hover {
        opacity:1
    }
}

@media (hover: none) {
    .sub-nav-sp ul li.p ul.c li a:active {
        opacity:1
    }
}

body.page-template-page-contract .sub-nav-sp ul li .contract-child,body.page-template-page-contract-child .sub-nav-sp ul li .contract-child,body.post-type-archive-wholesale .sub-nav-sp ul li .contract-child,body.single-wholesale .sub-nav-sp ul li .contract-child {
    pointer-events: auto
}

body.page-template-page-contract .sub-nav-sp ul li .contract-child li,body.page-template-page-contract-child .sub-nav-sp ul li .contract-child li,body.post-type-archive-wholesale .sub-nav-sp ul li .contract-child li,body.single-wholesale .sub-nav-sp ul li .contract-child li {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

body.page-template-page-contract .sub-nav-sp ul li .contract-child li:nth-child(2),body.page-template-page-contract-child .sub-nav-sp ul li .contract-child li:nth-child(2),body.post-type-archive-wholesale .sub-nav-sp ul li .contract-child li:nth-child(2),body.single-wholesale .sub-nav-sp ul li .contract-child li:nth-child(2) {
    -moz-transition: font-size .4s ease,opacity .4s ease .03s,-moz-transform .4s ease .03s;
    -o-transition: font-size .4s ease,opacity .4s ease .03s,-o-transform .4s ease .03s;
    -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: 0s,.03s,.03s;
    transition: font-size .4s ease,opacity .4s ease .03s,transform .4s ease .03s
}

body.page-template-page-contract .sub-nav-sp ul li .contract-child li:nth-child(3),body.page-template-page-contract-child .sub-nav-sp ul li .contract-child li:nth-child(3),body.post-type-archive-wholesale .sub-nav-sp ul li .contract-child li:nth-child(3),body.single-wholesale .sub-nav-sp ul li .contract-child li:nth-child(3) {
    -moz-transition: font-size .4s ease,opacity .4s ease .06s,-moz-transform .4s ease .06s;
    -o-transition: font-size .4s ease,opacity .4s ease .06s,-o-transform .4s ease .06s;
    -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: 0s,.06s,.06s;
    transition: font-size .4s ease,opacity .4s ease .06s,transform .4s ease .06s
}

body.page-template-page-contract .sub-nav-sp ul li .contract-child li:nth-child(4),body.page-template-page-contract-child .sub-nav-sp ul li .contract-child li:nth-child(4),body.post-type-archive-wholesale .sub-nav-sp ul li .contract-child li:nth-child(4),body.single-wholesale .sub-nav-sp ul li .contract-child li:nth-child(4) {
    -moz-transition: font-size .4s ease,opacity .4s ease .09s,-moz-transform .4s ease .09s;
    -o-transition: font-size .4s ease,opacity .4s ease .09s,-o-transform .4s ease .09s;
    -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: 0s,.09s,.09s;
    transition: font-size .4s ease,opacity .4s ease .09s,transform .4s ease .09s
}

body.page-template-page-contract .sub-nav-sp ul li .contract-child li:nth-child(5),body.page-template-page-contract-child .sub-nav-sp ul li .contract-child li:nth-child(5),body.post-type-archive-wholesale .sub-nav-sp ul li .contract-child li:nth-child(5),body.single-wholesale .sub-nav-sp ul li .contract-child li:nth-child(5) {
    -moz-transition: font-size .4s ease,opacity .4s ease .12s,-moz-transform .4s ease .12s;
    -o-transition: font-size .4s ease,opacity .4s ease .12s,-o-transform .4s ease .12s;
    -webkit-transition: font-size .4s ease,opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: 0s,.12s,.12s;
    transition: font-size .4s ease,opacity .4s ease .12s,transform .4s ease .12s
}

#sp_nav_wrap {
    position: fixed;
    width: 100vw;
    height: 120svh;
    top: 0;
    left: 0;
    z-index: 800;
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity .4s ease,color .4s ease,background-color .4s ease;
    -o-transition: opacity .4s ease,color .4s ease,background-color .4s ease;
    -webkit-transition: opacity .4s ease,color .4s ease,background-color .4s ease;
    transition: opacity .4s ease,color .4s ease,background-color .4s ease
}

@media screen and (min-width: 640px) {
    #sp_nav_wrap {
        display:none !important
    }
}

#sp_nav_wrap.sp-menu-active {
    opacity: 1;
    pointer-events: auto
}

.home #sp_nav_wrap {
    opacity: 1;
    pointer-events: auto;
    background-color: transparent
}

.home #sp_nav_wrap.sp-menu-active {
    background-color: rgba(0,0,0,0.5)
}

#btn-sp-menu {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    position: fixed;
    top: 0.5vw;
    right: 0;
    color: #000;
    padding: 6vw;
    line-height: 1;
    font-size: 3.8vw;
    border-radius: 5px;
    z-index: 11;
    opacity: 1;
    pointer-events: auto;
    -moz-transition: opacity .75s ease,-moz-transform .35s ease;
    -o-transition: opacity .75s ease,-o-transform .35s ease;
    -webkit-transition: opacity .75s ease,-webkit-transform .35s ease;
    transition: opacity .75s ease,transform .35s ease
}

.home #btn-sp-menu {
    opacity: 0
}

.home.sp-menu-active #btn-sp-menu {
    opacity: 1
}

@media screen and (min-width: 640px) {
    #btn-sp-menu {
        display:none !important
    }
}

#btn-sp-menu i {
    opacity: 0;
    -moz-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.sp-menu-active #btn-sp-menu i {
    opacity: 0
}

.first-load #btn-sp-menu i {
    opacity: 1;
    -moz-transition: opacity .35s ease 1s;
    -o-transition: opacity .35s ease 1s;
    -webkit-transition: opacity .35s ease;
    -webkit-transition-delay: 1s;
    transition: opacity .35s ease 1s
}

.first-load.first-loaded #btn-sp-menu i {
    -moz-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.first-load .sp-menu-active #btn-sp-menu i {
    opacity: 0
}

.home #btn-sp-menu i {
    opacity: 0 !important
}

#btn-sp-menu span {
    width: 8vw;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: 47%;
    left: 7vw;
    -moz-transition: opacity .35s ease,-moz-transform .35s ease,background-color .75s ease;
    -o-transition: opacity .35s ease,-o-transform .35s ease,background-color .75s ease;
    -webkit-transition: opacity .35s ease,-webkit-transform .35s ease,background-color .75s ease;
    transition: opacity .35s ease,transform .35s ease,background-color .75s ease
}

#btn-sp-menu span:first-of-type {
    margin-top: -3px;
    -webkit-animation: btn07-bar01 .75s forwards;
    animation: btn07-bar01 .75s forwards
}

.sp-menu-active #btn-sp-menu span:first-of-type {
    background-color: #FFF;
    -webkit-animation: active-btn07-bar01 .75s forwards;
    animation: active-btn07-bar01 .75s forwards
}

#btn-sp-menu span:last-of-type {
    margin-top: 3px;
    -webkit-animation: btn07-bar03 .75s forwards;
    animation: btn07-bar03 .75s forwards
}

.sp-menu-active #btn-sp-menu span:last-of-type {
    background-color: #FFF;
    -webkit-animation: active-btn07-bar03 .75s forwards;
    animation: active-btn07-bar03 .75s forwards
}

@-webkit-keyframes btn07-bar01 {
    0% {
        -webkit-transform: translateY(3px) rotate(30deg)
    }

    50% {
        -webkit-transform: translateY(3px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(0)
    }
}

@keyframes btn07-bar01 {
    0% {
        transform: translateY(3px) rotate(30deg)
    }

    50% {
        transform: translateY(3px) rotate(0)
    }

    100% {
        transform: translateY(0) rotate(0)
    }
}

@-webkit-keyframes btn07-bar03 {
    0% {
        -webkit-transform: translateY(-3px) rotate(-30deg)
    }

    50% {
        -webkit-transform: translateY(-3px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(0) rotate(0)
    }
}

@keyframes btn07-bar03 {
    0% {
        transform: translateY(-3px) rotate(-30deg)
    }

    50% {
        transform: translateY(-3px) rotate(0)
    }

    100% {
        transform: translateY(0) rotate(0)
    }
}

@-webkit-keyframes active-btn07-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(3px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(3px) rotate(30deg)
    }
}

@keyframes active-btn07-bar01 {
    0% {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(3px) rotate(0)
    }

    100% {
        transform: translateY(3px) rotate(30deg)
    }
}

@-webkit-keyframes active-btn07-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0)
    }

    50% {
        -webkit-transform: translateY(-3px) rotate(0)
    }

    100% {
        -webkit-transform: translateY(-3px) rotate(-30deg)
    }
}

@keyframes active-btn07-bar03 {
    0% {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(-3px) rotate(0)
    }

    100% {
        transform: translateY(-3px) rotate(-30deg)
    }
}

.bg-sp-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0
}

.bg-sp-menu.sp-menu-active {
    pointer-events: auto;
    z-index: 7
}

#main-nav-sp {
    width: 36vw;
    margin: 0;
    position: relative;
    z-index: 11;
    padding: 21vw 0 0 3vw
}

#main-nav-sp .main_nav {
    text-align: left
}

#main-nav-sp .main_nav .sp-nav-button {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 2vw;
    line-height: 1;
    font-size: 3.8vw;
    height: 8vw;
    letter-spacing: normal;
    color: #FFF;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0;
    border-radius: 5px;
    position: relative;
    will-change: color, opacity
}

#main-nav-sp .main_nav .sp-nav-button::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -3px;
    background-color: #FFF;
    margin-top: -3px;
    opacity: 0;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}


#main-nav-sp .main_nav .sp-nav-button sup {
    font-size: 60%;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
    top: -0.4em;
    padding-left: 4px
}

.sp-nav-button a {
    color: #fff;
}

.home #main-nav-sp .main_nav .sp-nav-button .sp-nav-button a{
    color: #000
}

.home.sp-menu-active #main-nav-sp .main_nav .sp-nav-button {
    color: #FFF
}

.home.sp-menu-active #main-nav-sp .main_nav .sp-nav-button.active {
    color: #FFF
}

#main-nav-sp .main_nav .sp-nav-button.active {
    opacity: 1
}

.first-load #main-nav-sp .main_nav .sp-nav-button {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

#main-nav-sp .main_nav .sp-nav-button.nav_products {
    -moz-transition: opacity .6s ease 1s,-moz-transform .6s ease 1s,color .4s ease;
    -o-transition: opacity .6s ease 1s,-o-transform .6s ease 1s,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    -webkit-transition-delay: 1s,1s,0s;
    transition: opacity .6s ease 1s,transform .6s ease 1s,color .4s ease
}

#main-nav-sp .main_nav .sp-nav-button.nav_interior {
    -moz-transition: opacity .6s ease 1.03s,-moz-transform .6s ease 1.03s,color .4s ease;
    -o-transition: opacity .6s ease 1.03s,-o-transform .6s ease 1.03s,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    -webkit-transition-delay: 1.03s,1.03s,0s;
    transition: opacity .6s ease 1.03s,transform .6s ease 1.03s,color .4s ease
}

#main-nav-sp .main_nav .sp-nav-button.nav_shop {
    -moz-transition: opacity .6s ease 1.06s,-moz-transform .6s ease 1.06s,color .4s ease;
    -o-transition: opacity .6s ease 1.06s,-o-transform .6s ease 1.06s,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    -webkit-transition-delay: 1.06s,1.06s,0s;
    transition: opacity .6s ease 1.06s,transform .6s ease 1.06s,color .4s ease
}

#main-nav-sp .main_nav .sp-nav-button.nav_brand {
    -moz-transition: opacity .6s ease 1.09s,-moz-transform .6s ease 1.09s,color .4s ease;
    -o-transition: opacity .6s ease 1.09s,-o-transform .6s ease 1.09s,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    -webkit-transition-delay: 1.09s,1.09s,0s;
    transition: opacity .6s ease 1.09s,transform .6s ease 1.09s,color .4s ease
}

#main-nav-sp .main_nav .sp-nav-button.nav_publishing {
    -moz-transition: opacity .6s ease 1.12s,-moz-transform .6s ease 1.12s,color .4s ease;
    -o-transition: opacity .6s ease 1.12s,-o-transform .6s ease 1.12s,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    -webkit-transition-delay: 1.12s,1.12s,0s;
    transition: opacity .6s ease 1.12s,transform .6s ease 1.12s,color .4s ease
}

#main-nav-sp .main_nav .sp-nav-button.nav_works {
    -moz-transition: opacity .6s ease 1.15s,-moz-transform .6s ease 1.15s,color .4s ease;
    -o-transition: opacity .6s ease 1.15s,-o-transform .6s ease 1.15s,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    -webkit-transition-delay: 1.15s,1.15s,0s;
    transition: opacity .6s ease 1.15s,transform .6s ease 1.15s,color .4s ease
}

#main-nav-sp .main_nav .sp-nav-button.nav_post {
    -moz-transition: opacity .6s ease 1.18s,-moz-transform .6s ease 1.18s,color .4s ease;
    -o-transition: opacity .6s ease 1.18s,-o-transform .6s ease 1.18s,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    -webkit-transition-delay: 1.18s,1.18s,0s;
    transition: opacity .6s ease 1.18s,transform .6s ease 1.18s,color .4s ease
}

.sp-menu-active #main-nav-sp .main_nav .sp-nav-button.nav_products {
    -moz-transition: opacity .6s ease,-moz-transform .6s ease,color .4s ease;
    -o-transition: opacity .6s ease,-o-transform .6s ease,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    transition: opacity .6s ease,transform .6s ease,color .4s ease
}

.sp-menu-active #main-nav-sp .main_nav .sp-nav-button.nav_interior {
    -moz-transition: opacity .6s ease,-moz-transform .6s ease,color .4s ease;
    -o-transition: opacity .6s ease,-o-transform .6s ease,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    transition: opacity .6s ease,transform .6s ease,color .4s ease
}

.sp-menu-active #main-nav-sp .main_nav .sp-nav-button.nav_shop {
    -moz-transition: opacity .6s ease,-moz-transform .6s ease,color .4s ease;
    -o-transition: opacity .6s ease,-o-transform .6s ease,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    transition: opacity .6s ease,transform .6s ease,color .4s ease
}

.sp-menu-active #main-nav-sp .main_nav .sp-nav-button.nav_brand {
    -moz-transition: opacity .6s ease,-moz-transform .6s ease,color .4s ease;
    -o-transition: opacity .6s ease,-o-transform .6s ease,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    transition: opacity .6s ease,transform .6s ease,color .4s ease
}

.sp-menu-active #main-nav-sp .main_nav .sp-nav-button.nav_publishing {
    -moz-transition: opacity .6s ease,-moz-transform .6s ease,color .4s ease;
    -o-transition: opacity .6s ease,-o-transform .6s ease,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    transition: opacity .6s ease,transform .6s ease,color .4s ease
}

.sp-menu-active #main-nav-sp .main_nav .sp-nav-button.nav_works {
    -moz-transition: opacity .6s ease,-moz-transform .6s ease,color .4s ease;
    -o-transition: opacity .6s ease,-o-transform .6s ease,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    transition: opacity .6s ease,transform .6s ease,color .4s ease
}

.sp-menu-active #main-nav-sp .main_nav .sp-nav-button.nav_post {
    -moz-transition: opacity .6s ease,-moz-transform .6s ease,color .4s ease;
    -o-transition: opacity .6s ease,-o-transform .6s ease,color .4s ease;
    -webkit-transition: opacity .6s ease,-webkit-transform .6s ease,color .4s ease;
    transition: opacity .6s ease,transform .6s ease,color .4s ease
}

.post-type-archive-works #main-nav-sp .main_nav .sp-nav-button.nav_works.p::before,.post-type-archive-works #main-nav-sp .main_nav .sp-nav-button.nav_works.p li.cat-item-all a::before,.tax-works-category #main-nav-sp .main_nav .sp-nav-button.nav_works.p::before,.single-works #main-nav-sp .main_nav .sp-nav-button.nav_works.p::before,.post-type-archive-products #main-nav-sp .main_nav .sp-nav-button.nav_products.p::before,.post-type-archive-products #main-nav-sp .main_nav .sp-nav-button.nav_products.p li.cat-item-all a::before,.term-funiture #main-nav-sp .main_nav .sp-nav-button.nav_products.p li.cat-slug-funiture a::before,.term-playthings #main-nav-sp .main_nav .sp-nav-button.nav_products.p li.cat-slug-playthings a::before,.term-small-things #main-nav-sp .main_nav .sp-nav-button.nav_products.p li.cat-slug-small-things a::before,.tax-products-category #main-nav-sp .main_nav .sp-nav-button.nav_products.p::before,.single-products #main-nav-sp .main_nav .sp-nav-button.nav_products.p::before,.post-type-archive-article #main-nav-sp .main_nav .sp-nav-button.nav_post::before,.post-type-archive-publishing #main-nav-sp .main_nav .sp-nav-button.nav_publishing::before,.single-publishing #main-nav-sp .main_nav .sp-nav-button.nav_publishing::before,.single-article #main-nav-sp .main_nav .sp-nav-button.nav_post::before,.page-template-page-shop-gallery-list #main-nav-sp .main_nav .sp-nav-button.nav_shop::before,.term-art-coordination #main-nav-sp .main_nav .sp-nav-button.nav_works.p li.cat-slug-art-coordination a::before,.term-branding #main-nav-sp .main_nav .sp-nav-button.nav_works.p li.cat-slug-branding a::before,.term-event #main-nav-sp .main_nav .sp-nav-button.nav_works.p li.cat-slug-event a::before,.term-exhibition #main-nav-sp .main_nav .sp-nav-button.nav_works.p li.cat-slug-exhibition a::before,.term-products #main-nav-sp .main_nav .sp-nav-button.nav_works.p li.cat-slug-products a::before,.term-others #main-nav-sp .main_nav .sp-nav-button.nav_works.p li.cat-slug-others a::before {
    opacity: 1 !important
}

#main-nav-sp .main_nav:has(.sp-nav-button.active) .sp-nav-button:not(.active) {
    opacity: .4
}

.home #main-nav-sp .main_nav:has(.sp-nav-button.active) .sp-nav-button:not(.active) {
    opacity: 1
}

.home.sp-menu-active #main-nav-sp .main_nav {
    color: #FFF
}

.home.sp-menu-active #main-nav-sp .main_nav.active {
    opacity: 1
}

.home.sp-menu-active #main-nav-sp .main_nav:has(.sp-nav-button.active).sp-nav-button {
    color: #FFF
}

.home.sp-menu-active #main-nav-sp .main_nav:has(.sp-nav-button.active) .sp-nav-button:not(.active) {
    color: #FFF;
    opacity: .4
}

#sp-nav-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    color: #FFF;
    opacity: 0 !important;
    pointer-events: none;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.sp-menu-active #sp-nav-content.is-visible {
    opacity: 1 !important;
    pointer-events: auto
}

#sp-nav-content .swiper-slide {
    color: #FFF;
    width: 100%;
    height: 100vh;
    padding: 5vw;
    opacity: 0 !important;
    pointer-events: none
}

#sp-nav-content .swiper-slide[class*=-active] .sp-nav-ul {
    opacity: 1;
    transform: translateY(0)
}

#sp-nav-content .swiper-slide[class*=-prev] .sp-nav-ul {
    opacity: 0;
    transform: translateY(-2vw)
}

#sp-nav-content .swiper-slide[class*=-next] .sp-nav-ul {
    opacity: 0;
    transform: translateY(2vw)
}

#sp-nav-content .swiper-slide a {
    color: #FFF
}

#sp-nav-content .swiper-slide.c_product {
    padding: 5vw 5vw 5vw 5vw
}

#sp-nav-content .swiper-slide.c_interior {
    padding: 13vw 5vw 5vw 5vw
}

#sp-nav-content .swiper-slide.c_shop {
    padding: 21vw 5vw 5vw 5vw
}

#sp-nav-content .swiper-slide.c_brand {
    padding: 29vw 5vw 5vw 5vw
}

#sp-nav-content .swiper-slide.c_publishing {
    padding: 37vw 5vw 5vw 5vw
}

#sp-nav-content .swiper-slide.c_works {
    padding: 45vw 5vw 5vw 5vw
}

#sp-nav-content .swiper-slide.c_post {
    padding: 53vw 5vw 5vw 5vw
}

#sp-nav-content .swiper-slide ul.sp-nav-ul {
    opacity: 0;
    transform: translateY(2vw);
    position: relative;
    z-index: 3;
    padding: 16vw 0 0 0;
    left: 31vw;
    width: 60vw;
    -moz-transition: opacity .4s ease,-moz-transform .4s ease;
    -o-transition: opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: opacity .4s ease,transform .4s ease
}

#sp-nav-content .swiper-slide ul.sp-nav-ul li {
    width: fit-content;
    line-height: 1.4;
    font-size: 3.7vw;
    letter-spacing: normal;
    color: #FFF;
    text-align: left
}

#sp-nav-content .swiper-slide ul.sp-nav-ul li a,#sp-nav-content .swiper-slide ul.sp-nav-ul li span.n {
    position: relative;
    display: block;
    width: fit-content;
    min-height: 4vw;
    padding: 1.5vw 2vw;
    margin: 0
}

#sp-nav-content .swiper-slide ul.sp-nav-ul li a sup,#sp-nav-content .swiper-slide ul.sp-nav-ul li span.n sup {
    font-size: 60%;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
    top: 0;
    padding-left: 1px
}

#sp-nav-content .swiper-slide ul.sp-nav-ul li a span.a,#sp-nav-content .swiper-slide ul.sp-nav-ul li span.n span.a {
    display: inline-block;
    width: 6px;
    height: 6px;
    position: relative;
    margin-left: 1vw;
    top: -1vw;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media screen and (min-width: 640px) {
    #sp-nav-content .swiper-slide ul.sp-nav-ul li a span.a,#sp-nav-content .swiper-slide ul.sp-nav-ul li span.n span.a {
        opacity:0
    }
}

#sp-nav-content .swiper-slide ul.sp-nav-ul li a span.a svg,#sp-nav-content .swiper-slide ul.sp-nav-ul li span.n span.a svg {
    fill: #FFF;
    opacity: 1;
    width: 6px;
    height: 6px;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

#sp-nav-content .swiper-slide ul.sp-nav-ul li a b,#sp-nav-content .swiper-slide ul.sp-nav-ul li a strong,#sp-nav-content .swiper-slide ul.sp-nav-ul li span.n b,#sp-nav-content .swiper-slide ul.sp-nav-ul li span.n strong {
    font-size: 4vw
}

#sp-nav-content .swiper-slide ul.sp-nav-ul li a small,#sp-nav-content .swiper-slide ul.sp-nav-ul li span.n small {
    opacity: .6;
    font-size: 2.6vw;
    display: inline-block;
    position: relative;
    top: 0
}

#sp-nav-content .swiper-slide ul.sp-nav-ul li a small.ml,#sp-nav-content .swiper-slide ul.sp-nav-ul li span.n small.ml {
    margin-left: 2vw
}

#sp-nav-content .swiper-slide ul.sp-nav-ul li a::before,#sp-nav-content .swiper-slide ul.sp-nav-ul li span.n::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -3px;
    background-color: #FFF;
    margin-top: -3px;
    opacity: 0;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

#sp-nav-content .swiper-slide ul.sp-nav-ul li.c-descriotion {
    color: #FFF;
    font-size: 2.9vw;
    line-height: 1.8;
    position: relative;
    text-align: justify;
    z-index: 3;
    padding: 0 2vw;
    margin: 2vw 0 2vw
}

#sp-nav-content .swiper-slide ul.sp-nav-ul li.c-descriotion:first-child {
    margin-top: 1.5vw
}

#sp-nav-content .swiper-slide ul.sp-nav-ul li.c-descriotion a {
    display: inline;
    padding: 0;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    min-height: inherit;
    text-decoration: underline
}

.post-type-archive-works #sp-nav-content .swiper-slide ul.sp-nav-ul li.works-cat-item-all a::before,.post-type-archive-products #sp-nav-content .swiper-slide ul.sp-nav-ul li.product-cat-item-all a::before,.term-funiture #sp-nav-content .swiper-slide ul.sp-nav-ul li.cat-slug-funiture a::before,.term-playthings #sp-nav-content .swiper-slide ul.sp-nav-ul li.cat-slug-playthings a::before,.term-small-things #sp-nav-content .swiper-slide ul.sp-nav-ul li.cat-slug-small-things a::before,.post-type-archive-publishing #sp-nav-content .swiper-slide ul.sp-nav-ul li.publishing-cat-item-all a::before,.page-template-page-shop-gallery-list #sp-nav-content .swiper-slide ul.sp-nav-ul li.shop-gallery-cat-item-all a::before,.term-art-coordination #sp-nav-content .swiper-slide ul.sp-nav-ul li.cat-slug-art-coordination a::before,.term-branding #sp-nav-content .swiper-slide ul.sp-nav-ul li.cat-slug-branding a::before,.term-event #sp-nav-content .swiper-slide ul.sp-nav-ul li.cat-slug-event a::before,.term-exhibition #sp-nav-content .swiper-slide ul.sp-nav-ul li.cat-slug-exhibition a::before,.term-products #sp-nav-content .swiper-slide ul.sp-nav-ul li.cat-slug-products a::before,.term-others #sp-nav-content .swiper-slide ul.sp-nav-ul li.cat-slug-others a::before,.post-type-archive-article #sp-nav-content .swiper-slide ul.sp-nav-ul li.post-cat-item-all a::before {
    opacity: 1 !important
}

#sp-nav-content .swiper-slide p.c-descriotion {
    color: #FFF;
    font-size: 2.9vw;
    line-height: 1.8;
    padding: 0 0 0 33vw;
    position: relative;
    text-align: justify;
    z-index: 3
}

#sp-nav-content .swiper-slide .bg_slide_wrap {
    opacity: 1
}

#sp-nav-content .swiper-slide .bg_slide_wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .7;
    z-index: 2;
    -moz-transition: opacity .4s ease .1s;
    -o-transition: opacity .4s ease .1s;
    -webkit-transition: opacity .4s ease;
    -webkit-transition-delay: .1s;
    transition: opacity .4s ease .1s
}

#sp-nav-content .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.sp-menu-active #sp-nav-content .swiper-slide.swiper-slide-active {
    pointer-events: auto
}

.sp-menu-active #sp-nav-content .swiper-slide.swiper-slide-active .bg-sp-c-menu {
    pointer-events: auto
}

#sp-nav-content .swiper-slide .bg-sp-c-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0
}

@media screen and (max-width: 640px) {
    body::before {
        content:"";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        opacity: 0;
        pointer-events: none;
        -moz-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        -webkit-transition: opacity .4s ease;
        transition: opacity .4s ease;
        background-color: rgba(0,0,0,0.95)
    }

    body.sp-menu-active::before {
        opacity: 1
    }
}

#wrap {
    opacity: 1;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

@media screen and (min-width: 640px) {
    .header_hover.scl #wrap {
        opacity:.2
    }
}

main {
    opacity: 0;
    top: 10px;
    position: relative
}

@media screen and (min-width: 640px) {
    main {
        margin:0 auto;
        padding: 180px 0 100px;
        -moz-transition: padding .4s ease;
        -o-transition: padding .4s ease;
        -webkit-transition: padding .4s ease;
        transition: padding .4s ease
    }

    main.page-about {
        padding: 0 0 100px
    }
}

@media screen and (max-width: 640px) {
    main {
        margin:0 auto 0;
        padding: 23vw 0 30vw;
        -moz-transition: padding .4s ease;
        -o-transition: padding .4s ease;
        -webkit-transition: padding .4s ease;
        transition: padding .4s ease
    }

    main.page-about {
        padding: 0 0 30vw
    }

    main.single-article,.page-template-page-shop-gallery-list main {
        padding: 23vw 0 30vw
    }
}

#cover {
    position: fixed;
    opacity: 0;
    -moz-transition: opacity 1s ease .5s;
    -o-transition: opacity 1s ease .5s;
    -webkit-transition: opacity 1s ease;
    -webkit-transition-delay: .5s;
    transition: opacity 1s ease .5s
}

.loaded #cover {
    opacity: 1
}

#cover.size-L {
    width: 100%
}

@media screen and (min-width: 640px) {
    #cover.size-L {
        height:calc( 100vh - 170px ) !important;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width: 640px) {
    #cover.size-L {
        height:100svh !important;
        right: 0;
        bottom: 0
    }
}

@media screen and (min-width: 640px) {
    #cover.full {
        height:calc( 100vh - 170px ) !important;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width: 640px) {
    #cover.full {
        height:120svh !important;
        right: 0;
        bottom: 0
    }
}

#cover img {
    display: block
}

#cover img.cover {
    object-fit: cover
}

#cover img.contain {
    object-fit: contain
}

#cover img.full {
    width: 100%;
    height: 100%
}

#cover img.size-L {
    width: 80%;
    height: 80%;
    position: absolute;
    right: 50px;
    top: 5%;
    object-position: right bottom
}

#cover #cover_pic {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    bottom: 0;
    left: 0
}

@media screen and (min-width: 640px) {
    #cover #cover_pic {
        inset:0;
        height: 100%
    }
}

@media screen and (max-width: 640px) {
    #cover #cover_pic {
        height:42vh
    }
}

@media screen and (max-width: 321px) {
    #cover #cover_pic {
        height:36vh
    }
}

.tp {
    opacity: 0;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    -moz-transition: opacity .6s ease .55s;
    -o-transition: opacity .6s ease .55s;
    -webkit-transition: opacity .6s ease;
    -webkit-transition-delay: .55s;
    transition: opacity .6s ease .55s
}

.first-load .tp {
    opacity: 1
}

@media screen and (min-width: 640px) {
    .tp {
        display:none !important
    }
}

@media screen and (max-width: 640px) {
    .tp {
        width:94vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        position: fixed;
        top: 5vw;
        left: 3vw;
        z-index: 800;
        font-size: 2.5vw
    }

    .tp.c {
        top: 9.5vw;
        font-size: 2.5vw;
        font-weight: 300
    }

    .tp li {
        color: #000;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        -moz-transition: color .4s ease,opacity .4s ease;
        -o-transition: color .4s ease,opacity .4s ease;
        -webkit-transition: color .4s ease,opacity .4s ease;
        transition: color .4s ease,opacity .4s ease
    }

    .sp-menu-active .tp li {
        color: #FFF
    }

    .tp li a,.tp li span {
        color: #000;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        padding: 2vw;
        -moz-transition: color .4s ease,opacity .4s ease;
        -o-transition: color .4s ease,opacity .4s ease;
        -webkit-transition: color .4s ease,opacity .4s ease;
        transition: color .4s ease,opacity .4s ease
    }

    .sp-menu-active .tp li a,.sp-menu-active .tp li span {
        color: #FFF
    }

    .tp li a {
        opacity: .4
    }

    .tp li a+a {
        margin-left: -3vw
    }

    .tp li a+a::before {
        content: ",";
        display: block;
        margin-right: 1vw
    }

    .tp li span {
        opacity: .7
    }

    .tp li::after {
        opacity: .3;
        content: "/";
        display: block
    }

    .tp li:last-of-type a,.tp li:last-of-type span {
        opacity: 1
    }

    .tp li:last-of-type::after {
        display: none
    }
}

#bottom_info {
    color: #000;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    position: fixed;
    opacity: 0;
    z-index: 800;
    -moz-transition: opacity .6s ease 1.5s;
    -o-transition: opacity .6s ease 1.5s;
    -webkit-transition: opacity .6s ease;
    -webkit-transition-delay: 1.5s;
    transition: opacity .6s ease 1.5s
}

.first-load #bottom_info {
    opacity: 1
}

@media screen and (min-width: 640px) {
    #bottom_info {
        bottom:30px;
        left: 50px;
        font-size: 11px
    }

    #bottom_info.white {
        color: #FFF
    }

    #bottom_info.white a {
        color: #FFF
    }

    #bottom_info.black {
        color: #000
    }

    #bottom_info.black a {
        color: #000
    }

    #bottom_info .bottom_info_wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }
}

@media screen and (max-width: 1080px) {
    #bottom_info {
        left:30px
    }
}

@media screen and (max-width: 640px) {
    #bottom_info {
        color:#000;
        top: 35.5vw;
        right: 5vw;
        font-size: 2.9vw;
        text-align: left;
        line-height: 1.4;
        height: 40vw;
        width: 45vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
        text-align: left;
        left: inherit
    }
}

.sp-menu-active #bottom_info {
    opacity: 0;
    pointer-events: none
}

#bottom_info .date {
    -moz-transition: opacity .4s ease,color .4s ease;
    -o-transition: opacity .4s ease,color .4s ease;
    -webkit-transition: opacity .4s ease,color .4s ease;
    transition: opacity .4s ease,color .4s ease
}

@media screen and (min-width: 640px) {
    #bottom_info .date {
        font-size:11px;
        margin-right: 10px
    }
}

@media screen and (max-width: 640px) {
    #bottom_info .date {
        font-size:2.5vw;
        margin: 0 0 1vw
    }
}

#bottom_info h3 {
    -moz-transition: opacity .4s ease,color .4s ease;
    -o-transition: opacity .4s ease,color .4s ease;
    -webkit-transition: opacity .4s ease,color .4s ease;
    transition: opacity .4s ease,color .4s ease
}

@media screen and (min-width: 640px) {
    #bottom_info h3 {
        font-size:11px
    }
}

@media screen and (max-width: 640px) {
    #bottom_info h3 {
        font-size:2.9vw
    }
}

#bottom_info a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    opacity: 1;
    width: fit-content;
    position: relative;
    overflow: hidden;
    -moz-transition: color .4s ease,opacity .4s ease;
    -o-transition: color .4s ease,opacity .4s ease;
    -webkit-transition: color .4s ease,opacity .4s ease;
    transition: color .4s ease,opacity .4s ease
}

@media screen and (max-width: 640px) {
    #bottom_info a {
        color:#000
    }
}

@media screen and (min-width: 640px) {
    #bottom_info a::before {
        content:"";
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(0,0,0,0.2);
        position: absolute;
        bottom: 0;
        right: 0;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }
}

@media only screen and (min-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    #bottom_info a::before {
        height:.5px
    }
}

@media screen and (min-width: 640px) {
    #bottom_info a::after {
        content:"";
        display: block;
        width: 0;
        height: 1px;
        background-color: rgba(0,0,0,0.4);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }
}

@media only screen and (min-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    #bottom_info a::after {
        height:.5px
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    #bottom_info a:hover {
        opacity:.5
    }

    #bottom_info a:hover::before {
        width: 0%
    }

    #bottom_info a:hover::after {
        width: 100%
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    #bottom_info a:active {
        opacity:.5
    }

    #bottom_info a:active::before {
        width: 0%
    }

    #bottom_info a:active::after {
        width: 100%
    }
}

#footer {
    font-family: "CRegular","Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif
}

@media screen and (min-width: 640px) {
    #footer {
        font-size:11px;
        text-align: right;
        position: absolute;
        bottom: 30px;
        right: 50px;
        opacity: 0;
        -moz-transition: opacity .4s ease,color .4s ease;
        -o-transition: opacity .4s ease,color .4s ease;
        -webkit-transition: opacity .4s ease,color .4s ease;
        transition: opacity .4s ease,color .4s ease
    }

    #footer.white {
        color: #FFF
    }

    #footer.white .copyright {
        color: #FFF
    }

    #footer.white a {
        color: #FFF
    }

    #footer.white .footer_nav ul li a {
        color: #FFF
    }

    #footer.white .footer_nav ul li a::before {
        background-color: rgba(255,255,255,0.2)
    }

    #footer.white .footer_nav ul li a::after {
        background-color: rgba(255,255,255,0.4)
    }

    #footer.black {
        color: #000
    }

    #footer.black .copyright {
        color: #000
    }

    #footer.black a {
        color: #000
    }

    #footer.black .footer_nav ul li a {
        color: #000
    }

    #footer.black .footer_nav ul li a::before {
        background-color: rgba(0,0,0,0.2)
    }

    #footer.black .footer_nav ul li a::after {
        background-color: rgba(0,0,0,0.4)
    }

    body.home #footer {
        position: fixed
    }

    body.loaded #footer {
        opacity: 1 !important;
        -moz-transition: opacity .4s ease .4s,color .4s ease;
        -o-transition: opacity .4s ease .4s,color .4s ease;
        -webkit-transition: opacity .4s ease,color .4s ease;
        -webkit-transition-delay: .4s,0s;
        transition: opacity .4s ease .4s,color .4s ease
    }
}

@media screen and (max-width: 1080px) {
    #footer {
        right:30px
    }
}

@media screen and (max-width: 640px) {
    #footer {
        font-family:"Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
        position: absolute;
        bottom: 5vw;
        right: 5vw;
        opacity: 1;
        -moz-transition: opacity .4s ease,color .4s ease;
        -o-transition: opacity .4s ease,color .4s ease;
        -webkit-transition: opacity .4s ease,color .4s ease;
        transition: opacity .4s ease,color .4s ease
    }

    .home #footer {
        opacity: 0;
        pointer-events: none
    }
}

.copyright {
    color: #000;
    letter-spacing: 0.01em;
    line-height: 100%;
    z-index: 100;
    opacity: 1;
    z-index: 2;
    -moz-transition: opacity .4s ease,color .4s ease;
    -o-transition: opacity .4s ease,color .4s ease;
    -webkit-transition: opacity .4s ease,color .4s ease;
    transition: opacity .4s ease,color .4s ease
}

@media screen and (min-width: 640px) {
    .copyright {
        font-size:11px;
        margin-right: -4px
    }
}

@media screen and (max-width: 640px) {
    .copyright {
        position:relative;
        font-size: 2.7vw;
        margin: 0 -.7vw 0 0;
        padding-bottom: 2vw;
        text-align: center
    }
}

.home .copyright {
    color: #000
}

.footer_nav {
    font-size: 11px;
    margin-bottom: 10px
}

@media screen and (max-width: 640px) {
    .footer_nav {
        font-size:2.7vw;
        margin-bottom: 2vw
    }
}

.footer_nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.footer_nav ul li {
    margin-left: 15px
}

.footer_nav ul li a {
    color: #000;
    opacity: 1;
    width: fit-content;
    position: relative;
    overflow: hidden;
    -moz-transition: color .4s ease,opacity .4s ease;
    -o-transition: color .4s ease,opacity .4s ease;
    -webkit-transition: color .4s ease,opacity .4s ease;
    transition: color .4s ease,opacity .4s ease
}

@media screen and (min-width: 640px) {
    .footer_nav ul li a::before {
        content:"";
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgba(0,0,0,0.2);
        position: absolute;
        bottom: -2px;
        right: 0;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }
}

@media only screen and (min-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .footer_nav ul li a::before {
        height:.5px
    }
}

@media screen and (min-width: 640px) {
    .footer_nav ul li a::after {
        content:"";
        display: block;
        width: 0;
        height: 1px;
        background-color: rgba(0,0,0,0.4);
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 1;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -webkit-transition: all .6s ease;
        transition: all .6s ease
    }
}

@media only screen and (min-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .footer_nav ul li a::after {
        height:.5px
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    .footer_nav ul li a:hover {
        opacity:.5
    }

    .footer_nav ul li a:hover::before {
        width: 0%
    }

    .footer_nav ul li a:hover::after {
        width: 100%
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    .footer_nav ul li a:active {
        opacity:.5
    }

    .footer_nav ul li a:active::before {
        width: 0%
    }

    .footer_nav ul li a:active::after {
        width: 100%
    }
}

.bg_slide_wrap {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    z-index: 2;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.bg_slide_wrap.slide_1 {
    width: 100vw
}

.bg_slide_wrap.slide_1 .bg_slide li {
    width: 100vw;
    height: 100vh
}

.bg_slide_wrap.slide_2 {
    width: 300vh
}

.bg_slide_wrap.slide_2 .bg_slide {
    animation: slide_x2 30s linear infinite
}

.bg_slide_wrap.slide_3 {
    width: 450vh
}

.bg_slide_wrap.slide_3 .bg_slide {
    animation: slide_x3 40s linear infinite
}

.bg_slide_wrap.slide_4 {
    width: 600vh
}

.bg_slide_wrap.slide_4 .bg_slide {
    animation: slide_x4 50s linear infinite
}

.bg_slide_wrap.slide_5 {
    width: 750vh
}

.bg_slide_wrap.slide_5 .bg_slide {
    animation: slide_x5 60s linear infinite
}

.bg_slide_wrap.slide_6 {
    width: 900vh
}

.bg_slide_wrap.slide_6 .bg_slide {
    animation: slide_x6 70s linear infinite
}

.bg_slide_wrap.slide_7 {
    width: 1050vh
}

.bg_slide_wrap.slide_7 .bg_slide {
    animation: slide_x7 80s linear infinite
}

.bg_slide_wrap.slide_8 {
    width: 1200vh
}

.bg_slide_wrap.slide_8 .bg_slide {
    animation: slide_x8 90s linear infinite
}

.bg_slide_wrap.slide_9 {
    width: 1350vh
}

.bg_slide_wrap.slide_9 .bg_slide {
    animation: slide_x9 100s linear infinite
}

.bg_slide_wrap.slide_10 {
    width: 1500vh
}

.bg_slide_wrap.slide_10 .bg_slide {
    animation: slide_x10 110s linear infinite
}

.bg_slide_wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    z-index: 2;
    -moz-transition: opacity .4s ease .1s;
    -o-transition: opacity .4s ease .1s;
    -webkit-transition: opacity .4s ease;
    -webkit-transition-delay: .1s;
    transition: opacity .4s ease .1s
}

.bg_slide_wrap .bg_slide {
    display: flex;
    align-items: center
}

.bg_slide_wrap .bg_slide li {
    width: 150vh;
    height: 100vh
}

.first-loaded .bg_slide_wrap.nav_bg_active {
    opacity: 1
}

.bg_slide_wrap.nav_bg_active::before {
    opacity: .65;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

body.nav_bg_active .bg_slide_wrap .txt {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: opacity .4s ease,-moz-transform .4s ease;
    -o-transition: opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: opacity .4s ease,transform .4s ease
}

.first-loaded body.nav_bg_active .bg_slide_wrap .txt {
    opacity: 1
}

.bg_slide_wrap .txt {
    width: 400px;
    text-align: left;
    color: #FFF;
    position: absolute;
    top: 170px;
    left: 50px;
    z-index: 10;
    opacity: 0;
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    -moz-transition: opacity .2s ease .2s,-moz-transform .2s ease .2s;
    -o-transition: opacity .2s ease .2s,-o-transform .2s ease .2s;
    -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
    -webkit-transition-delay: .2s,.2s;
    transition: opacity .2s ease .2s,transform .2s ease .2s
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .bg_slide_wrap .txt {
        border-width:.5px
    }
}

.bg_slide_wrap .txt h5 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 5px
}

.bg_slide_wrap .txt p {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 12px;
    line-height: 1.7;
    text-align: justify;
    text-shadow: 0 0 15px rgba(0,0,0,0.8)
}

@keyframes slide_x2 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-300vh)
    }
}

@keyframes slide_x3 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-450vh)
    }
}

@keyframes slide_x4 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-600vh)
    }
}

@keyframes slide_x5 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-750vh)
    }
}

@keyframes slide_x6 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-900vh)
    }
}

@keyframes slide_x7 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-1050vh)
    }
}

@keyframes slide_x8 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-1200vh)
    }
}

@keyframes slide_x9 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-1350vh)
    }
}

@keyframes slide_x9 {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-1500vh)
    }
}

.shop_txt_list {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2
}

@media screen and (max-width: 640px) {
    .shop_txt_list {
        display:none !important
    }
}

.shop_bg_list,.brand_bg_list {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2
}

@media screen and (max-width: 640px) {
    .shop_bg_list,.brand_bg_list {
        display:none !important
    }
}

body.nav_bg_active .shop_bg_list li::after,body.nav_bg_active .brand_bg_list li::after {
    opacity: .5;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

body.nav_bg_active .shop_bg_list li .txt,body.nav_bg_active .brand_bg_list li .txt {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: opacity .4s ease,-moz-transform .4s ease;
    -o-transition: opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: opacity .4s ease,transform .4s ease
}

.shop_bg_list li,.brand_bg_list li {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.shop_bg_list li.nav_bg_active,.brand_bg_list li.nav_bg_active {
    opacity: 1;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

body.nav_bg_active .shop_bg_list li.nav_bg_active,body.nav_bg_active .brand_bg_list li.nav_bg_active {
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

body.nav_bg_active .shop_bg_list li,body.nav_bg_active .brand_bg_list li {
    -moz-transition: opacity .2s ease .2s;
    -o-transition: opacity .2s ease .2s;
    -webkit-transition: opacity .2s ease;
    -webkit-transition-delay: .2s;
    transition: opacity .2s ease .2s
}

.shop_bg_list li span.bg_full,.brand_bg_list li span.bg_full {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0
}

.shop_bg_list li::after,.brand_bg_list li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    z-index: 2;
    -moz-transition: opacity .4s ease .1s;
    -o-transition: opacity .4s ease .1s;
    -webkit-transition: opacity .4s ease;
    -webkit-transition-delay: .1s;
    transition: opacity .4s ease .1s
}

.shop_bg_list li .txt,.brand_bg_list li .txt {
    width: 400px;
    text-align: left;
    color: #FFF;
    position: absolute;
    top: 170px;
    left: 50px;
    z-index: 10;
    opacity: 0;
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    -moz-transition: opacity .2s ease .2s,-moz-transform .2s ease .2s;
    -o-transition: opacity .2s ease .2s,-o-transform .2s ease .2s;
    -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
    -webkit-transition-delay: .2s,.2s;
    transition: opacity .2s ease .2s,transform .2s ease .2s
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .shop_bg_list li .txt,.brand_bg_list li .txt {
        border-width:.5px
    }
}

.shop_bg_list li .txt h5,.brand_bg_list li .txt h5 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 5px
}

.shop_bg_list li .txt p,.brand_bg_list li .txt p {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 12px;
    line-height: 1.7;
    text-align: justify;
    text-shadow: 0 0 15px rgba(0,0,0,0.8)
}

.fancybox__container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 888
}

.fancybox__content {
    background: transparent
}

.fancybox__backdrop {
    background: url(../img/bg.png) center center repeat #EEE;
    background-size: 300px 300px
}

.fancybox__content>.carousel__button.is-close {
    color: #000;
    position: fixed !important
}

.fancybox__content>.carousel__button.is-close svg {
    filter: none;
    stroke-width: 1px
}

@media screen and (min-width: 640px) {
    .fancybox__content>.carousel__button.is-close {
        top:40px;
        right: 40px
    }
}

@media screen and (max-width: 640px) {
    .fancybox__content>.carousel__button.is-close {
        top:20px;
        right: 20px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,0.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0,0,0,0.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0,0,0,0.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0,0,0,0.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.swiper-button-next,.swiper-button-prev {
    color: #FFF
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-size: 20px
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background-color: #FFF;
    border-radius: 999px;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFF;
    width: 15px
}

.swiper-pagination {
    bottom: 3px !important
}

.for-status-bars {
    position: fixed;
    top: 0;
    pointer-events: none;
    height: 5px;
    width: 100%;
    background-color: #000;
    mix-blend-mode: lighten
}

.for-tab-bars {
    position: fixed;
    bottom: 0;
    pointer-events: none;
    height: 4px;
    width: 100%;
    background-color: #000;
    mix-blend-mode: lighten
}

#works-category_list {
    opacity: 0;
    pointer-events: none;
    will-change: opacity, top, left;
    -moz-transition: opacity .5s ease,top .5s ease,left .5s ease;
    -o-transition: opacity .5s ease,top .5s ease,left .5s ease;
    -webkit-transition: opacity .5s ease,top .5s ease,left .5s ease;
    transition: opacity .5s ease,top .5s ease,left .5s ease;
    position: fixed;
    mix-blend-mode: multiply
}

@media screen and (min-width: 640px) {
    #works-category_list {
        top:130px;
        left: 50px;
        z-index: 2
    }

    .post-type-archive-works #works-category_list,.tax-works-category #works-category_list,.single-works #works-category_list {
        opacity: 1;
        pointer-events: auto;
        left: 50px
    }

    .post-type-archive-works.scl #works-category_list,.tax-works-category.scl #works-category_list,.single-works.scl #works-category_list {
        top: 115px
    }

    .nav-hover #works-category_list {
        opacity: .05;
        will-change: opacity;
        -moz-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        -webkit-transition: opacity .4s ease;
        transition: opacity .4s ease
    }
}

#works-category_list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

#works-category_list ul li {
    opacity: 0;
    margin: 0 15px 0 0;
    -moz-transform: translate(10px, 5px);
    -ms-transform: translate(10px, 5px);
    -webkit-transform: translate(10px, 5px);
    transform: translate(10px, 5px);
    will-change: opacity, transform;
    -moz-transition: opacity .4s ease,-moz-transform .4s ease;
    -o-transition: opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: opacity .4s ease,transform .4s ease
}

.post-type-archive-works #works-category_list ul li,.tax-works-category #works-category_list ul li,.single-works #works-category_list ul li {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.post-type-archive-works #works-category_list ul li:first-child,.tax-works-category #works-category_list ul li:first-child,.single-works #works-category_list ul li:first-child {
    -moz-transition: opacity .4s ease,-moz-transform .4s ease;
    -o-transition: opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: opacity .4s ease,transform .4s ease
}

.post-type-archive-works #works-category_list ul li:nth-child(2),.tax-works-category #works-category_list ul li:nth-child(2),.single-works #works-category_list ul li:nth-child(2) {
    -moz-transition: opacity .4s ease .05s,-moz-transform .4s ease .05s;
    -o-transition: opacity .4s ease .05s,-o-transform .4s ease .05s;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: .05s,.05s;
    transition: opacity .4s ease .05s,transform .4s ease .05s
}

.post-type-archive-works #works-category_list ul li:nth-child(3),.tax-works-category #works-category_list ul li:nth-child(3),.single-works #works-category_list ul li:nth-child(3) {
    -moz-transition: opacity .4s ease .1s,-moz-transform .4s ease .1s;
    -o-transition: opacity .4s ease .1s,-o-transform .4s ease .1s;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: .1s,.1s;
    transition: opacity .4s ease .1s,transform .4s ease .1s
}

.post-type-archive-works #works-category_list ul li:nth-child(4),.tax-works-category #works-category_list ul li:nth-child(4),.single-works #works-category_list ul li:nth-child(4) {
    -moz-transition: opacity .4s ease .15s,-moz-transform .4s ease .15s;
    -o-transition: opacity .4s ease .15s,-o-transform .4s ease .15s;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: .15s,.15s;
    transition: opacity .4s ease .15s,transform .4s ease .15s
}

.post-type-archive-works #works-category_list ul li:nth-child(5),.tax-works-category #works-category_list ul li:nth-child(5),.single-works #works-category_list ul li:nth-child(5) {
    -moz-transition: opacity .4s ease .2s,-moz-transform .4s ease .2s;
    -o-transition: opacity .4s ease .2s,-o-transform .4s ease .2s;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: .2s,.2s;
    transition: opacity .4s ease .2s,transform .4s ease .2s
}

.post-type-archive-works #works-category_list ul li:nth-child(6),.tax-works-category #works-category_list ul li:nth-child(6),.single-works #works-category_list ul li:nth-child(6) {
    -moz-transition: opacity .4s ease .25s,-moz-transform .4s ease .25s;
    -o-transition: opacity .4s ease .25s,-o-transform .4s ease .25s;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: .25s,.25s;
    transition: opacity .4s ease .25s,transform .4s ease .25s
}

.post-type-archive-works #works-category_list ul li:nth-child(7),.tax-works-category #works-category_list ul li:nth-child(7),.single-works #works-category_list ul li:nth-child(7) {
    -moz-transition: opacity .4s ease .3s,-moz-transform .4s ease .3s;
    -o-transition: opacity .4s ease .3s,-o-transform .4s ease .3s;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: .3s,.3s;
    transition: opacity .4s ease .3s,transform .4s ease .3s
}

.post-type-archive-works #works-category_list ul li:nth-child(8),.tax-works-category #works-category_list ul li:nth-child(8),.single-works #works-category_list ul li:nth-child(8) {
    -moz-transition: opacity .4s ease .35s,-moz-transform .4s ease .35s;
    -o-transition: opacity .4s ease .35s,-o-transform .4s ease .35s;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    -webkit-transition-delay: .35s,.35s;
    transition: opacity .4s ease .35s,transform .4s ease .35s
}

#works-category_list ul li a {
    color: #AAA;
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 1;
    padding: 0;
    position: relative;
    will-change: color, font-size;
    -moz-transition: color .4s ease,font-size .4s ease;
    -o-transition: color .4s ease,font-size .4s ease;
    -webkit-transition: color .4s ease,font-size .4s ease;
    transition: color .4s ease,font-size .4s ease
}

#works-category_list ul li a sup {
    font-size: 60%;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
    top: 0.7em;
    padding-left: 1px
}

.scl #works-category_list ul li a {
    font-size: 13px
}

.scl #works-category_list ul li a sup {
    top: 0.8em
}

@media (hover: hover) {
    #works-category_list ul li a:hover {
        color:#000
    }
}

@media (hover: none) {
    #works-category_list ul li a:active {
        color:#000
    }
}

.post-type-archive-works #works-category_list ul li.cat-item-all a,.term-1 #works-category_list ul li.cat-item-1 a,.term-2 #works-category_list ul li.cat-item-2 a,.term-3 #works-category_list ul li.cat-item-3 a,.term-4 #works-category_list ul li.cat-item-4 a,.term-5 #works-category_list ul li.cat-item-5 a,.term-6 #works-category_list ul li.cat-item-6 a,.term-7 #works-category_list ul li.cat-item-7 a,.term-8 #works-category_list ul li.cat-item-8 a,.term-9 #works-category_list ul li.cat-item-9 a,.term-10 #works-category_list ul li.cat-item-10 a {
    color: #000
}

@media screen and (min-width: 640px) {
    .article-list {
        padding-right:50px;
        padding-left: 50px
    }

    .yarpp .article-list {
        padding-top: 100px
    }
}

@media screen and (max-width: 1080px) {
    .article-list {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 640px) {
    .article-list {
        padding-left:0;
        padding-right: 0
    }
}

.article-list article.scl.scl_on a .figure .img_box {
    opacity: 1
}

.article-list article.scl.scl_on a .figure img.s {
    opacity: 1
}

.article-list article a {
    display: block
}

.article-list article a .figure {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #E3EAEA
}

.single-products .article-list article a .figure {
    aspect-ratio: 3 / 2
}

.single-products .article-list article a .figure .img_box {
    aspect-ratio: 3 / 2
}

.single-products .article-list article a .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-type-archive-works .article-list article a .figure,.tax-works-category .article-list article a .figure,.single-works .article-list article a .figure {
    aspect-ratio: 5 / 3
}

.post-type-archive-works .article-list article a .figure .img_box,.tax-works-category .article-list article a .figure .img_box,.single-works .article-list article a .figure .img_box {
    aspect-ratio: 5 / 3
}

.post-type-archive-works .article-list article a .figure img,.tax-works-category .article-list article a .figure img,.single-works .article-list article a .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-list article a .figure.square,.single-publishing .article-list article a .figure {
    aspect-ratio: 1 / 1
}

.article-list article a .figure.square .img_box,.single-publishing .article-list article a .figure .img_box {
    aspect-ratio: 1 / 1
}

.article-list article a .figure.square img,.single-publishing .article-list article a .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-list article a .figure .img_box {
    opacity: 0;
    z-index: 1;
    will-change: opacity;
    position: relative;
    -moz-transition: opacity .6s ease .5s;
    -o-transition: opacity .6s ease .5s;
    -webkit-transition: opacity .6s ease;
    -webkit-transition-delay: .5s;
    transition: opacity .6s ease .5s
}

.loaded .article-list article a .figure .img_box {
    -moz-transition: opacity .4s ease .5s;
    -o-transition: opacity .4s ease .5s;
    -webkit-transition: opacity .4s ease;
    -webkit-transition-delay: .5s;
    transition: opacity .4s ease .5s
}

.article-list article a .figure img.s {
    width: 100%;
    opacity: 1;
    position: relative;
    z-index: 1;
    will-change: opacity;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.archive-publishing .article-list article a .figure .color-box {
    background-color: #676B6E
}

.article-list article a .figure .color-box,.article-list article a .figure .color-box-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    will-change: opacity
}

.article-list article a .figure::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 48%;
    margin: -12px 0 0 -7px;
    opacity: 0;
    will-change: opacity, left;
    -moz-transition: opacity .4s ease,left .4s ease;
    -o-transition: opacity .4s ease,left .4s ease;
    -webkit-transition: opacity .4s ease,left .4s ease;
    transition: opacity .4s ease,left .4s ease;
    z-index: 2;
    background: url(../img/arrow-rw.svg) center center/contain no-repeat
}

.article-list article a .figure.white::before {
    background: url(../img/arrow-rw.svg) center center/contain no-repeat
}

.article-list article a .figure.black::before {
    background: url(../img/arrow-r.svg) center center/contain no-repeat
}

@media screen and (min-width: 640px) {
    .article-list article a:hover .figure img.s {
        opacity:.05 !important;
        -moz-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        -webkit-transition: opacity .4s ease;
        transition: opacity .4s ease
    }

    .article-list article a:hover .figure::before {
        opacity: 1;
        left: 50%
    }

    .article-list article a:hover .figure .color-box,.article-list article a:hover .figure .color-box-2 {
        opacity: 1
    }
}

.article-list h2.tit_recruit {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1;
    margin: 0 0 20px;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

@media screen and (min-width: 640px) {
    .works-list,.wholesale-list,.recruit-list {
        width:100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start
    }

    .yarpp .works-list,.yarpp .wholesale-list,.yarpp .recruit-list {
        padding-top: 100px
    }
}

@media screen and (min-width: 1200px) {
    .works-list::after,.wholesale-list::after,.recruit-list::after {
        content:"";
        display: block;
        width: calc( 33.3333% - 23px );
        margin: 0 0 50px
    }
}

@media screen and (min-width: 1650px) {
    .works-list::before,.wholesale-list::before,.recruit-list::before {
        content:"";
        display: block;
        width: calc( 25% - 23px );
        margin: 0 0 50px;
        order: 1
    }

    .works-list::after,.wholesale-list::after,.recruit-list::after {
        content: "";
        display: block;
        width: calc( 25% - 23px );
        margin: 0 0 50px
    }
}

@media screen and (max-width: 1080px) {
    .works-list::after,.wholesale-list::after,.recruit-list::after {
        content:"";
        display: block;
        width: calc( 33.3333% - 15px );
        margin: 0 0 30px
    }
}

@media screen and (max-width: 640px) {
    .works-list,.wholesale-list,.recruit-list {
        width:90vw;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start
    }

    .works-list::after,.wholesale-list::after,.recruit-list::after {
        display: none
    }
}

.works-list .works_intro,.wholesale-list .works_intro,.recruit-list .works_intro {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    line-height: 2;
    text-align: justify
}

@media screen and (min-width: 640px) {
    .works-list .works_intro,.wholesale-list .works_intro,.recruit-list .works_intro {
        width:100%;
        font-size: 12px;
        letter-spacing: 0.05em;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 640px) {
    .works-list .works_intro,.wholesale-list .works_intro,.recruit-list .works_intro {
        width:90vw;
        font-size: 3.4vw;
        font-weight: 600;
        margin: 5vw auto 10vw
    }

    .tax-works-category .works-list .works_intro,.tax-works-category .wholesale-list .works_intro,.tax-works-category .recruit-list .works_intro {
        margin-bottom: 6vw
    }
}

.works-list .works_intro h1,.wholesale-list .works_intro h1,.recruit-list .works_intro h1 {
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.3;
    margin: 0;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

@media screen and (max-width: 640px) {
    .works-list .works_intro h1,.wholesale-list .works_intro h1,.recruit-list .works_intro h1 {
        font-size:5vw;
        font-weight: 500;
        letter-spacing: normal
    }
}

.works-list .works_intro h1 small,.wholesale-list .works_intro h1 small,.recruit-list .works_intro h1 small {
    font-size: 12px
}

@media screen and (max-width: 640px) {
    .works-list .works_intro h1 small,.wholesale-list .works_intro h1 small,.recruit-list .works_intro h1 small {
        font-size:3vw
    }
}

.works-list .works_intro h1 span.s,.wholesale-list .works_intro h1 span.s,.recruit-list .works_intro h1 span.s {
    color: #999;
    font-weight: 300
}

.works-list .works_intro h1 a,.wholesale-list .works_intro h1 a,.recruit-list .works_intro h1 a {
    color: #000;
    opacity: .5;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

@media screen and (min-width: 640px) and (hover: hover) {
    .works-list .works_intro h1 a:hover,.wholesale-list .works_intro h1 a:hover,.recruit-list .works_intro h1 a:hover {
        opacity:1
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    .works-list .works_intro h1 a:active,.wholesale-list .works_intro h1 a:active,.recruit-list .works_intro h1 a:active {
        opacity:1
    }
}

@media screen and (min-width: 640px) {
    .works-list .works_intro .works_intro_wrap,.wholesale-list .works_intro .works_intro_wrap,.recruit-list .works_intro .works_intro_wrap {
        margin:20px 0 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 640px) {
    .works-list .works_intro .works_intro_wrap,.wholesale-list .works_intro .works_intro_wrap,.recruit-list .works_intro .works_intro_wrap {
        margin:4vw 0 0
    }
}

@media screen and (min-width: 640px) {
    .works-list .works_intro p,.wholesale-list .works_intro p,.recruit-list .works_intro p {
        font-size:12px;
        margin-right: 30px;
        line-height: 2
    }
}

@media screen and (max-width: 640px) {
    .works-list .works_intro p,.wholesale-list .works_intro p,.recruit-list .works_intro p {
        font-size:3.4vw;
        line-height: 1.7
    }
}

.works-list .works_intro .btn_wrap,.wholesale-list .works_intro .btn_wrap,.recruit-list .works_intro .btn_wrap {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (max-width: 1080px) {
    .works-list .works_intro .btn_wrap,.wholesale-list .works_intro .btn_wrap,.recruit-list .works_intro .btn_wrap {
        margin-top:15px;
        margin-left: -3px
    }
}

@media screen and (max-width: 640px) {
    .works-list .works_intro .btn_wrap,.wholesale-list .works_intro .btn_wrap,.recruit-list .works_intro .btn_wrap {
        margin:5vw 0 0 -1vw;
        justify-content: flex-start
    }
}

.works-list .works_intro .btn,.wholesale-list .works_intro .btn,.recruit-list .works_intro .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 0 0;
    position: relative;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 9999px;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    color: #000;
    letter-spacing: .05em;
    line-height: 1;
    background-color: transparent;
    opacity: 1;
    -moz-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -o-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -webkit-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .works-list .works_intro .btn,.wholesale-list .works_intro .btn,.recruit-list .works_intro .btn {
        border-width:.5px
    }
}

@media screen and (min-width: 640px) {
    .works-list .works_intro .btn,.wholesale-list .works_intro .btn,.recruit-list .works_intro .btn {
        font-size:10px;
        padding: 12px 34px 12px 15px;
        margin-right: 5px
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    .works-list .works_intro .btn:hover,.wholesale-list .works_intro .btn:hover,.recruit-list .works_intro .btn:hover {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 12px 40px 12px 15px
    }

    .works-list .works_intro .btn:hover span::after,.wholesale-list .works_intro .btn:hover span::after,.recruit-list .works_intro .btn:hover span::after {
        right: 15px
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    .works-list .works_intro .btn:active,.wholesale-list .works_intro .btn:active,.recruit-list .works_intro .btn:active {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 12px 44px 12px 15px
    }

    .works-list .works_intro .btn:active span::after,.wholesale-list .works_intro .btn:active span::after,.recruit-list .works_intro .btn:active span::after {
        right: 15px
    }
}

@media screen and (max-width: 640px) {
    .works-list .works_intro .btn,.wholesale-list .works_intro .btn,.recruit-list .works_intro .btn {
        font-size:2.9vw;
        padding: 3.5vw 10vw 3.5vw 4.5vw;
        margin-right: 2vw
    }
}

.works-list .works_intro .btn span,.wholesale-list .works_intro .btn span,.recruit-list .works_intro .btn span {
    display: flex;
    justify-content: center;
    align-items: center
}

.works-list .works_intro .btn span::after,.wholesale-list .works_intro .btn span::after,.recruit-list .works_intro .btn span::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    margin: 0;
    position: absolute;
    right: 15px;
    z-index: 2;
    background: url(../img/arrow-r.svg) center center/contain no-repeat;
    will-change: opacity, right;
    -moz-transition: opacity .4s ease,right .4s ease;
    -o-transition: opacity .4s ease,right .4s ease;
    -webkit-transition: opacity .4s ease,right .4s ease;
    transition: opacity .4s ease,right .4s ease
}

.works-list .recruit-empty,.wholesale-list .recruit-empty,.recruit-list .recruit-empty {
    width: 100%;
    text-align: left;
    font-size: 13px
}

@media screen and (max-width: 640px) {
    .works-list .recruit-empty,.wholesale-list .recruit-empty,.recruit-list .recruit-empty {
        font-size:3.5vw
    }
}

.works-list article.scl,.wholesale-list article.scl,.recruit-list article.scl {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -moz-transition: opacity .4s ease,-moz-transform .4s ease;
    -o-transition: opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: opacity .4s ease,transform .4s ease
}

.loaded .works-list article.scl.scl_on,.loaded .wholesale-list article.scl.scl_on,.loaded .recruit-list article.scl.scl_on {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (min-width: 640px) {
    .works-list article,.wholesale-list article,.recruit-list article {
        width:calc( 50% - 20px );
        margin: 0 0 40px
    }
}

@media screen and (min-width: 1200px) {
    .works-list article,.wholesale-list article,.recruit-list article {
        width:calc( 33.3333% - 23px );
        margin: 0 0 30px
    }
}

@media screen and (min-width: 1650px) {
    .works-list article,.wholesale-list article,.recruit-list article {
        width:calc( 25% - 23px );
        margin: 0 0 30px
    }
}

@media screen and (max-width: 1080px) {
    .works-list article,.wholesale-list article,.recruit-list article {
        width:calc( 33.3333% - 15px );
        margin: 0 0 30px
    }
}

@media screen and (max-width: 640px) {
    .works-list article,.wholesale-list article,.recruit-list article {
        width:50%;
        margin: 0 0 7vw
    }
}

.works-list article.tit_block,.wholesale-list article.tit_block,.recruit-list article.tit_block {
    text-align: left;
    position: relative
}

.works-list article.tit_block h1,.wholesale-list article.tit_block h1,.recruit-list article.tit_block h1 {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.7;
    margin: 0 0 20px
}

@media screen and (max-width: 640px) {
    .works-list article.tit_block h1,.wholesale-list article.tit_block h1,.recruit-list article.tit_block h1 {
        letter-spacing:normal
    }
}

.works-list article.tit_block h1 span,.wholesale-list article.tit_block h1 span,.recruit-list article.tit_block h1 span {
    display: block;
    font-size: 12px
}

.works-list article.tit_block p,.wholesale-list article.tit_block p,.recruit-list article.tit_block p {
    font-size: 12px;
    line-height: 1.7;
    margin: 0 0 10px
}

.loaded .works-list article.tit_block,.loaded .wholesale-list article.tit_block,.loaded .recruit-list article.tit_block {
    opacity: 1
}

.loaded .works-list article.tit_block::before,.loaded .wholesale-list article.tit_block::before,.loaded .recruit-list article.tit_block::before {
    width: 100%
}

.works-list article a .txt,.wholesale-list article a .txt,.recruit-list article a .txt {
    text-align: left;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif
}

@media screen and (min-width: 640px) {
    .works-list article a .txt,.wholesale-list article a .txt,.recruit-list article a .txt {
        padding-top:15px
    }
}

@media screen and (max-width: 1080px) {
    .works-list article a .txt,.wholesale-list article a .txt,.recruit-list article a .txt {
        padding-top:8px
    }
}

@media screen and (max-width: 640px) {
    .works-list article a .txt,.wholesale-list article a .txt,.recruit-list article a .txt {
        padding-top:2.5vw;
        padding-right: 4vw
    }
}

.works-list article a .txt h3,.wholesale-list article a .txt h3,.recruit-list article a .txt h3 {
    color: #000;
    line-height: 1.5
}

@media screen and (min-width: 640px) {
    .works-list article a .txt h3,.wholesale-list article a .txt h3,.recruit-list article a .txt h3 {
        font-size:13px
    }
}

@media screen and (max-width: 640px) {
    .works-list article a .txt h3,.wholesale-list article a .txt h3,.recruit-list article a .txt h3 {
        font-size:3vw;
        line-height: 1.3
    }
}

.works-list article a .txt p.year,.works-list article a .txt p.place,.works-list article a .txt p.date,.wholesale-list article a .txt p.year,.wholesale-list article a .txt p.place,.wholesale-list article a .txt p.date,.recruit-list article a .txt p.year,.recruit-list article a .txt p.place,.recruit-list article a .txt p.date {
    color: #AAA;
    font-size: 10px;
    line-height: 1.7;
    margin: 4px 0 0
}

@media screen and (max-width: 640px) {
    .works-list article a .txt p.year,.works-list article a .txt p.place,.works-list article a .txt p.date,.wholesale-list article a .txt p.year,.wholesale-list article a .txt p.place,.wholesale-list article a .txt p.date,.recruit-list article a .txt p.year,.recruit-list article a .txt p.place,.recruit-list article a .txt p.date {
        line-height:1.5;
        font-size: 2.7vw
    }
}

.works-list article a .txt p.place+p.date,.wholesale-list article a .txt p.place+p.date,.recruit-list article a .txt p.place+p.date {
    margin-top: 0
}

@media screen and (min-width: 640px) {
    .publishing-list {
        width:100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start
    }

    .yarpp .publishing-list {
        padding-top: 100px
    }

    .publishing-list::before {
        content: "";
        display: block;
        width: calc( 25% - 20px );
        margin: 0 0 40px;
        order: 1
    }

    .publishing-list::after {
        content: "";
        display: block;
        width: calc( 25% - 20px );
        margin: 0 0 40px
    }
}

@media screen and (max-width: 640px) {
    .publishing-list {
        width:90vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto
    }

    .yarpp .publishing-list {
        padding-top: 10vw
    }
}

.publishing-list .publishing_intro {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    line-height: 2;
    text-align: justify
}

@media screen and (min-width: 640px) {
    .publishing-list .publishing_intro {
        width:100%;
        font-size: 12px;
        letter-spacing: 0.05em;
        margin-bottom: 30px
    }
}

@media screen and (max-width: 640px) {
    .publishing-list .publishing_intro {
        width:90vw;
        font-size: 3.4vw;
        font-weight: 600;
        margin: 5vw auto 10vw
    }
}

.publishing-list .publishing_intro h1 {
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.3;
    margin: 0 0 20px;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

@media screen and (max-width: 640px) {
    .publishing-list .publishing_intro h1 {
        font-size:5vw;
        font-weight: 500;
        letter-spacing: normal;
        margin: 0 0 4vw
    }
}

.publishing-list .publishing_intro h1 small {
    font-size: 12px
}

@media screen and (max-width: 640px) {
    .publishing-list .publishing_intro h1 small {
        font-size:3vw
    }
}

@media screen and (min-width: 640px) {
    .publishing-list .publishing_intro .publishing_intro_wrap {
        display:flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap
    }
}

.publishing-list .publishing_intro p {
    letter-spacing: 0.05em
}

@media screen and (min-width: 640px) {
    .publishing-list .publishing_intro p {
        font-size:12px;
        margin-right: 30px;
        line-height: 2
    }
}

@media screen and (max-width: 640px) {
    .publishing-list .publishing_intro p {
        font-size:3.4vw;
        line-height: 1.7
    }
}

.publishing-list .publishing_intro .btn_wrap {
    position: relative
}

@media screen and (max-width: 1080px) {
    .publishing-list .publishing_intro .btn_wrap {
        margin-top:15px;
        margin-left: -3px
    }
}

@media screen and (max-width: 640px) {
    .publishing-list .publishing_intro .btn_wrap {
        margin:5vw 0 0 -1vw
    }
}

.publishing-list .publishing_intro .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 0 0;
    position: relative;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 9999px;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    color: #000;
    letter-spacing: .05em;
    line-height: 1;
    background-color: transparent;
    opacity: 1;
    -moz-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -o-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -webkit-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .publishing-list .publishing_intro .btn {
        border-width:.5px
    }
}

@media screen and (min-width: 640px) {
    .publishing-list .publishing_intro .btn {
        font-size:10px;
        padding: 12px 34px 12px 15px
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    .publishing-list .publishing_intro .btn:hover {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 12px 40px 12px 15px
    }

    .publishing-list .publishing_intro .btn:hover span::after {
        right: 15px
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    .publishing-list .publishing_intro .btn:active {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 12px 44px 12px 15px
    }

    .publishing-list .publishing_intro .btn:active span::after {
        right: 15px
    }
}

@media screen and (max-width: 640px) {
    .publishing-list .publishing_intro .btn {
        font-size:2.9vw;
        padding: 3.5vw 10vw 3.5vw 4.5vw
    }
}

.publishing-list .publishing_intro .btn span {
    display: flex;
    justify-content: center;
    align-items: center
}

.publishing-list .publishing_intro .btn span::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    margin: 0;
    position: absolute;
    right: 15px;
    z-index: 2;
    background: url(../img/arrow-r.svg) center center/contain no-repeat;
    will-change: opacity, right;
    -moz-transition: opacity .4s ease,right .4s ease;
    -o-transition: opacity .4s ease,right .4s ease;
    -webkit-transition: opacity .4s ease,right .4s ease;
    transition: opacity .4s ease,right .4s ease
}

@media screen and (min-width: 640px) {
    .publishing-list article {
        width:calc( 25% - 10px );
        margin: 0 0 25px
    }
}

@media screen and (max-width: 640px) {
    .publishing-list article {
        width:50%;
        margin: 0 0 6vw
    }
}

.publishing-list article.scl {
    opacity: 0;
    will-change: opacity, transform;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -moz-transition: opacity .4s ease,-moz-transform .4s ease;
    -o-transition: opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: opacity .4s ease,transform .4s ease
}

.publishing-list article.scl.scl_on {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.publishing-list article a .txt {
    padding-top: 10px;
    text-align: left;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif
}

@media screen and (max-width: 640px) {
    .publishing-list article a .txt {
        padding-top:2.5vw;
        padding-right: 4vw
    }
}

.publishing-list article a .txt h3 {
    color: #000;
    font-size: 13px;
    line-height: 1.5
}

@media screen and (max-width: 640px) {
    .publishing-list article a .txt h3 {
        font-size:3vw;
        line-height: 1.3
    }
}

.publishing-list article a .txt p.year,.publishing-list article a .txt p.date {
    color: #AAA;
    font-size: 10px
}

@media screen and (max-width: 640px) {
    .publishing-list article a .txt p.year,.publishing-list article a .txt p.date {
        font-size:2.7vw;
        line-height: 1.5
    }
}

.shop-gallery-list {
    text-align: left
}

@media screen and (min-width: 640px) {
    .shop-gallery-list {
        width:100%;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 1080px) {
    .shop-gallery-list {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 640px) {
    .shop-gallery-list {
        padding-left:0;
        padding-right: 0
    }
}

.shop-gallery-list h1 {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.7;
    margin: 0 0 10px;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

@media screen and (max-width: 640px) {
    .shop-gallery-list h1 {
        width:90vw;
        font-size: 5vw;
        font-weight: 600;
        letter-spacing: normal;
        margin: 0 auto 2vw
    }
}

.shop-gallery-list p {
    color: #666;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.7
}

@media screen and (min-width: 640px) {
    .shop-gallery-list p {
        font-size:12px;
        margin: 0 0 2px
    }
}

@media screen and (max-width: 640px) {
    .shop-gallery-list p {
        width:90vw;
        font-size: 3.4vw;
        letter-spacing: normal;
        margin: 0 auto 2vw
    }
}

.shop-gallery-list p.last-child {
    margin-bottom: 0
}

@media screen and (min-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap {
        margin:50px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start
    }
}

@media screen and (max-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap {
        margin:6vw auto
    }
}

.shop-gallery-list .shop-gallery-list-wrap article {
    text-align: left
}

.shop-gallery-list .shop-gallery-list-wrap article.scl {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -moz-transition: opacity .4s ease,-moz-transform .4s ease;
    -o-transition: opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: opacity .4s ease,transform .4s ease
}

.shop-gallery-list .shop-gallery-list-wrap article.scl.scl_on {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (min-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap article {
        width:calc( 50% - 25px );
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 50px
    }
}

@media screen and (max-width: 1080px) {
    .shop-gallery-list .shop-gallery-list-wrap article {
        width:calc( 50% - 15px )
    }
}

@media screen and (max-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap article {
        width:100%;
        margin: 0 0 5vw
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .shop_photo {
    position: relative
}

@media screen and (min-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap article .shop_photo {
        width:100%
    }
}

@media screen and (max-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap article .shop_photo {
        width:100%
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .shop_photo.slide_1 {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9
}

.shop-gallery-list .shop-gallery-list-wrap article .shop_photo.slide_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.shop-gallery-list .shop-gallery-list-wrap article .shop_photo .swiper-wrapper .swiper-slide {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background-color: #999
}

.shop-gallery-list .shop-gallery-list-wrap article .shop_photo .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    -moz-transition: -moz-transform 4s linear,opacity .8s ease;
    -o-transition: -o-transform 4s linear,opacity .8s ease;
    -webkit-transition: -webkit-transform 4s linear,opacity .8s ease;
    transition: transform 4s linear,opacity .8s ease
}

.shop-gallery-list .shop-gallery-list-wrap article .shop_photo .swiper-wrapper .swiper-slide[class*=-active] img {
    opacity: 1
}

.shop-gallery-list .shop-gallery-list-wrap article .shop_photo .swiper-wrapper .swiper-slide[class*=-prev] img {
    opacity: 0;
    transform: scale(1.1) translateX(-3%)
}

.shop-gallery-list .shop-gallery-list-wrap article .shop_photo .swiper-wrapper .swiper-slide[class*=-next] img {
    opacity: 0;
    transform: scale(1.1) translateX(3%)
}

@keyframes panLeft {
    0% {
        transform: scale(1.1) translateX(3%)
    }

    100% {
        transform: scale(1.1) translateX(-3%)
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .txt {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif
}

@media screen and (min-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt {
        width:100%;
        padding: 20px 0 0
    }
}

@media screen and (max-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt {
        width:100%;
        padding: 4.5vw 5vw
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .txt h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px
}

@media screen and (max-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt h2 {
        font-size:4.2vw;
        margin: 0 0 3vw
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .txt p {
    color: #666;
    font-size: 12px;
    line-height: 1.7;
    margin: 0 0 15px;
    text-align: justify
}

@media screen and (max-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt p {
        font-size:3.4vw;
        margin: 0 0 3vw
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .txt dl {
    width: 100%;
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.5
}

@media screen and (max-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt dl {
        font-size:2.8vw
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .txt dl dt {
    width: 56px;
    margin: 0 0 10px
}

@media screen and (max-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt dl dt {
        width:15vw;
        margin: 0 0 2vw
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .txt dl dd {
    width: calc(100% - 56px);
    margin: 0 0 10px
}

@media screen and (max-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt dl dd {
        width:calc(100% - 15vw);
        margin: 0 0 2vw
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .txt dl dd p {
    margin: 0
}

.shop-gallery-list .shop-gallery-list-wrap article .txt dl dd a {
    color: #000;
    display: inline-block;
    width: fit-content;
    position: relative;
    line-height: 1.5;
    -moz-transition: color .6s ease;
    -o-transition: color .6s ease;
    -webkit-transition: color .6s ease;
    transition: color .6s ease
}

.shop-gallery-list .shop-gallery-list-wrap article .txt dl dd a.gmap {
    font-size: 11px
}

@media screen and (max-width: 640px) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt dl dd a.gmap {
        font-size:2.7vw
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .txt dl dd a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt dl dd a::before {
        height:.5px
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .txt dl dd a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #AAA;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt dl dd a::after {
        height:.5px
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt dl dd a:hover {
        color:#AAA
    }

    .shop-gallery-list .shop-gallery-list-wrap article .txt dl dd a:hover::before {
        width: 0%
    }

    .shop-gallery-list .shop-gallery-list-wrap article .txt dl dd a:hover::after {
        width: 100%
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt dl dd a:active {
        color:#AAA
    }

    .shop-gallery-list .shop-gallery-list-wrap article .txt dl dd a:active::before {
        width: 0%
    }

    .shop-gallery-list .shop-gallery-list-wrap article .txt dl dd a:active::after {
        width: 100%
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .txt .link_list {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li {
    font-size: 11px;
    margin: 0 10px 10px 0;
    margin-right: 7px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li::after {
    color: rgba(0,0,0,0.1);
    content: "/";
    display: block;
    margin-left: 7px
}

.shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li a {
    color: #000;
    display: block;
    width: fit-content;
    position: relative;
    line-height: 1.5;
    -moz-transition: color .6s ease;
    -o-transition: color .6s ease;
    -webkit-transition: color .6s ease;
    transition: color .6s ease
}

.shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li a::before {
        height:.5px
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #AAA;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li a::after {
        height:.5px
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li a:hover {
        color:#AAA
    }

    .shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li a:hover::before {
        width: 0%
    }

    .shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li a:hover::after {
        width: 100%
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    .shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li a:active {
        color:#AAA
    }

    .shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li a:active::before {
        width: 0%
    }

    .shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li a:active::after {
        width: 100%
    }
}

.shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li:last-child {
    margin-left: 0
}

.shop-gallery-list .shop-gallery-list-wrap article .txt .link_list li:last-child::after {
    display: none
}

.contract-top,.contract-bottom,.archive-wholesale {
    text-align: left
}

@media screen and (min-width: 640px) {
    .contract-top,.contract-bottom,.archive-wholesale {
        width:100%
    }
}

.contract-top.load .contract-top-wrap article,.contract-bottom.load .contract-top-wrap article,.archive-wholesale.load .contract-top-wrap article {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.contract-top.load .contract-top-wrap article::before,.contract-bottom.load .contract-top-wrap article::before,.archive-wholesale.load .contract-top-wrap article::before {
    width: 100%
}

.contract-top h1,.contract-bottom h1,.archive-wholesale h1 {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.3;
    margin: 0 0 20px;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

@media screen and (max-width: 640px) {
    .contract-top h1,.contract-bottom h1,.archive-wholesale h1 {
        font-size:5vw;
        font-weight: 500;
        letter-spacing: normal;
        margin: 0 0 4vw
    }
}

.contract-top h1 small,.contract-bottom h1 small,.archive-wholesale h1 small {
    font-size: 12px
}

@media screen and (max-width: 640px) {
    .contract-top h1 small,.contract-bottom h1 small,.archive-wholesale h1 small {
        font-size:3vw
    }
}

.contract-top h3.wp-block-heading,.contract-bottom h3.wp-block-heading,.archive-wholesale h3.wp-block-heading {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 10px
}

@media screen and (max-width: 640px) {
    .contract-top h3.wp-block-heading,.contract-bottom h3.wp-block-heading,.archive-wholesale h3.wp-block-heading {
        font-size:3.7vw;
        margin: 0 0 2vw
    }
}

.contract-top p,.contract-bottom p,.archive-wholesale p {
    color: #666;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.7
}

@media screen and (min-width: 640px) {
    .contract-top p,.contract-bottom p,.archive-wholesale p {
        font-size:12px;
        margin: 0 0 2px
    }
}

@media screen and (max-width: 640px) {
    .contract-top p,.contract-bottom p,.archive-wholesale p {
        font-size:3.4vw;
        letter-spacing: normal;
        margin: 0 0 1vw
    }
}

.contract-top p.last-child,.contract-bottom p.last-child,.archive-wholesale p.last-child {
    margin-bottom: 0
}

.contract-top .contract_lead_photo,.contract-bottom .contract_lead_photo,.archive-wholesale .contract_lead_photo {
    width: 100vw;
    height: 80vw;
    margin: 0 auto 5vw
}

.contract-top .contract_lead_photo img,.contract-bottom .contract_lead_photo img,.archive-wholesale .contract_lead_photo img {
    width: 100vw;
    height: 80vw;
    object-fit: cover
}

@media screen and (min-width: 640px) {
    .contract-top .contract_lead,.contract-bottom .contract_lead,.archive-wholesale .contract_lead {
        padding-left:50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 1080px) {
    .contract-top .contract_lead,.contract-bottom .contract_lead,.archive-wholesale .contract_lead {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 640px) {
    .contract-top .contract_lead,.contract-bottom .contract_lead,.archive-wholesale .contract_lead {
        width:90vw;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 640px) {
    .contract-top .contract-bottom-wrap,.contract-bottom .contract-bottom-wrap,.archive-wholesale .contract-bottom-wrap {
        margin:35px auto
    }
}

@media screen and (max-width: 640px) {
    .contract-top .contract-bottom-wrap,.contract-bottom .contract-bottom-wrap,.archive-wholesale .contract-bottom-wrap {
        width:90vw;
        margin-top: 7vw;
        padding-top: 7vw;
        margin-left: auto;
        margin-right: auto;
        border-top: 1px solid #000
    }
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .contract-top .contract-bottom-wrap,.contract-bottom .contract-bottom-wrap,.archive-wholesale .contract-bottom-wrap {
        border-width:.5px
    }
}

.contract-top .contract-bottom-wrap h2.tit_showcase,.contract-bottom .contract-bottom-wrap h2.tit_showcase,.archive-wholesale .contract-bottom-wrap h2.tit_showcase {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 18px;
    line-height: 1.7;
    position: relative
}

@media screen and (min-width: 640px) {
    .contract-top .contract-bottom-wrap h2.tit_showcase,.contract-bottom .contract-bottom-wrap h2.tit_showcase,.archive-wholesale .contract-bottom-wrap h2.tit_showcase {
        padding-left:50px;
        padding-right: 50px;
        margin: 0 0 30px
    }
}

@media screen and (max-width: 1080px) {
    .contract-top .contract-bottom-wrap h2.tit_showcase,.contract-bottom .contract-bottom-wrap h2.tit_showcase,.archive-wholesale .contract-bottom-wrap h2.tit_showcase {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 640px) {
    .contract-top .contract-bottom-wrap h2.tit_showcase,.contract-bottom .contract-bottom-wrap h2.tit_showcase,.archive-wholesale .contract-bottom-wrap h2.tit_showcase {
        font-size:4.5vw;
        margin: 0 0 6vw;
        padding-left: 0;
        padding-right: 0
    }
}

.contract-top .contract-bottom-wrap h2.tit_showcase small,.contract-bottom .contract-bottom-wrap h2.tit_showcase small,.archive-wholesale .contract-bottom-wrap h2.tit_showcase small {
    font-size: 12px;
    padding-left: 12px
}

@media screen and (max-width: 640px) {
    .contract-top .contract-bottom-wrap h2.tit_showcase small,.contract-bottom .contract-bottom-wrap h2.tit_showcase small,.archive-wholesale .contract-bottom-wrap h2.tit_showcase small {
        font-size:3vw;
        padding-left: 3vw
    }
}

@media screen and (min-width: 640px) {
    .contract-top .contract-top-wrap,.contract-bottom .contract-top-wrap,.archive-wholesale .contract-top-wrap {
        margin:35px auto;
        display: flex;
        gap: 35px;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (min-width: 640px) and (max-width: 1080px) {
    .contract-top .contract-top-wrap,.contract-bottom .contract-top-wrap,.archive-wholesale .contract-top-wrap {
        gap:25px
    }
}

@media screen and (min-width: 640px) {
    .contract-top .contract-top-wrap.design-direction article.dd .txt,.contract-top .contract-top-wrap.design-direction article.dd .c_photo,.contract-bottom .contract-top-wrap.design-direction article.dd .txt,.contract-bottom .contract-top-wrap.design-direction article.dd .c_photo,.archive-wholesale .contract-top-wrap.design-direction article.dd .txt,.archive-wholesale .contract-top-wrap.design-direction article.dd .c_photo {
        opacity:.35;
        pointer-events: none
    }

    .contract-top .contract-top-wrap.ffe-and-project-management article.ffe .txt,.contract-top .contract-top-wrap.ffe-and-project-management article.ffe .c_photo,.contract-bottom .contract-top-wrap.ffe-and-project-management article.ffe .txt,.contract-bottom .contract-top-wrap.ffe-and-project-management article.ffe .c_photo,.archive-wholesale .contract-top-wrap.ffe-and-project-management article.ffe .txt,.archive-wholesale .contract-top-wrap.ffe-and-project-management article.ffe .c_photo {
        opacity: .35;
        pointer-events: none
    }

    .contract-top .contract-top-wrap.wholesale article.ws .txt,.contract-top .contract-top-wrap.wholesale article.ws .c_photo,.contract-bottom .contract-top-wrap.wholesale article.ws .txt,.contract-bottom .contract-top-wrap.wholesale article.ws .c_photo,.archive-wholesale .contract-top-wrap.wholesale article.ws .txt,.archive-wholesale .contract-top-wrap.wholesale article.ws .c_photo {
        opacity: .35;
        pointer-events: none
    }
}

@media screen and (max-width: 1080px) {
    .contract-top .contract-top-wrap,.contract-bottom .contract-top-wrap,.archive-wholesale .contract-top-wrap {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 640px) {
    .contract-top .contract-top-wrap,.contract-bottom .contract-top-wrap,.archive-wholesale .contract-top-wrap {
        margin-top:10vw;
        padding-top: 12vw;
        padding-left: 0;
        padding-right: 0;
        position: relative
    }

    .contract-top .contract-top-wrap::before,.contract-bottom .contract-top-wrap::before,.archive-wholesale .contract-top-wrap::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 5vw;
        width: 90vw;
        height: 1px;
        background-color: #000
    }
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .contract-top .contract-top-wrap::before,.contract-bottom .contract-top-wrap::before,.archive-wholesale .contract-top-wrap::before {
        height:.5px
    }
}

@media screen and (max-width: 640px) {
    .contract-top .contract-top-wrap.design-direction article.dd,.contract-bottom .contract-top-wrap.design-direction article.dd,.archive-wholesale .contract-top-wrap.design-direction article.dd {
        display:none
    }

    .contract-top .contract-top-wrap.ffe-and-project-management article.ffe,.contract-bottom .contract-top-wrap.ffe-and-project-management article.ffe,.archive-wholesale .contract-top-wrap.ffe-and-project-management article.ffe {
        display: none
    }

    .contract-top .contract-top-wrap.wholesale article.ws,.contract-bottom .contract-top-wrap.wholesale article.ws,.archive-wholesale .contract-top-wrap.wholesale article.ws {
        display: none
    }
}

.contract-top .contract-top-wrap article,.contract-bottom .contract-top-wrap article,.archive-wholesale .contract-top-wrap article {
    text-align: left
}

@media screen and (min-width: 640px) {
    .contract-top .contract-top-wrap article,.contract-bottom .contract-top-wrap article,.archive-wholesale .contract-top-wrap article {
        flex:1;
        display: flex;
        flex-direction: column;
        padding-top: 32px;
        margin: 0 0 30px;
        position: relative;
        opacity: 0;
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

    .contract-top .contract-top-wrap article::before,.contract-bottom .contract-top-wrap article::before,.archive-wholesale .contract-top-wrap article::before {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .3;
        -moz-transition: width .8s ease;
        -o-transition: width .8s ease;
        -webkit-transition: width .8s ease;
        transition: width .8s ease
    }
}

@media only screen and (min-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .contract-top .contract-top-wrap article::before,.contract-bottom .contract-top-wrap article::before,.archive-wholesale .contract-top-wrap article::before {
        height:.5px
    }
}

@media screen and (min-width: 640px) {
    .contract-top .contract-top-wrap article:first-child,.contract-bottom .contract-top-wrap article:first-child,.archive-wholesale .contract-top-wrap article:first-child {
        -moz-transition:opacity .8s ease .5s,-moz-transform .8s ease .5s;
        -o-transition: opacity .8s ease .5s,-o-transform .8s ease .5s;
        -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
        -webkit-transition-delay: .5s,.5s;
        transition: opacity .8s ease .5s,transform .8s ease .5s
    }

    .contract-top .contract-top-wrap article:first-child::before,.contract-bottom .contract-top-wrap article:first-child::before,.archive-wholesale .contract-top-wrap article:first-child::before {
        -moz-transition: width 1.2s ease .5s;
        -o-transition: width 1.2s ease .5s;
        -webkit-transition: width 1.2s ease;
        -webkit-transition-delay: .5s;
        transition: width 1.2s ease .5s
    }

    .contract-top .contract-top-wrap article:nth-child(2),.contract-bottom .contract-top-wrap article:nth-child(2),.archive-wholesale .contract-top-wrap article:nth-child(2) {
        -moz-transition: opacity .8s ease .6s,-moz-transform .8s ease .6s;
        -o-transition: opacity .8s ease .6s,-o-transform .8s ease .6s;
        -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
        -webkit-transition-delay: .6s,.6s;
        transition: opacity .8s ease .6s,transform .8s ease .6s
    }

    .contract-top .contract-top-wrap article:nth-child(2)::before,.contract-bottom .contract-top-wrap article:nth-child(2)::before,.archive-wholesale .contract-top-wrap article:nth-child(2)::before {
        -moz-transition: width 1.2s ease .6s;
        -o-transition: width 1.2s ease .6s;
        -webkit-transition: width 1.2s ease;
        -webkit-transition-delay: .6s;
        transition: width 1.2s ease .6s
    }

    .contract-top .contract-top-wrap article:nth-child(3),.contract-bottom .contract-top-wrap article:nth-child(3),.archive-wholesale .contract-top-wrap article:nth-child(3) {
        -moz-transition: opacity .8s ease .7s,-moz-transform .8s ease .7s;
        -o-transition: opacity .8s ease .7s,-o-transform .8s ease .7s;
        -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
        -webkit-transition-delay: .7s,.7s;
        transition: opacity .8s ease .7s,transform .8s ease .7s
    }

    .contract-top .contract-top-wrap article:nth-child(3)::before,.contract-bottom .contract-top-wrap article:nth-child(3)::before,.archive-wholesale .contract-top-wrap article:nth-child(3)::before {
        -moz-transition: width 1.2s ease .7s;
        -o-transition: width 1.2s ease .7s;
        -webkit-transition: width 1.2s ease;
        -webkit-transition-delay: .7s;
        transition: width 1.2s ease .7s
    }
}

@media screen and (max-width: 640px) {
    .contract-top .contract-top-wrap article,.contract-bottom .contract-top-wrap article,.archive-wholesale .contract-top-wrap article {
        display:flex;
        flex-wrap: wrap;
        margin: 0 auto 7vw
    }
}

.contract-top .contract-top-wrap article .c_photo,.contract-bottom .contract-top-wrap article .c_photo,.archive-wholesale .contract-top-wrap article .c_photo {
    margin-top: auto;
    width: 100%;
    height: auto
}

@media screen and (min-width: 640px) {
    .contract-top .contract-top-wrap article .c_photo,.contract-bottom .contract-top-wrap article .c_photo,.archive-wholesale .contract-top-wrap article .c_photo {
        width:100%
    }
}

@media screen and (max-width: 640px) {
    .contract-top .contract-top-wrap article .c_photo,.contract-bottom .contract-top-wrap article .c_photo,.archive-wholesale .contract-top-wrap article .c_photo {
        width:90vw;
        margin: 0 auto
    }

    .contract-top .contract-top-wrap article .c_photo img,.contract-bottom .contract-top-wrap article .c_photo img,.archive-wholesale .contract-top-wrap article .c_photo img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

@media screen and (min-width: 640px) {
    .contract-top .contract-top-wrap article .txt,.contract-bottom .contract-top-wrap article .txt,.archive-wholesale .contract-top-wrap article .txt {
        width:100%;
        margin: 0 0 35px
    }
}

@media screen and (max-width: 640px) {
    .contract-top .contract-top-wrap article .txt,.contract-bottom .contract-top-wrap article .txt,.archive-wholesale .contract-top-wrap article .txt {
        width:100%;
        padding: 4.5vw 5vw;
        order: 2
    }
}

.contract-top .contract-top-wrap article .txt h2,.contract-bottom .contract-top-wrap article .txt h2,.archive-wholesale .contract-top-wrap article .txt h2 {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 18px;
    letter-spacing: .02em
}

@media screen and (min-width: 640px) {
    .contract-top .contract-top-wrap article .txt h2,.contract-bottom .contract-top-wrap article .txt h2,.archive-wholesale .contract-top-wrap article .txt h2 {
        line-height:1.2;
        margin: 0 0 10px
    }
}

@media screen and (max-width: 640px) {
    .contract-top .contract-top-wrap article .txt h2,.contract-bottom .contract-top-wrap article .txt h2,.archive-wholesale .contract-top-wrap article .txt h2 {
        font-size:5vw;
        margin: 0 0 3vw;
        letter-spacing: normal;
        line-height: 1.6
    }
}

.contract-top .contract-top-wrap article .txt h2 span,.contract-bottom .contract-top-wrap article .txt h2 span,.archive-wholesale .contract-top-wrap article .txt h2 span {
    display: block;
    font-size: 12px
}

@media screen and (min-width: 640px) {
    .contract-top .contract-top-wrap article .txt h2 span,.contract-bottom .contract-top-wrap article .txt h2 span,.archive-wholesale .contract-top-wrap article .txt h2 span {
        margin-top:5px
    }
}

@media screen and (max-width: 640px) {
    .contract-top .contract-top-wrap article .txt h2 span,.contract-bottom .contract-top-wrap article .txt h2 span,.archive-wholesale .contract-top-wrap article .txt h2 span {
        font-size:3vw
    }
}

.contract-top .contract-top-wrap article .txt p,.contract-bottom .contract-top-wrap article .txt p,.archive-wholesale .contract-top-wrap article .txt p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 10px
}

@media screen and (max-width: 640px) {
    .contract-top .contract-top-wrap article .txt p,.contract-bottom .contract-top-wrap article .txt p,.archive-wholesale .contract-top-wrap article .txt p {
        font-size:3.4vw;
        margin: 0 0 2vw
    }
}

.contract-top .contract-top-wrap article .txt .c_description,.contract-bottom .contract-top-wrap article .txt .c_description,.archive-wholesale .contract-top-wrap article .txt .c_description {
    color: #333;
    font-size: 12px;
    line-height: 1.7;
    margin: 0 0 10px
}

@media screen and (max-width: 640px) {
    .contract-top .contract-top-wrap article .txt .c_description,.contract-bottom .contract-top-wrap article .txt .c_description,.archive-wholesale .contract-top-wrap article .txt .c_description {
        font-size:3.2vw
    }
}

.contract-top .contract-top-wrap article .txt .c_description p,.contract-bottom .contract-top-wrap article .txt .c_description p,.archive-wholesale .contract-top-wrap article .txt .c_description p {
    color: #333;
    font-size: 12px;
    line-height: 1.7;
    margin: 0 0 10px;
    text-align: justify
}

@media screen and (max-width: 640px) {
    .contract-top .contract-top-wrap article .txt .c_description p,.contract-bottom .contract-top-wrap article .txt .c_description p,.archive-wholesale .contract-top-wrap article .txt .c_description p {
        font-size:3.4vw;
        margin: 0 0 2vw
    }
}

.contract-top .contract-top-wrap article .txt .c_description p:last-child,.contract-bottom .contract-top-wrap article .txt .c_description p:last-child,.archive-wholesale .contract-top-wrap article .txt .c_description p:last-child {
    margin-bottom: 0
}

.contract-top .contract-top-wrap article .txt .c_url,.contract-bottom .contract-top-wrap article .txt .c_url,.archive-wholesale .contract-top-wrap article .txt .c_url {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: relative;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 9999px;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    color: #000;
    letter-spacing: .05em;
    line-height: 1;
    background-color: transparent;
    opacity: 1;
    -moz-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -o-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -webkit-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .contract-top .contract-top-wrap article .txt .c_url,.contract-bottom .contract-top-wrap article .txt .c_url,.archive-wholesale .contract-top-wrap article .txt .c_url {
        border-width:.5px
    }
}

@media screen and (min-width: 640px) {
    .contract-top .contract-top-wrap article .txt .c_url,.contract-bottom .contract-top-wrap article .txt .c_url,.archive-wholesale .contract-top-wrap article .txt .c_url {
        font-size:11px;
        margin: 15px 0 0 -3px;
        padding: 12px 34px 12px 15px
    }
}

@media screen and (max-width: 640px) {
    .contract-top .contract-top-wrap article .txt .c_url,.contract-bottom .contract-top-wrap article .txt .c_url,.archive-wholesale .contract-top-wrap article .txt .c_url {
        font-size:3vw;
        padding: 3vw 11vw 3vw 4vw;
        margin: 3vw 2vw 0 -1vw
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    .contract-top .contract-top-wrap article .txt .c_url:hover,.contract-bottom .contract-top-wrap article .txt .c_url:hover,.archive-wholesale .contract-top-wrap article .txt .c_url:hover {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 12px 40px 12px 15px
    }

    .contract-top .contract-top-wrap article .txt .c_url:hover span::after,.contract-bottom .contract-top-wrap article .txt .c_url:hover span::after,.archive-wholesale .contract-top-wrap article .txt .c_url:hover span::after {
        right: 15px
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    .contract-top .contract-top-wrap article .txt .c_url:active,.contract-bottom .contract-top-wrap article .txt .c_url:active,.archive-wholesale .contract-top-wrap article .txt .c_url:active {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 12px 40px 12px 15px
    }

    .contract-top .contract-top-wrap article .txt .c_url:active span::after,.contract-bottom .contract-top-wrap article .txt .c_url:active span::after,.archive-wholesale .contract-top-wrap article .txt .c_url:active span::after {
        right: 15px
    }
}

.contract-top .contract-top-wrap article .txt .c_url span,.contract-bottom .contract-top-wrap article .txt .c_url span,.archive-wholesale .contract-top-wrap article .txt .c_url span {
    display: flex;
    justify-content: center;
    align-items: center
}

.contract-top .contract-top-wrap article .txt .c_url span::after,.contract-bottom .contract-top-wrap article .txt .c_url span::after,.archive-wholesale .contract-top-wrap article .txt .c_url span::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    margin: 0;
    position: absolute;
    right: 15px;
    z-index: 2;
    background: url(../img/arrow-r.svg) center center/contain no-repeat;
    will-change: opacity, right;
    -moz-transition: opacity .4s ease,right .4s ease;
    -o-transition: opacity .4s ease,right .4s ease;
    -webkit-transition: opacity .4s ease,right .4s ease;
    transition: opacity .4s ease,right .4s ease
}

.contract-top .contract-top-wrap article .txt .link_list,.contract-bottom .contract-top-wrap article .txt .link_list,.archive-wholesale .contract-top-wrap article .txt .link_list {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.contract-top .contract-top-wrap article .txt .link_list li,.contract-bottom .contract-top-wrap article .txt .link_list li,.archive-wholesale .contract-top-wrap article .txt .link_list li {
    font-size: 12px;
    margin: 0 10px 10px 0;
    margin-right: 7px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.contract-top .contract-top-wrap article .txt .link_list li::after,.contract-bottom .contract-top-wrap article .txt .link_list li::after,.archive-wholesale .contract-top-wrap article .txt .link_list li::after {
    color: rgba(0,0,0,0.1);
    content: "/";
    display: block;
    margin-left: 7px
}

.contract-top .contract-top-wrap article .txt .link_list li a,.contract-bottom .contract-top-wrap article .txt .link_list li a,.archive-wholesale .contract-top-wrap article .txt .link_list li a {
    color: #000;
    display: block;
    width: fit-content;
    position: relative;
    line-height: 1.5;
    -moz-transition: color .6s ease;
    -o-transition: color .6s ease;
    -webkit-transition: color .6s ease;
    transition: color .6s ease
}

.contract-top .contract-top-wrap article .txt .link_list li a::before,.contract-bottom .contract-top-wrap article .txt .link_list li a::before,.archive-wholesale .contract-top-wrap article .txt .link_list li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .contract-top .contract-top-wrap article .txt .link_list li a::before,.contract-bottom .contract-top-wrap article .txt .link_list li a::before,.archive-wholesale .contract-top-wrap article .txt .link_list li a::before {
        height:.5px
    }
}

.contract-top .contract-top-wrap article .txt .link_list li a::after,.contract-bottom .contract-top-wrap article .txt .link_list li a::after,.archive-wholesale .contract-top-wrap article .txt .link_list li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #AAA;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .contract-top .contract-top-wrap article .txt .link_list li a::after,.contract-bottom .contract-top-wrap article .txt .link_list li a::after,.archive-wholesale .contract-top-wrap article .txt .link_list li a::after {
        height:.5px
    }
}

@media (hover: hover) {
    .contract-top .contract-top-wrap article .txt .link_list li a:hover,.contract-bottom .contract-top-wrap article .txt .link_list li a:hover,.archive-wholesale .contract-top-wrap article .txt .link_list li a:hover {
        color:#AAA
    }

    .contract-top .contract-top-wrap article .txt .link_list li a:hover::before,.contract-bottom .contract-top-wrap article .txt .link_list li a:hover::before,.archive-wholesale .contract-top-wrap article .txt .link_list li a:hover::before {
        width: 0%
    }

    .contract-top .contract-top-wrap article .txt .link_list li a:hover::after,.contract-bottom .contract-top-wrap article .txt .link_list li a:hover::after,.archive-wholesale .contract-top-wrap article .txt .link_list li a:hover::after {
        width: 100%
    }
}

@media (hover: none) {
    .contract-top .contract-top-wrap article .txt .link_list li a:active,.contract-bottom .contract-top-wrap article .txt .link_list li a:active,.archive-wholesale .contract-top-wrap article .txt .link_list li a:active {
        color:#AAA
    }

    .contract-top .contract-top-wrap article .txt .link_list li a:active::before,.contract-bottom .contract-top-wrap article .txt .link_list li a:active::before,.archive-wholesale .contract-top-wrap article .txt .link_list li a:active::before {
        width: 0%
    }

    .contract-top .contract-top-wrap article .txt .link_list li a:active::after,.contract-bottom .contract-top-wrap article .txt .link_list li a:active::after,.archive-wholesale .contract-top-wrap article .txt .link_list li a:active::after {
        width: 100%
    }
}

.contract-top .contract-top-wrap article .txt .link_list li:last-child,.contract-bottom .contract-top-wrap article .txt .link_list li:last-child,.archive-wholesale .contract-top-wrap article .txt .link_list li:last-child {
    margin-left: 0
}

.contract-top .contract-top-wrap article .txt .link_list li:last-child::after,.contract-bottom .contract-top-wrap article .txt .link_list li:last-child::after,.archive-wholesale .contract-top-wrap article .txt .link_list li:last-child::after {
    display: none
}

@media screen and (min-width: 640px) {
    .posts-list {
        width:100%
    }
}

@media screen and (max-width: 640px) {
    .posts-list {
        width:90vw;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 640px) {
    .posts-list .posts-list-wrap {
        width:100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start
    }
}

@media screen and (min-width: 640px) {
    .posts-list .grid-sizer {
        width:calc( 25% - 30px );
        margin: 0
    }
}

@media screen and (max-width: 1080px) {
    .posts-list .grid-sizer {
        width:calc(33.3333% - 16px)
    }
}

@media screen and (max-width: 640px) {
    .posts-list .grid-sizer {
        width:calc( 50% - 10px );
        margin: 0
    }
}

.posts-list article.scl {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -moz-transition: opacity .4s ease,-moz-transform .4s ease;
    -o-transition: opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: opacity .4s ease,transform .4s ease
}

.posts-list article.scl.scl_on {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (min-width: 640px) {
    .posts-list article {
        width:calc( 25% - 30px );
        margin: 0 0 30px
    }

    .posts-list article.large {
        width: calc( 50% - 20px )
    }
}

@media screen and (max-width: 1080px) {
    .posts-list article {
        width:calc(33.3333% - 16px)
    }

    .posts-list article.large {
        width: calc((33.333% * 2) - 8px)
    }
}

@media screen and (max-width: 640px) {
    .posts-list article {
        width:calc( 50% - 8px );
        margin: 0 0 7vw
    }

    .posts-list article.large {
        width: 100%
    }
}

.posts-list article a .txt {
    padding-top: 10px;
    text-align: left;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif
}

@media screen and (max-width: 640px) {
    .posts-list article a .txt {
        padding-top:2.5vw;
        padding-right: 4vw
    }
}

.posts-list article a .txt h3 {
    color: #000;
    font-size: 12px;
    line-height: 1.5
}

@media screen and (max-width: 640px) {
    .posts-list article a .txt h3 {
        font-size:3.2vw;
        line-height: 1.3
    }
}

.posts-list article a .txt p.date {
    color: #999;
    font-size: 10px
}

@media screen and (max-width: 640px) {
    .posts-list article a .txt p.date {
        font-size:2.7vw
    }
}

@media screen and (min-width: 640px) {
    .products-category-section {
        width:100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 60px;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 1080px) {
    .products-category-section {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 640px) {
    .products-category-section {
        padding-left:0;
        padding-right: 0;
        margin: 0 auto 10vw
    }
}

.products-category-section .pic {
    position: relative
}

@media screen and (min-width: 640px) {
    .products-category-section .pic {
        width:50%
    }
}

@media screen and (max-width: 640px) {
    .products-category-section .pic {
        width:90vw;
        margin: 0 auto
    }

    .products-category-section .pic img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.products-category-section .txt {
    text-align: left
}

.products-category-section .txt h1 {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.7;
    margin: 0 0 10px;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

@media screen and (max-width: 640px) {
    .products-category-section .txt h1 {
        font-size:5vw;
        letter-spacing: normal;
        line-height: 1.3;
        margin: 0 0 2vw
    }
}

@media screen and (min-width: 640px) {
    .products-category-section .txt {
        width:50%;
        padding-left: 50px;
        font-size: 14px;
        line-height: 1.5
    }

    .products-category-section .txt p {
        font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
        font-size: 12px;
        line-height: 2;
        margin: 0 0 10px
    }

    .products-category-section .txt p:last-child {
        margin: 0
    }
}

@media screen and (max-width: 1080px) {
    .products-category-section .txt {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 640px) {
    .products-category-section .txt {
        width:100%;
        padding: 4.5vw 5vw;
        font-size: 3vw
    }

    .products-category-section .txt p {
        font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
        font-size: 3.4vw;
        line-height: 1.7;
        text-align: justify;
        margin: 0 0 2vw
    }

    .products-category-section .txt p:last-child {
        margin: 0
    }
}

.products_intro,.recruit_intro,.post_intro {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    line-height: 2;
    text-align: justify
}

@media screen and (min-width: 640px) {
    .products_intro,.recruit_intro,.post_intro {
        width:100%;
        font-size: 12px;
        letter-spacing: 0.05em;
        margin: 0 auto 30px;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 1080px) {
    .products_intro,.recruit_intro,.post_intro {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 640px) {
    .products_intro,.recruit_intro,.post_intro {
        width:90vw;
        font-size: 3vw;
        font-weight: 600;
        margin: 5vw auto 12vw;
        padding-left: 0;
        padding-right: 0
    }
}

.products_intro h1,.recruit_intro h1,.post_intro h1 {
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.3;
    margin: 0 0 20px;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

@media screen and (max-width: 640px) {
    .products_intro h1,.recruit_intro h1,.post_intro h1 {
        font-size:5vw;
        font-weight: 500;
        letter-spacing: normal;
        margin: 0 0 4vw
    }
}

.products_intro h1 small,.recruit_intro h1 small,.post_intro h1 small {
    font-size: 12px
}

@media screen and (max-width: 640px) {
    .products_intro h1 small,.recruit_intro h1 small,.post_intro h1 small {
        font-size:3vw
    }
}

@media screen and (min-width: 640px) {
    .products_intro .products_intro_wrap,.products_intro .recruit_intro_wrap,.products_intro .post_intro_wrap,.recruit_intro .products_intro_wrap,.recruit_intro .recruit_intro_wrap,.recruit_intro .post_intro_wrap,.post_intro .products_intro_wrap,.post_intro .recruit_intro_wrap,.post_intro .post_intro_wrap {
        display:flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap
    }
}

.products_intro p,.recruit_intro p,.post_intro p {
    letter-spacing: 0.05em
}

@media screen and (min-width: 640px) {
    .products_intro p,.recruit_intro p,.post_intro p {
        font-size:12px;
        margin-right: 30px;
        line-height: 2
    }
}

@media screen and (max-width: 640px) {
    .products_intro p,.recruit_intro p,.post_intro p {
        font-size:3.4vw;
        letter-spacing: normal;
        line-height: 1.7
    }
}

.products_intro .btn_wrap,.recruit_intro .btn_wrap,.post_intro .btn_wrap {
    position: relative
}

@media screen and (max-width: 1080px) {
    .products_intro .btn_wrap,.recruit_intro .btn_wrap,.post_intro .btn_wrap {
        margin-top:15px;
        margin-left: -3px
    }
}

@media screen and (max-width: 640px) {
    .products_intro .btn_wrap,.recruit_intro .btn_wrap,.post_intro .btn_wrap {
        margin:5vw 0 0 -1vw
    }
}

.products_intro .btn,.recruit_intro .btn,.post_intro .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 0 0;
    position: relative;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 9999px;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    color: #000;
    letter-spacing: .05em;
    line-height: 1;
    background-color: transparent;
    opacity: 1;
    -moz-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -o-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -webkit-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .products_intro .btn,.recruit_intro .btn,.post_intro .btn {
        border-width:.5px
    }
}

@media screen and (min-width: 640px) {
    .products_intro .btn,.recruit_intro .btn,.post_intro .btn {
        font-size:10px;
        padding: 12px 34px 12px 15px
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    .products_intro .btn:hover,.recruit_intro .btn:hover,.post_intro .btn:hover {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 12px 40px 12px 15px
    }

    .products_intro .btn:hover span::after,.recruit_intro .btn:hover span::after,.post_intro .btn:hover span::after {
        right: 15px
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    .products_intro .btn:active,.recruit_intro .btn:active,.post_intro .btn:active {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 12px 44px 12px 15px
    }

    .products_intro .btn:active span::after,.recruit_intro .btn:active span::after,.post_intro .btn:active span::after {
        right: 15px
    }
}

@media screen and (max-width: 640px) {
    .products_intro .btn,.recruit_intro .btn,.post_intro .btn {
        font-size:2.9vw;
        padding: 3.5vw 10vw 3.5vw 4.5vw
    }
}

.products_intro .btn span,.recruit_intro .btn span,.post_intro .btn span {
    display: flex;
    justify-content: center;
    align-items: center
}

.products_intro .btn span::after,.recruit_intro .btn span::after,.post_intro .btn span::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    margin: 0;
    position: absolute;
    right: 15px;
    z-index: 2;
    background: url(../img/arrow-r.svg) center center/contain no-repeat;
    will-change: opacity, right;
    -moz-transition: opacity .4s ease,right .4s ease;
    -o-transition: opacity .4s ease,right .4s ease;
    -webkit-transition: opacity .4s ease,right .4s ease;
    transition: opacity .4s ease,right .4s ease
}

@media screen and (min-width: 640px) {
    .products-list {
        width:100%;
        display: flex;
        flex-wrap: wrap;
        gap: 15px 30px
    }

    .yarpp .products-list {
        padding-top: 100px
    }

    .tax-products-category .products-list {
        padding-top: 0
    }
}

@media screen and (max-width: 640px) {
    .products-list {
        width:90vw;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start
    }
}

.products-list article.scl {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -moz-transition: opacity .4s ease,-moz-transform .4s ease;
    -o-transition: opacity .4s ease,-o-transform .4s ease;
    -webkit-transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: opacity .4s ease,transform .4s ease
}

.loaded .products-list article.scl.scl_on {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (min-width: 640px) {
    .products-list article {
        flex-grow:100;
        flex-basis: 1px;
        overflow: hidden;
        transition: .2s
    }
}

@media screen and (min-width: 1650px) {
    .products-list article {
        margin:0 0 30px
    }
}

@media screen and (max-width: 640px) {
    .products-list article {
        width:50%;
        margin: 0 0 7vw;
        flex-grow: 0 !important;
        flex-shrink: 0 !important
    }
}

@media screen and (min-width: 640px) {
    .products-list article a .figure img {
        object-fit:contain;
        transform: scale(1.02)
    }
}

@media screen and (max-width: 640px) {
    .products-list article a .figure {
        aspect-ratio:3 / 2
    }

    .products-list article a .figure .img_box {
        aspect-ratio: 3 / 2
    }

    .products-list article a .figure img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.products-list article a .txt {
    padding-top: 10px;
    text-align: left;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif
}

@media screen and (max-width: 640px) {
    .products-list article a .txt {
        padding-top:3vw;
        padding-right: 2vw
    }
}

.products-list article a .txt h3 {
    color: #000;
    font-size: 12px;
    line-height: 1.7;
    opacity: 0;
    -moz-transition: opacity .4s ease .5s;
    -o-transition: opacity .4s ease .5s;
    -webkit-transition: opacity .4s ease;
    -webkit-transition-delay: .5s;
    transition: opacity .4s ease .5s
}

.load .products-list article a .txt h3 {
    opacity: 1
}

@media screen and (max-width: 640px) {
    .products-list article a .txt h3 {
        font-size:3.4vw;
        line-height: 1.3
    }
}

.products-list article a .txt p.year {
    color: #BBB;
    font-size: 10px
}

@media screen and (max-width: 640px) {
    .products-list article a .txt p.year {
        font-size:2.7vw
    }
}

.products-list article.break {
    width: 100%;
    height: 0;
    margin: 0;
    flex-basis: 100%;
    flex-shrink: 0
}

@media screen and (max-width: 640px) {
    .products-list article.break {
        display:none
    }
}

@media screen and (max-width: 640px) {
    .products-list article.dummy {
        display:none
    }
}

.products-list.dummy-1 .post.dummy2 {
    display: none
}

.products-list.dummy-2 .post.dummy {
    display: none
}

@media screen and (min-width: 640px) {
    .products-category-list {
        margin:35px auto;
        display: flex;
        gap: 35px;
        padding-left: 50px;
        padding-right: 50px;
        position: relative
    }

    .post-type-archive-products .products-category-list {
        padding-bottom: 20px;
        margin-bottom: 50px
    }

    .post-type-archive-products .products-category-list::after {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background-color: #000;
        position: absolute;
        bottom: 0;
        left: 50px;
        opacity: .3;
        -moz-transition: width 1.2s ease .8s;
        -o-transition: width 1.2s ease .8s;
        -webkit-transition: width 1.2s ease;
        -webkit-transition-delay: .8s;
        transition: width 1.2s ease .8s
    }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
    .post-type-archive-products .products-category-list::after {
        left:30px
    }
}

@media screen and (min-width: 640px) and (min-width: 1080px) {
    .post-type-archive-products .products-category-list::after {
        left:50px
    }
}

@media only screen and (min-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .post-type-archive-products .products-category-list::after {
        height:.5px
    }
}

@media screen and (max-width: 1080px) {
    .products-category-list {
        padding-left:30px;
        padding-right: 30px;
        gap: 25px
    }
}

@media screen and (max-width: 640px) {
    .products-category-list {
        margin:20vw auto 0;
        padding-left: 0;
        padding-right: 0
    }

    .post-type-archive-products .products-category-list {
        margin-top: 10vw
    }
}

@media screen and (min-width: 640px) {
    .post-type-archive-products .loaded .products-category-list.scl_on::after {
        width:calc( 100% - 100px )
    }
}

@media screen and (min-width: 640px) and (max-width: 1080px) {
    .post-type-archive-products .loaded .products-category-list.scl_on::after {
        width:calc( 100% - 60px )
    }
}

.loaded .products-category-list.scl_on article {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.loaded .products-category-list.scl_on article::before {
    width: 100%
}

.products-category-list article {
    text-align: left
}

@media screen and (min-width: 640px) {
    .products-category-list article {
        flex:1;
        display: flex;
        flex-direction: column;
        padding-top: 32px;
        margin: 0 0 30px;
        position: relative;
        opacity: 0;
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

    .products-category-list article::before {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .3;
        -moz-transition: width .8s ease;
        -o-transition: width .8s ease;
        -webkit-transition: width .8s ease;
        transition: width .8s ease
    }
}

@media only screen and (min-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .products-category-list article::before {
        height:.5px
    }
}

@media screen and (min-width: 640px) {
    .products-category-list article:first-child {
        -moz-transition:opacity .8s ease .5s,-moz-transform .8s ease .5s;
        -o-transition: opacity .8s ease .5s,-o-transform .8s ease .5s;
        -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
        -webkit-transition-delay: .5s,.5s;
        transition: opacity .8s ease .5s,transform .8s ease .5s
    }

    .products-category-list article:first-child::before {
        -moz-transition: width 1.2s ease .5s;
        -o-transition: width 1.2s ease .5s;
        -webkit-transition: width 1.2s ease;
        -webkit-transition-delay: .5s;
        transition: width 1.2s ease .5s
    }

    .products-category-list article:nth-child(2) {
        -moz-transition: opacity .8s ease .6s,-moz-transform .8s ease .6s;
        -o-transition: opacity .8s ease .6s,-o-transform .8s ease .6s;
        -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
        -webkit-transition-delay: .6s,.6s;
        transition: opacity .8s ease .6s,transform .8s ease .6s
    }

    .products-category-list article:nth-child(2)::before {
        -moz-transition: width 1.2s ease .6s;
        -o-transition: width 1.2s ease .6s;
        -webkit-transition: width 1.2s ease;
        -webkit-transition-delay: .6s;
        transition: width 1.2s ease .6s
    }

    .products-category-list article:nth-child(3) {
        -moz-transition: opacity .8s ease .7s,-moz-transform .8s ease .7s;
        -o-transition: opacity .8s ease .7s,-o-transform .8s ease .7s;
        -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
        -webkit-transition-delay: .7s,.7s;
        transition: opacity .8s ease .7s,transform .8s ease .7s
    }

    .products-category-list article:nth-child(3)::before {
        -moz-transition: width 1.2s ease .7s;
        -o-transition: width 1.2s ease .7s;
        -webkit-transition: width 1.2s ease;
        -webkit-transition-delay: .7s;
        transition: width 1.2s ease .7s
    }

    .products-category-list article.current .txt,.products-category-list article.current .c_photo {
        opacity: .35;
        pointer-events: none
    }
}

@media screen and (max-width: 640px) {
    .products-category-list article {
        margin:0 0 7vw;
        display: flex;
        flex-wrap: wrap;
        opacity: 0;
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
        -moz-transition: opacity .8s ease .5s,-moz-transform .8s ease .5s;
        -o-transition: opacity .8s ease .5s,-o-transform .8s ease .5s;
        -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
        -webkit-transition-delay: .5s,.5s;
        transition: opacity .8s ease .5s,transform .8s ease .5s
    }

    .products-category-list article.current {
        display: none
    }
}

.products-category-list article .c_photo {
    margin-top: auto;
    width: 100%;
    height: auto
}

@media screen and (min-width: 640px) {
    .products-category-list article .c_photo {
        width:100%
    }
}

@media screen and (max-width: 640px) {
    .products-category-list article .c_photo {
        width:90vw;
        margin: 0 auto;
        order: 1
    }

    .products-category-list article .c_photo img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

.products-category-list article .txt {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif
}

@media screen and (min-width: 640px) {
    .products-category-list article .txt {
        width:100%;
        margin: 0 0 35px
    }
}

@media screen and (max-width: 640px) {
    .products-category-list article .txt {
        width:100%;
        padding: 4.5vw 5vw;
        order: 2
    }
}

.products-category-list article .txt h2 {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 7px
}

@media screen and (max-width: 640px) {
    .products-category-list article .txt h2 {
        font-size:5vw;
        line-height: 1.5;
        margin: 0 0 1vw
    }
}

.products-category-list article .txt h2 span {
    display: block;
    font-size: 12px
}

@media screen and (max-width: 640px) {
    .products-category-list article .txt h2 span {
        font-size:3vw
    }
}

.products-category-list article .txt p {
    color: #333;
    font-size: 12px;
    line-height: 1.7;
    margin: 0 0 10px
}

@media screen and (max-width: 640px) {
    .products-category-list article .txt p {
        font-size:3.4vw;
        text-align: justify;
        margin: 0 0 4vw
    }
}

.products-category-list article .txt .c_url {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: relative;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 9999px;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    color: #000;
    letter-spacing: .05em;
    line-height: 1;
    background-color: transparent;
    opacity: 1;
    -moz-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -o-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -webkit-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .products-category-list article .txt .c_url {
        border-width:.5px
    }
}

@media screen and (min-width: 640px) {
    .products-category-list article .txt .c_url {
        font-size:11px;
        margin: 15px 0 0 -3px;
        padding: 12px 34px 12px 15px
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    .products-category-list article .txt .c_url:hover {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 12px 40px 12px 15px
    }

    .products-category-list article .txt .c_url:hover span::after {
        right: 15px
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    .products-category-list article .txt .c_url:active {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 12px 40px 12px 15px
    }

    .products-category-list article .txt .c_url:active span::after {
        right: 15px
    }
}

@media screen and (max-width: 640px) {
    .products-category-list article .txt .c_url {
        font-size:3vw;
        padding: 3vw 10vw 3vw 4vw;
        margin: 3vw 0 0 -1vw
    }
}

.products-category-list article .txt .c_url span {
    display: flex;
    justify-content: center;
    align-items: center
}

.products-category-list article .txt .c_url span::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    margin: 0;
    position: absolute;
    right: 15px;
    z-index: 2;
    background: url(../img/arrow-r.svg) center center/contain no-repeat;
    will-change: opacity, right;
    -moz-transition: opacity .4s ease,right .4s ease;
    -o-transition: opacity .4s ease,right .4s ease;
    -webkit-transition: opacity .4s ease,right .4s ease;
    transition: opacity .4s ease,right .4s ease
}

.lf {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -moz-transition: opacity .8s ease .4s,-moz-transform .8s ease .4s;
    -o-transition: opacity .8s ease .4s,-o-transform .8s ease .4s;
    -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
    -webkit-transition-delay: .4s,.4s;
    transition: opacity .8s ease .4s,transform .8s ease .4s
}

.loaded .lf {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.lf [class*="_intro_wrap"] {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -moz-transition: opacity .8s ease .8s,-moz-transform .8s ease .8s;
    -o-transition: opacity .8s ease .8s,-o-transform .8s ease .8s;
    -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
    -webkit-transition-delay: .8s,.8s;
    transition: opacity .8s ease .8s,transform .8s ease .8s
}

.loaded .lf [class*="_intro_wrap"] {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.about_cover {
    width: 100vw;
    height: 65vh;
    max-width: 2000px;
    margin-top: 0;
    background-color: #C5D6E1
}

.about_cover .about_pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-transition: opacity .8s ease .7s,-moz-transform .8s ease .7s;
    -o-transition: opacity .8s ease .7s,-o-transform .8s ease .7s;
    -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
    -webkit-transition-delay: .7s,.7s;
    transition: opacity .8s ease .7s,transform .8s ease .7s
}

.loaded .about_cover .about_pic {
    opacity: 1
}

.about_lead {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif
}

@media screen and (min-width: 640px) {
    .about_lead {
        max-width:740px;
        margin: 80px auto 0
    }
}

@media screen and (max-width: 1080px) {
    .about_lead {
        max-width:100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 640px) {
    .about_lead {
        width:90vw;
        margin: 10vw auto 0;
        padding-left: 0;
        padding-right: 0
    }
}

.about_lead p {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px
}

.about_lead p.has-small-font-size {
    font-size: 12px !important
}

@media screen and (max-width: 640px) {
    .about_lead p {
        font-size:3.5vw;
        margin-top: 4vw;
        margin-bottom: 4vw
    }

    .about_lead p.has-small-font-size {
        font-size: 3vw !important
    }
}

.about_lead p:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 640px) {
    .about-details {
        width:100%;
        margin: 40px 0 100px;
        padding-left: 60px;
        padding-right: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start
    }
}

@media screen and (max-width: 1080px) {
    .about-details {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 640px) {
    .about-details {
        width:90vw;
        margin: 0 auto 10vw;
        padding-left: 0;
        padding-right: 0
    }
}

.about-details-l,.about-details-r {
    text-align: left
}

@media screen and (min-width: 640px) {
    .about-details-l,.about-details-r {
        width:calc( 50% - 30px )
    }
}

@media screen and (max-width: 1080px) {
    .about-details-l,.about-details-r {
        width:100%
    }
}

@media screen and (max-width: 640px) {
    .about-details-l,.about-details-r {
        width:90vw
    }
}

.about_lp,.company_outline,.history {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    border-top: 1px solid rgba(0,0,0,0.5)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .about_lp,.company_outline,.history {
        border-width:.5px
    }
}

@media screen and (min-width: 640px) {
    .about_lp,.company_outline,.history {
        margin:30px auto 0;
        padding-top: 35px
    }
}

@media screen and (max-width: 640px) {
    .about_lp,.company_outline,.history {
        margin:10vw auto 0;
        padding-top: 10vw
    }
}

.about_lp {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.7
}

@media screen and (max-width: 640px) {
    .about_lp {
        font-size:3vw
    }
}

.about_lp h3 {
    font-weight: 600;
    text-align: left
}

@media screen and (min-width: 640px) {
    .about_lp h3 {
        font-size:14px;
        margin: 0 0 15px
    }
}

@media screen and (max-width: 640px) {
    .about_lp h3 {
        font-size:4vw;
        margin: 0 0 3vw
    }
}

.about_lp .about_lp_txt {
    line-height: 2
}

.about_lp .about_lp_txt small {
    font-size: 10px
}

@media screen and (max-width: 640px) {
    .about_lp .about_lp_txt small {
        font-size:2.7vw
    }
}

@media screen and (min-width: 640px) {
    .about_pdf_btn {
        margin:20px auto
    }
}

@media screen and (max-width: 640px) {
    .about_pdf_btn {
        width:100%;
        margin: 6vw auto 0
    }
}

.about_pdf_btn .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 0 0;
    position: relative;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 9999px;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    color: #000;
    letter-spacing: .05em;
    line-height: 1;
    background-color: transparent;
    opacity: 1;
    -moz-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -o-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -webkit-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .about_pdf_btn .btn {
        border-width:.5px
    }
}

@media screen and (min-width: 640px) {
    .about_pdf_btn .btn {
        font-size:11px;
        padding: 15px 20px 15px 40px;
        margin: 0 auto
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    .about_pdf_btn .btn:hover {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 15px 24px 15px 44px
    }

    .about_pdf_btn .btn:hover span::before {
        left: 19px
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    .about_pdf_btn .btn:active {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 15px 24px 15px 44px
    }

    .about_pdf_btn .btn:active span::before {
        left: 19px
    }
}

@media screen and (max-width: 640px) {
    .about_pdf_btn .btn {
        font-size:2.9vw;
        padding: 3.5vw 4.5vw 3.5vw 11vw;
        margin: 0 auto
    }
}

.about_pdf_btn .btn span {
    display: flex;
    justify-content: center;
    align-items: center
}

.about_pdf_btn .btn span::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    position: absolute;
    left: 15px;
    z-index: 2;
    background: url(../img/save_icon.svg) center center/contain no-repeat;
    will-change: opacity, right;
    -moz-transition: opacity .4s ease,left .4s ease;
    -o-transition: opacity .4s ease,left .4s ease;
    -webkit-transition: opacity .4s ease,left .4s ease;
    transition: opacity .4s ease,left .4s ease
}

.about_pdf_btn .btn span::after {
    display: none
}

@media screen and (min-width: 640px) {
    .company_outline h3 {
        font-size:14px;
        margin: 0 0 15px
    }
}

@media screen and (max-width: 640px) {
    .company_outline h3 {
        font-size:4vw;
        margin: 0 0 3vw
    }
}

.company_outline .company_outline_wrap {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.7;
    max-width: 600px
}

@media screen and (max-width: 640px) {
    .company_outline .company_outline_wrap {
        font-size:3vw
    }
}

.company_outline .company_outline_wrap dt {
    width: 85px;
    margin: 0 0 15px
}

@media screen and (max-width: 640px) {
    .company_outline .company_outline_wrap dt {
        width:20vw;
        margin: 0 0 2.5vw
    }
}

.company_outline .company_outline_wrap dd {
    width: calc( 100% - 85px );
    padding-left: 0;
    margin: 0 0 15px
}

@media screen and (max-width: 640px) {
    .company_outline .company_outline_wrap dd {
        width:calc( 100% - 20vw );
        margin: 0 0 2.5vw
    }
}

.company_outline .company_outline_wrap dd a {
    color: #999;
    display: block;
    width: fit-content;
    position: relative;
    -moz-transition: color .6s ease;
    -o-transition: color .6s ease;
    -webkit-transition: color .6s ease;
    transition: color .6s ease
}

.company_outline .company_outline_wrap dd a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: 1px;
    right: 0;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .company_outline .company_outline_wrap dd a::before {
        height:.5px
    }
}

.company_outline .company_outline_wrap dd a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 1;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .company_outline .company_outline_wrap dd a::after {
        height:.5px
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    .company_outline .company_outline_wrap dd a:hover {
        color:#333
    }

    .company_outline .company_outline_wrap dd a:hover::before {
        width: 0%
    }

    .company_outline .company_outline_wrap dd a:hover::after {
        width: 100%
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    .company_outline .company_outline_wrap dd a:active {
        color:#333
    }

    .company_outline .company_outline_wrap dd a:active::before {
        width: 0%
    }

    .company_outline .company_outline_wrap dd a:active::after {
        width: 100%
    }
}

.company_outline .company_outline_wrap dd a+a {
    margin-top: 5px
}

.company_outline .company_outline_wrap dd .office_box {
    margin: 0 0 12px
}

.company_outline .company_outline_wrap dd .office_box:last-child {
    margin-bottom: 0
}

.company_outline .company_outline_wrap dd .office_box h5 {
    width: 100%;
    font-size: 12px;
    line-height: 1.7;
    margin: 0 0 2px !important
}

.company_outline .company_outline_wrap dd .office_box .office_address {
    width: 100%;
    color: #666;
    line-height: 1.5 !important;
    margin: 0 !important
}

@media screen and (min-width: 640px) {
    .company_outline .company_outline_wrap dd .office_box .office_address {
        font-size:11px !important
    }
}

@media screen and (max-width: 640px) {
    .company_outline .company_outline_wrap dd .office_box .office_address {
        font-size:2.9vw !important
    }
}

.company_outline .company_outline_wrap dd .office_box .office_url {
    font-size: 11px;
    line-height: 1.7;
    margin: 0 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@media screen and (min-width: 640px) {
    .company_outline .company_outline_wrap dd .office_box .office_url {
        font-size:11px !important
    }
}

@media screen and (max-width: 640px) {
    .company_outline .company_outline_wrap dd .office_box .office_url {
        font-size:2.9vw !important
    }
}

.history h3 {
    font-size: 14px;
    margin: 0 0 15px
}

.history .history_wrap {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.7;
    max-width: 600px
}

.history .history_wrap dt {
    width: 60px;
    margin: 0 0 15px
}

.history .history_wrap dd {
    width: calc( 100% - 60px );
    padding-left: 0;
    margin: 0 0 15px
}

.history .history_wrap dd a {
    color: #AAA;
    display: block;
    width: fit-content;
    position: relative;
    -moz-transition: color .6s ease;
    -o-transition: color .6s ease;
    -webkit-transition: color .6s ease;
    transition: color .6s ease
}

.history .history_wrap dd a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #AAA;
    position: absolute;
    bottom: 0;
    right: 0;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .history .history_wrap dd a::before {
        height:.5px
    }
}

.history .history_wrap dd a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .history .history_wrap dd a::after {
        height:.5px
    }
}

@media (hover: hover) {
    .history .history_wrap dd a:hover {
        color:#333
    }

    .history .history_wrap dd a:hover::before {
        width: 0%
    }

    .history .history_wrap dd a:hover::after {
        width: 100%
    }
}

@media (hover: none) {
    .history .history_wrap dd a:active {
        color:#333
    }

    .history .history_wrap dd a:active::before {
        width: 0%
    }

    .history .history_wrap dd a:active::after {
        width: 100%
    }
}

.history .history_wrap dd a+a {
    margin-top: 5px
}

.single-works-cover,.single-wholesale-cover {
    position: relative
}

@media screen and (min-width: 640px) {
    .single-works-cover,.single-wholesale-cover {
        width:calc( 100% - 100px );
        height: calc(100vh - 230px);
        margin: 0 auto 60px
    }
}

@media screen and (max-width: 1080px) {
    .single-works-cover,.single-wholesale-cover {
        width:calc( 100% - 60px );
        height: calc(100vh - 230px);
        max-height: 60vw
    }
}

@media screen and (max-width: 640px) {
    .single-works-cover,.single-wholesale-cover {
        width:100vw;
        height: auto;
        max-height: inherit;
        margin: 0 auto 10vw
    }
}

.single-works-cover .thumb_color,.single-wholesale-cover .thumb_color {
    display: none;
    pointer-events: none
}

@media screen and (min-width: 640px) {
    .single-works-cover .pic_box,.single-works-cover .pic,.single-works-cover .color-box,.single-works-cover .color-box-2,.single-wholesale-cover .pic_box,.single-wholesale-cover .pic,.single-wholesale-cover .color-box,.single-wholesale-cover .color-box-2 {
        width:100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media screen and (max-width: 640px) {
    .single-works-cover .pic_box,.single-works-cover .pic,.single-works-cover .color-box,.single-works-cover .color-box-2,.single-wholesale-cover .pic_box,.single-wholesale-cover .pic,.single-wholesale-cover .color-box,.single-wholesale-cover .color-box-2 {
        width:100vw;
        height: 80vw
    }
}

.single-works-cover .pic,.single-wholesale-cover .pic {
    opacity: 0;
    z-index: 2;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.loaded .single-works-cover .pic,.loaded .single-wholesale-cover .pic {
    opacity: 1
}

@media screen and (max-width: 640px) {
    .single-works-cover .pic,.single-wholesale-cover .pic {
        display:block;
        width: 100vw;
        height: 80vw;
        position: absolute;
        top: 0;
        left: 0
    }
}

.single-works-cover .color-box,.single-works-cover .color-box-2,.single-wholesale-cover .color-box,.single-wholesale-cover .color-box-2 {
    opacity: 1;
    z-index: 1;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.single-works-cover .post_meta,.single-wholesale-cover .post_meta {
    text-align: left
}

@media screen and (min-width: 640px) {
    .single-works-cover .post_meta,.single-wholesale-cover .post_meta {
        width:calc( 100% - 100px );
        position: absolute;
        bottom: 45px;
        left: 50px;
        z-index: 2
    }
}

@media screen and (max-width: 1080px) {
    .single-works-cover .post_meta,.single-wholesale-cover .post_meta {
        width:calc( 100% - 60px );
        bottom: 25px;
        left: 30px
    }
}

@media screen and (max-width: 640px) {
    .single-works-cover .post_meta,.single-wholesale-cover .post_meta {
        color:#000 !important;
        width: 90vw;
        margin: 8vw auto 5vw;
        padding-bottom: 8vw;
        bottom: inherit;
        left: inherit;
        border-bottom: 1px solid rgba(0,0,0,0.2)
    }
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .single-works-cover .post_meta,.single-wholesale-cover .post_meta {
        border-width:.5px
    }
}

.single-works-cover .post_meta h1,.single-wholesale-cover .post_meta h1 {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 1.5;
    margin: 0;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

@media screen and (max-width: 1080px) {
    .single-works-cover .post_meta h1,.single-wholesale-cover .post_meta h1 {
        line-height:1.5
    }
}

@media screen and (max-width: 640px) {
    .single-works-cover .post_meta h1,.single-wholesale-cover .post_meta h1 {
        font-size:4.5vw;
        letter-spacing: normal;
        line-height: 1.5
    }
}

.single-works-cover .post_meta h1+p,.single-wholesale-cover .post_meta h1+p {
    margin-top: 10px
}

@media screen and (max-width: 640px) {
    .single-works-cover .post_meta h1+p,.single-wholesale-cover .post_meta h1+p {
        margin-top:2vw
    }
}

.single-works-cover .post_meta .sub,.single-wholesale-cover .post_meta .sub {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (min-width: 640px) {
    .single-works-cover .post_meta .sub,.single-wholesale-cover .post_meta .sub {
        margin-top:3px
    }
}

@media screen and (max-width: 640px) {
    .single-works-cover .post_meta .sub,.single-wholesale-cover .post_meta .sub {
        margin-top:1.5vw
    }
}

@media screen and (min-width: 640px) {
    .single-works-cover .post_meta .sub p,.single-wholesale-cover .post_meta .sub p {
        margin-right:12px
    }
}

@media screen and (max-width: 640px) {
    .single-works-cover .post_meta .sub p,.single-wholesale-cover .post_meta .sub p {
        margin-right:2vw
    }
}

.single-works-cover .post_meta p,.single-wholesale-cover .post_meta p {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.7
}

@media screen and (min-width: 640px) {
    .single-works-cover .post_meta p,.single-wholesale-cover .post_meta p {
        font-size:11px;
        margin: 0 0 2px
    }
}

@media screen and (max-width: 640px) {
    .single-works-cover .post_meta p,.single-wholesale-cover .post_meta p {
        font-size:2.7vw;
        letter-spacing: normal;
        margin: 0 0 1vw
    }
}

.single-works-cover .post_meta p.date,.single-wholesale-cover .post_meta p.date {
    color: #000;
    font-family: "CBold","Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    margin: 0 0 10px
}

.single-works-cover .post_meta p.category,.single-wholesale-cover .post_meta p.category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.single-works-cover .post_meta p.category a,.single-wholesale-cover .post_meta p.category a {
    opacity: 1;
    margin-right: 8px;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

@media screen and (max-width: 640px) {
    .single-works-cover .post_meta p.category a,.single-wholesale-cover .post_meta p.category a {
        color:#000 !important
    }
}

.single-works-cover .post_meta p.category a:hover,.single-wholesale-cover .post_meta p.category a:hover {
    opacity: .5
}

.single-works-cover .post_meta p.category a:last-child,.single-wholesale-cover .post_meta p.category a:last-child {
    margin-right: 0
}

.single-works-cover .post_meta p.last-child,.single-wholesale-cover .post_meta p.last-child {
    margin-bottom: 0
}

.single-works-cover.white .post_meta,.single-wholesale-cover.white .post_meta {
    color: #FFF
}

.single-works-cover.white .post_meta p a,.single-wholesale-cover.white .post_meta p a {
    color: #FFF
}

.single-works-cover.black .post_meta,.single-wholesale-cover.black .post_meta {
    color: #000
}

.single-works-cover.black .post_meta p a,.single-wholesale-cover.black .post_meta p a {
    color: #000
}

#single-content {
    width: 100%
}

@media screen and (min-width: 640px) {
    #single-content {
        height:100%;
        z-index: 1;
        position: relative
    }

    #contents.single-works #single-content,#contents.single-wholesale #single-content,#contents.single-article #single-content,#contents.single-products #single-content,#contents.single-publishing #single-content,#contents.single-info #single-content,#contents.single-recruit #single-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
        overflow: visible !important
    }
}

@media screen and (max-width: 640px) {
    #single-content {
        height:auto;
        display: flex;
        flex-wrap: wrap
    }
}

.fancybox-slide--current #single-content {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

#single-content .products-inner,#single-content .publishing-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media screen and (min-width: 640px) {
    #single-content .products-inner,#single-content .publishing-inner {
        width:calc( 100% - 100px );
        max-width: 1200px;
        padding: 0 0 150px;
        margin: 0 auto
    }
}

@media screen and (max-width: 1080px) {
    #single-content .products-inner,#single-content .publishing-inner {
        width:calc( 100% - 60px )
    }
}

@media screen and (max-width: 640px) {
    #single-content .products-inner,#single-content .publishing-inner {
        width:100%;
        height: auto;
        padding: 0;
        margin-bottom: 10vw;
        padding-bottom: 10vw;
        order: 1
    }

    #single-content .products-inner::after,#single-content .publishing-inner::after {
        content: "";
        display: block;
        width: 90vw;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 5vw;
        background-color: #000;
        opacity: .5
    }
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .products-inner::after,#single-content .publishing-inner::after {
        height:.5px
    }
}

@media screen and (min-width: 1650px) {
    #single-content .products-inner,#single-content .publishing-inner {
        max-width:inherit;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center
    }
}

@media screen and (min-width: 640px) {
    #single-content .products-inner .pic,#single-content .publishing-inner .pic {
        margin:0 0 50px
    }
}

@media screen and (min-width: 1650px) {
    #single-content .products-inner .pic,#single-content .publishing-inner .pic {
        width:calc( 65% - 25px );
        margin: 0
    }
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .pic,#single-content .publishing-inner .pic {
        margin:0 0 6vw
    }
}

#single-content .products-inner .pic .pic_slide,#single-content .publishing-inner .pic .pic_slide {
    width: 100%
}

#single-content .products-inner .pic .pic_slide img,#single-content .publishing-inner .pic .pic_slide img {
    width: 100%
}

#single-content .products-inner .pic .swiper-thumb,#single-content .publishing-inner .pic .swiper-thumb {
    width: 100%
}

#single-content .products-inner .pic .swiper-thumb.is-single,#single-content .publishing-inner .pic .swiper-thumb.is-single {
    display: none
}

#single-content .products-inner .pic .swiper-thumb .swiper-wrapper,#single-content .publishing-inner .pic .swiper-thumb .swiper-wrapper {
    flex-wrap: wrap
}

#single-content .products-inner .pic .swiper-thumb .swiper-slide,#single-content .publishing-inner .pic .swiper-thumb .swiper-slide {
    opacity: .5;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

#single-content .products-inner .pic .swiper-thumb .swiper-slide.swiper-slide-thumb-active,#single-content .publishing-inner .pic .swiper-thumb .swiper-slide.swiper-slide-thumb-active {
    opacity: 1
}

#single-content .products-inner .pic .swiper-thumb .swiper-slide:hover,#single-content .publishing-inner .pic .swiper-thumb .swiper-slide:hover {
    opacity: 1
}

@media screen and (min-width: 640px) {
    #single-content .products-inner .pic .swiper-thumb .swiper-slide,#single-content .publishing-inner .pic .swiper-thumb .swiper-slide {
        width:10% !important
    }
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .pic .swiper-thumb.is-few .swiper-slide,#single-content .publishing-inner .pic .swiper-thumb.is-few .swiper-slide {
        width:20% !important
    }

    #single-content .products-inner .pic .swiper-thumb.is-many .swiper-slide,#single-content .publishing-inner .pic .swiper-thumb.is-many .swiper-slide {
        width: 10% !important
    }
}

#single-content .products-inner .txt,#single-content .publishing-inner .txt {
    text-align: left
}

@media screen and (min-width: 640px) {
    #single-content .products-inner .txt,#single-content .publishing-inner .txt {
        width:100%;
        max-width: 640px;
        margin: 0 auto
    }
}

@media screen and (min-width: 1650px) {
    #single-content .products-inner .txt,#single-content .publishing-inner .txt {
        width:calc( 35% - 25px );
        max-width: inherit;
        margin: 0
    }
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt,#single-content .publishing-inner .txt {
        width:90vw;
        margin: 0 auto
    }
}

#single-content .products-inner .txt h1,#single-content .publishing-inner .txt h1 {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 25px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt h1,#single-content .publishing-inner .txt h1 {
        font-size:4.5vw;
        margin: 0 0 4vw
    }
}

#single-content .products-inner .txt .products_description,#single-content .publishing-inner .txt .products_description {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 14px;
    margin: 0 0 25px
}

@media screen and (min-width: 640px) {
    #single-content .products-inner .txt .products_description,#single-content .publishing-inner .txt .products_description {
        font-size:13px
    }
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description,#single-content .publishing-inner .txt .products_description {
        font-size:3.4vw
    }
}

#single-content .products-inner .txt .products_description h1,#single-content .products-inner .txt .products_description h2,#single-content .products-inner .txt .products_description h3,#single-content .products-inner .txt .products_description h4,#single-content .products-inner .txt .products_description h5,#single-content .products-inner .txt .products_description h6,#single-content .products-inner .txt .products_description p,#single-content .products-inner .txt .products_description ul,#single-content .products-inner .txt .products_description ol,#single-content .products-inner .txt .products_description figcaption,#single-content .products-inner .txt .products_description .wp-block-table,#single-content .products-inner .txt .products_description .wp-block-embed,#single-content .products-inner .txt .products_description .wp-block-quote,#single-content .publishing-inner .txt .products_description h1,#single-content .publishing-inner .txt .products_description h2,#single-content .publishing-inner .txt .products_description h3,#single-content .publishing-inner .txt .products_description h4,#single-content .publishing-inner .txt .products_description h5,#single-content .publishing-inner .txt .products_description h6,#single-content .publishing-inner .txt .products_description p,#single-content .publishing-inner .txt .products_description ul,#single-content .publishing-inner .txt .products_description ol,#single-content .publishing-inner .txt .products_description figcaption,#single-content .publishing-inner .txt .products_description .wp-block-table,#single-content .publishing-inner .txt .products_description .wp-block-embed,#single-content .publishing-inner .txt .products_description .wp-block-quote {
    clear: both
}

#single-content .products-inner .txt .products_description h1:first-child,#single-content .products-inner .txt .products_description h2:first-child,#single-content .products-inner .txt .products_description h3:first-child,#single-content .products-inner .txt .products_description h4:first-child,#single-content .products-inner .txt .products_description h5:first-child,#single-content .products-inner .txt .products_description h6:first-child,#single-content .products-inner .txt .products_description p:first-child,#single-content .products-inner .txt .products_description ul:first-child,#single-content .products-inner .txt .products_description ol:first-child,#single-content .products-inner .txt .products_description figcaption:first-child,#single-content .products-inner .txt .products_description .wp-block-table:first-child,#single-content .products-inner .txt .products_description .wp-block-embed:first-child,#single-content .products-inner .txt .products_description .wp-block-quote:first-child,#single-content .publishing-inner .txt .products_description h1:first-child,#single-content .publishing-inner .txt .products_description h2:first-child,#single-content .publishing-inner .txt .products_description h3:first-child,#single-content .publishing-inner .txt .products_description h4:first-child,#single-content .publishing-inner .txt .products_description h5:first-child,#single-content .publishing-inner .txt .products_description h6:first-child,#single-content .publishing-inner .txt .products_description p:first-child,#single-content .publishing-inner .txt .products_description ul:first-child,#single-content .publishing-inner .txt .products_description ol:first-child,#single-content .publishing-inner .txt .products_description figcaption:first-child,#single-content .publishing-inner .txt .products_description .wp-block-table:first-child,#single-content .publishing-inner .txt .products_description .wp-block-embed:first-child,#single-content .publishing-inner .txt .products_description .wp-block-quote:first-child {
    margin-top: 0
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description h1,#single-content .products-inner .txt .products_description h2,#single-content .products-inner .txt .products_description h3,#single-content .products-inner .txt .products_description h4,#single-content .products-inner .txt .products_description h5,#single-content .products-inner .txt .products_description h6,#single-content .products-inner .txt .products_description p,#single-content .products-inner .txt .products_description ul,#single-content .products-inner .txt .products_description ol,#single-content .products-inner .txt .products_description figcaption,#single-content .products-inner .txt .products_description .wp-block-table,#single-content .products-inner .txt .products_description .wp-block-embed,#single-content .products-inner .txt .products_description .wp-block-quote,#single-content .publishing-inner .txt .products_description h1,#single-content .publishing-inner .txt .products_description h2,#single-content .publishing-inner .txt .products_description h3,#single-content .publishing-inner .txt .products_description h4,#single-content .publishing-inner .txt .products_description h5,#single-content .publishing-inner .txt .products_description h6,#single-content .publishing-inner .txt .products_description p,#single-content .publishing-inner .txt .products_description ul,#single-content .publishing-inner .txt .products_description ol,#single-content .publishing-inner .txt .products_description figcaption,#single-content .publishing-inner .txt .products_description .wp-block-table,#single-content .publishing-inner .txt .products_description .wp-block-embed,#single-content .publishing-inner .txt .products_description .wp-block-quote {
        width:90vw
    }
}

#single-content .products-inner .txt .products_description h1.has-text-align-center,#single-content .products-inner .txt .products_description h2.has-text-align-center,#single-content .products-inner .txt .products_description h3.has-text-align-center,#single-content .products-inner .txt .products_description h4.has-text-align-center,#single-content .products-inner .txt .products_description h5.has-text-align-center,#single-content .products-inner .txt .products_description h6.has-text-align-center,#single-content .products-inner .txt .products_description p.has-text-align-center,#single-content .products-inner .txt .products_description ul.has-text-align-center,#single-content .products-inner .txt .products_description ol.has-text-align-center,#single-content .products-inner .txt .products_description figcaption.has-text-align-center,#single-content .products-inner .txt .products_description .wp-block-table.has-text-align-center,#single-content .products-inner .txt .products_description .wp-block-embed.has-text-align-center,#single-content .products-inner .txt .products_description .wp-block-quote.has-text-align-center,#single-content .publishing-inner .txt .products_description h1.has-text-align-center,#single-content .publishing-inner .txt .products_description h2.has-text-align-center,#single-content .publishing-inner .txt .products_description h3.has-text-align-center,#single-content .publishing-inner .txt .products_description h4.has-text-align-center,#single-content .publishing-inner .txt .products_description h5.has-text-align-center,#single-content .publishing-inner .txt .products_description h6.has-text-align-center,#single-content .publishing-inner .txt .products_description p.has-text-align-center,#single-content .publishing-inner .txt .products_description ul.has-text-align-center,#single-content .publishing-inner .txt .products_description ol.has-text-align-center,#single-content .publishing-inner .txt .products_description figcaption.has-text-align-center,#single-content .publishing-inner .txt .products_description .wp-block-table.has-text-align-center,#single-content .publishing-inner .txt .products_description .wp-block-embed.has-text-align-center,#single-content .publishing-inner .txt .products_description .wp-block-quote.has-text-align-center {
    text-align: center
}

#single-content .products-inner .txt .products_description h1.has-text-align-right,#single-content .products-inner .txt .products_description h2.has-text-align-right,#single-content .products-inner .txt .products_description h3.has-text-align-right,#single-content .products-inner .txt .products_description h4.has-text-align-right,#single-content .products-inner .txt .products_description h5.has-text-align-right,#single-content .products-inner .txt .products_description h6.has-text-align-right,#single-content .products-inner .txt .products_description p.has-text-align-right,#single-content .products-inner .txt .products_description ul.has-text-align-right,#single-content .products-inner .txt .products_description ol.has-text-align-right,#single-content .products-inner .txt .products_description figcaption.has-text-align-right,#single-content .products-inner .txt .products_description .wp-block-table.has-text-align-right,#single-content .products-inner .txt .products_description .wp-block-embed.has-text-align-right,#single-content .products-inner .txt .products_description .wp-block-quote.has-text-align-right,#single-content .publishing-inner .txt .products_description h1.has-text-align-right,#single-content .publishing-inner .txt .products_description h2.has-text-align-right,#single-content .publishing-inner .txt .products_description h3.has-text-align-right,#single-content .publishing-inner .txt .products_description h4.has-text-align-right,#single-content .publishing-inner .txt .products_description h5.has-text-align-right,#single-content .publishing-inner .txt .products_description h6.has-text-align-right,#single-content .publishing-inner .txt .products_description p.has-text-align-right,#single-content .publishing-inner .txt .products_description ul.has-text-align-right,#single-content .publishing-inner .txt .products_description ol.has-text-align-right,#single-content .publishing-inner .txt .products_description figcaption.has-text-align-right,#single-content .publishing-inner .txt .products_description .wp-block-table.has-text-align-right,#single-content .publishing-inner .txt .products_description .wp-block-embed.has-text-align-right,#single-content .publishing-inner .txt .products_description .wp-block-quote.has-text-align-right {
    text-align: right
}

#single-content .products-inner .txt .products_description h1.has-text-align-left,#single-content .products-inner .txt .products_description h2.has-text-align-left,#single-content .products-inner .txt .products_description h3.has-text-align-left,#single-content .products-inner .txt .products_description h4.has-text-align-left,#single-content .products-inner .txt .products_description h5.has-text-align-left,#single-content .products-inner .txt .products_description h6.has-text-align-left,#single-content .products-inner .txt .products_description p.has-text-align-left,#single-content .products-inner .txt .products_description ul.has-text-align-left,#single-content .products-inner .txt .products_description ol.has-text-align-left,#single-content .products-inner .txt .products_description figcaption.has-text-align-left,#single-content .products-inner .txt .products_description .wp-block-table.has-text-align-left,#single-content .products-inner .txt .products_description .wp-block-embed.has-text-align-left,#single-content .products-inner .txt .products_description .wp-block-quote.has-text-align-left,#single-content .publishing-inner .txt .products_description h1.has-text-align-left,#single-content .publishing-inner .txt .products_description h2.has-text-align-left,#single-content .publishing-inner .txt .products_description h3.has-text-align-left,#single-content .publishing-inner .txt .products_description h4.has-text-align-left,#single-content .publishing-inner .txt .products_description h5.has-text-align-left,#single-content .publishing-inner .txt .products_description h6.has-text-align-left,#single-content .publishing-inner .txt .products_description p.has-text-align-left,#single-content .publishing-inner .txt .products_description ul.has-text-align-left,#single-content .publishing-inner .txt .products_description ol.has-text-align-left,#single-content .publishing-inner .txt .products_description figcaption.has-text-align-left,#single-content .publishing-inner .txt .products_description .wp-block-table.has-text-align-left,#single-content .publishing-inner .txt .products_description .wp-block-embed.has-text-align-left,#single-content .publishing-inner .txt .products_description .wp-block-quote.has-text-align-left {
    text-align: left
}

#single-content .products-inner .txt .products_description h1,#single-content .publishing-inner .txt .products_description h1 {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.en #single-content .products-inner .txt .products_description h1,.en #single-content .publishing-inner .txt .products_description h1 {
    letter-spacing: 0.03em
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description h1,#single-content .publishing-inner .txt .products_description h1 {
        font-size:4.6vw;
        letter-spacing: normal;
        margin-top: 8vw;
        margin-bottom: 4vw
    }
}

#single-content .products-inner .txt .products_description h2,#single-content .products-inner .txt .products_description h3,#single-content .publishing-inner .txt .products_description h2,#single-content .publishing-inner .txt .products_description h3 {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.en #single-content .products-inner .txt .products_description h2,.en #single-content .products-inner .txt .products_description h3,.en #single-content .publishing-inner .txt .products_description h2,.en #single-content .publishing-inner .txt .products_description h3 {
    letter-spacing: 0.03em
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description h2,#single-content .products-inner .txt .products_description h3,#single-content .publishing-inner .txt .products_description h2,#single-content .publishing-inner .txt .products_description h3 {
        font-size:4.6vw;
        letter-spacing: normal;
        margin-top: 8vw;
        margin-bottom: 4vw
    }
}

#single-content .products-inner .txt .products_description h4,#single-content .publishing-inner .txt .products_description h4 {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.en #single-content .products-inner .txt .products_description h4,.en #single-content .publishing-inner .txt .products_description h4 {
    letter-spacing: 0.03em
}

#specific_trade_law #single-content .products-inner .txt .products_description h4,#specific_trade_law #single-content .publishing-inner .txt .products_description h4 {
    font-size: 18px;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 2px solid #EEE
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description h4,#single-content .publishing-inner .txt .products_description h4 {
        font-size:4.3vw;
        letter-spacing: normal;
        margin-top: 8vw;
        margin-bottom: 4vw
    }

    #specific_trade_law #single-content .products-inner .txt .products_description h4,#specific_trade_law #single-content .publishing-inner .txt .products_description h4 {
        font-size: 14px;
        margin-top: 6.5vw;
        padding-top: 6.5vw;
        margin-bottom: 3.5vw
    }
}

#single-content .products-inner .txt .products_description h5,#single-content .products-inner .txt .products_description h6,#single-content .publishing-inner .txt .products_description h5,#single-content .publishing-inner .txt .products_description h6 {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.en #single-content .products-inner .txt .products_description h5,.en #single-content .products-inner .txt .products_description h6,.en #single-content .publishing-inner .txt .products_description h5,.en #single-content .publishing-inner .txt .products_description h6 {
    letter-spacing: 0.03em
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description h5,#single-content .products-inner .txt .products_description h6,#single-content .publishing-inner .txt .products_description h5,#single-content .publishing-inner .txt .products_description h6 {
        font-size:4vw;
        letter-spacing: normal;
        margin-top: 8vw;
        margin-bottom: 4vw
    }
}

#single-content .products-inner .txt .products_description p,#single-content .publishing-inner .txt .products_description p {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 5px
}

#single-content .products-inner .txt .products_description p em,#single-content .products-inner .txt .products_description p i,#single-content .publishing-inner .txt .products_description p em,#single-content .publishing-inner .txt .products_description p i {
    font-style: italic
}

#single-content .products-inner .txt .products_description p:empty,#single-content .publishing-inner .txt .products_description p:empty {
    display: none
}

#single-content .products-inner .txt .products_description p a,#single-content .publishing-inner .txt .products_description p a {
    color: #000;
    width: fit-content;
    position: relative;
    overflow: hidden
}

#single-content .products-inner .txt .products_description p a::before,#single-content .publishing-inner .txt .products_description p a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    right: 0;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .products-inner .txt .products_description p a::before,#single-content .publishing-inner .txt .products_description p a::before {
        height:.5px
    }
}

#single-content .products-inner .txt .products_description p a::after,#single-content .publishing-inner .txt .products_description p a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #AAA;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .products-inner .txt .products_description p a::after,#single-content .publishing-inner .txt .products_description p a::after {
        height:.5px
    }
}

@media (hover: hover) {
    #single-content .products-inner .txt .products_description p a:hover,#single-content .publishing-inner .txt .products_description p a:hover {
        color:#AAA
    }

    #single-content .products-inner .txt .products_description p a:hover::before,#single-content .publishing-inner .txt .products_description p a:hover::before {
        width: 0%
    }

    #single-content .products-inner .txt .products_description p a:hover::after,#single-content .publishing-inner .txt .products_description p a:hover::after {
        width: 100%
    }
}

@media (hover: none) {
    #single-content .products-inner .txt .products_description p a:active,#single-content .publishing-inner .txt .products_description p a:active {
        color:#AAA
    }

    #single-content .products-inner .txt .products_description p a:active::before,#single-content .publishing-inner .txt .products_description p a:active::before {
        width: 0%
    }

    #single-content .products-inner .txt .products_description p a:active::after,#single-content .publishing-inner .txt .products_description p a:active::after {
        width: 100%
    }
}

@media screen and (max-width: 1080px) {
    #single-content .products-inner .txt .products_description p,#single-content .publishing-inner .txt .products_description p {
        font-size:12px;
        min-height: 12px
    }
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description p,#single-content .publishing-inner .txt .products_description p {
        font-size:3.4vw;
        letter-spacing: normal;
        min-height: 3vw;
        margin-top: 4vw;
        margin-bottom: 4vw
    }
}

#single-content .products-inner .txt .products_description p.small,#single-content .publishing-inner .txt .products_description p.small {
    font-size: 12px
}

@media screen and (max-width: 1080px) {
    #single-content .products-inner .txt .products_description p.small,#single-content .publishing-inner .txt .products_description p.small {
        font-size:11px
    }
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description p.small,#single-content .publishing-inner .txt .products_description p.small {
        font-size:10px
    }
}

#single-content .products-inner .txt .products_description p.credit,#single-content .publishing-inner .txt .products_description p.credit {
    color: #333;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description p.credit,#single-content .publishing-inner .txt .products_description p.credit {
        font-size:3vw
    }
}

#single-content .products-inner .txt .products_description hr,#single-content .publishing-inner .txt .products_description hr {
    clear: both;
    max-width: 700px;
    margin: 40px auto;
    border-top: 1px solid #CCC
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .products-inner .txt .products_description hr,#single-content .publishing-inner .txt .products_description hr {
        border-width:.5px
    }
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description hr,#single-content .publishing-inner .txt .products_description hr {
        margin-top:6vw;
        margin-bottom: 6vw
    }
}

#single-content .products-inner .txt .products_description ul,#single-content .products-inner .txt .products_description ol,#single-content .publishing-inner .txt .products_description ul,#single-content .publishing-inner .txt .products_description ol {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description ul,#single-content .products-inner .txt .products_description ol,#single-content .publishing-inner .txt .products_description ul,#single-content .publishing-inner .txt .products_description ol {
        margin-top:6vw;
        margin-bottom: 6vw
    }
}

#single-content .products-inner .txt .products_description ul li,#single-content .products-inner .txt .products_description ol li,#single-content .publishing-inner .txt .products_description ul li,#single-content .publishing-inner .txt .products_description ol li {
    font-size: 12px;
    line-height: 1.6;
    margin: 15px 0 15px 25px;
    position: relative
}

#single-content .products-inner .txt .products_description ul li:first-child,#single-content .products-inner .txt .products_description ol li:first-child,#single-content .publishing-inner .txt .products_description ul li:first-child,#single-content .publishing-inner .txt .products_description ol li:first-child {
    margin-top: 0
}

#single-content .products-inner .txt .products_description ul li:last-child,#single-content .products-inner .txt .products_description ol li:last-child,#single-content .publishing-inner .txt .products_description ul li:last-child,#single-content .publishing-inner .txt .products_description ol li:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description ul li,#single-content .products-inner .txt .products_description ol li,#single-content .publishing-inner .txt .products_description ul li,#single-content .publishing-inner .txt .products_description ol li {
        font-size:12px
    }
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description ul li,#single-content .products-inner .txt .products_description ol li,#single-content .publishing-inner .txt .products_description ul li,#single-content .publishing-inner .txt .products_description ol li {
        font-size:3.4vw;
        margin-top: 3vw;
        margin-bottom: 3vw;
        margin-left: 22px
    }
}

#single-content .products-inner .txt .products_description ul li,#single-content .publishing-inner .txt .products_description ul li {
    list-style-type: none
}

#single-content .products-inner .txt .products_description ul li::before,#single-content .publishing-inner .txt .products_description ul li::before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 9px;
    left: -14px;
    will-change: width, background-color;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .products-inner .txt .products_description ul li::before,#single-content .publishing-inner .txt .products_description ul li::before {
        height:.5px
    }
}

#single-content .products-inner .txt .products_description ol li,#single-content .publishing-inner .txt .products_description ol li {
    list-style-type: decimal;
    padding-left: 10px
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description ol li,#single-content .publishing-inner .txt .products_description ol li {
        padding-left:8px
    }
}

#single-content .products-inner .txt .products_description strong,#single-content .publishing-inner .txt .products_description strong {
    font-weight: 600
}

#single-content .products-inner .txt .products_description sup,#single-content .publishing-inner .txt .products_description sup {
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: -0.1em
}

#single-content .products-inner .txt .products_description .wp-block-image,#single-content .publishing-inner .txt .products_description .wp-block-image {
    width: 100%;
    max-width: 900px;
    clear: both;
    margin: 40px auto;
    text-align: center;
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    will-change: opacity, transform;
    -moz-transition: opacity .5s ease,-moz-transform .5s ease;
    -o-transition: opacity .5s ease,-o-transform .5s ease;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,transform .5s ease
}

#single-content .products-inner .txt .products_description .wp-block-image.active,#single-content .publishing-inner .txt .products_description .wp-block-image.active {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

#single-content .products-inner .txt .products_description .wp-block-image.right,#single-content .publishing-inner .txt .products_description .wp-block-image.right {
    width: 80%;
    float: right
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .wp-block-image.right,#single-content .publishing-inner .txt .products_description .wp-block-image.right {
        width:90%
    }
}

#single-content .products-inner .txt .products_description .wp-block-image.left,#single-content .publishing-inner .txt .products_description .wp-block-image.left {
    width: 80%;
    float: left
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .wp-block-image.left,#single-content .publishing-inner .txt .products_description .wp-block-image.left {
        width:90%
    }
}

#single-content .products-inner .txt .products_description .wp-block-image.about-cover,#single-content .publishing-inner .txt .products_description .wp-block-image.about-cover {
    width: 100vw;
    height: 100vh
}

#single-content .products-inner .txt .products_description .wp-block-image.about-cover img,#single-content .publishing-inner .txt .products_description .wp-block-image.about-cover img {
    object-fit: cover
}

#single-content .products-inner .txt .products_description .wp-block-image figcaption,#single-content .publishing-inner .txt .products_description .wp-block-image figcaption {
    color: #777;
    font-size: 11px;
    line-height: 1.6;
    padding-top: 15px;
    text-align: center
}

#single-content .products-inner .txt .products_description .wp-block-image figcaption em,#single-content .publishing-inner .txt .products_description .wp-block-image figcaption em {
    font-style: italic
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .wp-block-image,#single-content .publishing-inner .txt .products_description .wp-block-image {
        margin-top:7vw;
        margin-bottom: 7vw
    }

    #single-content .products-inner .txt .products_description .wp-block-image figcaption,#single-content .publishing-inner .txt .products_description .wp-block-image figcaption {
        font-size: 10px;
        padding-top: 12px;
        width: 93vw;
        margin-left: auto;
        margin-right: auto
    }

    body.en #single-content .products-inner .txt .products_description .wp-block-image figcaption,body.en #single-content .publishing-inner .txt .products_description .wp-block-image figcaption {
        font-size: 3.2vw
    }
}

@media screen and (min-width: 640px) {
    .single-article #single-content .products-inner .txt .products_description .wp-block-image img.v,.single-article #single-content .publishing-inner .txt .products_description .wp-block-image img.v {
        max-width:640px
    }
}

@media screen and (min-width: 640px) {
    #single-content .products-inner .txt .products_description>.wp-block-image,#single-content .publishing-inner .txt .products_description>.wp-block-image {
        margin:40px auto 60px
    }
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description>.wp-block-image,#single-content .publishing-inner .txt .products_description>.wp-block-image {
        margin:7vw auto 7vw
    }
}

#single-content .products-inner .txt .products_description .wp-block-quote,#single-content .publishing-inner .txt .products_description .wp-block-quote {
    color: #666;
    clear: both;
    max-width: 700px;
    background-color: rgba(255,255,255,0.4);
    border-radius: 5px
}

@media screen and (min-width: 640px) {
    #single-content .products-inner .txt .products_description .wp-block-quote,#single-content .publishing-inner .txt .products_description .wp-block-quote {
        padding:25px;
        margin: 20px auto
    }
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .wp-block-quote,#single-content .publishing-inner .txt .products_description .wp-block-quote {
        padding:5vw;
        margin: 4vw auto
    }
}

#single-content .products-inner .txt .products_description .wp-block-quote p,#single-content .publishing-inner .txt .products_description .wp-block-quote p {
    color: #666;
    width: 100%;
    line-height: 1.7
}

#single-content .products-inner .txt .products_description .wp-block-quote p:first-child,#single-content .publishing-inner .txt .products_description .wp-block-quote p:first-child {
    margin-top: 0
}

#single-content .products-inner .txt .products_description .wp-block-quote p:last-child,#single-content .publishing-inner .txt .products_description .wp-block-quote p:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .wp-block-quote p,#single-content .publishing-inner .txt .products_description .wp-block-quote p {
        margin:3vw auto;
        line-height: 1.5
    }
}

#single-content .products-inner .txt .products_description .wp-block-quote p a,#single-content .publishing-inner .txt .products_description .wp-block-quote p a {
    color: #666
}

#single-content .products-inner .txt .products_description .wp-block-quote .wp-block-image:first-child,#single-content .publishing-inner .txt .products_description .wp-block-quote .wp-block-image:first-child {
    margin-top: 0
}

#single-content .products-inner .txt .products_description .wp-block-quote .wp-block-image:last-child,#single-content .publishing-inner .txt .products_description .wp-block-quote .wp-block-image:last-child {
    margin-bottom: 0
}

#single-content .products-inner .txt .products_description .video_wrapper,#single-content .publishing-inner .txt .products_description .video_wrapper {
    clear: both;
    margin: 60px auto
}

.article-template-single-article-photo #single-content .products-inner .txt .products_description .video_wrapper,.article-template-single-article-photo #single-content .publishing-inner .txt .products_description .video_wrapper {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    will-change: opacity, transform;
    -moz-transition: opacity 1s ease .5s,-moz-transform 1s ease .5s;
    -o-transition: opacity 1s ease .5s,-o-transform 1s ease .5s;
    -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
    -webkit-transition-delay: .5s,.5s;
    transition: opacity 1s ease .5s,transform 1s ease .5s
}

.article-template-single-article-photo #single-content .products-inner .txt .products_description .video_wrapper.scl_on,.article-template-single-article-photo #single-content .publishing-inner .txt .products_description .video_wrapper.scl_on {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .video_wrapper,#single-content .publishing-inner .txt .products_description .video_wrapper {
        margin-top:7vw;
        margin-bottom: 7vw
    }
}

#single-content .products-inner .txt .products_description .video_wrapper video,#single-content .publishing-inner .txt .products_description .video_wrapper video {
    width: 100%;
    outline: none
}

#single-content .products-inner .txt .products_description .video_wrapper p,#single-content .publishing-inner .txt .products_description .video_wrapper p {
    color: #777;
    font-size: 11px;
    margin: 15px auto 0;
    text-align: center
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .video_wrapper p,#single-content .publishing-inner .txt .products_description .video_wrapper p {
        font-size:10px;
        margin: 10px auto 0
    }
}

#single-content .products-inner .txt .products_description .wp-block-embed-youtube,#single-content .publishing-inner .txt .products_description .wp-block-embed-youtube {
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 60px auto
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .wp-block-embed-youtube,#single-content .publishing-inner .txt .products_description .wp-block-embed-youtube {
        margin-top:7vw;
        margin-bottom: 7vw
    }
}

#single-content .products-inner .txt .products_description .wp-block-embed-youtube figcaption,#single-content .publishing-inner .txt .products_description .wp-block-embed-youtube figcaption {
    color: #777;
    font-size: 12px;
    line-height: 1.6;
    padding-top: 15px;
    text-align: center
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .wp-block-embed-youtube,#single-content .publishing-inner .txt .products_description .wp-block-embed-youtube {
        margin-top:7vw;
        margin-bottom: 7vw
    }

    #single-content .products-inner .txt .products_description .wp-block-embed-youtube figcaption,#single-content .publishing-inner .txt .products_description .wp-block-embed-youtube figcaption {
        font-size: 10px;
        padding-top: 12px
    }
}

#single-content .products-inner .txt .products_description .wp-block-embed-youtube iframe,#single-content .publishing-inner .txt .products_description .wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#single-content .products-inner .txt .products_description .wp-block-table,#single-content .publishing-inner .txt .products_description .wp-block-table {
    background-color: #54afb7
}

#single-content .products-inner .txt .products_description .wp-block-table td,#single-content .publishing-inner .txt .products_description .wp-block-table td {
    padding: 20px;
    border: 2px solid #FFF;
    min-width: 120px
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .wp-block-table td,#single-content .publishing-inner .txt .products_description .wp-block-table td {
        min-width:100px;
        padding: 15px
    }
}

#single-content .products-inner .txt .products_description .wp-block-table td small,#single-content .publishing-inner .txt .products_description .wp-block-table td small {
    color: #333;
    font-size: 12px
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .wp-block-table td small,#single-content .publishing-inner .txt .products_description .wp-block-table td small {
        font-size:10px
    }
}

#single-content .products-inner .txt .products_description .wp-block-table td.price,#single-content .publishing-inner .txt .products_description .wp-block-table td.price {
    text-align: center
}

#single-content .products-inner .txt .products_description .youtube,#single-content .publishing-inner .txt .products_description .youtube {
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 60px auto
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .youtube,#single-content .publishing-inner .txt .products_description .youtube {
        margin-top:7vw;
        margin-bottom: 7vw
    }
}

#single-content .products-inner .txt .products_description .youtube figcaption,#single-content .publishing-inner .txt .products_description .youtube figcaption {
    color: #777;
    font-size: 12px;
    line-height: 1.6;
    padding-top: 15px;
    text-align: center
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .youtube,#single-content .publishing-inner .txt .products_description .youtube {
        margin-top:7vw;
        margin-bottom: 7vw
    }

    #single-content .products-inner .txt .products_description .youtube figcaption,#single-content .publishing-inner .txt .products_description .youtube figcaption {
        font-size: 10px;
        padding-top: 12px
    }
}

#single-content .products-inner .txt .products_description .youtube iframe,#single-content .publishing-inner .txt .products_description .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#single-content .products-inner .txt .products_description .col,#single-content .publishing-inner .txt .products_description .col {
    clear: both;
    font-size: 13px;
    line-height: 2;
    background-color: #54afb7;
    padding: 30px
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt .products_description .col,#single-content .publishing-inner .txt .products_description .col {
        width:100%;
        font-size: 11px;
        padding: 4.5vw
    }
}

#single-content .products-inner .txt .products_description a,#single-content .publishing-inner .txt .products_description a {
    color: #54afb7;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

@media (hover: hover) {
    #single-content .products-inner .txt .products_description a:hover,#single-content .publishing-inner .txt .products_description a:hover {
        color:#999
    }
}

@media (hover: none) {
    #single-content .products-inner .txt .products_description a:active,#single-content .publishing-inner .txt .products_description a:active {
        color:#999
    }
}

#single-content .products-inner .txt dl.spec,#single-content .publishing-inner .txt dl.spec {
    color: #666;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.7
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt dl.spec,#single-content .publishing-inner .txt dl.spec {
        font-size:2.7vw;
        line-height: 1.5
    }
}

@media screen and (min-width: 640px) {
    #single-content .products-inner .txt dl.spec.spec_p dt,#single-content .publishing-inner .txt dl.spec.spec_p dt {
        width:140px
    }
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt dl.spec.spec_p dt,#single-content .publishing-inner .txt dl.spec.spec_p dt {
        width:30vw
    }
}

@media screen and (min-width: 640px) {
    #single-content .products-inner .txt dl.spec.spec_p dd,#single-content .publishing-inner .txt dl.spec.spec_p dd {
        width:calc( 100% - 140px )
    }
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt dl.spec.spec_p dd,#single-content .publishing-inner .txt dl.spec.spec_p dd {
        width:calc( 100% - 30vw )
    }
}

#single-content .products-inner .txt dl.spec dt,#single-content .publishing-inner .txt dl.spec dt {
    width: 70px;
    margin: 0 0 10px
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt dl.spec dt,#single-content .publishing-inner .txt dl.spec dt {
        margin:0 0 2vw
    }
}

#single-content .products-inner .txt dl.spec dd,#single-content .publishing-inner .txt dl.spec dd {
    width: calc( 100% - 70px );
    padding-left: 0;
    margin: 0 0 10px
}

@media screen and (max-width: 640px) {
    #single-content .products-inner .txt dl.spec dd,#single-content .publishing-inner .txt dl.spec dd {
        margin:0 0 2vw
    }
}

#single-content .products-inner .txt dl.spec dd a,#single-content .publishing-inner .txt dl.spec dd a {
    color: #AAA;
    display: block;
    width: fit-content;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-transition: color .6s ease;
    -o-transition: color .6s ease;
    -webkit-transition: color .6s ease;
    transition: color .6s ease
}

#single-content .products-inner .txt dl.spec dd a::before,#single-content .publishing-inner .txt dl.spec dd a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #AAA;
    position: absolute;
    bottom: 0;
    right: 0;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .products-inner .txt dl.spec dd a::before,#single-content .publishing-inner .txt dl.spec dd a::before {
        height:.5px
    }
}

#single-content .products-inner .txt dl.spec dd a::after,#single-content .publishing-inner .txt dl.spec dd a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .products-inner .txt dl.spec dd a::after,#single-content .publishing-inner .txt dl.spec dd a::after {
        height:.5px
    }
}

@media (hover: hover) {
    #single-content .products-inner .txt dl.spec dd a:hover,#single-content .publishing-inner .txt dl.spec dd a:hover {
        color:#333
    }

    #single-content .products-inner .txt dl.spec dd a:hover::before,#single-content .publishing-inner .txt dl.spec dd a:hover::before {
        width: 0%
    }

    #single-content .products-inner .txt dl.spec dd a:hover::after,#single-content .publishing-inner .txt dl.spec dd a:hover::after {
        width: 100%
    }
}

@media (hover: none) {
    #single-content .products-inner .txt dl.spec dd a:active,#single-content .publishing-inner .txt dl.spec dd a:active {
        color:#333
    }

    #single-content .products-inner .txt dl.spec dd a:active::before,#single-content .publishing-inner .txt dl.spec dd a:active::before {
        width: 0%
    }

    #single-content .products-inner .txt dl.spec dd a:active::after,#single-content .publishing-inner .txt dl.spec dd a:active::after {
        width: 100%
    }
}

#single-content .products-inner .txt dl.spec dd a+a,#single-content .publishing-inner .txt dl.spec dd a+a {
    margin-top: 5px
}

@media screen and (min-width: 640px) {
    #single-content.recruit-list .single-inner {
        padding-bottom:60px
    }

    #single-content.recruit-list .single-inner+.single-inner {
        padding-top: 80px
    }

    #single-content.recruit-list .single-inner+.single-inner::before {
        content: "";
        display: block;
        width: 640px;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -320px
    }
}

@media only screen and (min-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content.recruit-list .single-inner+.single-inner::before {
        height:.5px
    }
}

@media screen and (min-width: 640px) {
    #single-content.recruit-list .single-inner:last-child {
        padding-bottom:200px
    }
}

#single-content .post_meta_fixed {
    width: 40vw;
    height: 300px;
    text-align: left;
    position: fixed;
    top: 125px;
    left: 50px;
    opacity: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 5;
    pointer-events: none;
    mix-blend-mode: multiply;
    will-change: opacity;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

@media screen and (max-width: 1080px) {
    #single-content .post_meta_fixed {
        left:30px
    }
}

#single-content .post_meta_fixed.active {
    opacity: 1
}

#single-content .post_meta_fixed.active2 {
    opacity: 0 !important
}

@media screen and (max-width: 640px) {
    #single-content .post_meta_fixed {
        display:none !important
    }
}

#single-content .post_meta_fixed h1 {
    color: #AAA;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 11px;
    letter-spacing: .02em;
    line-height: 1.7;
    margin: 0 0 8px;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media screen and (max-width: 640px) {
    #single-content .post_meta_fixed h1 {
        font-size:4vw;
        letter-spacing: normal
    }
}

#single-content .post_meta_fixed p {
    color: #AAA;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.5;
    font-size: 10px;
    margin: 0 0 4px
}

#single-content .post_meta_fixed p.date {
    color: #000;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    margin: 0 0 10px
}

#single-content .post_meta_fixed p.category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

#single-content .post_meta_fixed p.category a {
    color: #AAA;
    margin-right: 8px;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

#single-content .post_meta_fixed p.category a:hover {
    color: #000
}

#single-content .post_meta_fixed p.last-child {
    margin-bottom: 0
}

#single-content .single-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media screen and (min-width: 640px) {
    #single-content .single-inner {
        padding-bottom:150px
    }

    #contents.single-works #single-content .single-inner,#contents.single-wholesale #single-content .single-inner,#contents.single-recruit #single-content .single-inner,#contents.single-article #single-content .single-inner {
        width: calc( 100% - 100px )
    }
}

@media screen and (min-width: 640px) and (max-width: 1080px) {
    #contents.single-works #single-content .single-inner,#contents.single-wholesale #single-content .single-inner,#contents.single-recruit #single-content .single-inner,#contents.single-article #single-content .single-inner {
        width:calc( 100% - 60px )
    }
}

@media screen and (min-width: 640px) {
    #contents.page-about #single-content .single-inner {
        max-width:2000px
    }

    #single-content .single-inner.sticky-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner {
        width:100%;
        height: auto;
        padding: 0 0 10vw;
        margin-bottom: 10vw
    }

    #contents.single-works #single-content .single-inner::after,#contents.single-wholesale #single-content .single-inner::after,#contents.single-recruit #single-content .single-inner::after,#contents.single-news #single-content .single-inner::after,#contents.single-article #single-content .single-inner::after {
        content: "";
        display: block;
        width: 90vw;
        height: 1px;
        background-color: #000;
        position: absolute;
        left: 5vw;
        bottom: 0
    }
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    #contents.single-works #single-content .single-inner::after,#contents.single-wholesale #single-content .single-inner::after,#contents.single-recruit #single-content .single-inner::after,#contents.single-news #single-content .single-inner::after,#contents.single-article #single-content .single-inner::after {
        height:.5px
    }
}

#single-content .single-inner .post_meta {
    text-align: left
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .post_meta {
        max-width:640px;
        margin: 30px auto 30px
    }

    .page-template-page-contact #single-content .single-inner .post_meta,.page-template-page-contact-confirm #single-content .single-inner .post_meta,.page-template-page-contact-confirm-error #single-content .single-inner .post_meta {
        margin-top: 0
    }

    #single-content .single-inner .post_meta.sticky {
        width: 33%;
        position: sticky;
        top: 180px;
        left: 0;
        margin: 0
    }

    #single-content .single-inner .post_meta.sticky h2.tit_recruit {
        font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
        font-size: 20px;
        letter-spacing: .02em;
        line-height: 1;
        margin: 0 0 20px;
        -moz-font-feature-settings: "palt";
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto
    }

    #single-content .single-inner .post_meta.sticky h1.recruit_entry_title {
        font-size: 15px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .post_meta {
        width:90vw;
        margin: 0 auto 6vw;
        padding-bottom: 5vw;
        border-bottom: 1px solid rgba(0,0,0,0.2)
    }
}

@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .post_meta {
        border-width:.5px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .post_meta h2.tit_recruit {
        font-size:4.5vw;
        font-weight: 600;
        letter-spacing: normal;
        margin: 0 0 2vw
    }
}

#single-content .single-inner .post_meta h1 {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 1.7;
    margin: 0 0 10px;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

@media screen and (max-width: 1080px) {
    #single-content .single-inner .post_meta h1 {
        line-height:1.5
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .post_meta h1 {
        font-size:4.5vw;
        font-weight: 600;
        letter-spacing: normal;
        line-height: 1.5;
        margin: 0 0 2vw
    }
}

#single-content .single-inner .post_meta p {
    color: #AAA;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.7
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .post_meta p {
        font-size:12px;
        margin: 0 0 2px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .post_meta p {
        font-size:2.7vw;
        letter-spacing: normal;
        margin: 0 0 2vw
    }
}

#single-content .single-inner .post_meta p.date {
    color: #999;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    margin: 0 0 10px
}

#single-content .single-inner .post_meta p.category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

#single-content .single-inner .post_meta p.category a {
    color: #AAA;
    margin-right: 8px;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

#single-content .single-inner .post_meta p.category a:hover {
    color: #000
}

#single-content .single-inner .post_meta p.last-child {
    margin-bottom: 0
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .post_meta p.c-tit {
        color:#000;
        font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
        font-weight: 600;
        line-height: 1;
        margin: 0 0 5vw;
        -moz-font-feature-settings: "palt";
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        font-size: 4vw
    }
}

#single-content .single-inner .post_meta .nav_recruit {
    margin: 10px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

#single-content .single-inner .post_meta .nav_recruit li {
    width: fit-content
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .post_meta .nav_recruit li {
        margin:10px 10px 0 -3px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .post_meta .nav_recruit li {
        margin:2vw 3vw 2vw -1vw
    }
}

#single-content .single-inner .post_meta .nav_recruit li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: relative;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 9999px;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    color: #000;
    letter-spacing: .05em;
    line-height: 1;
    background-color: transparent;
    opacity: 1;
    -moz-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -o-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -webkit-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .post_meta .nav_recruit li a {
        border-width:.5px
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .post_meta .nav_recruit li a {
        font-size:11px;
        padding: 12px 34px 12px 15px
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    #single-content .single-inner .post_meta .nav_recruit li a:hover {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 12px 40px 12px 15px
    }

    #single-content .single-inner .post_meta .nav_recruit li a:hover span::after {
        right: 15px
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    #single-content .single-inner .post_meta .nav_recruit li a:active {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 12px 40px 12px 15px
    }

    #single-content .single-inner .post_meta .nav_recruit li a:active span::after {
        right: 15px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .post_meta .nav_recruit li a {
        font-size:2.9vw;
        padding: 3.5vw 9vw 3.5vw 4vw
    }
}

#single-content .single-inner .post_meta .nav_recruit li a span {
    display: flex;
    justify-content: center;
    align-items: center
}

#single-content .single-inner .post_meta .nav_recruit li a span::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    margin: 0;
    position: absolute;
    right: 15px;
    z-index: 2;
    background: url(../img/arrow-r.svg) center center/contain no-repeat;
    will-change: opacity, right;
    -moz-transition: opacity .4s ease,right .4s ease;
    -o-transition: opacity .4s ease,right .4s ease;
    -webkit-transition: opacity .4s ease,right .4s ease;
    transition: opacity .4s ease,right .4s ease
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .post_meta .nav_recruit li a span::after {
        margin:-2px 0 0;
        transform: rotate(90deg)
    }
}

#single-content .single-inner .single-content {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    font-size: 13px;
    line-height: 2.2;
    letter-spacing: 0.02em;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: left
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .single-content {
        font-size:13px
    }

    #contents.page-about #single-content .single-inner .single-content {
        max-width: 2000px
    }

    #single-content .single-inner .single-content.sticky-content {
        width: calc( 67% - 50px );
        max-width: 800px;
        margin: 0
    }
}

@media screen and (min-width: 640px) and (max-width: 1080px) {
    #single-content .single-inner .single-content.sticky-content {
        width:calc( 67% - 30px )
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .single-content.sticky-content h1:first-child,#single-content .single-inner .single-content.sticky-content h2:first-child,#single-content .single-inner .single-content.sticky-content h3:first-child,#single-content .single-inner .single-content.sticky-content h4:first-child,#single-content .single-inner .single-content.sticky-content h5:first-child,#single-content .single-inner .single-content.sticky-content h6:first-child,#single-content .single-inner .single-content.sticky-content p:first-child,#single-content .single-inner .single-content.sticky-content ul:first-child,#single-content .single-inner .single-content.sticky-content ol:first-child,#single-content .single-inner .single-content.sticky-content .wp-block-table:first-child,#single-content .single-inner .single-content.sticky-content .wp-block-embed:first-child,#single-content .single-inner .single-content.sticky-content .wp-block-quote:first-child,#single-content .single-inner .single-content.sticky-content .wp-block-image:first-child {
        margin-top:0
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content {
        font-size:3.4vw;
        letter-spacing: normal
    }
}

#single-content .single-inner .single-content h1,#single-content .single-inner .single-content h2,#single-content .single-inner .single-content h3,#single-content .single-inner .single-content h4,#single-content .single-inner .single-content h5,#single-content .single-inner .single-content h6,#single-content .single-inner .single-content p,#single-content .single-inner .single-content ul,#single-content .single-inner .single-content ol,#single-content .single-inner .single-content figcaption,#single-content .single-inner .single-content .btn_wrap,#single-content .single-inner .single-content .wp-block-table,#single-content .single-inner .single-content .wp-block-embed,#single-content .single-inner .single-content .wp-block-quote {
    clear: both;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto
}

#contents.page-about #single-content .single-inner .single-content h1,#contents.page-about #single-content .single-inner .single-content h2,#contents.page-about #single-content .single-inner .single-content h3,#contents.page-about #single-content .single-inner .single-content h4,#contents.page-about #single-content .single-inner .single-content h5,#contents.page-about #single-content .single-inner .single-content h6,#contents.page-about #single-content .single-inner .single-content p,#contents.page-about #single-content .single-inner .single-content ul,#contents.page-about #single-content .single-inner .single-content ol,#contents.page-about #single-content .single-inner .single-content figcaption,#contents.page-about #single-content .single-inner .single-content .btn_wrap,#contents.page-about #single-content .single-inner .single-content .wp-block-table,#contents.page-about #single-content .single-inner .single-content .wp-block-embed,#contents.page-about #single-content .single-inner .single-content .wp-block-quote {
    max-width: 600px
}

#single-content .single-inner .single-content h1:first-child,#single-content .single-inner .single-content h2:first-child,#single-content .single-inner .single-content h3:first-child,#single-content .single-inner .single-content h4:first-child,#single-content .single-inner .single-content h5:first-child,#single-content .single-inner .single-content h6:first-child,#single-content .single-inner .single-content p:first-child,#single-content .single-inner .single-content ul:first-child,#single-content .single-inner .single-content ol:first-child,#single-content .single-inner .single-content figcaption:first-child,#single-content .single-inner .single-content .btn_wrap:first-child,#single-content .single-inner .single-content .wp-block-table:first-child,#single-content .single-inner .single-content .wp-block-embed:first-child,#single-content .single-inner .single-content .wp-block-quote:first-child {
    margin-top: 0
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content h1,#single-content .single-inner .single-content h2,#single-content .single-inner .single-content h3,#single-content .single-inner .single-content h4,#single-content .single-inner .single-content h5,#single-content .single-inner .single-content h6,#single-content .single-inner .single-content p,#single-content .single-inner .single-content ul,#single-content .single-inner .single-content ol,#single-content .single-inner .single-content figcaption,#single-content .single-inner .single-content .btn_wrap,#single-content .single-inner .single-content .wp-block-table,#single-content .single-inner .single-content .wp-block-embed,#single-content .single-inner .single-content .wp-block-quote {
        width:90vw
    }
}

#single-content .single-inner .single-content h1.has-text-align-center,#single-content .single-inner .single-content h2.has-text-align-center,#single-content .single-inner .single-content h3.has-text-align-center,#single-content .single-inner .single-content h4.has-text-align-center,#single-content .single-inner .single-content h5.has-text-align-center,#single-content .single-inner .single-content h6.has-text-align-center,#single-content .single-inner .single-content p.has-text-align-center,#single-content .single-inner .single-content ul.has-text-align-center,#single-content .single-inner .single-content ol.has-text-align-center,#single-content .single-inner .single-content figcaption.has-text-align-center,#single-content .single-inner .single-content .btn_wrap.has-text-align-center,#single-content .single-inner .single-content .wp-block-table.has-text-align-center,#single-content .single-inner .single-content .wp-block-embed.has-text-align-center,#single-content .single-inner .single-content .wp-block-quote.has-text-align-center {
    text-align: center
}

#single-content .single-inner .single-content h1.has-text-align-right,#single-content .single-inner .single-content h2.has-text-align-right,#single-content .single-inner .single-content h3.has-text-align-right,#single-content .single-inner .single-content h4.has-text-align-right,#single-content .single-inner .single-content h5.has-text-align-right,#single-content .single-inner .single-content h6.has-text-align-right,#single-content .single-inner .single-content p.has-text-align-right,#single-content .single-inner .single-content ul.has-text-align-right,#single-content .single-inner .single-content ol.has-text-align-right,#single-content .single-inner .single-content figcaption.has-text-align-right,#single-content .single-inner .single-content .btn_wrap.has-text-align-right,#single-content .single-inner .single-content .wp-block-table.has-text-align-right,#single-content .single-inner .single-content .wp-block-embed.has-text-align-right,#single-content .single-inner .single-content .wp-block-quote.has-text-align-right {
    text-align: right
}

#single-content .single-inner .single-content h1.has-text-align-left,#single-content .single-inner .single-content h2.has-text-align-left,#single-content .single-inner .single-content h3.has-text-align-left,#single-content .single-inner .single-content h4.has-text-align-left,#single-content .single-inner .single-content h5.has-text-align-left,#single-content .single-inner .single-content h6.has-text-align-left,#single-content .single-inner .single-content p.has-text-align-left,#single-content .single-inner .single-content ul.has-text-align-left,#single-content .single-inner .single-content ol.has-text-align-left,#single-content .single-inner .single-content figcaption.has-text-align-left,#single-content .single-inner .single-content .btn_wrap.has-text-align-left,#single-content .single-inner .single-content .wp-block-table.has-text-align-left,#single-content .single-inner .single-content .wp-block-embed.has-text-align-left,#single-content .single-inner .single-content .wp-block-quote.has-text-align-left {
    text-align: left
}

#single-content .single-inner .single-content h1 {
    font-size: 24px;
    letter-spacing: .02em;
    line-height: 1.7;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.en #single-content .single-inner .single-content h1 {
    letter-spacing: 0.03em
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content h1 {
        font-size:4.6vw;
        letter-spacing: normal;
        margin-top: 8vw;
        margin-bottom: 4vw
    }
}

#single-content .single-inner .single-content h2,#single-content .single-inner .single-content h3 {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-top: 40px;
    margin-bottom: 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.en #single-content .single-inner .single-content h2,.en #single-content .single-inner .single-content h3 {
    letter-spacing: 0.03em
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content h2,#single-content .single-inner .single-content h3 {
        font-size:4.6vw;
        letter-spacing: normal;
        margin-top: 8vw;
        margin-bottom: 4vw
    }
}

#single-content .single-inner .single-content h4 {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-top: 40px;
    margin-bottom: 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.en #single-content .single-inner .single-content h4 {
    letter-spacing: 0.03em
}

#specific_trade_law #single-content .single-inner .single-content h4 {
    font-size: 18px;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 2px solid #EEE
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content h4 {
        font-size:4.3vw;
        letter-spacing: normal;
        margin-top: 8vw;
        margin-bottom: 4vw
    }

    #specific_trade_law #single-content .single-inner .single-content h4 {
        font-size: 4vw;
        margin-top: 6.5vw;
        padding-top: 6.5vw;
        margin-bottom: 3.5vw
    }
}

#single-content .single-inner .single-content h5,#single-content .single-inner .single-content h6 {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-top: 40px;
    margin-bottom: 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.en #single-content .single-inner .single-content h5,.en #single-content .single-inner .single-content h6 {
    letter-spacing: 0.03em
}

.site-policy #single-content .single-inner .single-content h5,.privacy-policy #single-content .single-inner .single-content h5,.site-policy #single-content .single-inner .single-content h6,.privacy-policy #single-content .single-inner .single-content h6 {
    font-size: 15px
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content h5,#single-content .single-inner .single-content h6 {
        font-size:3.5vw;
        letter-spacing: normal;
        margin-top: 8vw;
        margin-bottom: 4vw
    }
}

#single-content .single-inner .single-content p {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 13px
}

.site-policy #single-content .single-inner .single-content p,.privacy-policy #single-content .single-inner .single-content p {
    font-size: 13px
}

@media screen and (max-width: 640px) {
    .site-policy #single-content .single-inner .single-content p,.privacy-policy #single-content .single-inner .single-content p {
        font-size:3.2vw
    }
}

.page-contact #single-content .single-inner .single-content p {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 15px
}

@media screen and (max-width: 640px) {
    .page-contact #single-content .single-inner .single-content p {
        font-size:3.4vw;
        margin-top: 3vw;
        margin-bottom: 3vw
    }
}

#single-content .single-inner .single-content p.has-medium-font-size {
    font-size: 14px !important
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content p.has-medium-font-size {
        font-size:3.4vw !important
    }
}

#single-content .single-inner .single-content p.has-small-font-size {
    font-size: 90% !important;
    margin-top: 20px;
    margin-bottom: 20px
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content p.has-small-font-size {
        font-size:90% !important;
        margin-top: 4.5vw;
        margin-bottom: 4.5vw
    }
}

@media screen and (max-width: 1080px) {
    #single-content .single-inner .single-content p {
        font-size:12px;
        min-height: 12px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content p {
        font-size:3.4vw;
        letter-spacing: normal;
        margin-top: 4vw;
        margin-bottom: 4vw
    }
}

#contents.page-about #single-content .single-inner .single-content p {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px
}

#contents.page-about #single-content .single-inner .single-content p.has-small-font-size {
    font-size: 12px !important
}

@media screen and (max-width: 640px) {
    #contents.page-about #single-content .single-inner .single-content p {
        font-size:3.5vw;
        margin-top: 4vw;
        margin-bottom: 4vw
    }

    #contents.page-about #single-content .single-inner .single-content p.has-small-font-size {
        font-size: 3vw !important
    }
}

#single-content .single-inner .single-content p em,#single-content .single-inner .single-content p i {
    font-style: italic
}

#single-content .single-inner .single-content p.red {
    color: #d44f71
}

#single-content .single-inner .single-content p:empty {
    display: none
}

#single-content .single-inner .single-content p a {
    color: #000;
    width: fit-content;
    position: relative;
    overflow: hidden;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

#single-content .single-inner .single-content p a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    right: 0;
    will-change: width, background-color;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .single-content p a::before {
        height:.5px
    }
}

#single-content .single-inner .single-content p a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #AAA;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    will-change: width, background-color;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .single-content p a::after {
        height:.5px
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    #single-content .single-inner .single-content p a:hover {
        color:#AAA
    }

    #single-content .single-inner .single-content p a:hover::before {
        width: 0%
    }

    #single-content .single-inner .single-content p a:hover::after {
        width: 100%
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    #single-content .single-inner .single-content p a:active {
        color:#AAA
    }

    #single-content .single-inner .single-content p a:active::before {
        width: 0%
    }

    #single-content .single-inner .single-content p a:active::after {
        width: 100%
    }
}

#single-content .single-inner .single-content p.small {
    font-size: 12px
}

@media screen and (max-width: 1080px) {
    #single-content .single-inner .single-content p.small {
        font-size:11px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content p.small {
        font-size:2.8vw
    }
}

#single-content .single-inner .single-content p.credit {
    color: #333;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content p.credit {
        font-size:2.9vw
    }
}

#single-content .single-inner .single-content .credit {
    color: #777
}

#single-content .single-inner .single-content .credit p {
    font-size: 12px;
    margin: 0 auto 2px;
    line-height: 1.7
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .credit p {
        font-size:3vw
    }
}

#single-content .single-inner .single-content hr {
    clear: both;
    max-width: 700px;
    margin: 40px auto;
    border-top: 1px solid #CCC
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .single-content hr {
        border-width:.5px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content hr {
        margin-top:6vw;
        margin-bottom: 6vw
    }
}

#single-content .single-inner .single-content ul,#single-content .single-inner .single-content ol {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content ul,#single-content .single-inner .single-content ol {
        margin-top:6vw;
        margin-bottom: 6vw
    }
}

#single-content .single-inner .single-content ul li,#single-content .single-inner .single-content ol li {
    font-size: 13px;
    line-height: 1.6;
    margin: 15px 0 15px 15px;
    color: #000;
    width: fit-content;
    position: relative
}

#single-content .single-inner .single-content ul li:first-child,#single-content .single-inner .single-content ol li:first-child {
    margin-top: 0
}

#single-content .single-inner .single-content ul li:last-child,#single-content .single-inner .single-content ol li:last-child {
    margin-bottom: 0
}

.page-contact #single-content .single-inner .single-content ul li,.page-contact #single-content .single-inner .single-content ol li {
    font-size: 12px
}

@media screen and (max-width: 1080px) {
    #single-content .single-inner .single-content ul li,#single-content .single-inner .single-content ol li {
        font-size:12px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content ul li,#single-content .single-inner .single-content ol li {
        font-size:3.4vw;
        margin-top: 3vw;
        margin-bottom: 3vw;
        margin-left: 4vw
    }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
    #single-content .single-inner .single-content ul li,#single-content .single-inner .single-content ol li {
        font-size:3.2vw
    }
}

#single-content .single-inner .single-content ul li::before,#single-content .single-inner .single-content ol li::before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 9px;
    left: -14px;
    will-change: width, background-color;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .single-content ul li::before,#single-content .single-inner .single-content ol li::before {
        height:.5px
    }
}

#single-content .single-inner .single-content ul li::after,#single-content .single-inner .single-content ol li::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #AAA;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    will-change: width, background-color;
    -moz-transition: width .6s ease,background-color .6s ease;
    -o-transition: width .6s ease,background-color .6s ease;
    -webkit-transition: width .6s ease,background-color .6s ease;
    transition: width .6s ease,background-color .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .single-content ul li::after,#single-content .single-inner .single-content ol li::after {
        height:.5px
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    #single-content .single-inner .single-content ul li a:hover,#single-content .single-inner .single-content ol li a:hover {
        color:#AAA
    }

    #single-content .single-inner .single-content ul li a:hover::before,#single-content .single-inner .single-content ol li a:hover::before {
        width: 0%
    }

    #single-content .single-inner .single-content ul li a:hover::after,#single-content .single-inner .single-content ol li a:hover::after {
        width: 100%
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    #single-content .single-inner .single-content ul li a:active,#single-content .single-inner .single-content ol li a:active {
        color:#AAA
    }

    #single-content .single-inner .single-content ul li a:active::before,#single-content .single-inner .single-content ol li a:active::before {
        width: 0%
    }

    #single-content .single-inner .single-content ul li a:active::after,#single-content .single-inner .single-content ol li a:active::after {
        width: 100%
    }
}

#single-content .single-inner .single-content ul li {
    list-style-type: none
}

#single-content .single-inner .single-content ol li {
    list-style-type: decimal;
    padding-left: 10px
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content ol li {
        padding-left:8px
    }
}

#single-content .single-inner .single-content strong {
    font-weight: 600
}

#single-content .single-inner .single-content sup {
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: -0.1em
}

#single-content .single-inner .single-content .wp-block-image {
    width: 100%;
    max-width: 800px;
    clear: both;
    margin: 40px auto;
    text-align: center;
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    will-change: opacity, transform;
    -moz-transition: opacity .5s ease,-moz-transform .5s ease;
    -o-transition: opacity .5s ease,-o-transform .5s ease;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,transform .5s ease
}

#single-content .single-inner .single-content .wp-block-image.active {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

#single-content .single-inner .single-content .wp-block-image.right {
    width: 80%;
    float: right
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .wp-block-image.right {
        width:90%
    }
}

#single-content .single-inner .single-content .wp-block-image.left {
    width: 80%;
    float: left
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .wp-block-image.left {
        width:90%
    }
}

#single-content .single-inner .single-content .wp-block-image figcaption {
    color: #777;
    font-size: 11px;
    line-height: 1.6;
    padding-top: 15px;
    text-align: center
}

#single-content .single-inner .single-content .wp-block-image figcaption em {
    font-style: italic
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .wp-block-image {
        margin-top:7vw;
        margin-bottom: 7vw
    }

    #single-content .single-inner .single-content .wp-block-image figcaption {
        font-size: 10px;
        padding-top: 12px;
        width: 93vw;
        margin-left: auto;
        margin-right: auto
    }

    body.en #single-content .single-inner .single-content .wp-block-image figcaption {
        font-size: 3.2vw
    }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
    #single-content .single-inner .single-content .wp-block-image figcaption {
        font-size:2.7vw
    }
}

@media screen and (min-width: 640px) {
    .single-article #single-content .single-inner .single-content .wp-block-image img.v {
        max-width:640px
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .single-content>.wp-block-image {
        margin:40px auto 40px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content>.wp-block-image {
        margin:7vw auto 7vw
    }
}

#single-content .single-inner .single-content .wp-block-gallery {
    clear: both;
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

#single-content .single-inner .single-content .wp-block-gallery .wp-block-image {
    margin: 10px 0
}

#single-content .single-inner .single-content .wp-block-gallery.columns-2 {
    max-width: 1200px
}

#single-content .single-inner .single-content .wp-block-gallery.columns-2 .wp-block-image {
    width: calc( 50% - 10px );
    margin: 7px 0
}

#single-content .single-inner .single-content .wp-block-gallery.columns-3 {
    max-width: 1400px
}

#single-content .single-inner .single-content .wp-block-gallery.columns-3::after {
    content: "";
    display: block;
    width: calc( 33.3333% - 10px );
    margin: 4px 0
}

#single-content .single-inner .single-content .wp-block-gallery.columns-3 .wp-block-image {
    width: calc( 33.3333% - 10px );
    margin: 4px 0
}

#single-content .single-inner .single-content .wp-block-quote {
    color: #666;
    clear: both;
    margin: 25px auto;
    max-width: 640px;
    border-left: 1px solid rgba(0,0,0,0.2);
    padding: 5px 0 5px 22px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .single-content .wp-block-quote {
        border-width:.5px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .wp-block-quote {
        margin:4vw auto;
        width: 90vw;
        padding: 1vw 0 1vw 3vw;
        border-color: rgba(0,0,0,0.2)
    }
}

#single-content .single-inner .single-content .wp-block-quote p {
    color: #666
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .single-content .wp-block-quote p {
        font-size:12px;
        line-height: 1.7
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .wp-block-quote p {
        width:100%;
        font-size: 3.2vw;
        line-height: 1.5
    }
}

#single-content .single-inner .single-content .wp-block-quote p:last-child {
    margin-bottom: 0
}

#single-content .single-inner .single-content .wp-block-quote p a {
    color: #666
}

#single-content .single-inner .single-content .wp-block-quote .wp-block-image:first-child {
    margin-top: 0
}

#single-content .single-inner .single-content .wp-block-quote .wp-block-image:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .wp-block-quote figcaption {
        width:100%
    }
}

#single-content .single-inner .single-content .video_wrapper {
    clear: both;
    margin: 60px auto
}

.article-template-single-article-photo #single-content .single-inner .single-content .video_wrapper {
    opacity: 0;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    will-change: opacity, transform;
    -moz-transition: opacity .5s ease,-moz-transform .5s ease;
    -o-transition: opacity .5s ease,-o-transform .5s ease;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,transform .5s ease
}

.article-template-single-article-photo #single-content .single-inner .single-content .video_wrapper.scl_on {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .video_wrapper {
        margin-top:7vw;
        margin-bottom: 7vw
    }
}

#single-content .single-inner .single-content .video_wrapper video {
    width: 100%;
    outline: none
}

#single-content .single-inner .single-content .video_wrapper p {
    color: #777;
    font-size: 11px;
    margin: 15px auto 0;
    text-align: center
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .video_wrapper p {
        font-size:2.7vw;
        margin: 2vw auto 0
    }
}

#single-content .single-inner .single-content .wp-block-embed-youtube {
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 60px auto
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .wp-block-embed-youtube {
        margin-top:7vw;
        margin-bottom: 7vw
    }
}

#single-content .single-inner .single-content .wp-block-embed-youtube figcaption {
    color: #777;
    font-size: 12px;
    line-height: 1.6;
    padding-top: 15px;
    text-align: center
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .wp-block-embed-youtube {
        margin-top:7vw;
        margin-bottom: 7vw
    }

    #single-content .single-inner .single-content .wp-block-embed-youtube figcaption {
        font-size: 2.7vw;
        padding-top: 2vw
    }
}

#single-content .single-inner .single-content .wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#single-content .single-inner .single-content .wp-block-table {
    background-color: #54afb7
}

#single-content .single-inner .single-content .wp-block-table td {
    padding: 20px;
    border: 2px solid #FFF;
    min-width: 120px
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .wp-block-table td {
        min-width:100px;
        padding: 2vw
    }
}

#single-content .single-inner .single-content .wp-block-table td small {
    color: #333;
    font-size: 12px
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .wp-block-table td small {
        font-size:2.7vw
    }
}

#single-content .single-inner .single-content .wp-block-table td.price {
    text-align: center
}

#single-content .single-inner .single-content .youtube {
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 60px auto
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .youtube {
        margin-top:7vw;
        margin-bottom: 7vw
    }
}

#single-content .single-inner .single-content .youtube figcaption {
    color: #777;
    font-size: 12px;
    line-height: 1.6;
    padding-top: 15px;
    text-align: center
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .youtube {
        margin-top:7vw;
        margin-bottom: 7vw
    }

    #single-content .single-inner .single-content .youtube figcaption {
        font-size: 2.7vw;
        padding-top: 2vw
    }
}

#single-content .single-inner .single-content .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#single-content .single-inner .single-content .col {
    clear: both;
    font-size: 13px;
    line-height: 2;
    background-color: #54afb7;
    padding: 30px
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .col {
        width:100%;
        font-size: 11px;
        padding: 4.5vw
    }
}

#single-content .single-inner .single-content .btn_wrap {
    position: relative;
    left: -5px;
    margin-top: 40px
}

#single-content .single-inner .single-content .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 0 0;
    position: relative;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 9999px;
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    color: #000;
    letter-spacing: .05em;
    line-height: 1;
    background-color: transparent;
    opacity: 1;
    -moz-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -o-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -webkit-transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    transition: color .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .single-content .btn {
        border-width:.5px
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .single-content .btn {
        font-size:13px;
        padding: 15px 40px 15px 20px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .btn {
        font-size:2.9vw;
        padding: 3.5vw 10.5vw 3.5vw 4.5vw;
        margin: 0 2vw
    }
}

@media (hover: hover) {
    #single-content .single-inner .single-content .btn:hover {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 15px 44px 15px 20px
    }

    #single-content .single-inner .single-content .btn:hover span::after {
        right: 15px
    }
}

@media (hover: none) {
    #single-content .single-inner .single-content .btn:active {
        color:#000;
        border-color: #000;
        background-color: #FFF;
        padding: 15px 44px 15px 20px
    }

    #single-content .single-inner .single-content .btn:active span::after {
        right: 15px
    }
}

#single-content .single-inner .single-content .btn span {
    display: flex;
    justify-content: center;
    align-items: center
}

#single-content .single-inner .single-content .btn span::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    position: absolute;
    right: 17px;
    z-index: 2;
    background: url(../img/arrow-r.svg) center center/contain no-repeat;
    will-change: opacity, right;
    -moz-transition: opacity .4s ease,right .4s ease;
    -o-transition: opacity .4s ease,right .4s ease;
    -webkit-transition: opacity .4s ease,right .4s ease;
    transition: opacity .4s ease,right .4s ease
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .btn span::after {
        width:12px;
        height: 12px
    }
}

#single-content .single-inner .single-content .has-text-align-center {
    text-align: center
}

#single-content .single-inner .single-content .has-text-align-right {
    text-align: right
}

#single-content .single-inner .single-content .has-text-align-left {
    text-align: left
}

#single-content .single-inner .single-content .details,#single-content .single-inner .single-content .conditions,#single-content .single-inner .single-content .howto {
    border-top: 1px solid #000
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .single-content .details,#single-content .single-inner .single-content .conditions,#single-content .single-inner .single-content .howto {
        border-width:.5px
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .single-content .details,#single-content .single-inner .single-content .conditions,#single-content .single-inner .single-content .howto {
        max-width:640px;
        margin: 30px auto 0;
        padding-top: 45px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .details,#single-content .single-inner .single-content .conditions,#single-content .single-inner .single-content .howto {
        width:90vw;
        margin: 6vw auto 0;
        padding-top: 8vw
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .single-content .details h3,#single-content .single-inner .single-content .conditions h3,#single-content .single-inner .single-content .howto h3 {
        font-size:16px;
        margin: 0 0 15px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .details h3,#single-content .single-inner .single-content .conditions h3,#single-content .single-inner .single-content .howto h3 {
        font-size:4vw;
        margin: 0 0 3vw
    }
}

#single-content .single-inner .single-content .details dl,#single-content .single-inner .single-content .conditions dl,#single-content .single-inner .single-content .howto dl {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.7
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .single-content .details dl,#single-content .single-inner .single-content .conditions dl,#single-content .single-inner .single-content .howto dl {
        font-size:13px;
        max-width: 640px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .details dl,#single-content .single-inner .single-content .conditions dl,#single-content .single-inner .single-content .howto dl {
        font-size:3.2vw
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .single-content .details dl dt,#single-content .single-inner .single-content .conditions dl dt,#single-content .single-inner .single-content .howto dl dt {
        width:120px;
        margin: 0 0 18px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .details dl dt,#single-content .single-inner .single-content .conditions dl dt,#single-content .single-inner .single-content .howto dl dt {
        width:26vw;
        margin: 0 0 3vw
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .single-content .details dl dd,#single-content .single-inner .single-content .conditions dl dd,#single-content .single-inner .single-content .howto dl dd {
        width:calc( 100% - 120px );
        padding-left: 0;
        margin: 0 0 18px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .details dl dd,#single-content .single-inner .single-content .conditions dl dd,#single-content .single-inner .single-content .howto dl dd {
        width:calc( 100% - 26vw );
        padding-left: 0;
        margin: 0 0 3vw
    }
}

#single-content .single-inner .single-content .details dl dd p,#single-content .single-inner .single-content .conditions dl dd p,#single-content .single-inner .single-content .howto dl dd p {
    color: #333;
    line-height: 1.7
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .single-content .details dl dd p,#single-content .single-inner .single-content .conditions dl dd p,#single-content .single-inner .single-content .howto dl dd p {
        font-size:12px;
        margin: 0 0 10px
    }

    #single-content .single-inner .single-content .details dl dd p strong,#single-content .single-inner .single-content .conditions dl dd p strong,#single-content .single-inner .single-content .howto dl dd p strong {
        color: #000;
        font-size: 13px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .details dl dd p,#single-content .single-inner .single-content .conditions dl dd p,#single-content .single-inner .single-content .howto dl dd p {
        width:100%;
        font-size: 3.2vw;
        margin: 0 0 2vw
    }

    #single-content .single-inner .single-content .details dl dd p strong,#single-content .single-inner .single-content .conditions dl dd p strong,#single-content .single-inner .single-content .howto dl dd p strong {
        color: #000;
        font-size: 3.2vw
    }
}

#single-content .single-inner .single-content .details dl dd p:last-child,#single-content .single-inner .single-content .conditions dl dd p:last-child,#single-content .single-inner .single-content .howto dl dd p:last-child {
    margin-bottom: 0
}

#single-content .single-inner .single-content .details dl dd p.howto_stit,#single-content .single-inner .single-content .conditions dl dd p.howto_stit,#single-content .single-inner .single-content .howto dl dd p.howto_stit {
    position: relative
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .single-content .details dl dd p.howto_stit,#single-content .single-inner .single-content .conditions dl dd p.howto_stit,#single-content .single-inner .single-content .howto dl dd p.howto_stit {
        padding-left:12px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .details dl dd p.howto_stit,#single-content .single-inner .single-content .conditions dl dd p.howto_stit,#single-content .single-inner .single-content .howto dl dd p.howto_stit {
        padding-left:12px
    }
}

#single-content .single-inner .single-content .details dl dd p.howto_stit::before,#single-content .single-inner .single-content .conditions dl dd p.howto_stit::before,#single-content .single-inner .single-content .howto dl dd p.howto_stit::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #000;
    position: absolute;
    left: 0
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .single-content .details dl dd p.howto_stit::before,#single-content .single-inner .single-content .conditions dl dd p.howto_stit::before,#single-content .single-inner .single-content .howto dl dd p.howto_stit::before {
        top:8px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .details dl dd p.howto_stit::before,#single-content .single-inner .single-content .conditions dl dd p.howto_stit::before,#single-content .single-inner .single-content .howto dl dd p.howto_stit::before {
        top:1.8vw
    }
}

#single-content .single-inner .single-content .others {
    margin: 30px auto 0;
    padding-top: 45px;
    border-top: 1px solid #000;
    max-width: 640px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .single-content .others {
        border-width:.5px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .single-content .others {
        width:90vw;
        margin: 6vw auto 0;
        padding-top: 8vw
    }
}

@media screen and (min-width: 640px) {
    .page-contact #single-content .single-inner {
        min-height:100vh
    }
}

@media screen and (min-width: 640px) {
    .page-contact #single-content .single-inner {
        padding-left:50px;
        padding-right: 50px
    }
}

@media screen and (min-width: 1200px) {
    .page-contact #single-content .single-inner {
        max-width:1500px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        overflow: visible !important
    }
}

@media screen and (max-width: 1080px) {
    .page-contact #single-content .single-inner {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 640px) {
    .page-contact #single-content .single-inner {
        width:90vw;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5vw;
        padding-left: 0;
        padding-right: 0
    }
}

.page-contact #single-content .single-inner>div {
    text-align: left
}

.page-contact #single-content .single-inner p.red {
    color: #d44f71
}

.page-contact #single-content .single-inner .notice {
    color: #d44f71;
    font-size: 11px
}

@media screen and (max-width: 640px) {
    .page-contact #single-content .single-inner .notice {
        font-size:2.7vw
    }
}

.page-contact #single-content .single-inner .notice li {
    color: #d44f71;
    margin: 3px 0 3px 14px;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media screen and (max-width: 640px) {
    .page-contact #single-content .single-inner .notice li {
        margin-left:4vw
    }
}

.page-contact #single-content .single-inner .notice li::before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #d44f71;
    margin: 0 5px 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .page-contact #single-content .single-inner .notice li::before {
        height:.5px
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner.contact-wrap {
        margin-left:0;
        margin-right: 0
    }
}

@media screen and (min-width: 1200px) {
    #single-content .single-inner .contact-wrap-l {
        width:33%;
        position: sticky;
        top: 150px;
        left: 0
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .mw_wp_form {
        max-width:640px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 1200px) {
    #single-content .single-inner .mw_wp_form {
        width:calc( 65% - 50px );
        max-width: inherit;
        margin-left: 0;
        margin-right: 0;
        margin-top: 70px
    }
}

#single-content .single-inner .confirm-errer-p {
    display: none;
    width: fit-content;
    font-size: 13px;
    line-height: 1;
    padding-bottom: 3px;
    border-bottom: 1px solid #d44f71;
    margin: 0 0 30px
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .confirm-errer-p {
        font-size:3vw;
        line-height: 1;
        margin: 0 0 3vw
    }
}

.page-template-page-contact-confirm-error #single-content .single-inner .confirm-errer-p {
    display: block
}

#single-content .single-inner dl.form-content {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media screen and (min-width: 640px) {
    #single-content .single-inner dl.form-content {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 30px 0 0
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner dl.form-content {
        margin:8vw 0 0
    }
}

@media screen and (min-width: 1200px) {
    #single-content .single-inner dl.form-content {
        margin-top:0
    }
}

#single-content .single-inner dl.form-content dt {
    line-height: 1.7
}

@media screen and (min-width: 640px) {
    #single-content .single-inner dl.form-content dt {
        display:flex;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 12px;
        width: 140px;
        margin: 0 0 20px;
        padding: 13px 0 0
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner dl.form-content dt {
        width:100%;
        font-size: 3vw;
        line-height: 1.5;
        margin: 0 0 .5vw
    }
}

#single-content .single-inner dl.form-content dt .required {
    color: #d44f71;
    font-size: 15px;
    padding-left: 2px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    top: -3px
}

@media screen and (max-width: 640px) {
    #single-content .single-inner dl.form-content dt .required {
        font-size:4vw
    }
}

#single-content .single-inner dl.form-content dd {
    line-height: 1.7;
    position: relative
}

.page-template-page-contact-confirm #single-content .single-inner dl.form-content dd {
    font-family: "Inter","Hiragino Kaku Gothic ProN","Noto Sans JP","ヒラギノ角ゴ ProN",-apple-system,"Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif !important;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.3);
    background-color: rgba(255,255,255,0.5);
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .page-template-page-contact-confirm #single-content .single-inner dl.form-content dd {
        border-width:.5px
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner dl.form-content dd {
        font-size:12px;
        width: calc( 100% - 140px );
        margin: 0 0 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap
    }

    .page-template-page-contact-confirm #single-content .single-inner dl.form-content dd {
        color: #000;
        -webkit-appearance: none;
        appearance: none;
        min-height: 46px;
        font-size: 12px;
        font-family: "Inter","Hiragino Kaku Gothic ProN","Noto Sans JP","ヒラギノ角ゴ ProN",-apple-system,"Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif !important;
        padding: 12px 15px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner dl.form-content dd {
        width:100%;
        font-size: 3vw;
        margin: 0 0 5vw
    }

    .page-template-page-contact-confirm #single-content .single-inner dl.form-content dd {
        padding: 2.5vw 3.5vw;
        min-height: 10vw
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner dl.form-content dd.radio-dd {
        display:flex;
        flex-wrap: wrap
    }
}

#single-content .single-inner dl.form-content dd.select-dd::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 2;
    background: url(../img/arrow-down.svg) center center/contain no-repeat
}

.page-template-page-contact-confirm #single-content .single-inner dl.form-content dd.select-dd::after {
    display: none
}

#single-content .single-inner dl.form-content dd .mw_wp_form .horizontal-item+.horizontal-item {
    margin: 0
}

#single-content .single-inner dl.form-content dd .required {
    color: #d44f71;
    font-size: 11px;
    padding-left: 2px
}

#single-content .single-inner dl.form-content dd select,#single-content .single-inner dl.form-content dd input,#single-content .single-inner dl.form-content dd textarea {
    color: #000;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 12px;
    font-family: "Inter","Hiragino Kaku Gothic ProN","Noto Sans JP","ヒラギノ角ゴ ProN",-apple-system,"Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif !important;
    font-weight: 400;
    outline: none;
    border: none;
    padding: 15px 15px;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.3);
    background-color: rgba(255,255,255,0.5);
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner dl.form-content dd select,#single-content .single-inner dl.form-content dd input,#single-content .single-inner dl.form-content dd textarea {
        border-width:.5px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner dl.form-content dd select,#single-content .single-inner dl.form-content dd input,#single-content .single-inner dl.form-content dd textarea {
        width:100%;
        padding: 3vw 3.5vw
    }
}

@media (hover: hover) {
    #single-content .single-inner dl.form-content dd select:hover,#single-content .single-inner dl.form-content dd select:focus,#single-content .single-inner dl.form-content dd input:hover,#single-content .single-inner dl.form-content dd input:focus,#single-content .single-inner dl.form-content dd textarea:hover,#single-content .single-inner dl.form-content dd textarea:focus {
        outline:none;
        border: 1px solid #000;
        background-color: #fff
    }
}

@media only screen and (hover: hover) and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner dl.form-content dd select:hover,#single-content .single-inner dl.form-content dd select:focus,#single-content .single-inner dl.form-content dd input:hover,#single-content .single-inner dl.form-content dd input:focus,#single-content .single-inner dl.form-content dd textarea:hover,#single-content .single-inner dl.form-content dd textarea:focus {
        border-width:.5px
    }
}

@media (hover: none) {
    #single-content .single-inner dl.form-content dd select:focus,#single-content .single-inner dl.form-content dd input:focus,#single-content .single-inner dl.form-content dd textarea:focus {
        outline:none;
        border: 1px solid #000;
        background-color: #fff
    }
}

@media only screen and (hover: none) and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner dl.form-content dd select:focus,#single-content .single-inner dl.form-content dd input:focus,#single-content .single-inner dl.form-content dd textarea:focus {
        border-width:.5px
    }
}

#single-content .single-inner dl.form-content dd.file_uploader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

@media screen and (min-width: 640px) {
    #single-content .single-inner dl.form-content dd.file_uploader .mw-wp-form_file {
        padding-right:10px
    }
}

#single-content .single-inner dl.form-content dd input[type="file"] {
    border-radius: 2px;
    padding: 12px 12px;
    margin-right: 10px;
    width: fit-content;
    background-color: transparent
}

@media screen and (max-width: 640px) {
    #single-content .single-inner dl.form-content dd input[type="file"] {
        font-size:3vw;
        padding: 5px
    }
}

#single-content .single-inner dl.form-content dd .mwform-file-delete {
    border-radius: 9999px;
    padding: 5px 8px;
    margin-right: 10px;
    border: 1px solid #000;
    background-color: #FFF;
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
    width: fit-content;
    -moz-transition: color .25s ease,background-color .25s ease;
    -o-transition: color .25s ease,background-color .25s ease;
    -webkit-transition: color .25s ease,background-color .25s ease;
    transition: color .25s ease,background-color .25s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner dl.form-content dd .mwform-file-delete {
        border-width:.5px
    }
}

#single-content .single-inner dl.form-content dd .mwform-file-delete[style="visibility: visible;"] {
    display: flex
}

#single-content .single-inner dl.form-content dd .mwform-file-delete::after {
    color: #000;
    content: "削除する";
    display: inline-block;
    font-size: 10px;
    padding-left: 3px;
    -moz-transition: color .25s ease;
    -o-transition: color .25s ease;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

@media screen and (min-width: 640px) {
    #single-content .single-inner dl.form-content dd .mwform-file-delete:hover {
        color:#FFF;
        background-color: #000
    }

    #single-content .single-inner dl.form-content dd .mwform-file-delete:hover::after {
        color: #FFF
    }
}

#single-content .single-inner dl.form-content dd .error {
    display: none
}

#single-content .single-inner dl.form-content dd .error+select,#single-content .single-inner dl.form-content dd .error+input,#single-content .single-inner dl.form-content dd .error+textarea {
    border-color: #d44f71
}

#single-content .single-inner dl.form-content dd select+.error,#single-content .single-inner dl.form-content dd input+.error,#single-content .single-inner dl.form-content dd textarea+.error,#single-content .single-inner dl.form-content dd .mwform-file-delete+.error {
    color: #d44f71;
    font-size: 10px;
    padding: 7px 0 0;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block !important
}

#single-content .single-inner dl.form-content dd select {
    appearance: none;
    text-overflow: ellipsis;
    padding-right: 25px;
    white-space: nowrap;
    overflow: hidden
}

#single-content .single-inner dl.form-content dd textarea {
    width: 100%;
    min-height: 300px
}

#single-content .single-inner dl.form-content dd .mwform-radio-field {
    position: relative;
    margin-right: 8px
}

#single-content .single-inner dl.form-content dd .mwform-radio-field.first {
    margin: 0
}

#single-content .single-inner dl.form-content dd .mwform-radio-field {
    cursor: pointer;
    display: flex
}

#single-content .single-inner dl.form-content dd .mwform-radio-field label {
    cursor: pointer;
    display: flex
}

@media screen and (max-width: 640px) {
    #single-content .single-inner dl.form-content dd .mwform-radio-field {
        margin:0;
        padding: 1vw 0
    }
}

#single-content .single-inner dl.form-content dd .mwform-radio-field-text {
    cursor: pointer;
    display: flex
}

#single-content .single-inner dl.form-content dd.file_uploader .notice {
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 3px
}

@media screen and (max-width: 640px) {
    #single-content .single-inner dl.form-content dd.file_uploader .notice {
        width:100%
    }
}

#single-content .single-inner dl.form-content dd input[type="radio"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute
}

#single-content .single-inner dl.form-content dd .mwform-radio-field-text::before {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 100%;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-bottom: auto;
    margin-right: .5em;
    margin-top: auto;
    transition: background-color .5s;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner dl.form-content dd .mwform-radio-field-text::before {
        border-width:.5px
    }
}

#single-content .single-inner dl.form-content dd input[type="radio"]:hover+.mwform-radio-field-text::before {
    background-color: #54afb7;
    border-color: #54afb7
}

#single-content .single-inner dl.form-content dd input[type="radio"]:checked+.mwform-radio-field-text::before {
    background-color: #54afb7;
    border-color: #54afb7;
    box-shadow: inset 0 0 0 3px #fff
}

#single-content .single-inner dl.form-content dd .wpcf7 form .wpcf7-response-output {
    color: #d44f71;
    font-size: 11px;
    width: fit-content;
    margin: 0;
    padding: 0 0 5px;
    line-height: 1;
    border: none;
    border-bottom: 1px solid #d44f71;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media screen and (min-width: 640px) {
    #single-content .single-inner dl.form-content dd .wpcf7 form .wpcf7-response-output {
        margin-left:150px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner dl.form-content dd .wpcf7 form .wpcf7-response-output {
        border-width:.5px
    }
}

#single-content .single-inner .js-mw-checkbox {
    width: 100%;
    font-size: 13px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.page-template-page-contact-confirm #single-content .single-inner .js-mw-checkbox {
    display: none
}

#single-content .single-inner .js-mw-checkbox label[for="policy-checkbox-1"] {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

#single-content .single-inner .js-mw-checkbox label[for="policy-checkbox-1"] #policy-checkbox-1 {
    appearance: none;
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #CCC;
    border-radius: 3px;
    margin-right: 8px;
    cursor: pointer;
    overflow: hidden;
    -moz-transition: border-color .4s ease;
    -o-transition: border-color .4s ease;
    -webkit-transition: border-color .4s ease;
    transition: border-color .4s ease
}

#single-content .single-inner .js-mw-checkbox label[for="policy-checkbox-1"] #policy-checkbox-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #000;
    border-radius: 0;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

#single-content .single-inner .js-mw-checkbox label[for="policy-checkbox-1"] #policy-checkbox-1:hover {
    border-color: #000
}

#single-content .single-inner .js-mw-checkbox label[for="policy-checkbox-1"] #policy-checkbox-1:checked {
    border-color: #000
}

#single-content .single-inner .js-mw-checkbox label[for="policy-checkbox-1"] #policy-checkbox-1:checked::after {
    opacity: 1;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    border-radius: 5px;
    background-color: #000
}

#single-content .single-inner .js-mw-checkbox a {
    color: #000;
    width: fit-content;
    position: relative;
    overflow: hidden;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

#single-content .single-inner .js-mw-checkbox a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    right: 0;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .js-mw-checkbox a::before {
        height:.5px
    }
}

#single-content .single-inner .js-mw-checkbox a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #AAA;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .js-mw-checkbox a::after {
        height:.5px
    }
}

@media (hover: hover) {
    #single-content .single-inner .js-mw-checkbox a:hover {
        color:#AAA
    }

    #single-content .single-inner .js-mw-checkbox a:hover::before {
        width: 0%
    }

    #single-content .single-inner .js-mw-checkbox a:hover::after {
        width: 100%
    }
}

@media (hover: none) {
    #single-content .single-inner .js-mw-checkbox a:active {
        color:#AAA
    }

    #single-content .single-inner .js-mw-checkbox a:active::before {
        width: 0%
    }

    #single-content .single-inner .js-mw-checkbox a:active::after {
        width: 100%
    }
}

#single-content .single-inner .js-mw-checkbox span.error {
    color: #d44f71;
    font-size: 10px;
    margin-left: 20px
}

#single-content .single-inner .contact-form-btn-area {
    display: flex;
    align-items: center
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .contact-form-btn-area {
        justify-content:flex-start;
        margin-top: 30px;
        position: relative;
        left: -5px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .contact-form-btn-area {
        justify-content:center;
        margin-top: 8vw
    }
}

#single-content .single-inner .contact-form-btn-area .btn-form {
    opacity: 1;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

#single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.back-form,#single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.btn-confirm {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    color: #000;
    letter-spacing: .05em;
    line-height: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 0 0;
    border: 1px solid rgba(0,0,0,0.3);
    background-color: transparent;
    border-radius: 9999px;
    background-color: transparent;
    opacity: 1;
    -moz-transition: color .4s ease,opacity .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -o-transition: color .4s ease,opacity .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    -webkit-transition: color .4s ease,opacity .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease;
    transition: color .4s ease,opacity .4s ease,padding .4s ease,border-color .4s ease,background-color .4s ease
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.back-form,#single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.btn-confirm {
        border-width:.5px
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.back-form,#single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.btn-confirm {
        font-size:13px;
        padding: 15px 20px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.back-form,#single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.btn-confirm {
        font-size:3vw;
        padding: 3vw 4vw;
        margin: 0 2vw
    }
}

@media (hover: hover) {
    #single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.back-form:hover,#single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.btn-confirm:hover {
        color:#000;
        border-color: #000;
        background-color: #FFF
    }
}

@media (hover: none) {
    #single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.back-form:active,#single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.btn-confirm:active {
        color:#000;
        border-color: #000;
        background-color: #FFF
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.btn-confirm {
        padding:15px 0 15px 20px
    }
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .contact-form-btn-area .btn-form .btn-form-in input.back-form {
        margin-right:10px;
        padding: 15px 20px 15px 0
    }
}

#single-content .single-inner .contact-form-btn-area .btn-form.submit .btn-form-in:empty {
    display: none
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .contact-form-btn-area .btn-form.submit .btn-form-in input {
        padding:15px 40px 15px 20px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .contact-form-btn-area .btn-form.submit .btn-form-in input {
        padding:3.5vw 12vw 3.5vw 5vw
    }
}

#single-content .single-inner .contact-form-btn-area .btn-form.submit .btn-form-in::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    position: absolute;
    z-index: 2;
    background: url(../img/arrow-r.svg) center center/contain no-repeat;
    will-change: opacity, right;
    -moz-transition: opacity .4s ease,right .4s ease;
    -o-transition: opacity .4s ease,right .4s ease;
    -webkit-transition: opacity .4s ease,right .4s ease;
    transition: opacity .4s ease,right .4s ease
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .contact-form-btn-area .btn-form.submit .btn-form-in::after {
        right:17px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .contact-form-btn-area .btn-form.submit .btn-form-in::after {
        right:7vw
    }
}

@media (hover: hover) {
    #single-content .single-inner .contact-form-btn-area .btn-form.submit .btn-form-in:hover input {
        border-color:#000;
        padding: 15px 44px 15px 20px
    }

    #single-content .single-inner .contact-form-btn-area .btn-form.submit .btn-form-in:hover::after {
        right: 15px
    }
}

@media (hover: none) {
    #single-content .single-inner .contact-form-btn-area .btn-form.submit .btn-form-in:active input {
        border-color:#000;
        padding: 15px 44px 15px 20px
    }

    #single-content .single-inner .contact-form-btn-area .btn-form.submit .btn-form-in:active::after {
        right: 15px
    }
}

#single-content .single-inner .contact-form-btn-area .btn-form.back .btn-form-in:empty {
    display: none
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .contact-form-btn-area .btn-form.back .btn-form-in input {
        padding:15px 20px 15px 40px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .contact-form-btn-area .btn-form.back .btn-form-in input {
        padding:3.5vw 5vw 3.5vw 12vw
    }
}

#single-content .single-inner .contact-form-btn-area .btn-form.back .btn-form-in::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    position: absolute;
    z-index: 2;
    background: url(../img/arrow-l.svg) center center/contain no-repeat;
    will-change: opacity, left;
    -moz-transition: opacity .4s ease,left .4s ease;
    -o-transition: opacity .4s ease,left .4s ease;
    -webkit-transition: opacity .4s ease,left .4s ease;
    transition: opacity .4s ease,left .4s ease
}

@media screen and (min-width: 640px) {
    #single-content .single-inner .contact-form-btn-area .btn-form.back .btn-form-in::before {
        left:17px
    }
}

@media screen and (max-width: 640px) {
    #single-content .single-inner .contact-form-btn-area .btn-form.back .btn-form-in::before {
        left:7vw
    }
}

@media (hover: hover) {
    #single-content .single-inner .contact-form-btn-area .btn-form.back .btn-form-in:hover input {
        border-color:#000;
        padding: 15px 20px 15px 44px
    }

    #single-content .single-inner .contact-form-btn-area .btn-form.back .btn-form-in:hover::before {
        left: 14px
    }
}

@media (hover: none) {
    #single-content .single-inner .contact-form-btn-area .btn-form.back .btn-form-in:active input {
        border-color:#000;
        padding: 15px 20px 15px 44px
    }

    #single-content .single-inner .contact-form-btn-area .btn-form.back .btn-form-in:active::before {
        left: 14px
    }
}

.prev_post,.next_post {
    mix-blend-mode: multiply;
    opacity: 1;
    pointer-events: auto;
    will-change: opacity;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

@media screen and (min-width: 640px) {
    .prev_post,.next_post {
        width:50px;
        height: 50px;
        bottom: 30px;
        z-index: 2;
        position: sticky
    }
}

@media screen and (max-width: 1080px) {
    .prev_post,.next_post {
        width:30px
    }
}

@media screen and (max-width: 640px) {
    .prev_post,.next_post {
        padding-left:5vw;
        padding-right: 5vw;
        order: 2;
        width: 50vw
    }
}

.prev_post a,.next_post a {
    color: #BBB;
    display: block;
    will-change: color, width;
    -moz-transition: color .4s ease,width .6s ease;
    -o-transition: color .4s ease,width .6s ease;
    -webkit-transition: color .4s ease,width .6s ease;
    transition: color .4s ease,width .6s ease
}

@media screen and (min-width: 640px) {
    .prev_post a,.next_post a {
        display:block;
        width: fit-content;
        max-width: 300px;
        bottom: 0;
        position: absolute
    }
}

@media screen and (max-width: 640px) {
    .prev_post a,.next_post a {
        color:#000;
        width: 100%;
        display: block;
        padding: 0
    }
}

.prev_post a .sub,.next_post a .sub {
    letter-spacing: .02em;
    -moz-transition: font-size .6s ease;
    -o-transition: font-size .6s ease;
    -webkit-transition: font-size .6s ease;
    transition: font-size .6s ease
}

@media screen and (min-width: 640px) {
    .prev_post a .sub,.next_post a .sub {
        font-size:12px;
        margin: 0 0 2px
    }
}

@media screen and (max-width: 640px) {
    .prev_post a .sub,.next_post a .sub {
        font-size:2.7vw;
        letter-spacing: normal
    }
}

.prev_post a h3,.next_post a h3 {
    font-family: "Inter","MFW-PFutoGoB101Pr6N-Medium",-apple-system,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Noto Sans JP","游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
    -moz-transition: font-size .6s ease;
    -o-transition: font-size .6s ease;
    -webkit-transition: font-size .6s ease;
    transition: font-size .6s ease
}

@media screen and (min-width: 640px) {
    .prev_post a h3,.next_post a h3 {
        width:100%;
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media screen and (max-width: 640px) {
    .prev_post a h3,.next_post a h3 {
        font-size:3vw;
        line-height: 1.3
    }
}

@media (hover: hover) {
    .prev_post a:hover,.next_post a:hover {
        color:#000
    }
}

@media (hover: none) {
    .prev_post a:active,.next_post a:active {
        color:#000
    }
}

.prev_post.active a,.next_post.active a {
    color: #000
}

@media screen and (min-width: 640px) {
    .prev_post.active a,.next_post.active a {
        max-width:calc(50vw - 100px)
    }

    .prev_post.active a .sub,.next_post.active a .sub {
        font-size: 12px
    }

    .prev_post.active a h3,.next_post.active a h3 {
        font-size: 13px
    }
}

@media screen and (min-width: 640px) and (hover: hover) {
    .prev_post.active a:hover,.next_post.active a:hover {
        color:#BBB
    }
}

@media screen and (min-width: 640px) and (hover: none) {
    .prev_post.active a:active,.next_post.active a:active {
        color:#BBB
    }
}

.prev_post {
    text-align: left
}

@media screen and (min-width: 640px) {
    .prev_post {
        left:50px
    }

    .prev_post a {
        left: 0
    }
}

@media screen and (max-width: 1080px) {
    .prev_post {
        left:30px
    }
}

@media screen and (max-width: 640px) {
    .prev_post {
        display:flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        left: 0
    }

    .prev_post a {
        text-align: left
    }
}

.next_post {
    text-align: right
}

@media screen and (min-width: 640px) {
    .next_post {
        right:50px
    }

    .next_post a {
        right: 0
    }
}

@media screen and (max-width: 1080px) {
    .next_post {
        left:0;
        right: 30px
    }
}

@media screen and (max-width: 640px) {
    .next_post {
        display:flex;
        justify-content: flex-end;
        align-items: flex-start;
        flex-wrap: wrap;
        right: 0
    }

    .next_post a {
        text-align: right
    }
}

@media screen and (max-width: 640px) {
    .next_post+.prev_post {
        margin-top:6vw
    }
}

@media screen and (min-width: 640px) {
    .yarpp {
        min-height:100px
    }
}

@media screen and (max-width: 640px) {
    .yarpp {
        margin-top:10vw
    }
}

p.works-t {
    text-align: left;
    font-size: 14px;
}

.contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
	gap: 100px;
	margin:15px;
}
.contact img{
	width:40px;
	margin-right:15px;
}

.works {
    width: 20%;
	margin-left:10px;
}

.contact a {
    color: #000;
}

@media screen and (max-width: 640px) {
.works {
    width: 80vw;
    margin: 0 auto;
	margin-bottom:50px;
}
.contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 25px;
        margin: 15px 15vw 15px;
        align-items: flex-start;
}

.contact img{
	width:30px;
	margin-right:10px;
}
}


