/* * { -webkit-transition: width 0.5s, height 0.5s; transition: width 0.5, height 0.5s; }*/
/*layout*/
body {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #5e5d5c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-align: center;
}

#wrap {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#outerBox {
  margin: 0 auto 120px;
  padding-top: 112px;
  width: 1000px;
  position: relative;
}

br.sp {
  display: none;
}

br.tb {
  display: none;
}

/*Header*/
header {
  margin: 0 auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
}

header #header {
  margin: 29px auto 11px;
  width: 316px;
}

header #header h1 {
  margin: 0 auto 24px;
}

header #header h1 img.logo {
  width: 100%;
}

header #header ul#gnav {
  margin: 0 auto;
  width: 98.876%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

header #header ul#gnav li {
  margin-left: 8.78%;
  font-size: 0;
}

header #header ul#gnav li a img {
  width: 100%;
}

header #header ul#gnav li a:hover img {
  -ms-filter: "alpha(opacity=75)";
  opacity: 0.75;
}

header #header ul#gnav li:first-child {
  margin-left: 0;
}

/*toppage*/
.top {
  height: 100vh;
}

.top #outerBox {
  padding-top: 44vh;
  height: 100%;
}

.top #outerBox header {
  position: relative;
}

.top #outerBox header #header {
  margin: 0 auto 0;
}

/*content*/
.works section.index {
  position: relative;
  margin: 0 -35px 0 auto;
}

.works section.index h2 {
  margin: 20px 35px 0 auto;
  padding-bottom: 5px;
  border-bottom: solid 1px #a3a3a3;
  text-align: left;
  position: relative;
}

.works section.index h2 p {
  width: 66px;
}

.works section.index h2 p img {
  width: 100%;
}

.works section.index ul.thumbnailBox {
  margin: 34px auto 44px;
  /* display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; */
}

.works section.index ul.thumbnailBox > li {
  margin: 0 35px 30px 0;
  width: 172px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.works section.index ul.thumbnailBox > li a > * {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.works section.index ul.thumbnailBox > li a {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.works section.index ul.thumbnailBox > li a img {
  width: 100%;
}

.works section.index ul.thumbnailBox > li a p {
  position: absolute;
  display: block;
  width: 100%;
  top: 60%;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #444343;
  text-align: center;
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}

.works section.index ul.thumbnailBox > li a:hover img {
  -ms-filter: "alpha(opacity=15)";
  opacity: 0.15;
}

.works section.index ul.thumbnailBox > li a:hover p {
  -ms-filter: "alpha(opacity=100)";
  opacity: 1.0;
  top: 45%;
}

.works section.index ul.thumbnailBox > li a:focus img {
  -ms-filter: "alpha(opacity=15)";
  opacity: 0.15;
}

.works section.index ul.thumbnailBox > li a:focus p {
  -ms-filter: "alpha(opacity=100)";
  opacity: 1.0;
  top: 45%;
}

.works section.photos {
  margin: 0 auto 0;
  position: relative;
}

.works section.photos div {
  position: relative;
}

.works section.photos div img {
  width: 100%;
}

.works section.photos div .caption, .works section.photos div .caption * {
  font-size: 12px;
  color: #5E5D5C;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: left;
}

.works section.photos div p.caption {
  margin: 5px auto;
}

.works section.photos div ul.caption {
  width: 100%;
}

.works section.photos div ul.caption li {
  margin: 5px auto;
  padding-right: 0.7em;
  float: left;
  width: 50%;
}

.works section.photos .mb05 {
  margin-bottom: 5px;
}

.works section.photos .mb10 {
  margin-bottom: 10px;
}

.works section.photos .mb15 {
  margin-bottom: 15px;
}

.works section.photos .mb18 {
  margin-bottom: 18px;
}

.works section.photos .mb22 {
  margin-bottom: 22px;
}

.works section.photos .mb30 {
  margin-bottom: 30px;
}

.works section.photos .mb36 {
  margin-bottom: 36px;
}

.works section.photos .mb42 {
  margin-bottom: 42px;
}

.works section.photos .mb75 {
  margin-bottom: 75px;
}

.works section.photos .mb120 {
  margin-bottom: 120px;
}

.works section.photos .mb130 {
  margin-bottom: 130px;
}

.works section.photos .mb180 {
  margin-bottom: 180px;
}

.works section.photos .mb200 {
  margin-bottom: 200px;
}

.works section.photos .mb230 {
  margin-bottom: 230px;
}

.works section.text {
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.works section.text div.note01 {
  margin: 38px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #5E5D5C;
  text-align: left;
}

.works section.text div.note01 p {
  margin: 0 auto 26px 0;
  max-width: 735px;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.works div#worksNav {
  margin: 0 auto;
  position: relative;
  padding-top: 18px;
  width: 100%;
}

.works div#worksNav img {
  width: 100%;
}

.works div#worksNav p {
  margin: 0 auto 44px 0;
  width: 152px;
}

.works div#worksNav ul {
  margin: 0 auto;
}

.works div#worksNav ul li {
  width: 84px;
}

.works section.twoColumn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.works section.twoColumn div:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

.works section.twoColumn div:last-child {
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.works section#sp07 div:first-child {
  -ms-flex-preferred-size: 35.8%;
  flex-basis: 35.8%;
}

.works section#sp07 div:first-child img {
  margin-bottom: 10px;
}

.works section#sp07 div:first-child span {
  display: block;
  margin-bottom: 5px;
}

.works section#sp07 div:last-child {
  margin-right: 64px;
}

.works section#sp07 div:last-child div {
  margin-top: -10px;
  width: 31.6%;
  min-width: 180px;
}

.works section#sp12 div:first-child {
  -ms-flex-preferred-size: 47.8%;
  flex-basis: 47.8%;
}

.works section#sp12 div:last-child {
  margin-right: 11%;
}

.works section#sp17 div:first-child {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  margin-right: 15px;
  padding-top: 15px;
}

.works section#sp17 div:last-child {
  margin-right: 9%;
}

/*Black Bg*/
.blackBg {
  background: #001121;
}

.blackBg header {
  background: rgba(0, 17, 33, 0.92);
}

.blackBg section.text div.note01 {
  color: #A6ABA3 !important;
}

.blackBg-2 {
  background: #000517;
}

.blackBg-2 header {
  background: rgba(0, 5, 23, 0.92);
}

.blackBg-2 section.text div.note01 {
  color: #A6ABA3 !important;
}

.about section {
  margin: 0 50px;
  text-align: left;
}

.about section dl {
  margin: 0 auto 0 0;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.about section dl dt {
  margin: 0 auto 25px;
  font-size: 16px;
}

.about section dl dt span {
  font-size: 13px;
}

.about section dl dd {
  margin: 0 auto 8px;
  font-size: 12px;
  line-height: 1.5;
}

.about section dl.work dd {
  margin-bottom: 16px;
}

.about section div.portrait {
  max-width: 213px;
  min-width: 180px;
}

.about section div.portrait img {
  width: 100%;
}

.about section div.map {
  max-width: 360px;
  min-width: 206px;
}

.about section div.map img {
  width: 100%;
}

.about section div.map p {
  margin: 20px auto 12px;
  font-size: 11px;
  line-height: 1.5;
}

.about section.fbox {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.about section.fbox dl {
  /*width: 350px;*/
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about section#profile {
  margin: 86px 50px 130px;
}

/*20190615 .contact {
	section { margin: 0 auto; max-width: 600px; height: 760px; overflow: visible;
		div#formBox { width: 100%; height: 100%;
			iframe { border: none; }
		}
	}
}*/
.contact section > div#contactBox {
  margin: 52px auto 0;
  width: 100%;
  max-width: 326px;
  text-align: justify;
  position: relative;
}

.contact section > div#contactBox h2 {
  margin: 0 auto;
  font-size: 17px;
  font-weight: 100;
  letter-spacing: 0.026em;
  position: absolute;
  bottom: -2em;
}

.contact section > div#contactBox dl {
  margin-bottom: 35px;
}

.contact section > div#contactBox dl dt {
  margin: 0 auto 12px;
  font-size: 19px;
  font-weight: 400;
}

.contact section > div#contactBox p {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.13em;
  font-weight: 400;
}

.contact section > div#contactBox p.note {
  padding-top: 78px;
  font-size: 10px;
  line-height: 2.4;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1365px) {
  #outerBox {
    width: 73.20644vw;
  }
  br.tb {
    display: block;
  }
  /*content*/
  .works section.index {
    margin: 0 -1.24451% 0 auto;
  }
  .works section.index h2 {
    margin: 20px 2.56223% 0 auto;
  }
  .works section.index ul.thumbnailBox {
    margin: 2.56223% auto 3.22108vw;
  }
  .works section.index ul.thumbnailBox li {
    margin: 0 2.56223% 35px 0;
    /*width: (172 / $pc_width)*100vw; min-width: 124px;*/
  }
  .works section.photos .mb05 {
    margin-bottom: 0.36603vw;
  }
  .works section.photos .mb10 {
    margin-bottom: 0.73206vw;
  }
  .works section.photos .mb15 {
    margin-bottom: 1.0981vw;
  }
  .works section.photos .mb18 {
    margin-bottom: 1.31772vw;
  }
  .works section.photos .mb22 {
    margin-bottom: 1.61054vw;
  }
  .works section.photos .mb30 {
    margin-bottom: 2.19619vw;
  }
  .works section.photos .mb36 {
    margin-bottom: 2.63543vw;
  }
  .works section.photos .mb42 {
    margin-bottom: 3.07467vw;
  }
  .works section.photos .mb75 {
    margin-bottom: 5.49048vw;
  }
  .works section.photos .mb120 {
    margin-bottom: 8.78477vw;
  }
  .works section.photos .mb130 {
    margin-bottom: 9.51684vw;
  }
  .works section.photos .mb180 {
    margin-bottom: 13.17716vw;
  }
  .works section.photos .mb200 {
    margin-bottom: 14.64129vw;
  }
  .works section.photos .mb230 {
    margin-bottom: 16.83748vw;
  }
  .works section div.note01 p {
    margin: 0 auto 26px 0;
    width: 100%;
  }
  .about section {
    margin: 0 3.66032vw;
  }
  .about section#profile {
    margin: 6.29575vw 3.66032vw 9.51684vw;
  }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 766px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  br.tb {
    display: block;
  }
  #outerBox {
    margin-bottom: 24vw;
    padding-top: 15.06667vw;
    width: 88vw;
  }
  /*Header*/
  header #header {
    margin: 4vw auto 2.66667vw;
    width: 60.53333vw;
    max-width: 360px;
  }
  header #header h1 {
    margin: 0 auto 5.6vw;
    padding-bottom: 0;
  }
  /*content*/
  .works section.index {
    margin: 7.46667vw -2.26667vw 0;
    padding-bottom: 0.66667vw;
  }
  .works section.index h2 {
    margin: 2.66667vw 2.26667vw 0;
  }
  .works section.index h2 p {
    width: 12vw;
    max-width: 66px;
  }
  .works section.index ul.thumbnailBox {
    margin: 4.53333vw auto 5.86667vw;
  }
  .works section.index ul.thumbnailBox > li {
    margin: 0 2.26667vw 4.53333vw;
    /* overflow: visible;*/
    /*a > p { position: relative; top: auto; bottom: -10px; opacity: 1.0; }*/
  }
  .works section.index ul.thumbnailBox > li a > p {
    top: 45%;
  }
  .works section.photos {
    margin-top: 7.46667vw;
  }
  .works section.photos div .caption, .works section.photos div .caption * {
    font-size: 10px;
  }
  .works section.photos div p.caption {
    margin: 0.66667vw auto;
  }
  .works section.photos div ul.caption li {
    margin: 0.66667vw auto;
  }
  .works section.photos .mb05 {
    margin-bottom: 0.44vw;
  }
  .works section.photos .mb10 {
    margin-bottom: 0.88vw;
  }
  .works section.photos .mb15 {
    margin-bottom: 1.32vw;
  }
  .works section.photos .mb18 {
    margin-bottom: 1.584vw;
  }
  .works section.photos .mb22 {
    margin-bottom: 1.936vw;
  }
  .works section.photos .mb30 {
    margin-bottom: 2.64vw;
  }
  .works section.photos .mb36 {
    margin-bottom: 3.168vw;
  }
  .works section.photos .mb42 {
    margin-bottom: 3.696vw;
  }
  .works section.photos .mb75 {
    margin-bottom: 6.6vw;
  }
  .works section.photos .mb120 {
    margin-bottom: 10.56vw;
  }
  .works section.photos .mb130 {
    margin-bottom: 11.44vw;
  }
  .works section.photos .mb180 {
    margin-bottom: 15.84vw;
  }
  .works section.photos .mb200 {
    margin-bottom: 17.6vw;
  }
  .works section.photos .mb230 {
    margin-bottom: 20.24vw;
  }
  .works section.text div.note01 {
    margin-top: 5.06667vw;
  }
  .works section.text div.note01 p {
    margin-bottom: 3.46667vw;
  }
  .works section.twoColumn {
    display: block;
  }
  .works section.twoColumn div:first-child {
    width: 100%;
  }
  .works section.twoColumn div:last-child {
    margin-top: 0;
    width: 100%;
  }
  .works section#sp07 div:first-child img {
    width: auto;
    height: 26.66667vw;
  }
  .works section#sp07 div:first-child img:last-child {
    float: right;
  }
  .works section#sp07 div:last-child div {
    margin-bottom: 4vw;
    margin-top: 0;
  }
  .works section#sp12 div:first-child {
    width: 47.8%;
    /* margin-left: auto; margin-right: 0;*/
  }
  .works section#sp17 div:first-child {
    width: 54%;
    padding-top: 0;
  }
  .about section {
    width: 66vw;
    margin: 0 auto;
  }
  .about section dl {
    margin: 0 auto 0 0;
  }
  .about section div {
    margin: 8vw auto 24vw;
  }
  .about section div.portrait {
    width: 40vw;
    text-align: center;
  }
  .about section div.map {
    width: 58vw;
    margin-left: 0;
  }
  .about section div.map p {
    margin: 2.66667vw auto 1.6vw;
    font-size: 10px;
    text-align: left;
  }
  .about section.fbox {
    display: block !important;
    margin: 0 auto;
  }
  .about section.fbox dl {
    width: 100%;
    margin-right: 0;
  }
  .about section#profile {
    margin: 11.46667vw auto 1.73333vw;
  }
  /*20190615.contact {
		section { height: 820px; }
	}*/
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 480px) {
  /*content*/
  .works section.index {
    margin: 7.46667vw -3.33333vw 0;
  }
  .works section.index h2 {
    margin: 2.66667vw 3.33333vw 0;
  }
  .works section.index ul.thumbnailBox {
    margin-top: 6.66667vw;
  }
  .works section.index ul.thumbnailBox li {
    margin: 0 3.33333vw 6.66667%;
    width: 40.66667vw;
  }
  .works div#worksNav {
    padding-top: 2.66667vw;
  }
  .works div#worksNav p {
    margin-bottom: 14.4vw;
    width: 40.26667vw;
  }
  .works div#worksNav ul li {
    width: 19.46667vw;
  }
  .about section {
    width: 84vw;
    margin: 0 auto;
  }
  .about section dl {
    letter-spacing: 0.07em;
  }
  .about section dl dt {
    line-height: 1.2;
  }
  .about section div.map {
    width: 70vw;
  }
  .contact section > div#contactBox {
    margin-top: 11.2vw;
    max-width: 84vw;
  }
  .contact section > div#contactBox h2 {
    font-size: 4.4vw;
  }
  .contact section > div#contactBox dl {
    margin-bottom: 9.33333vw;
  }
  .contact section > div#contactBox p {
    letter-spacing: 0.09em;
  }
  .contact section > div#contactBox p.note {
    padding-top: 9.33333vw;
  }
}
