@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #4B4240;
  font-size: 16px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 1.6px;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #4B4240;
  font-size: 16px;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #4B4240;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  .pc {
    display: none !important;
  }
}
@font-face {
  font-family: "Din";
  src: url(../fonts/DINRoundPro.ttf) format("ttf"), url(../fonts/DINRoundPro.woff) format("woff"), url(../fonts/DINRoundPro.woff2) format("woff2");
}
.js-fadein {
  position: relative;
  top: 50px;
  opacity: 0;
}
.js-fadein.in {
  top: 0;
  opacity: 1;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
.js-fadein.left-in {
  top: 0;
  left: -100px;
}
.js-fadein.left-in.in {
  left: 0;
}
.js-fadein.right-in {
  top: 0;
  right: -100px;
}
.js-fadein.right-in.in {
  right: 0;
}
footer {
  width: 1130px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 35px;
  }
}
footer #copyright {
  display: block;
  font-size: 10px;
  text-align: right;
}
main {
  width: 1130px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
main .ttl01 {
  display: block;
  margin-bottom: 25px;
  font-family: "Din";
  font-size: 76px;
  letter-spacing: 1.9px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main .ttl01 {
    font-size: 58px;
    letter-spacing: 1.45px;
  }
}
main .ttl02 {
  display: block;
  font-family: "Din";
  font-size: 50px;
  letter-spacing: 1.25px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main .ttl02 {
    font-size: 42px;
    letter-spacing: 1.05px;
  }
}
main #mv {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  main #mv {
    display: block;
    padding-top: 30px;
  }
}
main #mv .mv {
  order: 3;
  width: calc(100% - 250px - 170px);
}
@media screen and (max-width: 768px) {
  main #mv .mv {
    width: 500px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
main #mv .txt {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  order: 2;
  width: 250px;
}
@media screen and (max-width: 768px) {
  main #mv .txt {
    width: 220px;
    margin: 60px auto 0;
  }
}
main #mv .txt picture {
  display: block;
  margin-bottom: auto;
}
main #mv .txt h1 {
  position: relative;
  margin-top: auto;
  height: 50px;
}
@media screen and (max-width: 768px) {
  main #mv .txt h1 {
    margin-top: 40px;
  }
}
main #mv .txt h1 a {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 20px !important;
  display: block;
  width: 100%;
  height: 30px;
  transform: none;
}
main #mv .txt h1 a.is_stuck {
  left: auto;
}
main #mv .contact {
  order: 1;
  position: relative;
  z-index: 10;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main #mv .contact {
    margin-top: 45px;
  }
  main #mv .contact > div {
    display: none !important;
  }
}
main #mv .contact a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 36px;
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.21px;
  background-color: #2D2523;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #mv .contact a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #mv .contact a:hover {
    opacity: 1;
  }
}
main #mv .contact a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main #mv .contact a {
    position: static !important;
    width: 310px;
    margin: 0 auto;
  }
}
main #concept {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  main #concept {
    display: block;
    margin-top: 200px;
  }
}
main #concept > div {
  width: 370px;
}
@media screen and (max-width: 768px) {
  main #concept > div {
    width: auto;
    text-align: center;
  }
}
main #concept > div p + p {
  margin-top: 10px;
}
main #concept > figure {
  width: calc(100% - 370px);
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  main #concept > figure {
    width: auto;
    padding-left: 0;
    margin-top: 45px;
  }
}
main #works {
  position: relative;
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  main #works {
    margin-top: 200px;
  }
}
main #works picture {
  position: relative;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 640px;
  transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main #works picture {
    height: auto;
    padding-top: 200%;
  }
}
main #works picture img {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}
main #partner, main #messenger, main #company {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  main #partner, main #messenger, main #company {
    display: block;
    margin-top: 200px;
  }
}
main #partner > div, main #messenger > div, main #company > div {
  width: 490px;
}
main #partner > div:first-child:last-child, main #messenger > div:first-child:last-child, main #company > div:first-child:last-child {
  width: auto;
}
@media screen and (max-width: 768px) {
  main #partner > div, main #messenger > div, main #company > div {
    width: auto;
  }
}
main #partner > div strong, main #messenger > div strong, main #company > div strong {
  display: block;
  margin: 15px 0 10px;
  font-family: "fot-tsukuardgothic-std";
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 2.6px;
  line-height: 1.4615384615;
}
main #partner > div em, main #messenger > div em, main #company > div em {
  display: block;
  width: 350px;
  border-bottom: 1px #000 solid;
  margin: 15px 0 10px;
  padding-bottom: 10px;
  font-family: "fot-tsukuardgothic-std";
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 2.6px;
  line-height: 1.4615384615;
}
main #partner > div p, main #messenger > div p, main #company > div p {
  width: 435px;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main #partner > div p, main #messenger > div p, main #company > div p {
    width: auto;
  }
}
main #partner > div ul li, main #messenger > div ul li, main #company > div ul li {
  line-height: 1.7857142857;
  letter-spacing: 1.4px;
}
main #partner > div ul li a, main #messenger > div ul li a, main #company > div ul li a {
  color: #E89112;
}
main #partner > div ul li:last-child a, main #messenger > div ul li:last-child a, main #company > div ul li:last-child a {
  font-size: 10px;
  letter-spacing: 1px;
}
main #partner > figure, main #messenger > figure, main #company > figure {
  width: calc(100% - 490px);
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  main #partner > figure, main #messenger > figure, main #company > figure {
    width: auto;
    padding-left: 0;
    margin-top: 30px;
  }
}
