@media screen and (min-width: 769px) {
  .m-header-nav .header-list li, .m-projectlist a {
    transition: opacity 0.3s ease;
  }
  .m-header-nav .header-list li:hover, .m-projectlist a:hover {
    opacity: 0.3;
  }
}

body {
  font-family: hero-new, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

.inner {
  @Include clf;
  width: 100%;
  padding: 0 52px;
}
@media screen and (max-width: 769px) {
  .inner {
    padding: 0 1.5rem;
  }
}
.inner .inner {
  width: calc(100% - 300px);
  padding: 0;
}
@media screen and (max-width: 769px) {
  .inner .inner {
    width: 100%;
  }
}

.l-section {
  margin: 6em 0;
}

.l-contents {
  padding: 50px 0 3.2rem;
}
@media screen and (max-width: 769px) {
  .l-contents {
    padding: 2rem 0;
  }
}

.l-header {
  position: fixed;
  bottom: 40px;
  right: 52px;
  z-index: 10000;
  width: 200px;
}
@media screen and (max-width: 769px) {
  .l-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
  }
  .l-header .m-copy {
    display: none;
  }
  .l-header .m-header-logo {
    flex: 1;
  }
  .l-header .m-header-nav {
    flex: 5.5;
  }
}

.l-footer {
  display: none;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .l-footer {
    display: block;
  }
  .l-footer .inner {
    margin: 0 0 20vh !important;
  }
}

.l_portfolio {
  padding: 10vh 10vh;
  height: 100vh;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 769px) {
  .l_portfolio {
    padding: 4vh 4vh;
  }
}
.l_portfolio h1 {
  font-weight: 800;
  margin-bottom: 1em;
}
.l_portfolio h2 {
  margin-bottom: 0.3em;
}
.l_portfolio h2.bold {
  font-weight: 700;
}
.l_portfolio hr {
  margin: 2.3em 0;
}
.l_portfolio ul {
  margin-bottom: 1.3em;
}
.l_portfolio p {
  margin-bottom: 1em;
}
.l_portfolio a {
  color: #0081dc;
}

.l_works {
  padding: 10vh 10vh;
  height: 100vh;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 769px) {
  .l_works {
    padding: 4vh 4vh;
  }
}
.l_works h1 {
  font-weight: 800;
  margin-bottom: 3em;
}
.l_works h2 {
  margin-bottom: 0.3em;
}
.l_works h2.bold {
  font-weight: 700;
}
.l_works hr {
  margin: 2.3em 0;
}
.l_works ul {
  margin-bottom: 1.3em;
}
.l_works ul li {
  margin-bottom: 1rem;
  line-height: 1.1;
}
.l_works p {
  margin-bottom: 1em;
}
.l_works a {
  color: #000;
}
.l_works a:hover {
  font-weight: 700;
}

body {
  background-color: #fff;
  background-image: url(../images/mv/w.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 85vh;
  background-attachment: fixed;
}
@media screen and (max-width: 769px) {
  body {
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
  }
}

body.TOP .inner, body.ABOUT .inner {
  width: calc(100% - 300px);
  margin: 0;
}
@media screen and (max-width: 769px) {
  body.TOP .inner, body.ABOUT .inner {
    width: 100%;
    background: #fff;
  }
}

@media screen and (max-width: 769px) {
  body.TOP {
    background-image: url(../images/mv/b_s.png);
  }
}
body.TOP .inner {
  padding: 0 0 0 52px;
  margin: 32vh 0 0 0;
}
@media screen and (max-width: 769px) {
  body.TOP .inner {
    margin: 52% 0 0;
    padding: 0;
  }
}
body.TOP .l-footer {
  padding: 0 1.5rem;
}
body.TOP .l-contents {
  padding: 0;
}

body.ABOUT .inner {
  max-width: 980px;
}

@media screen and (max-width: 769px) {
  body.PROJECTS .l-contents {
    padding-top: 0;
  }
  body.PROJECTS .m-documrnt {
    margin-bottom: 0;
  }
}

.m-projectlist a {
  display: block;
}
.m-projectlist li {
  margin-bottom: 84px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 769px) {
  .m-projectlist li {
    display: block;
    margin-bottom: 53px;
  }
}
.m-projectlist li > span {
  display: block;
}
.m-projectlist li:last-child {
  margin-bottom: 5.5%;
}
.m-projectlist li img {
  width: 100%;
  height: auto;
}
.m-projectlist li .img {
  flex: 4;
}
.m-projectlist li .txt {
  flex: 2;
  padding-left: 3%;
}
@media screen and (max-width: 769px) {
  .m-projectlist li .txt {
    padding: 1rem 1.5rem 0.7rem;
  }
}

.m-copy {
  font-size: 10px;
  font-weight: 500;
  transform: scale(0.9);
  transform-origin: left top;
  display: block;
}

.m-wbSwitch {
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../images/icon/m.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .m-wbSwitch {
    width: 24px;
    height: 24px;
  }
}
.m-wbSwitch.active {
  background-image: url(../images/icon/s.png);
}

.m-header-logo {
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  .m-header-logo {
    margin-bottom: 0;
  }
}
.m-header-logo a {
  display: block;
  width: 200px;
  height: 32px;
  background-image: url(../images/logo/b.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 769px) {
  .m-header-logo a {
    background-image: url(../images/logo/b_s.png);
    width: 30px;
    height: 21px;
  }
}

.m-header-nav {
  font-size: 12px;
  font-weight: 500;
}
.m-header-nav .header-list, .m-header-nav .header-locations, .m-header-nav .header-switch {
  text-transform: uppercase;
}
.m-header-nav .header-list {
  display: flex;
  margin-bottom: 13px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .m-header-nav .header-list {
    margin-bottom: 0;
    display: block;
    width: 100%;
  }
}
.m-header-nav .header-list li {
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  .m-header-nav .header-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8rem;
  }
  .m-header-nav .header-list li:last-child {
    position: fixed;
    right: 1.2rem;
    bottom: 0.9rem;
  }
}
.m-header-nav .header-list li.active {
  font-weight: 700;
}
.m-header-nav .header-list li:last-child {
  margin: 0;
}
.m-header-nav .header-list li a {
  line-height: 1;
  display: block;
  padding-top: 2px;
}
@media screen and (max-width: 769px) {
  .m-header-nav .header-list li a {
    padding-top: 1px;
  }
}
.m-header-nav .header-locations a, .m-header-nav .header-locations .elm, .m-header-nav .header-locations .elmn {
  display: block;
  position: relative;
  margin-right: 3em;
}
.m-header-nav .header-locations a:after, .m-header-nav .header-locations .elm:after, .m-header-nav .header-locations .elmn:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -2em;
}
.m-header-nav .header-locations .elm .modal {
  font-weight: 900;
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.m-header-nav .header-locations .elm:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  background: #BA0000;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.m-header-nav .header-locations .elm.active {
  color: #fff;
}
.m-header-nav .header-locations .elm.active:before {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .m-header-nav .header-locations .elm {
    transition: all 0.3s ease-in;
  }
  .m-header-nav .header-locations .elm:hover {
    color: #fff;
  }
  .m-header-nav .header-locations .elm:hover:before {
    width: 100%;
  }
}
.m-header-nav .header-locations li:last-child .elm:after {
  content: none;
}
.m-header-nav .header-bottom {
  display: flex;
  padding-top: 6px;
}
.m-header-nav .header-copy {
  font-size: 12px;
  letter-spacing: -0.01em;
  margin-left: -0.25em;
}
.m-header-nav .header-pp {
  display: block;
  padding-left: 1.5em;
  text-transform: uppercase;
  font-size: 90%;
}
@media screen and (max-width: 769px) {
  .m-header-nav .header-pp {
    font-size: 12px;
  }
}
.m-header-nav .header-switch {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
@media screen and (max-width: 769px) {
  .m-header-nav .header-switch {
    right: 10%;
  }
}
.m-header-nav .header-switch li {
  opacity: 0.3;
  margin-left: 0.7em;
  cursor: pointer;
}
.m-header-nav .header-switch li.active {
  opacity: 1;
}
.m-header-nav li {
  line-height: 1;
}

.m-3c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.m-3c .elm {
  flex: 1;
  min-width: 250px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 769px) {
  .m-3c .elm {
    margin-bottom: 3rem;
  }
  .m-3c .elm:last-child {
    margin-bottom: 0;
  }
}

.m-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 769px) {
  .m-photo {
    margin: 0 -1.5rem 0;
  }
}
.m-photo .elm {
  margin-bottom: 6rem;
  min-width: 100%;
  flex: 1;
}
@media screen and (max-width: 769px) {
  .m-photo .elm {
    margin-bottom: 1rem;
  }
}
.m-photo .elm.fls {
  min-width: 48.5%;
  max-width: 48.5%;
}
@media screen and (max-width: 769px) {
  .m-photo .elm.fls {
    min-width: 100%;
    max-width: 100%;
  }
}

.m-mainPhoto {
  margin-bottom: 5rem;
}
@media screen and (max-width: 769px) {
  .m-mainPhoto {
    margin: 0 -1.5rem 2rem;
  }
}

@media screen and (max-width: 769px) {
  .m-documrnt {
    margin-bottom: 3.5rem;
  }
}
.m-documrnt img {
  width: 100%;
  height: auto;
}
.m-documrnt h1 {
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .m-documrnt h1 {
    margin-bottom: 4rem;
  }
}
.m-documrnt h1.nm {
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 769px) {
  .m-documrnt h1.nm {
    margin-bottom: 1.3rem;
  }
}
.m-documrnt h2 {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 13px;
}
.m-documrnt h3 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 12px;
  text-transform: uppercase;
}
.m-documrnt .small {
  font-size: 11px;
  line-height: 1.6;
}
.m-documrnt .EXL {
  font-size: 60px;
}
.m-documrnt a:hover {
  color: #2991FF;
}
.m-documrnt p {
  line-height: 2.3;
  margin-bottom: 3rem;
}
@media screen and (max-width: 769px) {
  .m-documrnt p {
    font-size: 14px;
    line-height: 2;
  }
}
.m-documrnt p.nm {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 769px) {
  .m-documrnt p.nm {
    margin-bottom: 0.3rem;
  }
}
.m-documrnt p.hevy {
  font-size: 18px;
  font-weight: 700;
}
.m-documrnt p.en {
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 11px;
}
.m-documrnt p.weare {
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 11px;
}
@media screen and (max-width: 769px) {
  .m-documrnt p.weare {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}
.m-documrnt p a.link {
  color: #2991FF;
}
.m-documrnt p a.link:hover {
  text-decoration: underline;
}
.m-documrnt p:last-child {
  margin-bottom: 0;
}
.m-documrnt ul li {
  margin-bottom: 0.6rem;
}
.m-documrnt ul li:last-child {
  margin-bottom: 0;
}
.m-documrnt ul.indent {
  letter-spacing: 0.08em;
}
.m-documrnt ul.indent li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.m-documrnt hr {
  width: 15px;
  border: none;
  margin: 3.5rem 0;
  border-top: 1px solid;
}
.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100000000;
}
.loader .bg {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.loader .line {
  display: block;
  height: 1px;
  width: 0%;
  background: #000;
  position: fixed;
  top: 50%;
  left: 0%;
}

.lead {
  font-size: 10px;
  position: absolute;
  left: 55px;
  bottom: 54px;
  line-height: 1.5;
  width: calc(100vw - 500px);
}
@media screen and (max-width: 769px) {
  .lead {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  body.TOP.js-dark {
    background-image: url(../images/mv/w_s.png);
  }
}

body.js-dark {
  animation-name: DARKEN;
  animation-duration: 0.6s;
  background-color: #232323;
  background-image: url(../images/mv/b.png);
  color: #fff;
}
@media screen and (max-width: 769px) {
  body.js-dark {
    background-image: none;
  }
}
body.js-dark .loader .bg {
  background-color: #232323;
}
body.js-dark .loader .line {
  background: #8b8b8b;
}
body.js-dark .m-header-logo a {
  background-image: url(../images/logo/w.png);
}
@media screen and (max-width: 769px) {
  body.js-dark .m-header-logo a {
    background-image: url(../images/logo/w_s.png);
  }
}
@media screen and (max-width: 769px) {
  body.js-dark .m-projectlist, body.js-dark .l-header {
    background: rgba(35, 35, 35, 0.9);
  }
}
@media screen and (max-width: 769px) {
  body.js-dark .l-footer, body.js-dark .inner {
    background: none;
  }
}

@keyframes DARKEN {
  0% {
    background-color: #FFFFFF;
  }
  100% {
    background-color: #232323;
  }
}
@media screen and (max-width: 769px) {
  .for-pc {
    display: none;
  }
}

.for-sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .for-sp {
    display: inline;
  }
}
