@charset "UTF-8";
/* =reset.css
-------------------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #333333;
  text-decoration: none;
}

mark {
  background-color: transparent;
  font-style: normal;
  font-weight: inherit;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

caption, th {
  text-align: left;
}

ol, ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: inherit;
}

img, abbr, acronym, fieldset {
  border: 0;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

hr, legend {
  display: none;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

sup {
  font-size: 75%;
  vertical-align: top;
}

sub {
  font-size: 75%;
  vertical-align: bottom;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, select, textarea {
  outline: none;
}

input::-ms-clear {
  visibility: hidden;
}

input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="password"], textarea {
  font-size: 16px;
}

input[type="button"], input[type="submit"], input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="password"], textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="submit"], input[type="button"], button {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
  outline: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

label {
  cursor: pointer;
}

/* =Fonts family,size
-------------------------------------------------------------- */
html {
  font-family: sans-serif;
  font-size: 10px;
}

body {
  line-height: 1;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #FFF;
  background-color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

/* =a style
-------------------------------------------------------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  color: #FFF;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* 共通パーツなど */
@media screen and (min-width: 769px), print {
  .smp {
    display: none !important;
  }

  html, body {
    height: 100%;
  }

  .contents {
    height: 100%;
    padding-left: 236px;
  }

  .l-main {
    position: relative;
    min-height: 100%;
  }

  .wrap {
    margin: 0 auto;
    width: 1000px;
  }

  .hover-img img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .hover-img:hover img {
    opacity: .6;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .contents {
    min-height: 100vh;
  }

  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-main {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.hide {
  display: none !important;
}

.bg-layer {
  background: rgba(0, 0, 0, 0.5);
}

.h-border {
  padding-bottom: 6px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .05em;
  border-bottom: solid 2px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .h-border {
    padding-bottom: 8px;
  }
}

/* header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 236px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    background: transparent;
  }
}

.head-logo {
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .head-logo {
    position: relative;
    z-index: 2;
    height: 80px;
    padding: 10px 16px 13px;
    text-align: left;
    background: #000;
  }
  .head-logo img {
    height: 100%;
    width: auto;
  }
}

/* footer */
.copyright {
  position: absolute;
  bottom: 27px;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .copyright {
    position: relative;
    bottom: auto;
  }
}

/* navi */
@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    top: 80px;
    right: -80%;
    bottom: 0;
    width: 78%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: right .5s ease-in-out, opacity .5s ease-out, visibility .3s ease-out;
    transition: right .5s ease-in-out, opacity .5s ease-out, visibility .3s ease-out;
  }
}

.gnav-li {
  border-bottom: solid 2px #393939;
}
@media screen and (max-width: 768px) {
  .gnav-li {
    border-bottom-color: rgba(57, 57, 57, 0.7);
  }
}
@media screen and (min-width: 769px), print {
  .gnav-li:first-of-type {
    border-top: solid 2px #393939;
  }
}

.gnav-item {
  position: relative;
  display: block;
  height: 80px;
  padding: 32px 38px 0;
  text-align: right;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .gnav-item {
    height: auto;
    padding: 28px;
    text-align: left;
  }
}
.gnav-item::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 100%;
  background: #f00;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  content: "";
}
.gnav-item.is-active::before {
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .gnav-item:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .btn-menu-open {
    position: absolute;
    top: 24px;
    right: 20px;
    bottom: 24px;
    z-index: 3;
    display: block;
    width: 40px;
    background: #000 url(../img/menu_open.png) no-repeat center center;
    background-size: 100% auto;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
  }

  .cb-menu-open:checked + .btn-menu-open {
    background-image: url(../img/menu_close.png);
  }
  .cb-menu-open:checked ~ .gnav {
    right: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: right .5s ease-in-out, opacity .5s ease-in;
    transition: right .5s ease-in-out, opacity .5s ease-in;
  }
}
/* トップページ */
.p-home {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home .copyright {
    margin-top: 15px;
  }
}

@-webkit-keyframes switching {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes switching {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes switching-re {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes switching-re {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.home-bg-switch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .home-bg-switch {
    position: fixed;
    top: 30px;
  }
}
.home-bg-switch::before, .home-bg-switch::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/bg/home_1.jpg) no-repeat center top;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
/*  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;*/
  -webkit-animation-timing-function: cubic-bezier(10.0, 10.0, 10.0, 10.0) ;
          animation-timing-function: cubic-bezier(10.0, 10.0, 10.0, 10.0);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  content: "";
}
@media screen and (min-width: 1400px) {
  .home-bg-switch::before, .home-bg-switch::after {
    background-position: 0 0;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .home-bg-switch::before, .home-bg-switch::after {
    background-size: 145% auto;
  }
}
.home-bg-switch::before {
  -webkit-animation-name: switching;
          animation-name: switching;
}
.home-bg-switch::after {
  background-image: url(../img/bg/home_2.jpg);
  -webkit-animation-name: switching-re;
          animation-name: switching-re;
}

.home-info {
  position: absolute;
  bottom: 96px;
  left: 50px;
  right: 50px;
  z-index: 2;
  padding: 30px 30px 25px;
  border: solid 1px #FFF;
}
@media screen and (max-width: 768px) {
  .home-info {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin: 65% auto 0;
    width: 88%;
    padding: 15px;
  }
}
.home-info .headline {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .home-info .headline {
    margin-bottom: 5px;
  }
}
.home-info .txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .home-info .txt {
    line-height: 1.6;
  }
}

/* 下層ページ共通 */
.l-main:not(.p-home)::before {
  position: fixed;
  top: 0;
  left: 236px;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 768px) {
  .l-main:not(.p-home)::before {
    top: 80px;
    left: 0;
  }
}
@media screen and (min-width: 1400px) {
  .l-main:not(.p-home)::before {
    background-position: left top;
  }
}

.page {
  position: relative;
  z-index: 2;
  padding: 70px 50px;
}
@media screen and (max-width: 768px) {
  .page {
    padding: 15px 20px;
  }
}

.page-ttl {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: .05em;
}

/* Profile */
.l-main.p-profile::before {
  background-image: url(../img/bg/profile.jpg);
}

.profile-detail {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .profile-detail {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .profile-detail .pic {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .profile-detail .pic img {
    width: 70%;
  }
}
.profile-detail .box {
  margin-left: 40px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 40px 50px 35px;
  background: rgba(0, 0, 0, 0.61);
}
@media screen and (max-width: 1100px) {
  .profile-detail .box {
    margin: 24px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .profile-detail .box {
    padding: 28px;
  }
}
.profile-detail .headline {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}
.profile-detail .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.6rem;
  line-height: 1.7;
}
.profile-detail .txt + .txt {
  margin-top: 1.7em;
}

/* Works */
.l-main.p-works::before {
  background-image: url(../img/bg/works.jpg);
}

.works-box {
  margin-top: 30px;
  padding: 35px 45px 35px 50px;
}
@media screen and (max-width: 768px) {
  .works-box {
    margin-top: 10px;
    padding: 20px 20px 30px;
  }
}
.works-box .h-border {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .works-box .h-border {
    margin-bottom: 20px;
  }
}

.works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .works-list {
    display: block;
  }
}
.works-list::before, .works-list::after {
  display: block;
  width: 25%;
  content: "";
}
@media screen and (max-width: 980px) {
  .works-list::before, .works-list::after {
    display: none;
  }
}
.works-list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1200px) {
  .works-list::before {
    display: none;
  }
}

.works-item {
  width: 25%;
  margin-bottom: 30px;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .works-item {
    width: 33%;
  }
  .works-item:nth-of-type(n+4) {
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .works-item {
    width: 49%;
  }
  .works-item:nth-of-type(n+3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .works-item {
    width: auto;
    text-align: center;
  }
  .works-item:nth-of-type(n+2) {
	margin-top: 30px;
	/*margin-bottom: 30px;*/
  }
}
.works-item .img-box {
  margin-bottom: 8px;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .works-item .img-box {
    margin: 0 auto 10px;
  }
}
.works-item .img-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}
@media screen and (min-width: 769px), print {
  .works-item .img-box a img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .works-item .img-box a:hover img {
    opacity: .7;
  }
}
.works-item .txt {
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.works-cate {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .works-cate {
    margin-top: 20px;
  }
  .works-cate:nth-of-type(n+2) {
    margin-top: 35px;
  }
}

.works-cate-h {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .works-cate-h {
    margin-bottom: 25px;
  }
}

/* Media */
.l-main.p-media::before {
  background-image: url(../img/bg/media.jpg);
}
@media screen and (max-width: 768px) {
  .l-main.p-media::before {
    background-position: center center;
  }
}
@media screen and (min-width: 769px), print {
  .l-main.p-media .page-ttl {
    color: #000;
  }
}

.media-box {
  margin-top: 37px;
  padding: 40px 45px 30px 54px;
}
@media screen and (max-width: 768px) {
  .media-box {
    margin-top: 14px;
    padding: 25px 20px;
  }
}
.media-box:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .media-box:nth-of-type(n+2) {
    margin-top: 25px;
  }
}

.media-info {
  margin-top: 30px;
  border-bottom: solid 1px #FFF;
}
@media screen and (max-width: 768px) {
  .media-info {
    margin-top: 20px;
  }
}
.media-info .headline {
  padding-bottom: 15px;
  font-size: 1.8rem;
}
.media-info .txt {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .media-info .txt {
    padding-bottom: 20px;
  }
}
.media-info .txt p {
  font-size: 1.6rem;
  line-height: 1.6;
}

/* contact */
.l-main.p-contact::before {
  background-image: url(../img/bg/contact.jpg);
}

.contact-box {
  margin-top: 35px;
  padding: 40px 40px 100px;
}
@media screen and (max-width: 768px) {
  .contact-box {
    margin-top: 14px;
    padding: 20px 25px 25px;
  }
}
.contact-box .foreword {
  margin-bottom: 70px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .contact-box .foreword {
    margin-bottom: 20px;
    text-align: justify;
  }
}

.contact-form {
  margin: 0 auto;
  width: 390px;
}
@media screen and (max-width: 768px) {
  .contact-form {
    width: auto;
  }
}

.input-txt {
  width: 100%;
  height: 50px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .input-txt {
    height: 40px;
    font-size: 1.6rem;
  }
}

textarea.input-txt {
  height: 130px;
  resize: vertical;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-item:nth-of-type(n+2) {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .contact-item {
    display: block;
  }
}

.contact-item-h {
  padding-top: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact-item-h {
    padding: 0 0 10px;
  }
}

.contact-item-dd {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .contact-item-dd {
    width: 100%;
  }
}

.contact-btns {
  margin: 20px 0 0 auto;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .contact-btns {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

.btn-submit {
  width: 120px;
  height: 50px;
  color: #FFF;
  background: #f00;
}




.btn-pagetop {
  position: fixed;
  right: 0;
  bottom: 5px;
  z-index: 100;
  display: block;
  width: 60px;
  height: 60px;
  background: #000 url(../img/pagetop.png) no-repeat center center;
}
@media screen and (min-width: 601px), print {
  .btn-pagetop:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 600px) {
  .btn-pagetop {
    bottom: 0;
    width: 40px;
    height: 40px;
    background-size: 100% auto;
  }
}
