@charset "UTF-8";
/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
brockquote, pre, table, caption, th, td, address,
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 80%;
}

body:not(:target) {
  font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

header, section, navi, footer {
  display: block;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
brockquote, pre, table, caption, th, td, address {
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #FFF;
}

a {
  color: #5AA947;
  color: #FFF;
  text-decoration: none;
}

.active a,
a:hover {
  text-decoration: none;
  color: #990000;
}

li {
  list-style: none;
}

body {
  background: #000;
  color: #FFF;
}

body.ofh {
  overflow: hidden;
}

/* style
------------------------- */
.table {
  display: table;
}
@media screen and (max-width: 640px) {
  .table {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .table {
    display: block;
  }
}

.t-cell {
  display: table-cell;
}
@media screen and (max-width: 640px) {
  .t-cell {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .t-cell {
    display: block;
  }
}

.clear {
  clear: both;
}

/* fade
------------------------- */
#fade {
  background: #000;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  #fade {
    width: 100%;
    padding: 0 0 150px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  #fade {
    width: 100%;
    padding: 0 0 150px;
  }
}

/* opening
------------------------- */
#loading {
  width: 700px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: table;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  #loading {
    width: 100%;
    height: 150px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  #loading {
    width: 100%;
    height: 150px;
  }
}
#loading p.name {
  color: #FFF;
  font-family: Century Gothic, sans-serif;
  font-size: 100px;
  line-height: 100%;
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  #loading p.name {
    font-size: 50px;
    font-family: "Actor", sans-serif;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  #loading p.name {
    font-family: "Actor", sans-serif;
  }
}
#loading p.name span.glay {
  color: #444;
  margin: 0 0 0 0.5em;
}
#loading p.photographer {
  font-family: Century Gothic, sans-serif;
  font-size: 30px;
  margin: 10px 0 6px;
  line-height: 100%;
}
@media screen and (max-width: 640px) {
  #loading p.photographer {
    font-size: 18px;
    font-family: "Actor", sans-serif;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  #loading p.photographer {
    font-family: "Actor", sans-serif;
  }
}

/* common
------------------------- */
#wrap {
  z-index: 1;
  width: 1200px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #wrap {
    width: 100%;
    height: auto;
    position: relative;
    padding: 64px 0 0;
    padding-top: 72px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  #wrap {
    width: 100%;
    position: relative;
    padding: 75px 0 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  #wrap {
    width: 100%;
  }
}

#wrap.table {
  display: block;
}

#snavi {
  width: 300px;
  margin: 0 auto;
  display: table;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  #snavi {
    text-align: right;
    width: 100%;
  }
}
#snavi li {
  font-size: 85%;
  display: inline-block;
  line-height: 100%;
  letter-spacing: 0.13em;
  white-space: normal;
}
#snavi li:after {
  content: "/";
  margin: 0 5px;
}
#snavi li:last-child:after {
  content: "";
  margin: 0;
}
@media screen and (min-width: 1025px) {
  #snavi li:nth-child(2):after,
#snavi li:nth-child(5):after,
#snavi li:last-child:after {
    content: "\a";
    white-space: pre;
    margin: 0;
  }
  #snavi li {
    display: inline;
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  #snavi {
    /* 	li:nth-child(7):after{
    		content:"";
    		margin: 0;
    	} */
  }
  #snavi li:nth-child(2):after,
#snavi li:nth-child(5):after,
#snavi li:last-child:after {
    content: "\a";
    white-space: pre;
    margin: 0;
  }
  #snavi li {
    display: inline;
    white-space: nowrap;
  }
}

/* top
------------------------- */
div#main-cnt {
  width: 75%;
}
@media screen and (max-width: 640px) {
  div#main-cnt {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  div#main-cnt {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 640px) {
  div#main-cnt .fade_img {
    width: 100% !important;
    height: 380px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 481px) {
  div#main-cnt .fade_img {
    width: 100% !important;
    height: 600px !important;
  }
}
div#main-cnt .fade_img li {
  width: 800px;
  height: 600px;
  position: relative;
  background: #000;
}
@media screen and (max-width: 640px) {
  div#main-cnt .fade_img li {
    width: 100%;
    height: 380px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 481px) {
  div#main-cnt .fade_img li {
    width: 100%;
    height: 600px;
    text-align: center;
  }
}
div#main-cnt .fade_img li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 640px) {
  div#main-cnt .fade_img li img {
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  div#main-cnt .fade_img li img {
    position: relative;
  }
}

div#top-navi {
  vertical-align: middle;
  text-align: center;
}
div#top-navi p.name {
  color: #FFF;
  font-family: Century Gothic, sans-serif;
  font-size: 42px;
  line-height: 100%;
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  div#top-navi p.name {
    font-size: 28px;
    margin: 0 0 5px;
    font-family: "Actor", sans-serif;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  div#top-navi p.name {
    font-size: 32px;
    margin: 0 0 5px;
    font-family: "Actor", sans-serif;
  }
}
div#top-navi p.photographer {
  margin: 0 0 5px;
  line-height: 100%;
}
@media screen and (max-width: 640px) {
  div#top-navi p.photographer {
    margin: 0 0 3px;
    font-family: "Actor", sans-serif;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  div#top-navi p.photographer {
    margin: 0 0 3px;
    font-family: "Actor", sans-serif;
  }
}

@media screen and (max-width: 1024px) and (min-width: 481px) {
  #top-navi {
    position: absolute;
    top: 10px;
    height: 50px;
    text-align: left;
    width: 100%;
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 481px) {
  #gnavi {
    display: table-cell;
  }
}

@media screen and (max-width: 480px) {
  #logo {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 50px;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  #logo {
    position: relative;
    display: table-cell;
    height: auto;
    text-align: left;
    width: 200px;
  }
}

/* photo gallery
------------------------- */
@media screen and (min-width: 1201px) {
  div#main-cnt #view {
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  div#main-cnt #view {
    width: 100% !important;
    height: 340px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  div#main-cnt #view {
    width: 100% !important;
    height: 600px !important;
  }
}
div#main-cnt #view p {
  width: 800px;
  height: 600px;
  position: absolute;
  background: #000;
}
@media screen and (max-width: 640px) {
  div#main-cnt #view p {
    width: 100%;
    height: 340px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 481px) {
  div#main-cnt #view p {
    width: 100%;
    height: 600px;
    text-align: center;
  }
}
div#main-cnt #view p img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 640px) {
  div#main-cnt #view p img {
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  div#main-cnt #view p img {
    position: relative;
  }
}

div#right-cnt {
  width: 25%;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  div#right-cnt {
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  div#right-cnt {
    width: 26%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  div#right-cnt {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  div#right-cnt {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  div#right-cnt #cnt-head {
    position: absolute;
    top: 0;
    height: 60px;
    text-align: left;
    width: 100%;
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  div#right-cnt #cnt-head #logo {
    position: absolute;
    top: 10px;
    height: 50px;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  div#right-cnt #cnt-head #logo {
    position: relative;
    display: table-cell;
    height: auto;
    text-align: left;
    width: 200px;
  }
}
div#right-cnt p.name {
  color: #FFF;
  font-family: Century Gothic, sans-serif;
  font-size: 38px;
  line-height: 100%;
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  div#right-cnt p.name {
    font-size: 28px;
    margin: 0 0 5px;
    font-family: "Actor", sans-serif;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  div#right-cnt p.name {
    font-size: 32px;
    margin: 0 0 5px;
    font-family: "Actor", sans-serif;
  }
}
div#right-cnt p.photographer {
  margin: 10px 0 5px;
  line-height: 100%;
}
@media screen and (max-width: 640px) {
  div#right-cnt p.photographer {
    margin: 0 0 3px;
    font-family: "Actor", sans-serif;
  }
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  div#right-cnt p.photographer {
    margin: 0 0 3px;
    font-family: "Actor", sans-serif;
  }
}
div#right-cnt div#under-cnt {
  position: relative;
  padding: 20px 0 0;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  div#right-cnt div#under-cnt {
    padding: 5px 0;
  }
}

/* gallery
------------------------- */
#thumbnail {
  padding: 10px 10px;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  #thumbnail {
    text-align: left;
    padding: 10px 10px;
  }
}
#thumbnail li {
  width: 65px;
  height: 65px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}
#thumbnail li img {
  width: 100%;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  #thumbnail li {
    width: 50px;
    height: 50px;
  }
  #thumbnail li img {
    width: 50px;
    height: 50px;
  }
}
#thumbnail li img {
  width: 100%;
}

#thumbnail.min-thumb {
  padding: 0 0 25px;
}
@media screen and (max-width: 640px) {
  #thumbnail.min-thumb {
    padding: 10px;
  }
}
#thumbnail.min-thumb li {
  width: 45px;
  height: 45px;
}
#thumbnail.min-thumb li img {
  width: 45px;
  height: 45px;
}

#thumbnail.mid-thumb {
  padding: 0 0 25px;
}
#thumbnail.mid-thumb li {
  width: 55px;
  height: 55px;
}
#thumbnail.mid-thumb li img {
  width: 55px;
  height: 55px;
}

#thumbBtn {
  text-align: left;
}

#view {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#view p {
  position: absolute;
  top: 0;
  left: 0;
}

#wrap_caption {
  position: relative;
  height: 1em;
  margin: 7px 0 0;
  max-width: 800px;
}
#wrap_caption #caption {
  text-align: center;
}
#wrap_caption #caption li {
  position: absolute;
  top: 0;
  width: 100%;
}
#wrap_caption #caption li span {
  display: block;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #wrap_caption {
    display: none;
  }
}

#thumbBtn li {
  cursor: pointer;
}

#thumbBtn li.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}

/* Biography
------------------------- */
body.biography #wrap {
  height: 400px;
  max-width: 1024px;
}
@media screen and (max-width: 1024px) {
  body.biography {
    height: auto;
  }
}
body.biography div.biobg {
  background: url(../img/biography/bg.jpg) no-repeat center center;
  background-size: contain;
  width: 400px;
  height: 400px;
  opacity: 0.45;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  body.biography div.biobg {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  body.biography div.biobg {
    display: none;
  }
}
body.biography div.wrap_biobox {
  position: relative;
  padding: 25px 30px;
  margin: 0 40px 0 30px;
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  body.biography div.wrap_biobox {
    padding: 10px;
    margin: 13px 10px 0;
  }
}
@media screen and (max-width: 480px) {
  body.biography div.wrap_biobox {
    padding: 10px;
    margin: 0 10px 0;
  }
}
body.biography div.biobox {
  position: relative;
  z-index: 10;
}
body.biography h1.name {
  font-weight: normal;
  font-size: 200%;
  margin: 0 25px 24px 0;
  float: left;
  line-height: 1.5;
}
body.biography h1.name span {
  font-size: 60%;
}
body.biography h1.name span.kana {
  font-size: 80%;
}
body.biography p.name2 {
  float: left;
  margin: 0 0 12px;
  padding: 16px 0;
}
body.biography div.years {
  margin: 0 0 20px;
}
body.biography div.years p {
  line-height: 2;
}
body.biography dl.client-list {
  clear: both;
  width: 600px;
}
@media screen and (max-width: 640px) {
  body.biography dl.client-list {
    width: 100%;
  }
}
body.biography dt {
  margin: 12px 0 8px;
  font-size: 150%;
  color: #900;
}
body.biography dd {
  display: inline-block;
  padding: 0 13px 6px 0;
}

@media screen and (max-width: 640px) {
  .movie div#main-cnt {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.movie div#main-cnt #view {
  margin-bottom: 30px;
  height: 480px;
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
  .movie div#main-cnt #view {
    height: auto !important;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 640px) {
  .movie div#main-cnt #view {
    height: auto !important;
    padding-top: 56.25%;
  }
}
.movie div#main-cnt #view p {
  height: auto;
}
.movie div#main-cnt #view b {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie div#main-cnt #view iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie div#main-cnt #view span {
  text-align: left;
  display: block;
  width: 100%;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .movie #right-cnt {
    padding-bottom: 22%;
  }
}
@media screen and (max-width: 640px) {
  .movie #cnt-head #gnavi {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .movie #under-cnt {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .movie #thumbnail {
    display: block;
  }
}
.movie #thumbBtn li {
  width: 49%;
  height: auto;
  line-height: 0.7;
}
@media screen and (max-width: 1024px) {
  .movie #thumbBtn li {
    width: 32.2%;
  }
}
.movie #thumbBtn li img {
  height: auto;
  line-height: 0.7;
}

/* clearfix
------------------------- */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom: 1;
}

/* レイアウト変更
------------------------- */
@media screen and (max-width: 640px) {
  div#right-cnt {
    padding-bottom: 22%;
    margin-bottom: 30px;
  }

  #under-cnt {
    padding-top: 0 !important;
  }

  #gnavi {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  #thumbBtn li {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
  }

  #thumbBtn li.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
  }
}/*# sourceMappingURL=style.css.map */