#page {
  background: url("../images/add-pic/top-banner-back.png") no-repeat top;}

.header #logo-top {
  width: 172px;
  margin-top: 10px; }

.header #logo {
  width: 172px;
  margin-top: 10px; }

.header .head-message {
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  max-width: 305px;
  margin: 0 auto; }

.page-title {
  font-size: 16px;
  line-height: 40px;
  margin-top: 25px;
  text-align: center;
  background: #f7f7f7; }

.links-outer {
  max-width: 355px;
  text-align: center;
  margin: 30px auto 0; }
  .links-outer a {
    text-decoration: none;
    display: inline-block;
    width: calc((100% /3) - 10px);
    vertical-align: top; }
  .links-outer .item-inner {
    min-height: 110px;
    position: relative; }
    .links-outer .item-inner .links-item {
      display: block;
      position: absolute;
      top: -20px;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto; }
    .links-outer .item-inner #dtp {
      width: 40px; }
    .links-outer .item-inner #web {
      width: 51px; }
    .links-outer .item-inner #creaters {
      width: 55px;
      padding: 0 0 0 10px; }
    .links-outer .item-inner .img-title {
      font-size: 10px;
      text-align: center;
      font-weight: bold;
      color: black;
      position: absolute;
      bottom: 15px;
      right: 0;
      left: 0; }

.profile-outer {
  margin: 30px auto 0;
  background: url("../images/add-pic/bg_pic.jpg") no-repeat top -90px left -182px;
  background-size: 925px; }

.profile-pic {
  display: block;
  width: 174px;
  margin: 0 auto;
  padding-right: 0; }

.profile-detail-outer {
  vertical-align: bottom;
  background: white;
  padding: 25px;
  margin: 0 auto; }

.profile-detail {
  margin: 0 auto;
  max-width: 310px; }

.profile-detail-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px; }

.profile-detail-about {
  font-size: 10px;
  line-height: 20px;
  margin-bottom: 20px; }
  .profile-detail-about span {
    font-size: 14px; }

.profile-detail-history {
  font-size: 10px;
  line-height: 20px;
  margin-bottom: 20px; }

.profile-detail-list {
  font-size: 10px;
  line-height: 20px;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box; }
  .profile-detail-list:first-child {
    margin-top: 20px; }
  .profile-detail-list:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: black;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

#footer {
  margin-top: 40px;
  color: black; }
  #footer .foot-logos {
    max-width: 355px;
    margin: 0 auto 60px; }
    #footer .foot-logos a {
      text-decoration: none;
      display: inline-block;
      width: calc((100% /4) - 10px); }
    #footer .foot-logos img {
      width: 48px; }
  #footer .foot-request {
    color: black; }
    #footer .foot-request a {
      text-decoration: none;
      color: black;
      display: block;
      padding: 9px 0; }
    #footer .foot-request .request-design {
      color: black;
      max-width: 240px;
      border: 1px solid black;
      font-size: 14px;
      line-height: 30px;
      margin: 0 auto 30px;
      box-sizing: border-box; }
    #footer .foot-request .request-lancers {
      color: black;
      max-width: 240px;
      border: 1px solid black;
      font-size: 14px;
      line-height: 30px;
      margin: 0 auto 15px;
      box-sizing: border-box; }
    #footer .foot-request .request-info {
      font-size: 11px;
      line-height: 20px;
      color: black;
      margin-bottom: 60px; }
  #footer .foot-info {
    border-top: 1px solid black; }
    #footer .foot-info .foot-info-inner {
      padding: 30px 0; }
    #footer .foot-info .foot-title {
      font-size: 15px;
      line-height: 40px; }
    #footer .foot-info .foot-sub-tittle {
      font-size: 11px;
      line-height: 30px; }
    #footer .foot-info .foot-address {
      font-size: 11px;
      line-height: 40px; }
    #footer .foot-info .copyright {
      background: #e5e5e5;
      font-size: 11px;
      line-height: 30px;
      letter-spacing: -0.5px;
      text-align: center; }

.site-works {
  max-width: 1100px;
  margin: 0 auto; }

#works .archive-info {
  font-size: 12px;
  line-height: 28px;
  text-align: center; }

#works #achive-page-number .page-numbers {
  border-radius: 0;
  border: 1px solid black;
  color: black;
  background: white; }

#works #achive-page-number .current {
  color: white;
  background: #e5e5e5;
  border: 1px solid #e5e5e5; }

.global-nav-wrapper {
  display: block; }

#wrapper {
  display: none; }

#header-wrapper .global-nav-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999; }

#header-wrapper #nav-cover {
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 999; }

#header-wrapper .global-nav {
  position: relative;
  width: 100%;
  padding: 50px 50px;
  background: red;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 99999; }

#header-wrapper .global-nav ul li {
  width: 45%;
  display: inline-block;
  padding: 20px 0; }

#header-wrapper nav ul li a {
  text-decoration: none;
  color: white; }

#header-wrapper .btn-gnavi {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  width: 40px;
  height: 40px;
  z-index: 99999;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  margin: 20px; }

@media screen and (min-width: 1280px) {
  #header-wrapper .btn-gnavi {
    right: calc(50% - 550px); } }

#header-wrapper .btn-gnavi span {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  background: black; }

#header-wrapper .btn-gnavi span:nth-child(1) {
  top: 10px;
  right: 10px; }

#header-wrapper .btn-gnavi span:nth-child(2) {
  top: 17px;
  right: 10px; }

#header-wrapper .btn-gnavi span:nth-child(3) {
  top: 24px;
  right: 10px; }

#header-wrapper .btn-gnavi.open {
  display: none; }

#header-wrapper .btn-gnavi.open span:nth-child(1) {
  top: 17px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#header-wrapper .btn-gnavi.open span:nth-child(2) {
  transform: scaleX(0); }

#header-wrapper .btn-gnavi.open span:nth-child(3) {
  top: 17px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.close-btn {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 0;
  left: 0;
  margin: 20px 10px; }
  .close-btn span {
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    background: black; }
    .close-btn span:nth-child(1) {
      top: 17px;
      left: 10px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .close-btn span:nth-child(2) {
      top: 17px;
      left: 10px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.close-btn.hide {
  display: none; }

.nav_menu_ul {
  width: 75%;
  box-sizing: border-box;
  position: absolute;
  z-index: 99999;
  background: rgba(235, 235, 235, 0.9);
  right: 0;
  padding: 50px 40px 0;
  overflow: scroll;
  height: 100%;
  min-height: 100%; }
  .nav_menu_ul .nav_menu_li {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px; }
    .nav_menu_ul .nav_menu_li a {
      text-decoration: none;
      color: black; }
  .nav_menu_ul .nav_menu_inner-li {
    font-size: 12px;
    line-height: 20px; }
    .nav_menu_ul .nav_menu_inner-li li {
      padding-left: 20px; }
      .nav_menu_ul .nav_menu_inner-li li:before {
        content: "-";
        position: absolute;
        padding: 0 5px;
        margin-left: -15px; }
    .nav_menu_ul .nav_menu_inner-li a {
      text-decoration: none; }
  .nav_menu_ul .nav-menu-info {
    font-size: 10px; }

@media screen and (max-width: 641px) {
  #cboxContent #cboxLoadedContent {
    height: auto !important; } }

#cboxContent {
  margin-top: 70px; }
  #cboxContent #cboxLoadedContent {
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
    padding: 40px 20px 50px;
    border-radius: 0;
    border: none;
    width: 100% !important;
    box-sizing: border-box; }
    #cboxContent #cboxLoadedContent .single-works-content2 a {
      color: black;
      display: block; }
    #cboxContent #cboxLoadedContent .single-works-content2 p {
      font-size: 16px;
      color: black; }
      #cboxContent #cboxLoadedContent .single-works-content2 p span {
        font-size: 14px;
        margin: 0 auto;
        color: black;
        display: block; }
    #cboxContent #cboxLoadedContent .single-works-content2 div {
      color: black;
      font-size: 11px;
      padding-top: 20px; }
    #cboxContent #cboxLoadedContent .single-works-content2 .works-detail {
      border-top: 1px solid black;
      min-height: 50px; }
  #cboxContent #cboxPrevious {
    cursor: pointer;
    left: 10px;
    margin: -50px auto 0;
    background: url("../images/add-pic/previous-black.png") no-repeat 0 0;
    background-size: 100%; }
  #cboxContent #cboxNext {
    cursor: pointer;
    right: 10px;
    margin: -50px auto 0;
    background: url("../images/add-pic/next-black.png") no-repeat 0 0;
    background-size: 100%; }
  #cboxContent #cboxClose {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url("../images/add-pic/close-black.png") no-repeat 0 0;
    background-size: 100%; }

#cboxOverlay {
  opacity: 0.95 !important;
}

#cboxOverlay:before {
  content: "";
  display: block;
  background: white;
  min-height: 100%;
  width: 100%;
  position: fixed;
  top: 0; }

#contact #contact-info {
  font-size: 12px;
  line-height: 28px;
  text-align: center; }

#contact tr {
  display: block;
  width: 100%; }
  #contact tr th {
    display: block;
    width: 40%;
    font-size: 12px; }
    #contact tr th span {
      font-size: 10px;
      float: right; }
  #contact tr td {
    display: block;
    width: 100%; }
    #contact tr td select {
      width: 100%;
      padding: 10px 5px; }
    #contact tr td input {
      padding: 10px 5px; }
    #contact tr td textarea {
      padding: 10px 5px; }

#contact input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  background-color: white;
  padding: 10px 50px;
  border-radius: 0;
  color: black;
  font-size: 12px;
  border: 1px solid black;
  margin-top: 40px;
  width: 200px;
  line-height: 18px; }

#contact #to-top {
  width: 200px;
  text-decoration: none;
  color: black;
  display: block;
  text-align: center;
  margin: 20px auto 0;
  font-size: 12px;
  padding: 10px 0;
  border: 1px solid black;
  line-height: 18px; }
article[class^="post"] {
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  /*#page-background {*/
  /*  width: 100%;*/
  /*  !*background: url() no-repeat top;*!*/
  /*  background: url("../images/add-pic/top-banner-back.png") no-repeat top;*/
  /*  height: 100%;*/
  /*  display: block;*/
  /*  position: absolute;*/
  /*  z-index: 9999999999;*/
  /*}*/
  #header-wrapper .btn-gnavi {
    margin: 30px 20px 20px;
    width: 60px;
    height: 60px; }
  #header-wrapper .btn-gnavi span {
    width: 40px; }
  #header-wrapper .btn-gnavi span:nth-child(1) {
    top: 17px;
    right: 10px; }
  #header-wrapper .btn-gnavi span:nth-child(2) {
    top: 29px;
    right: 10px; }
  #header-wrapper .btn-gnavi span:nth-child(3) {
    top: 41px;
    right: 10px; }
  .close-btn {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    top: 0;
    left: 0;
    margin: 30px 20px 0; }
    .close-btn span {
      width: 40px; }
      .close-btn span:nth-child(1) {
        top: 30px;
        left: 10px; }
      .close-btn span:nth-child(2) {
        top: 30px;
        left: 10px; }
  .nav_menu_ul {
    width: 40%;
    box-sizing: border-box;
    position: absolute;
    z-index: 99999;
    right: 0;
    padding: 100px 100px 0;
    min-width: 450px;
    overflow: scroll;
    min-height: 100%; }
    .nav_menu_ul .nav_menu_li {
      font-size: 21px;
      line-height: 35px;
      margin-top: 25px; }
      .nav_menu_ul .nav_menu_li a {
        text-decoration: none;
        color: black; }
    .nav_menu_ul .nav_menu_inner-li {
      font-size: 23px;
      line-height: 36px; }
      .nav_menu_ul .nav_menu_inner-li li {
        padding-left: 20px; }
        .nav_menu_ul .nav_menu_inner-li li:before {
          content: "-";
          position: absolute;
          padding: 0 5px;
          margin-left: -15px; }
      .nav_menu_ul .nav_menu_inner-li a {
        text-decoration: none; }
    .nav_menu_ul .nav-menu-info {
      font-size: 15px; }
  #navigation {
    display: none; }
  #contact table {
    max-width: 1000px;
    width: 80%;
    min-width: 620px; }
  #contact #contact-info {
    font-size: 16px;
    line-height: 28px; }
  #contact tr {
    display: block;
    width: 100%; }
    #contact tr th {
      display: inline-block;
      width: 30%;
      font-size: 17px;
      vertical-align: top;
      padding-top: 25px;
      max-width: 200px;
      padding-right: 20px; }
      #contact tr th span {
        font-size: 15px; }
    #contact tr td {
      display: inline-block;
      width: calc(68% - 20px); }
      #contact tr td select {
        width: 100%;
        min-height: 50px;
        padding: 20px 5px; }
      #contact tr td input {
        padding: 20px 5px; }
      #contact tr td textarea {
        padding: 20px 5px;
        min-height: 260px; }
  #contact input[type=submit] {
    padding: 22px 50px;
    font-size: 22px;
    margin-top: 140px;
    width: 420px;
    line-height: 40px; }
  #contact #to-top {
    width: 420px;
    margin: 40px auto 100px;
    font-size: 22px;
    padding: 22px 0;
    line-height: 30px; }
  #cboxContent {
    margin-top: 0;
    height: 100% !important; }
    #cboxContent #cboxLoadedContent {
      background: rgba(255, 255, 255, 0);
      box-shadow: none;
      height: 100% !important;
      padding: 40px 20px 0; }
      #cboxContent #cboxLoadedContent:after {
        content: "";
        width: 100%;
        background: rgba(255, 255, 255, 0);
        height: 50px;
        display: block;
        position: absolute;
        margin: 0 auto;
        bottom: 40px;
        left: 0;
        z-index: 1; }
    #cboxContent #cboxNext {
      right: 50px;
      z-index: 999;
      margin: 0 auto; }
    #cboxContent #cboxPrevious {
      left: 50px;
      z-index: 999;
      margin: 0 auto; }
    #cboxContent #cboxClose {
      margin-right: 10px; }
  #cboxOverlay:before {
    content: "";
    display: block;
    background: white;
    min-height: 100%;
    width: 100%;
    position: fixed;
    top: 0; }
  .header #logo-top {
    width: 561px;
    margin-right: 75px;
    margin-top: 60px; }
  .header #logo {
    width: 350px;
    margin-top: 0; }
  .header .head-message {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    max-width: 1000px;
    margin: 40px auto 0; }
  .header .br-sp {
    display: none; }
  .page-title {
    font-size: 24px;
    line-height: 50px;
    margin-top: 25px;
    text-align: center;
    padding: 15px 0;
    background: #f7f7f7; }
  .links-outer {
    max-width: 1000px;
    margin: 100px auto 0; }
    .links-outer a {
      max-width: 308px;
      padding: 50px 0;
      background: #f2f2f2;
      box-sizing: border-box;
      margin: 0 6px;
      width: calc((100% /3) - 18px); }
    .links-outer .item-inner {
      min-height: 200px;
      position: relative;
      max-width: 208px;
      margin: 0 auto;
      background: white; }
      .links-outer .item-inner .links-item {
        display: block;
        position: absolute;
        top: -20px;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
      .links-outer .item-inner #dtp {
        width: 63px; }
      .links-outer .item-inner #web {
        width: 80px; }
      .links-outer .item-inner #creaters {
        width: 86px;
        padding: 0 0 0 15px; }
      .links-outer .item-inner .img-title {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        color: black;
        position: absolute;
        bottom: 15px;
        right: 0;
        left: 0; }

  @media screen and (max-width: 1000px) {
    .links-outer a {
      width: calc((100% /3) - 20px);
    }

    .links-outer .item-inner {
      width: 80%;
      min-height: 150px;
    }

    .links-outer .item-inner .img-title {
      font-size: 18px;
    }
  }

  .profile-outer {
    margin: 100px auto 0;
    background: url("../images/add-pic/bg_pic.jpg") no-repeat top -160px center;
    background-size: auto;
    padding-bottom: 240px; }
  .profile-pc-inner {
    display: block;
    /*padding-top: 240px;*/
    margin: 0 auto -240px;
    max-width: 1100px;
    text-align: center; }
  .profile-pic {
    display: inline-block;
    width: 380px;
    margin: 0 auto;
    padding-right:20px;
    vertical-align: bottom; }
  .profile-detail-outer {
    display: inline-block;
    max-width: 654px;
    background: white;
    padding: 40px 50px;
    margin: 0 auto 30px;
    box-sizing: border-box; }
  .profile-detail {
    max-width: none; }
  .profile-detail-title {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 35px;
    text-align: left; }
  .profile-detail-about {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 35px;
    text-align: left; }
    .profile-detail-about span {
      font-size: 20px; }
  .profile-detail-history {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 35px;
    text-align: left; }
  .profile-detail-list {
    font-size: 16px;
    line-height: 35px;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    text-align: left; }
    .profile-detail-list:first-child {
      margin-top: 35px; }
    .profile-detail-list:before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background: black;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  #footer {
    margin-top: 80px; }
    #footer .foot-logos {
      max-width: 665px;
      margin: 0 auto 60px; }
      #footer .foot-logos img {
        width: 100px; }
    #footer .foot-request {
      margin-top: 120px;
      color: black; }
      #footer .foot-request a {
        text-decoration: none;
        color: black;
        display: block;
        padding: 17px 0; }
      #footer .foot-request .request-design {
        max-width: 420px;
        font-size: 24px;
        line-height: 50px; }
      #footer .foot-request .request-lancers {
        max-width: 420px;
        font-size: 24px;
        line-height: 50px;
        box-sizing: border-box; }
      #footer .foot-request .request-info {
        font-size: 18px;
        line-height: 30px;
        color: black;
        margin-bottom: 60px; }
    #footer .foot-info .foot-info-inner {
      padding: 45px 0;
      border-top: 1px solid black; }
    #footer .foot-info .foot-title {
      font-size: 19px;
      line-height: 40px; }
    #footer .foot-info .foot-sub-tittle {
      font-size: 16px;
      line-height: 30px; }
    #footer .foot-info .foot-address {
      font-size: 16px;
      line-height: 40px; }
    #footer .foot-info .copyright {
      font-size: 16px;
      line-height: 40px;
      text-align: center; }
  #works .archive-info {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 70px; } }
article[class^="post"] {
  max-width: 1000px;
  margin: 0 auto;
}
