@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP Regular");
  src: url("./font/NotoSansJP-Regular.woff") format("woff"),
    url("./font/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans JP Light");
  src: url("./font/NotoSansJP-Light.woff") format("woff"),
    url("./font/NotoSansJP-Light.otf") format("opentype");
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  background-repeat: repeat;
  overflow: hidden;
}
::selection {
  background: #d7d7d7;
}
::-moz-selection {
  background: #d7d7d7;
}
p {
  max-height: 999999px;
}
li {
  max-height: 999999px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.ul {
  letter-spacing: -0.4em;
}
.ul li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
}
.dot-active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
}
.dot-1 {
  top: 127px;
  left: 49px;
}
.dot-1-active {
  top: 124px;
  left: 47px;
}
.dot-2 {
  top: 127px;
  left: 205px;
}
.dot-2-active {
  top: 124px;
  left: 203px;
}
.dot-3 {
  top: 127px;
  left: 309px;
}
.dot-3-active {
  top: 124px;
  left: 307px;
}
.dot-4 {
  top: 127px;
  left: 413px;
}
.dot-4-active {
  top: 124px;
  left: 411px;
}
.dot-5 {
  top: 127px;
  left: 517px;
}
.dot-5-active {
  top: 124px;
  left: 515px;
}
.dot-6 {
  top: 127px;
  left: 621px;
}
.dot-6-active {
  top: 124px;
  left: 619px;
}
.inviewfadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeIn {
  opacity: 1;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* header */
.header {
  width: 100%;
  height: auto;
  position: relative;
}
.header-logo {
  width: 95px;
  height: auto;
  padding: 44px 0 0 50px;
}
.navi {
  font-size: 14px;
  padding: 28px 0 0 58px;
  float: left;
}
.navi li {
  letter-spacing: 0.1em;
}
.navi-1 {
  padding: 0;
}
.navi-2 {
  padding: 0 0 0 67px;
}
.navi-3 {
  padding: 0 0 0 60px;
}
.navi-4 {
  padding: 0 0 0 63px;
}
.navi-5 {
  padding: 0 0 0 58px;
}
.navi-6 {
  padding: 0 0 0 50px;
}
.header-r {
  box-sizing: border-box;
  float: right;
}
.instagram {
  width: 40px;
  height: 40px;
  padding: 17px 25px 0 0;
  float: left;
}
.lang {
  font-size: 14px;
  padding: 29px 40px 0 0;
  float: left;
}
.lang li {
  letter-spacing: 0.1em;
}

/* philosophy */
.philosophy-txt-1 {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 70px 0 0 210px;
}
.philosophy-txt-2 {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 24px 0 70px 210px;
}

/* about */
.about-box-1 {
  width: auto;
  margin: 70px 0 0 210px;
  padding: 0 0 5px 0;
  position: relative;
}
.about-txt-1 {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 0;
}
.about-dot-1 {
  top: 24px;
  left: -4px;
}
.about-txt-2 {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 21px 70px 0 210px;
}
.about-box-2 {
  width: auto;
  margin: 52px 0 0 210px;
  padding: 0 0 5px 0;
  position: relative;
}
.about-txt-3 {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 0;
}
.about-dot-2 {
  top: 24px;
  left: -4px;
}
.about-txt-4 {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 20px 70px 70px 210px;
}

/* news */
.news-box-l {
  width: 206px;
  height: auto;
  box-sizing: border-box;
  margin: 75px 0 0 0;
  padding: 0 0 0 58px;
  position: relative;
  float: left;
}
.side-menu {
  font-size: 14px;
  line-height: 14px;
}
.side-menu li {
  letter-spacing: 0.1em;
  position: relative;
}
.side-menu-1 {
  letter-spacing: 0.1em;
  padding: 0 0 64px 0;
}
.side-menu-2 {
  letter-spacing: 0.1em;
  padding: 0 0 38px 0;
}
.side-sm {
  top: 19px;
  left: -9px;
}
.side-sm-active {
  top: 17px;
  left: -11px;
}
.news-box-r {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 69px 0 0 -206px;
  padding: 0 60px 70px 0;
  float: left;
}
.news-article {
  margin: 0 0 0 206px;
  padding: 0 0 52px 0;
}
.news-thumb {
  width: 31%;
  height: auto;
  float: left;
}
.news-txt-box {
  width: 69%;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  float: left;
}
.news-date {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 1px 0 0 0;
}
.news-title {
  font-size: 14px;
  line-height: 26px;
  padding: 0;
}
.news-txt {
  font-size: 14px;
  line-height: 26px;
  padding: 0;
}
.news-txt a {
  text-decoration: underline;
}
.news-pager {
  margin: 0 0 0 206px;
}
.prev {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 0 0 0 7px;
}
.next {
  font-size: 14px;
  line-height: 26px;
  text-align: right;
  letter-spacing: 0.1em;
  padding: 0 0 0 7px;
}
.dot-n {
  top: 25px;
  left: -1px;
}

/* works */
.works-box-l {
  width: 206px;
  height: auto;
  box-sizing: border-box;
  margin: 75px 0 0 0;
  padding: 0 0 0 58px;
  position: relative;
  float: left;
}
.works-box-r {
  width: 100%;
  box-sizing: border-box;
  margin: 69px 0 0 -206px;
  padding: 0 60px 70px 0;
  float: left;
}
.works-ul {
  margin: 0 0 0 206px;
  padding: 0 0 0 0;
}
.works-ul li {
  width: 289px;
  height: auto;
  margin: 0 75px 48px 0;
}
.works-box {
  position: relative;
  padding-top: 0.8px;
}
.works-thumb {
  width: 289px;
  height: 211px;
}
.works-thumb img {
  vertical-align: top;
}
.works-title {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 0 0 0 5px;
}
.dot-w {
  top: 23px;
  left: -1px;
}
.works-pager {
  margin: 0 0 0 206px;
  padding: 3px 0 0 0;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.works-box {
  position: relative;
}
.pager-box {
  float: left;
  position: relative;
  padding: 0 36px 0 0;
}
.dot-p {
  top: 23px;
  left: -1px;
}
.notFound {
  font-size: 12px;
  line-height: 26px;
  margin: 0 0 0 210px;
}

/* works - details */
.works-d {
  margin: 0 0 0 206px;
  padding: 0 0 90px 0;
}
.works-d-title {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.1em;
  padding: 0 0 0 5px;
}
.works-d-sub {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 27px 0 0 7px;
}
.works-d-txt {
  font-size: 14px;
  line-height: 26px;
  padding: 26px 0 0 5px;
}
.dot-d-w {
  top: 23px;
  left: -1px;
}
.works-d-txt img {
  width: 80%;
  height: auto;
}
/*
.portrait {
	width: 80%;
	height: auto;
}
.landscape {
	width: 80%;
	height: auto;
}
*/
.works-d-staff {
  position: relative;
}
.works-d-photographer {
  position: relative;
  margin: 26px 0 0 0;
}
.works-d-staff-title {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 0 0 0 7px;
}
.works-d-staff-name {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 0 0 0 7px;
}
.works-d-remark {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 26px 0 0 7px;
}
.sns {
  margin: 28px 0 0 0;
}
.sns-li {
  margin: 0 0 0 4px;
}

/* people */
.people-ul {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 69px 0 70px 50px;
  padding: 0;
}
.people-ul li {
  width: 210px;
  height: auto;
  margin: 0 76px 24px 0;
}
.people-thumb {
  width: 210px;
  height: 288px;
}
.people-box {
  position: relative;
}
.people-name {
  font-size: 14px;
  line-height: 26px;
  padding: 0 0 0 7px;
  letter-spacing: 0.1em;
}
.people-job {
  font-size: 12px;
  line-height: 26px;
  padding: 0 0 0 7px;
  letter-spacing: 0.1em;
}
.dot-p {
  top: 23px;
  left: -1px;
}

/* people - details */
.people-box-l {
  width: 310px;
  height: auto;
  box-sizing: border-box;
  margin: 69px 0 0 0;
  padding: 0 0 0 50px;
  float: left;
}
.people-box-r {
  width: 100%;
  box-sizing: border-box;
  margin: 69px 0 0 -310px;
  padding: 0 60px 0 0;
  float: left;
}
.people-inner {
  margin: 0 0 0 310px;
  padding: 0 0 70px 0;
}
.people-wrap {
  position: relative;
}
.dot-p-d-active {
  top: 23px;
  left: -3px;
}
.dot-p-d {
  top: 50px;
  left: -1px;
}
.people-d-name {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.1em;
  padding: 0 0 0 7px;
}
.people-d-job {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 0 0 0 7px;
}
.people-d-sub {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 26px 0 0 7px;
}
.people-d-txt {
  font-size: 14px;
  line-height: 26px;
  padding: 26px 0 0 7px;
}
.people-table td {
  font-size: 14px;
  line-height: 26px;
  padding: 0 0 0 7px;
}

/* contact */
.contact {
  margin: 70px 0 0 206px;
}
.contact-txt-1 {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 0 0 0 7px;
}
.contact-txt-1 a {
  text-decoration: underline;
}
.map {
  box-sizing: border-box;
  width: 600px;
  height: auto;
  margin: 25px 0 0 0;
}
.contact-txt-2 {
  font-size: 14px;
  line-height: 26px;
  padding: 49px 0 0 7px;
}
.form {
  padding: 25px 0 90px 0;
}
.form-wrap {
  width: 600px;
  height: auto;
  margin: 0 0 22px 0;
  box-sizing: border-box;
  position: relative;
}
.form-txt {
  font-size: 14px;
  line-height: 26px;
  box-sizing: border-box;
  width: 156px;
  padding: 1px 0 0 7px;
  float: left;
}
.form-box {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 30px;
  box-sizing: border-box;
  width: 444px;
  height: 30px;
  margin: 0;
  padding: 0 0 0 10px;
  float: left;
}
.form-body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 30px;
  box-sizing: border-box;
  width: 444px;
  height: 187px;
  margin: 0;
  padding: 0 0 0 10px;
  float: left;
}
.dot-f {
  top: 25px;
  left: -1px;
}
.contact-txt-3 {
  font-size: 14px;
  line-height: 26px;
  box-sizing: border-box;
  width: 600px;
  padding: 26px 7px 0 7px;
}
.contact-txt-3 a {
  text-decoration: underline;
}
.check {
  font-size: 14px;
  line-height: 26px;
  margin: 27px 0 0 0;
}
.form-btn-box {
  width: 600px;
  height: 30px;
  margin: 50px 0 0 0;
}
.form-btn {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  width: 600px;
  height: 30px;
  padding: 0;
  border-style: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-error {
  font-size: 14px;
  line-height: 26px;
  color: #d10820 !important;
  padding: 1px 0 25px 7px;
}

/* contact - confirm */
.form-c {
  padding: 0 0 90px 0;
}
.contact-txt-4 {
  font-size: 14px;
  line-height: 26px;
  padding: 0 0 0 7px;
}
.form-wrap-c {
  width: 600px;
  height: auto;
  margin: 26px 0;
  box-sizing: border-box;
  position: relative;
}
.form-confirm {
  font-size: 14px;
  line-height: 26px;
  box-sizing: border-box;
  padding: 0 0 0 7px;
}
.dot-c {
  top: 24px;
  left: -1px;
}
.form-btn-l {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  width: 262px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-style: none;
  cursor: pointer;
  float: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-btn-r {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  width: 262px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-style: none;
  cursor: pointer;
  float: right;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 880px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .header-logo {
    padding: 44px 0 0 24px;
  }
  .title-sp {
    margin: 23px 0 0 24px;
    position: relative;
  }
  .title-sp p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.1em;
    padding: 0 0 0 8px;
  }
  .dot-sp {
    top: 22px;
    left: -3px;
  }
  /* philosophy */
  .philosophy-txt-1 {
    padding: 52px 30px 0 30px;
  }
  .philosophy-txt-2 {
    padding: 24px 0 70px 30px;
  }
  /* about */
  .about-box-1 {
    margin: 52px 0 0 27px;
  }
  .about-txt-1 {
    padding: 0 0 0 4px;
  }
  .about-txt-2 {
    font-size: 14px;
    line-height: 26px;
    padding: 21px 30px 0 30px;
  }
  .about-box-2 {
    margin: 52px 0 0 27px;
  }
  .about-txt-3 {
    padding: 0 0 0 4px;
  }
  .about-txt-4 {
    padding: 20px 30px 70px 32px;
  }
  /* news */
  .news-box-l {
    width: 127px;
    margin: 58px 0 0 0;
    padding: 0 0 0 32px;
  }
  .side-menu {
    font-size: 12px;
    line-height: 14px;
  }
  .side-sm {
    top: 17px;
  }
  .side-sm-active {
    top: 15px;
  }
  .news-box-r {
    margin: 51px 0 0 -127px;
    padding: 0 30px 70px 0;
    float: left;
  }
  .news-article {
    margin: 0 0 0 127px;
    padding: 0 0 52px 0;
  }
  .news-thumb {
    width: 290px;
    float: none;
  }
  .news-txt-box {
    width: 100%;
    padding: 0 0 0 0;
    float: none;
  }
  .news-date {
    padding: 0px 0 0 8px;
  }
  .news-title {
    padding: 0px 0 0 8px;
  }
  .news-txt {
    padding: 0 0 0 8px;
  }
  .news-pager {
    margin: 0 0 0 127px;
  }
  /* works */
  .works-box-l {
    width: 127px;
    margin: 58px 0 0 0;
    padding: 0 0 0 32px;
  }
  .works-box-r {
    margin: 51px 0 0 -127px;
    padding: 0 30px 70px 0;
    float: left;
  }
  .works-ul {
    margin: 0 0 0 127px;
  }
  .works-ul li {
    margin: 0 23px 48px 0;
  }
  .works-title {
    padding: 0 0 0 8px;
  }
  .dot-w {
    top: 23px;
    left: -1px;
  }
  .works-pager {
    margin: 0 0 0 127px;
  }
  .notFound {
    margin: 0 0 0 130px;
  }
  /* works - details */
  .works-d {
    margin: 0 0 0 127px;
  }
  .works-d-title {
    padding: 1px 0 0 8px;
  }
  .works-d-sub {
    padding: 25px 0 0 8px;
  }
  .works-d-txt {
    padding: 25px 0 0 8px;
  }
  .works-d-txt img {
    width: 100%;
  }
  /*
	.portrait {
		width: 100%;
	}
	.landscape {
		width: 100%;
	}
	*/
  .works-d-staff-title {
    padding: 0 0 0 8px;
  }
  .works-d-staff-name {
    padding: 0 0 0 8px;
  }
  /* people */
  .people-ul {
    margin: 52px 0 0 0;
    padding: 0 0 0 24px;
  }
  .people-ul li {
    width: 184px;
    height: 314px;
    margin: 0 24px 24px 0;
  }
  .people-thumb {
    width: 184px;
    height: 260px;
  }
  .people-name {
    padding: 0 0 0 8px;
  }
  .people-job {
    font-size: 11px;
    padding: 1px 0 0 8px;
  }
  .dot-p {
    top: 24px;
  }
  /* people - details */
  .people-box-l {
    width: 310px;
    margin: 52px 0 0 0;
    padding: 0 0 0 24px;
    float: none;
  }
  .people-box-r {
    margin: 0;
    padding: 0 30px 0 24px;
    float: none;
  }
  .people-inner {
    margin: 0 0 0 0;
    padding: 0 0 70px 0;
  }
  .dot-p-d {
    top: 50px;
    left: -1px;
  }
  .people-d-name {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.1em;
    padding: 0 0 0 7px;
  }
  .people-d-job {
    padding: 0 0 0 8px;
  }
  .people-d-sub {
    padding: 26px 0 0 8px;
  }
  .people-d-txt {
    padding: 26px 0 0 8px;
  }
  .people-table td {
    padding: 0 0 0 8px;
  }
  /* contact */
  .contact {
    margin: 52px 0 0 24px;
  }
  .contact-txt-1 {
    padding: 0 0 0 8px;
  }
  .map {
    width: 393px;
    height: auto;
    margin: 25px 0 13px 0;
  }
  .form {
    padding: 25px 0 80px 0;
  }
  .form-wrap {
    width: 440px;
    margin: 0 0 22px 0;
  }
  .form-txt {
    line-height: 26px;
    width: 440px;
    padding: 0 0 0 8px;
    float: none;
  }
  .form-box {
    width: 393px;
    height: 30px;
    margin: 26px 0 0 0;
    float: none;
  }
  .form-body {
    width: 393px;
    height: 187px;
    margin: 26px 0 0 0;
    float: none;
  }
  .contact-txt-3 {
    width: 393px;
    padding: 25px 7px 0 7px;
  }
  .form-btn-box {
    width: 393px;
  }
  .form-btn {
    width: 393px;
  }
  /* contact - confirm */
  .contact-txt-4 {
    padding: 0 0 0 8px;
  }
  .form-wrap-c {
    width: 393px;
  }
  .form-confirm {
    padding: 0 0 0 8px;
  }
  .form-btn-box {
    width: 393px;
    height: 30px;
    margin: 51px 0 0 0;
  }
  .form-btn-l {
    width: 184px;
  }
  .form-btn-r {
    width: 184px;
  }
}
@media screen and (max-width: 640px) {
  .works-ul li {
    margin: 0 0 48.5px 0;
  }
  .works-thumb {
    width: 289px;
    height: 211px;
  }
}
