@charset "UTF-8";
/*
Theme Name: PAC
Theme URI: 
Version: 1.01
Author: Masahiko Sato
Author URI: http://kobadesings.com

*/
/* CSS Document */
::selection {
	background:#FFF;
}
::-moz-selection {
	background:#FFF;
}
@font-face {
    font-family: 'Lazarus';
    src: url('css/fonts/Lazarus-Regular.woff2') format('woff2'),
        url('css/fonts/Lazarus-Regular.woff') format('woff'),
        url('css/fonts/Lazarus-Regular.ttf') format('truetype'),
        url('css/fonts/Lazarus-Regular.svg#Lazarus-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina';
    src: url('css/fonts/Termina-Light.woff2') format('woff2'),
        url('css/fonts/Termina-Light.woff') format('woff'),
        url('css/fonts/Termina-Light.ttf') format('truetype'),
        url('css/fonts/Termina-Light.svg#Termina-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina';
    src: url('css/fonts/Termina-Bold.woff2') format('woff2'),
        url('css/fonts/Termina-Bold.woff') format('woff'),
        url('css/fonts/Termina-Bold.ttf') format('truetype'),
        url('css/fonts/Termina-Bold.svg#Termina-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.animated {
  -webkit-animation-duration:2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomInSlow {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomInSlow {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50% {
    opacity: 1;
  }
}

.zoomInSlow {
  -webkit-animation-name: zoomInSlow;
  animation-name: zoomInSlow;
}

html, body {
  width: 100%;
  max-width: 100%;
  font-family: "±¾Ã÷³¯-M Ð¡¤¬¤Ê" ," HonMinKok-M",serif;
  color: #000;
	-webkit-text-size-adjust: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper {
    min-height: 95svh;
}
#wrapper.home {
    padding-top: 120px;
    position: relative;
}

.site-header {
    position: fixed;
    width: 50px;
    z-index: 1000;
    top: 67px;
    height: 100%;
}
.site-header .small-logo {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
body.home{
    position: fixed;
}
body.home.loaded{
    position: relative;
}
body.scrolled .site-header .small-logo {
  opacity: 1;
}
body:not(.home) .site-header .small-logo {
    opacity: 1;
    transition: opacity 0.6s ease, transform 0.6s ease;
6666666}
a{
  transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
}
a:hover {
    text-decoration: none;
}
h1 {
    margin: 0;
    display: block;
    color: #000;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    z-index: 999;
    position: relative;
    padding: 0;
}
h1:hover{
	 color:#aaa;
}
/* h1 a {
    font-size: 36px;
    letter-spacing: .5em;
    text-transform: uppercase;
    text-align: left;
    align-content: center;
    justify-content: left;
    display: flex;
    height: 30px;
    position: relative;
    width: auto;
    filter: invert(0);
    transition: filter 0.3s;
    line-height: 60px;
}
*/

.is_menu_open h1 a {
    filter: invert(1);
}
#loading h1 {
    font-size: 36px;
    letter-spacing: .5em;
    text-transform: uppercase;
}
h1.site-logo.small-logo {
    justify-content: center;
    display: flex;
    padding-top: 10px;
    height: 60px;
    width: 100%;
    text-align: center;
}
 h2{
	 color:#000;   
	 line-height:1.2em;
 }
 .text h2{
	 margin-bottom:1em;
	font-size:20px;
 }
.imagelist img {
    width: 100%;
    margin-bottom: 15px;
}
.desc {
    padding-top: 90px;
    display: block;
    position: sticky;
    top: 0px;
    height: 100svh;
    padding: 90px 10px;
}
.desc .title h2 {
    font-family: 'Termina';
    font-weight: bold;
    font-size: 40px;
}
.imagelist {
    padding-top: 90px;
}
span.home {
  position: fixed;
  z-index: 1100;
  color: #000;
  right: 30px;
  top: 30px;
  font-size: 20px;
	width:31px;
	height:31px;
}
span.home a{
	cursor:pointer;
	width:100%;
	height:100%;
	display:block;
}
nav {
    height:auto;
    text-align: center;
    z-index: 800;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: -moz-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: -o-transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 287ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav.general_nav {
    position: relative;
}
.main_nav {
    display: flex;
}
nav .nav_wrap {
  position:relative;
  width: auto;
  height: 60px;
  bottom: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 487ms ease-out;
  -webkit-transition-delay: 123ms;
  -moz-transition: opacity 487ms ease-out 123ms;
  -o-transition: opacity 487ms ease-out 123ms;
  transition: opacity 487ms ease-out 123ms;
}
nav .nav_wrap ul li {
  display: inline-block;
  line-height: 1.4;
}
nav .nav_wrap ul li a {
  font-size: 18px;
  letter-spacing: .1em;
  color: #000;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  color: #000;
  line-height: 60px;
  margin: 0 10px;
}
nav .nav_wrap ul li a:hover {
 color:#000;
 border-bottom:#000 1px solid;
}
.nav_sp {
  width: 30px;
  height: 30px;
  margin: 15px 10px 15px 20px;
}
.navicon, .navicon span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.navicon {
    position: absolute;
    width: 30px;
    height: 25px;
    cursor: pointer;
    left: 20px;
}
.navicon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
}
.navicon span:nth-of-type(1) {
  top: 0;
}
.navicon span:nth-of-type(2) {
    top: 12px;
}
.navicon span:nth-of-type(3) {
  bottom: 0;
}
.is_menu_open .navicon span:nth-of-type(1),
.is_menu_open .navicon span:nth-of-type(3) {
  width: 40px;
}
.is_menu_open  .navicon span:nth-of-type(1) {
  -webkit-transform: translate(-1px,12px) rotate(-45deg);
  transform: translate(-4px,12px) rotate(-45deg);
}
.is_menu_open  .navicon span:nth-of-type(3) {
  -webkit-transform: translate(-1px,-12px) rotate(45deg);
  transform: translate(-4px,-12px) rotate(45deg);
}
.is_menu_open .navicon span:nth-of-type(2) {
  width: 0px;
}
.is_menu_open .navicon span {
    background-color: #fff;
}

nav.menu_mobile .menu_mobile__holder {
    height: 100vh;
    width: 60px;
    transition: .5s ease;
}

body.is_menu_open nav.menu_mobile .menu_mobile__holder {
    transform: translateX(100%);
}
.menu_mobile_list {
    height: 100%;
}
.menu_mobile_list>ul>div {
    width: 100%;
    margin: 10px 0;
}
.menu_mobile_list li {
    transform: rotateZ(90deg);
    position: relative;
    padding: 16px 0px;
}
.menu_mobile_list li a {
    color: #000;
    font-family: 'Lazarus';
    font-size: 16px;
    text-transform: lowercase;
}
.menu_mobile_list li.current-menu-item a {
    border-bottom: 1px solid #000;
}
p.date {
  font-size: 13px;
  color: #000;
  display: inline-block;
  letter-spacing: 1px;
}
header {
    opacity: 0;
    z-index: 1000;
    position: fixed;
    padding-top: 10px;
    height: 60px;
    width: 100%;
}
.scrolled header {
    opacity: 1;
    display:block
}
body:not(.home) header{
  display: block;
  opacity:1;
}
nav.nav_open {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0%);
    -sand-transform: translateY(0px);
    display: block;
}
nav.nav_open .nav_wrap {
  opacity: 1;
  display: block;
}
/*----------------TOP*/
#base, #additions {
  opacity: 0;
}
.hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100svh;
}
.hero-logo .large-logo {
    width: 100vw;
    height: auto;
}
.hero{
  padding-top: 30px;
}
.block_wrap{
  opacity: 0;
  transition: opacity 1s ease;
}
.works_page .block_wrap,
.block_wrap.visible {
  opacity: 1;
}
.project_cover {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease, background-image 0.4s ease;
}
.block_wrap{
  display: flex;
}
.project_block {
    padding: 0 5px;
    width: calc(100% - 80px);
    margin-left: -40px;
}

.project_block section {
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
}
.project_block section a.project {
    display: block;
    width: 100%;
}
.project_block section a h2 {
    font-family: 'Termina';
    font-weight: 300;
    font-size: clamp(20px, -11.143px + 5.357vw, 28px);
}
.project_block section a:hover h2 {
    font-weight: bold;
}
.cat_list {
    font-family: 'Lazarus';
    font-size: 14px;
    text-transform: lowercase;
    color: #aaa;
}
.project_block section a:hover .cat_list {
    color: #000;
}
.client_block{
    padding: 0 5px;
    width: calc(100% - 80px);
    margin-left: -40px;
}
section.client_text>div {
    height: 60px;
}
section.client_text h2 {
    font-family: 'Termina';
    font-weight: 300;
    font-size: 18px;
}
section.client_text p {
    font-family: 'Lazarus';
    font-size: 14px;
    text-transform: lowercase;
    color: #000;
    line-height: 1.7em;
}

.block_title {
    display: block;
    position: sticky;
    top: 120px;
    width: 80px;
    height: 150px;
    margin-top: 30px;
    left: 20px;
}
.block_title h3 {
    font-family: 'Lazarus';
    transform: rotateZ(90deg);
    display: block;
}
.block_page {
    display: flex;
    padding: 0;
}
section.works_page {
    padding-top: 0px;
}
section.works_page .project_block {
    padding-top: 90px;
}
.pagetop {
    height: 30px;
    width: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    display: block;
}
.pagetop img {
    width: 100%;
}
.content_text {
    padding-top: 90px;
    margin-left: -80px;
}
.content_text table {
    width: 100%;
}
.content_text td {
    font-size: 17px;
    padding: 7.5px 0px 30px 0;
    width: 100%;
    display: block;
    text-align: center;
}
.content_text td:first-child {
    font-size: 15px;
    padding-bottom:0;
}

.fade_in {
  opacity: 1;
}
.fade_in.is-visible {
    opacity: 1 !important;
    transform: translateY(0px);
}
.text_wrap {
    display: flex;
    padding-top: 100px;
}
.clients_subtitle {
    margin-top: 60px;
}
.clients_subtitle:first-child {
    margin-top: 0;
}
.client_block .clients_subtitle p {
    font-size: 15px;
    font-family: 'Lazarus';
    text-transform: lowercase;
}
.client_block p {
    font-family: 'Termina';
    text-transform: uppercase;
    font-weight: 300;
    line-height: 45px;
    font-size: 25px;
}
.contact {
    padding: 85px 15px 0;
}
.contact .text{
  padding: 10px 0;
  width: 100%;
	margin-bottom:0;
	line-height: 1.3em;
  color: #000;
	letter-spacing:1px;
	font-size:15px;
}
.contactforms {
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}
h3+.formbloc {
    padding: 30px 0 0;
}
.wpcf7-form h3 {
    font-weight: normal;
    margin: 0;
}
.wpcf7-form h3 {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wpcf7-form .formbloc h3 {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 2em;
    font-family: 'Termina';
    font-weight: bold;
    text-align: center;
}
.wpcf7-form span.required {
    color: #f00;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #f00;
}
span.req {
    color: #f00;
    font-size: 12px;
    border: 1px solid #f00;
    padding: 3px 5px;
    margin-left: 1em;
}
.wpcf7-form p.form-row {
    position: relative;
}
.wpcf7-form label {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.22857em;
    margin-left: 1px;
    padding: 0 0.91667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    opacity: 1;
}
.wpcf7-form input{
    border: 1px #000 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form textarea {
    border: 1px #000 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form select{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form .form-row.selectbox:after {
    content: "¨‹";
    position: absolute;
    top: 1.1em;
    right: 2.78571em;
    color: #aaa;
    font-size: 11px;
}
.wpcf7-form input[type="submit"] {
    text-align: center;
    font-size: 20px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 1.318em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #FFF;
    background-color: #000;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    margin-right: -5px;
    margin-left: -5px;
    font-family: "Termina";
}
div.wpcf7-response-output {
    border: none;
    padding: 0;
    font-size: 15px;
    margin: 0;   
}
.send_box {
    margin: 2em auto 5em;
}
input.wpcf7-submit {
  border: 2px #000 solid;
  background: transparent;
  border-radius:0px;
}
.formbloc.row {
    flex-direction: column;
}
footer {
    margin-top: 100px;
    z-index: 120;
    position: relative;
    overflow: hidden;
}
.footer_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}
.menu_footer_list {
    padding: 10px 70px;
}

.menu_footer_list ul {
    display: flex;
    justify-content: right;
}
.menu_footer_list li {
    color: #000;
    width: 100%;
    font-size: 15px;
    font-family: 'Lazarus';
    padding: 0 10px;
}
.menu_footer_list li.current-menu-item a {
    border-bottom: 1px solid #000;
}
/*-----------Archives------*/

/*-----------Queries------*/
@media (max-width: 1560px) {
	
}
@media (max-width: 1000px) {
	
}
@media (max-width: 768px) {
    #wrapper {
        padding-top: 90px;
    }
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        height: 60px;
    }
    h1 a object {
        position: relative;
        bottom: 0;
        height: 35px;
        margin-top: 7px;
    }
    nav.menu_mobile {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 150;
        transform: translateX(-100%);
    }
    nav.menu_mobile .menu_mobile__holder {
        height: 100vh;
        width: 100vw;
        min-width: 500px;
        position: relative;
        z-index: 1;
        transform: translateX(-100%);
        transition: .5s ease;
        background: rgba(0, 0, 0, 1);
    }
    .menu_mobile_list {
        padding: 120px 90px;
        text-align: left;
    }
    .menu_mobile_list li {
        transform:unset;
        position: relative;
        padding: 0px;
        text-align: center;
    }
    .menu_mobile_list li a {
        color: #fff;
        font-family: 'Lazarus';
        font-size: 30px;
        text-transform: lowercase;
    }
    .block_wrap {
        display: flex;
    }
    .hero{
        padding-top: 0px;
    }
    .project_block {
        margin-left: -40px;
        padding: 0 23px;
    }
    .project_block section.active {
        opacity: 1;
    }
    .client_block {
        margin-left: -40px;
    }
    #wrapper .client_block section.client_text h2 {
        width: calc(100% - 40px);
        margin-left: 20px !important;
    }
    section.works_page {
        padding-top: 0px;
    }
    .block_title{
        left: 0;
    }
    .project_title {
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: 30px 20px;
        position: relative;
        top: 0;
    }
    .desc .title h2 {
        font-size: 30px;
    }
    .project_title h3 {
        transform: none;
    }
    .project_block section.active h2 {
        font-weight: bold;
    }
    .project_page {
        display: flex;
        padding: 0 15px;
        flex-flow: column;
    }
    .desc {
        width: calc(100% - 80px);
        padding-top: 0px;
        display: block;
        position: relative;
        top: 0px;
        height: auto;
    }
    .container.page_content_wrap {
        padding: 0;
        width: calc(100% - 40px);
        margin-left: 0;
        position: relative;
        margin-right: 60px;
    }
    .container.page_content_wrap {
        max-width: 100%;
    }
    .content_text {
        width: 100%;
        margin-left: 0;
        padding: 0 7.5px;
    }
    .content_text {
        width: calc(100% - 40px);
        margin-left: 20px;
        padding: 0 7.5px;
    }
    .content_text td {
        display: block;
    }
    .content_text td:first-child {
        padding-bottom: 0;
        font-size: 13px;
        padding-top: 19px;
    }
    .imagelist {
        padding: 0 10px;
    }
    section.client_text>div {
        height: 30px;
    }
}