/* family
font-family: 'Advent Pro', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/
@import url("https://fonts.googleapis.com/css?family=Advent+Pro:700|Noto+Sans+JP:500,700,900&display=swap");
body {
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.5em;
  color: #1a1a1a; }

#main-v .main-c {
  font-size: 4.5vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-family: 'Advent Pro', sans-serif;
  color: #cacaca; }
#main-v .main-head {
  font-size: 2.6vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-family: 'Advent Pro', sans-serif; }
#main-v .main-desc {
  font-size: 1.2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5em; }

#news p {
  font-size: 2.6em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-family: 'Advent Pro', sans-serif; }
#news ul li:first-child {
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5em; }
#news ul li:last-child {
  font-size: 1.2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.5em; }

.studio-head {
  font-size: 1.4em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5em; }

.about-head {
  font-size: 2.6em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-family: 'Advent Pro', sans-serif; }

.info-head {
  font-size: 2.6em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5em;
  font-family: 'Advent Pro', sans-serif; }

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.5em;
    color: #1a1a1a; }

  #main-v .main-c {
    font-size: 6.5vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.5em;
    font-family: 'Advent Pro', sans-serif;
    color: #cacaca; }
  #main-v .main-head {
    font-size: 4.6vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.5em;
    font-family: 'Advent Pro', sans-serif; }
  #main-v .main-desc {
    font-size: 1.1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.5em; }

  #news ul li:first-child {
    font-size: 1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.5em; }
  #news ul li:last-child {
    font-size: 1.1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.5em; }

  .studio-head {
    font-size: 1.1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.5em; }

  .about-head {
    font-size: 2.4em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.5em;
    font-family: 'Advent Pro', sans-serif; }

  .info-head {
    font-size: 2.4em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.5em;
    font-family: 'Advent Pro', sans-serif; } }
@media screen and (max-width: 500px) {
  body {
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.5em;
    color: #1a1a1a; }

  #main-v .main-desc {
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.5em; }
  #main-v .main-c {
    font-size: 11.5vw; }
    #main-v .main-c span {
      display: block; }
  #main-v .main-head {
    font-size: 9vw; } }
@media screen and (min-width: 1921px) {
  #main-v .main-c {
    font-size: 3.5vw; }
  #main-v .main-head {
    font-size: 2.6vw; } }
.fade-target {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms; }

.scrl {
  opacity: 1;
  transform: translate(0, 0); }

body {
  width: 100vw;
  overflow-x: hidden; }

img {
  display: block;
  height: auto;
  width: 100%; }

.inner-wrap {
  width: calc(100% - 2em);
  padding: 0 1em;
  margin: auto; }

header {
  padding-bottom: 80px;
  background: linear-gradient(90deg, #d9d9d9 0%, white 15%, white 85%, #d9d9d9 100%); }

#main-v .main-c {
  text-align: center;
  white-space: nowrap;
  margin-bottom: -.5em; }
#main-v .visual {
  width: 86%;
  margin: auto; }
  #main-v .visual img {
    display: block;
    height: auto;
    width: 100%; }
#main-v .main-head {
  text-align: center;
  margin-bottom: .8em; }
#main-v .main-desc {
  text-align: center;
  width: 86%;
  margin: auto; }

#news {
  background: #1a1a1a;
  text-align: center;
  color: #fff;
  padding: 2em 0; }
  #news ul {
    background: #fff;
    color: #1a1a1a;
    max-width: 768px;
    margin: 1em auto;
    padding: 1em;
    border-radius: 4px; }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  margin: auto; }

.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #d9d9d9 0%, white 15%, white 85%, #d9d9d9 100%);
  top: 0;
  right: 0;
  z-index: -1; }
  .bg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 0;
    mix-blend-mode: darken;
    opacity: .18; }

.site-link {
  display: block;
  margin-left: auto;
  padding: 0.5em 1em;
  background: #ff0200;
  color: #fff;
  width: fit-content;
  text-align: center;
  font-size: 1.2em;
  border-radius: 0.4em;
  border: 1px solid #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

main {
  padding-top: 80px;
  width: 50%;
  margin: 0 2%;
  max-width: 680px; }
  main section {
    padding-bottom: 80px; }

.studio-head {
  margin-top: 1em; }

.studio-desc {
  margin-top: .5em;
  line-height: 1.75em; }

footer {
  padding-top: 80px;
  width: 42%;
  margin: 0 2%;
  max-width: 620px; }

#about {
  background: #1a1a1a;
  color: #fff;
  padding: 1.5em 1em; }
  #about .logo img {
    max-width: 50%;
    width: 100%;
    margin: auto;
    padding: 20px 0; }

#info {
  margin: 80px 0; }
  #info .info-table {
    border-collapse: separate;
    border-spacing: 12px 1em;
    width: calc(100% + 24px);
    margin-left: -1em; }
    #info .info-table th {
      width: 20%;
      padding-bottom: 1em;
      border-bottom: solid 1px #1a1a1a;
      vertical-align: top;
      padding-left: 4px; }
    #info .info-table td {
      width: 80%;
      padding-bottom: 1em;
      border-bottom: solid 1px #1a1a1a;
      margin-left: 1em;
      vertical-align: top;
      padding-left: 4px; }

.map iframe {
  height: 33vh; }

.copy {
  width: calc(100% - 2em);
  padding: 0 1em;
  margin: 40px auto 0; }

@media screen and (max-width: 1024px) {
  header {
    padding-top: 60px; }

  .wrapper {
    flex-direction: column; }

  main {
    width: 96%;
    max-width: 600px;
    margin: auto; }

  #masta {
    padding-bottom: 0; }

  footer {
    width: 100%;
    max-width: 600px;
    margin: auto; }

  .map {
    padding-top: 2em; }

  .copy {
    text-align: center;
    padding: 2em 0; } }
@media screen and (max-width: 500px) {
  #about {
    padding: 1.5em 0; }

  header {
    padding-bottom: 120px;
    padding-top: 40px; }

  #main-v .visual {
    width: 96%;
    margin: auto; }
  #main-v .main-c {
    text-align: center;
    white-space: pre-wrap;
    margin-bottom: -0.25em;
    line-height: 1em; } }
@media screen and (min-width: 1921px) {
  #main-v .visual {
    width: 86%;
    margin: auto;
    max-width: 1540px; } }

/*# sourceMappingURL=style.css.map */
