@charset "utf-8";
/* CSS Document */
/*------ WEBフォント ------*/
@font-face {
  font-family: 'Portrait Web';
  src: url('/font/Portrait-Regular2-Web.woff2') format('woff2'), url('/font/Portrait-Regular2-Web.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
*, li, a {
  font-family: 'Portrait Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
/*------ スマフォ・ハンバーガーメニュー ------*/
  .drawer-nav {
    background-image: none;
    background-color: #fff;
    padding: 0;
  }
  @media (min-width: 640px) {
  .drawer-nav {
    padding: 259px 0 0;
    top: 0;
  }
  }
  .p-header-nav .drawer-menu li {
    margin-bottom: 0;
  }
  .drawer-menu li:first-child {
    border-top: none;
  }
  .drawer-menu li {
    width: 100%;
    border-bottom: solid 1px #CCC9C9;
  }
  .drawer-menu li:last-child {
    border-bottom: none;
  }
  .drawer-menu li.active a {
    background-color: #3A3A3A;
    color: #fff;
  }
  .drawer-menu li a {
    display: block;
    font-size: 20px;
    color: #000;
    padding: 18px 0 13px 20px;
    letter-spacing: 6px;
  }
/*------ 見出し・フォント ------*/
h2 {
  font-size: 32px;
  letter-spacing: 2.4px;
  line-height: 6px;
}
@media screen and (max-width:480px) {
  h2 {
    line-height: inherit;
    font-size: 24px;
  }
}
h3 {
  font-size: 22px;
  letter-spacing: 0.7px
}
@media screen and (max-width:480px) {
  h3 {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media screen and (max-width:480px) {
  h4 {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
p {
  letter-spacing: 0.7px
}
@media screen and (max-width:480px) {
  p {
    font-size: 13px;
  }
}
span.jp,
dl.jp,
li.jp {
  font-family: serif;
}
p.jp {
  line-height: 0.7px;
  font-size: 14px;
  font-family: serif;
}
@media screen and (max-width:480px) {
  .p-works-ph p.jp {
    line-height: inherit;
    font-size: 13px;
  }
}
.c-title-primary {
    text-align: center;
    font-size: 38px;
    color: #fff;
    letter-spacing: 6px;
    width: 100%;
}
@media screen and (max-width:480px) {
    .c-title-primary {
        font-size: 24px;
        margin: 40px auto;
    }
}
/*------ ヘッダー ------*/
.drawer-hamburger {
  border-radius: 0;
  box-shadow: none;
  padding: 20px 30px 20px 0;
}
@media screen and (max-width: 640px) {
  .drawer-hamburger {
    padding: 10px 0;
  }
}
.p-header {
  height: 104px;
}
@media screen and (max-width: 640px) {
  .p-header {
    height: 50px;
  }
}
@media screen and (max-width:860px) {
  .p-header {
    align-items: center;
    display: flex;
    background-color: #fff;
  }
}
.p-header-ttl {
  width: 183px;
  z-index: 5;
}
@media screen and (max-width:480px) {
    .p-header-ttl img {
      width: 80%;
    }
}
.menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 35px;
  letter-spacing: 0.7px
}
.menu li a {
  color: #000;
}
.menu li.non-active a {
  color: #B2B2B2;
}
/*------ フッター ------*/
@media screen and (max-width:860px) {
  .p-footer-menu {
    padding-top: 5vw;
  }
}
.p-footer-nav1 li {
  background: url("/assets/images/ico-p-works-nav.png") no-repeat;
  background-position: 98% center;
  background-size: 10.9px 10.4px;
  width: 30%;
  border: solid 1px #fff;
  text-align: center;
  padding: 20px 0;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  letter-spacing: 0.7px;
}
.p-footer-nav1 li a {
  color: #fff;
}
.p-footer-nav1 li:first-child, .p-footer-nav1 li:nth-child(2), .p-footer-nav1 li:nth-child(3) {
  width: 30%;
}
.p-footer-nav1 li:nth-child(3n) {
  margin-right: 2%;
  margin-right: 2%;
}
.p-footer-nav1 li:nth-child(5n) {
  margin-right: 2%;
}
.p-footer-nav1 li:nth-child(6) {
  margin-right: 2%;
  margin-bottom: 2%;
}
@media screen and (max-width:860px) {
  .p-footer-nav1 li:nth-child(3n) {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .p-footer-nav1 li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 2%;
  }
  .p-footer-nav1 {
    max-width: 100%;
  }
  .p-footer-nav1 li {
    width: 47.6%;
    font-size: 1.6rem;
  }
  .p-footer-nav1 li:first-child, .p-footer-nav1 li:nth-child(2), .p-footer-nav1 li:nth-child(3) {
    width: 47.6%;
    margin-right: 2%;
  }
  .p-footer-nav1 li:nth-child(2) {
    margin-right: 0%;
  }
}
@media screen and (max-width:480px) {
  .p-works-nav li {
    width: 48%;
    font-size: 1.6rem;
  }
}
.p-footer-copy {
  width: inherit;
  font-size: 10px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  }
  @media screen and (max-width:640px) {
    .p-footer-copy {
      transform: none;
      text-align: center;
      }
  }

.drawer-hamburger-icon {
  background-image: none;
}

.drawer-hamburger-icon_border {
  display: block;
  width: 44px;
  height: 24px;
  position: relative;
}

.drawer-hamburger-icon_border span {
  display: block;
  width: 44px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  transition: all 300ms;
}

.drawer-hamburger-icon_border span:nth-child(1) {
  top: 0;
  animation: drawericon_border01 600ms forwards;
}

.drawer-hamburger-icon_border span:nth-child(2) {
  top: 11px;
  opacity: 1;
}

.drawer-hamburger-icon_border span:nth-child(3) {
  bottom: 0;
  animation: drawericon_border03 600ms forwards;
}

.drawer-hamburger-icon_border:after {
  content: 'MENU';
  color: #000;
  font-size: 13px;
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -24px;
  left: 0;
}

.drawer-open .drawer-hamburger-icon_border span:nth-child(1) {
  animation: active_drawericon_border01 600ms forwards;
}

.drawer-open .drawer-hamburger-icon_border span:nth-child(2) {
  opacity: 0;
}

.drawer-open .drawer-hamburger-icon_border span:nth-child(3) {
  animation: active_drawericon_border03 600ms forwards;
}

.drawer-open .drawer-hamburger-icon_border:after {
  content: 'CLOSE';
}

@keyframes drawericon_border01 {
  0% { transform: translateY(11px) rotate(30deg); }
  50% { transform: translateY(11px) rotate(0); }
  100% { transform: translateY(0) rotate(0); }
}

@keyframes drawericon_border03 {
  0% { transform: translateY(-11px) rotate(-30deg); }
  50% { transform: translateY(-11px) rotate(0); }
  100% { transform: translateY(0) rotate(0); }
}

@keyframes active_drawericon_border01 {
  0% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(11px) rotate(0); }
  100% { transform: translateY(11px) rotate(30deg); }
}

@keyframes active_drawericon_border03 {
  0% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-11px) rotate(0); }
  100% { transform: translateY(-11px) rotate(-30deg); }
}

@keyframes drawericon_border01_sp {
  0% { transform: translateY(8px) rotate(30deg); }
  50% { transform: translateY(8px) rotate(0); }
  100% { transform: translateY(0) rotate(0); }
}

@keyframes drawericon_border03_sp {
  0% { transform: translateY(-8px) rotate(-30deg); }
  50% { transform: translateY(-8px) rotate(0); }
  100% { transform: translateY(0) rotate(0); }
}

@keyframes active_drawericon_border01_sp {
  0% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(8px) rotate(0); }
  100% { transform: translateY(8px) rotate(30deg); }
}

@keyframes active_drawericon_border03_sp {
  0% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-8px) rotate(0); }
  100% { transform: translateY(-8px) rotate(-30deg); }
}

@media screen and (max-width:640px) {
  .drawer-hamburger-icon_border {
    width: 32px;
    height: 18px;
  }

  .drawer-hamburger-icon_border span {
    width: 32px;
    height: 2px;
  }

  .drawer-hamburger-icon_border span:nth-child(1) {
    animation: drawericon_border01_sp 600ms forwards;
  }

  .drawer-hamburger-icon_border span:nth-child(2) {
    top: 8px;
  }

  .drawer-hamburger-icon_border span:nth-child(3) {
    animation: drawericon_border03_sp 600ms forwards;
  }

  .drawer-hamburger-icon_border:after {
    font-size: 10px;
    bottom: -17px;
    left: 0;
  }

  .drawer-open .drawer-hamburger-icon_border span:nth-child(1) {
    animation: active_drawericon_border01_sp 600ms forwards;
  }

  .drawer-open .drawer-hamburger-icon_border span:nth-child(3) {
    animation: active_drawericon_border03_sp 600ms forwards;
  }
}