@charset "UTF-8";
html {
  scroll-behavior: smooth; }

a {
  color: inherit;
  text-decoration: none; }
a:hover {
  text-decoration: none;
  color: #C0C0C0;
  transition: all .3s 0s linear; }

@media (max-width: 576px) {
  .col.auto {
    padding-right: 0 !important;
    padding-left: 0 !important; } }
@media (max-width: 576px) {
  .col-md-6.auto, .col-md-4.auto {
    padding-right: 0 !important;
    padding-left: 0 !important; } }
/*navi*/
.btn_humberger_box {
  display: none;
  position: fixed;
  right: 4.08vw;
  top: 40px;
  z-index: 10000; }

.btn_humberger {
  width: 64px;
  height: 50px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1); }
.btn_humberger span {
  content: "";
  height: 1px;
  display: block;
  width: 64px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #333;
  position: absolute; }

.home .btn_humberger span {
  background: #333; }

.btn_humberger:hover {
  opacity: 0.8; }
.btn_humberger span:nth-child(2) {
  left: 0;
  top: 24px; }
.btn_humberger span:nth-child(1) {
  left: 0;
  top: 10px; }
.btn_humberger span:nth-child(3) {
  left: 0;
  bottom: 10px; }

body.open .btn_humberger span {
  background: #fff; }
body.open .btn_humberger span:nth-child(2) {
  opacity: 0; }
body.open .btn_humberger span:nth-child(1) {
  width: 64px;
  transform: rotate(-45deg);
  top: 50%; }
body.open .btn_humberger span:nth-child(3) {
  width: 64px;
  transform: rotate(45deg);
  top: 50%; }

.global_nav_fix {
  opacity: 0;
  width: 17%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 0.3s ease-in-out;
  background: #333; }
.global_nav_fix .inner {
  display: block;
  width: 100%;
  visibility: visible;
  position: absolute;
  background: #333;
  z-index: 10001;
  right: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 9999; }

@media screen and (max-width: 992px) {
  body.open .global_nav_fix {
    opacity: 1;
    z-index: 9999; } }
.global_nav_fix .inner ul {
  position: absolute;
  font-size: 1.8rem;
  top: 130px;
  right: 21.18%;
  color: #fff; }
.global_nav_fix .inner ul:first-child li {
  text-align: right; }
.global_nav_fix .inner ul:first-child li + li {
  margin-top: 10px; }
.global_nav_fix .inner ul ul {
  color: #DCDCDC; }
.global_nav_fix .inner ul .current-menu-item a {
  color: gray; }

@media screen and (max-width: 1500px) {
  .global_nav_fix .inner ul {
    font-size: 1.6rem; } }
@media screen and (max-width: 1300px) {
  .global_nav_fix .inner ul {
    font-size: 1.3rem; } }
@media screen and (max-width: 1100px) {
  .global_nav_fix .inner ul {
    font-size: 1.1rem; } }
@media screen and (max-width: 992px) {
  .global_nav_fix .inner ul ul {
    font-size: .875rem; } }
@media screen and (max-width: 992px) {
  .btn_humberger {
    width: 42px;
    height: 50px; }
  .btn_humberger span {
    width: 42px !important; }

  .home .btn_humberger span {
    background: #333; }

  .global_nav_fix {
    opacity: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
    transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: opacity 0.3s ease-in-out;
    background: #333; }
  .global_nav_fix .inner {
    display: block;
    width: 81.34%;
    height: auto;
    padding-bottom: 0;
    visibility: visible;
    position: absolute;
    background: #333;
    z-index: 10001;
    right: 9.33%;
    top: 130px;
    box-sizing: border-box;
    z-index: 9999; }
  .global_nav_fix .inner ul {
    position: relative;
    font-size: 1.8rem;
    top: auto;
    right: auto; }
  .global_nav_fix .sns_list {
    display: flex;
    justify-content: flex-end; } }
@media screen and (max-width: 992px) {
  .btn_humberger_box {
    display: block;
    position: fixed;
    right: 4.08vw;
    top: 20px;
    z-index: 10000; }

  .btn_humberger {
    width: 30px;
    height: 30px; }
  .btn_humberger span {
    width: 30px !important; }
  .btn_humberger span:nth-child(2) {
    left: 0;
    top: 15px; }
  .btn_humberger span:nth-child(1) {
    left: 0;
    top: 8px; }
  .btn_humberger span:nth-child(3) {
    left: 0;
    bottom: 7px; } }
/*header*/
header {
  padding: 51px 1vw 0 0;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  transition: all 1s 0s ease; }

@media screen and (max-width: 992px) {
  header {
    padding: 27px 14vw 0 0;
    transition: all 1s 0s ease; }

  .global_nav_pc {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: opacity 0.3s ease-in-out; } }
h1.header_logo {
  margin: 0 !important;
  line-height: 0; }
h1.header_logo img {
  vertical-align: top;
  height: 20px;
  width: auto; }

.global_nav_pc ul {
  margin: 0;
  padding: 0; }
.global_nav_pc ul li {
  display: inline; }
.global_nav_pc ul li + li {
  padding-left: 20px; }

/* main */
main {
  padding-top: 56px; }

/* スクロール */
#pagetop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 55px;
  height: 55px;
  padding: 10px 10px;
  cursor: pointer;
  background-image: url(../img/sprites.png);
  background-position: 0px 0px;
  background-size: 55px 55px;
  text-indent: -9999px;
  z-index: 119; }

/* top & archive */
.term-list {
  text-align: center;
  padding-bottom: 50px; }
.term-list a + a span {
  position: relative;
  border-left: 1px solid #999;
  padding-left: 1em;
  margin-left: 1em; }

@media (max-width: 992px) {
  .term-list {
    display: none; } }
.browser-row a img:hover {
  opacity: .5;
  transition: all 1s 0s ease;
  opacity: .5; }

/* common */
.entry-title {
  text-align: left;
  line-height: 1;
  margin: 0;
  margin-bottom: 28px; }

@media (max-width: 576px) {
  .entry-title.ofst {
    margin-left: 10px; } }

.work-type {
  line-height: 1;
  margin-bottom: 45px; }

h1.work-title, h1.work-type {
  font-family: Helvetica, Arial, Verdana, "Noto Sans Japanese", "Noto Sans SC", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 100;
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 80px;
  letter-spacing: 0.1em; }

@media (max-width: 768px) {
  h1.work-title, h1.work-type {
    font-size: 38px; } }
@media (max-width: 576px) {
  h1.work-title, h1.work-type {
    font-size: 32px; } }
figure, .gallery img {
  margin-bottom: 20px; }

@media (max-width: 992px) {
  figure {
    margin-bottom: 10px; } }
@media (max-width: 576px) {
  figcaption {
    padding: 0 10px; } }
/* .gallery */
.img-fluid {
  width: 100%; }

@media (max-width: 576px) {
  .entry-content {
    padding: 0 15px; } }
#footer {
  margin: 2rem 0; }

.nav-links {
  display: flex;
  justify-content: space-between;
  justify-content: center; }

.badge {
  font-size: 100%;
  font-weight: normal; }

/* contact form */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
  background-color: #ff0000; }

.form-group p {
  display: none; }

.wpcf7 input[type="email"], .wpcf7 textarea {
  border-radius: 0px; }

.btn-primary.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.btn-primary.btn-black:hover {
  color: #fff;
  background-color: #505050;
  border-color: #505050; }
