@charset "UTF-8";
#kv {
 color: #fff;
 position: relative;
 overflow: hidden;
}
#kv:after {
 content: "";
 display: block;
 background: url("../images/dotted_bk.svg") repeat rgba(0, 0, 0, 0.8);
 background-size: 3px auto;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0;
 pointer-events: none;
}
#kv .cont {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 margin: 0 auto;
 left: 0;
 right: 0;
 z-index: 5;
 display: block;
 text-align: center;
 pointer-events: none;
 text-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
 z-index: 5;
}
#kv h1 {
 font-weight: 400;
 letter-spacing: 0.075em;
 white-space: nowrap;
 display: inline-block;
 font-size: 3rem;
}
#concept {
 background-color: #24262B;
 padding: 5vw;
 color: #ececec;
 overflow: hidden;
}
#concept:before {
 content: "";
 display: block;
 background: url("../images/ami_w.svg") repeat;
 background-size: 54px auto;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0.04;
}
#concept .central {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 right: 0;
 width: 64%;
 margin: 0 auto;
 z-index: 5;
}
#concept .central .secTtl {
 color: #efefef;
 margin-bottom: 0.5em;
}
#concept .central .txt {
 font-size: 5.0vw;
 white-space: nowrap;
 font-weight: bold;
 line-height: 1.4;
}
#concept .central .txt span {
 display: block;
 font-size: 64%;
 font-family: "Outfit", serif;
 font-weight: 600;
 letter-spacing: 0.065em;
 color: #acacb1;
}
#concept .central .txt strong {
 font-weight: 700;
 color: #fbfbff;
}
#concept .central .lead {
 font-size: 1.15vw;
 margin: 2em 0 0;
}
#business {
 background: #181818;
 padding: 7.5vw 5vw 15vw;
 color: #fff;
 height: auto;
}
#business:before {
 content: "";
 display: block;
 background: url("../images/dotted_w.svg") repeat;
 background-size: 3px auto;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0.04;
 pointer-events: none;
}
/*#business:after {
 content: "";
 display: block;
 width: 1vw;
 height: 100%;
 position: absolute;
 left: 11vw;
 top: 0;
 background-color: #F9C000;
 opacity: 0.8;
 z-index: 6;
}*/
#business .central {
 width: 78%;
 margin: 0 auto;
 z-index: 5;
 position: relative;
}
#business .central .secTtl {
 color: #A8A8A8;
}
#business .central .flex {
 display: flex;
 justify-content: space-between;
 margin: 19% auto 0;
}
#business .central .flex .flexBox {
 flex: 1 0 30%;
 max-width: 30%;
 text-align: center;
 position: relative;
}
#business .central .flex .flexBox h3 {
 font-weight: bold;
 color: #fff;
 position: relative;
 z-index: 5;
 font-size: 1.25vw;
}
#business .central .flex .flexBox .shapes {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 right: 0;
 margin: 0 auto;
 opacity: 0.9;
}
#business .central .flex .flexBox.media .shapes:before {
 content: "";
 display: block;
 background: url("../images/shapes_media.svg") no-repeat;
 background-size: 100% auto;
 width: 100%;
 padding-top: 90.36%;
 position: absolute;
 left: -50%;
 right: -50%;
 top: 50%;
 transform: translateY(-57%);
 margin: 0 auto;
}
#business .central .flex .flexBox.live .shapes:before {
 content: "";
 display: block;
 background: url("../images/shapes_live.svg") no-repeat;
 background-size: 100% auto;
 width: 95%;
 padding-top: 95%;
 position: absolute;
 left: -50%;
 right: -50%;
 top: 50%;
 transform: translateY(-50%);
 margin: 0 auto;
}
#business .central .flex .flexBox.postproduction .shapes:before {
 content: "";
 display: block;
 background: url("../images/shapes_postproduction.svg") no-repeat;
 background-size: 100% auto;
 width: 107%;
 padding-top: calc(96.15% * 1.07);
 position: absolute;
 left: -50%;
 right: -50%;
 top: 50%;
 transform: translateY(-57%);
 margin: 0 auto;
}
#topics .btn {
 position: absolute;
 top: 5vw;
 right: 5vw;
 z-index: 10;
}
#topics .btn a {
 display: inline-block;
 line-height: 1.2;
 padding: 0.75em 4em 0.75em 2em;
 border: solid 1px rgba(0, 0, 0, 0.5);
 color: #1c1c1c;
 font-size: 1.4rem;
 position: relative;
 font-weight: 600;
 border-radius: 20rem;
}
#topics .btn a:hover {
 background: rgba(0, 0, 0, 0.1);
}
#topics .btn a:after {
 content: "";
 display: inline-block;
 width: 6px;
 height: 6px;
 border-top: 2px solid #1c1c1c;
 border-right: 2px solid #1c1c1c;
 position: absolute;
 top: 50%;
 transform: translateY(-50%) rotate(45deg);
 right: 1.5em;
}
#works {
 padding: 5vw;
 height: auto;
 background: #181818;
 color: #fff;
 overflow: hidden;
}
#works:before {
 content: "";
 display: block;
 background: url(../images/dotted_w.svg) repeat;
 background-size: 3px auto;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0.07;
 pointer-events: none;
}
#works .secTtl em {
 color: #A8A8A8;
}
#works .workList {
 width: 100vw;
 margin: 0 calc(50% - 50vw) 2rem;
 position: relative;
 z-index: 5;
}
#works .btn {
 position: absolute;
 top: 5vw;
 right: 5vw;
 z-index: 10;
}
#works .btn a {
 display: inline-block;
 line-height: 1.2;
 padding: 0.75em 4em 0.75em 2em;
 border: solid 1px rgba(255, 255, 255, 0.5);
 color: #ececec;
 font-size: 1.4rem;
 position: relative;
 font-weight: 600;
 border-radius: 20rem;
}
#works .btn a:hover {
 background: rgba(255, 255, 255, 0.15);
}
#works .btn a:after {
 content: "";
 display: inline-block;
 width: 6px;
 height: 6px;
 border-top: 2px solid #e6e6e6;
 border-right: 2px solid #e6e6e6;
 position: absolute;
 top: 50%;
 transform: translateY(-50%) rotate(45deg);
 right: 1.5em;
}
@media screen and (max-width: 999px) {
 #kv {
  font-size: 0;
 }
 #concept {
  padding: 4rem 2rem;
 }
 #concept .central {
  position: relative;
  top: 0;
  transform: translateY(0);
  width: 100%;
 }
 #concept .central .txt {
  font-size: 2.5rem;
 }
 #concept .central .lead {
  font-size: 1.4rem;
 }
 #business {
  padding: 4rem 2rem 20%;
 }
 #business .central {
  width: 100%;
 }
 #business .central .flex {
  flex-wrap: wrap;
  justify-content: center;
  margin: 30% auto 4rem;
 }
 #business .central .flex .flexBox {
  flex: 1 0 45%;
  max-width: 45%;
 }
 #business .central .flex .flexBox.media {
  margin-right: 5%;
 }
 #business .central .flex .flexBox.live {
  margin-left: 5%;
 }
 #business .central .flex .flexBox.postproduction {
  margin-top: 40%;
 }
 #business .central .flex .flexBox h3 {
  font-size: 1.3rem;
 }
 #topics {
  padding: 5vw;
 }
 #topics .btn {
  position: relative;
  top: auto;
  right: auto;
  margin: 2.5em auto 0;
  display: block;
  text-align: center;
 }
 #topics .btn a {
  font-size: 1.3rem;
 }
 #works {
  padding: 5vw;
  height: auto;
  background: #181818;
  color: #fff;
  overflow: hidden;
 }
 #works:before {
  content: "";
  display: block;
  background: url(../images/dotted_w.svg) repeat;
  background-size: 3px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.07;
  pointer-events: none;
 }
 #works .secTtl em {
  color: #A8A8A8;
 }
 #works h3 {
  margin: 2em 0 0.75em;
 }
 #works .workList {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 1rem;
  position: relative;
  z-index: 5;
 }
 #works .btn {
  position: relative;
  top: auto;
  right: auto;
  margin: 2.5em auto 0;
  display: block;
  text-align: center;
 }
 #works .btn a {
  font-size: 1.3rem;
 }
}