@import url(swiper.min.css);
body {
  transition: all .7s ease;
}

.curtain {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
}

.curtain .logo-regular {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30%;
}

.keyv {
  width: 100%;
  background-color: #999999;
  position: relative;
}

.keyv .scrollArrow span {
  position: absolute;
  bottom: 36px;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-animation: arrwAnimation 1.5s infinite;
  animation: arrwAnimation 1.5s infinite;
  box-sizing: border-box;
  z-index: 1000;
  opacity: 0;
}

.keyv .scrollArrow span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.keyv .scrollArrow span:nth-of-type(2) {
  bottom: 40px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.keyv .scrollArrow span:nth-of-type(3) {
  bottom: 44px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes arrwAnimation {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes arrwAnimation {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.keyv img {
  width: 100%;
  height: auto;
}

.keyv .swiper-container {
  width: 100%;
  height: 86vh;
  background: #FFF;
}

.keyv .swiper-container .swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: auto 100%;
  background-position: right 18% center;
  background-repeat: no-repeat;
  background-color: #FFF;
  position: relative;
}

.keyv .swiper-container .swiper-slide#keyvExhibition2019 .inner {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.keyv .swiper-container .swiper-slide#keyvLogo {
  background-size: 50% auto;
  background-position: center center;
}

.keyv .swiper-container .swiper-slide .inner {
  width: 76.56%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
}

.keyv .swiper-container .swiper-slide .title {
  font-size: 60px;
  font-weight: 600;
  color: #e40039;
}

.keyv .swiper-container .swiper-slide .text {
  display: none;
  font-size: 11px;
  color: #333333;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.keyv .swiper-container .swiper-slide.videoWrap {
  background-color: #000;
  width: 100%;
}

.keyv .swiper-container .swiper-slide.videoWrap video {
  width: 100%;
  height: 100%;
}

.keyv .swiper-container .swiper-pagination-bullet {
  -webkit-box-shadow: 0 0 6px 3px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 6px 3px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 6px 3px rgba(255, 255, 255, 0.6);
}

.keyv .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #666666;
}

#concept {
  padding: 3.75rem 0;
  background-color: #000;
  text-align: center;
}

#concept h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

#concept h2 .main-copy {
  display: block;
  line-height: 1.4;
}

#concept h2 .shoulder-copy {
  font-size: 1.625rem;
  font-weight: normal;
  display: block;
}

#concept p {
  font-size: 1.125rem;
  line-height: 2.8;
}

#concept p .concept-piece,
#concept p .signature {
  display: block;
}

#concept p .signature {
  margin-top: 2rem;
}

#about {
  padding: 3.75rem 0;
  background-color: #000338;
  color: #FFF;
}

#about .inner {
  width: 62%;
  max-width: 36.5rem;
  margin: auto;
}

#about dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

#about dl dt {
  width: 25%;
}

#about dl dd {
  width: 75%;
}

#about dl.companies {
  font-size: 0.8125rem;
  margin-bottom: 3.75rem;
}

#about dl a {
  color: #FFF;
  text-decoration: underline;
}

#about p {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}

#about p a {
  color: #FFF;
  text-decoration: underline;
}

#works {
  padding: 6.25rem 0;
}

#works .inner {
  max-width: 980px;
  margin: 0 auto;
}

#works .inner h2 {
  font-size: 1.5rem;
  margin-bottom: 4.875rem;
}

#works .inner .worklist .listedwork {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.5rem;
}

#works .inner .worklist .listedwork h3 {
  font-size: 1.25rem;
  display: block;
  padding: 1.875rem 1.125rem;
  color: #FFF;
  width: 200px;
  height: 200px;
}

#works .inner .worklist .listedwork h3 span {
  display: block;
}

#works .inner .worklist .listedwork h3 .ctg-sub {
  font-size: 1rem;
  margin-top: 1rem;
}

#works .inner .worklist .listedwork h3.ctg-digital {
  background-color: #ff0054;
}

#works .inner .worklist .listedwork h3.ctg-analog {
  background-color: #00b6c6;
}

#works .inner .worklist .listedwork .imgWrap {
  margin-top: 3.75rem;
  width: 70%;
}

#works .inner .worklist .listedwork .imgWrap img {
  display: block;
  margin-bottom: 1.25rem;
}

#works .inner .worklist .listedwork .imgWrap .caption {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
}

#works .inner .worklist .listedwork .imgWrap .caption small {
  font-weight: normal;
}

#works .inner .worklist .listedwork:nth-child(even) h3 {
  order: 2;
}

#works .inner .worklist .listedwork:nth-child(even) .imgWrap {
  order: 1;
}

#profile {
  padding-top: 7.5rem;
}

#profile .inner {
  max-width: 980px;
  position: relative;
  padding-bottom: 7.5rem;
}

#profile .inner h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.375rem;
  font-weight: bold;
}

#profile .inner .imgWrap {
  width: 42%;
  margin: 0 auto;
}

#profile .sec2 {
  background-color: #d2b30f;
  padding-top: 7.5rem;
}

#profile .sec2 .inner {
  max-width: 36.5rem;
}

#profile .sec2 .inner h3 {
  font-size: 1.25rem;
  margin-bottom: 3.75rem;
}

#profile .sec2 .inner dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3.75rem;
  line-height: 1.8;
  font-size: 0.875rem;
}

#profile .sec2 .inner dl dt {
  width: 16%;
  margin-bottom: 0.8rem;
}

#profile .sec2 .inner dl dd {
  width: 84%;
  margin-bottom: 0.8rem;
}

#news {
  background-color: #efefef;
  padding-top: 7.5rem;
}

#news .inner {
  max-width: 980px;
  position: relative;
  padding-bottom: 7.5rem;
}

#news .inner h2 {
  font-size: 1.375rem;
  font-weight: bold;
}

#news .inner .newslist {
  margin: 2rem auto;
}

#news .inner .newslist .listednews a {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  color: #000;
  font-size: 0.875rem;
  border-radius: 2rem;
  transition: all 0.4s;
}

#news .inner .newslist .listednews a:hover {
  text-decoration: none;
  background-color: #DDD;
  padding: 1rem;
}

#news .inner .newslist .listednews a:active {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

#news .inner .newslist .listednews a .date {
  width: 15%;
}

#news .inner .newslist .listednews a .headline {
  width: 85%;
}

#artdays {
  background-color: #FFF;
  padding-top: 7.5rem;
}

#artdays .inner {
  max-width: 980px;
  position: relative;
  padding-bottom: 7.5rem;
}

#artdays .inner h2 {
  display: block;
  width: 20%;
}

#artdays .inner h2 img {
  width: 100%;
}

#artdays .inner .artdayslist {
  margin: 2rem auto;
}

#artdays .inner .artdayslist .listedartdays {
  margin-bottom: 1rem;
}

#artdays .inner .artdayslist .listedartdays a {
  display: block;
  background: #000;
  color: #FFF;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  transition: all 0.4s;
}

#artdays .inner .artdayslist .listedartdays a:hover {
  text-decoration: none;
  background-color: #DDD;
  padding-left: 2.4rem;
}

#artdays .inner .artdayslist .listedartdays a:active {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

#artdays .inner .artdayslist .listedartdays a .post-title {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

#artdays .inner .artdayslist .listedartdays a .post-excerpt {
  font-size: 0.875rem;
  color: #999;
}

#artdays .inner .artdayslist .listedartdays a .post-excerpt p {
  margin: 0;
}

#instagram {
  background-color: #ffffff;
  padding-top: 7.5rem;
}

#instagram .inner {
  max-width: 980px;
  position: relative;
  padding-bottom: 7.5rem;
}

#instagram .inner h2 {
  font-size: 1.375rem;
  font-weight: bold;
}

#instagram .inner .img-list {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .keyv .swiper-container {
    width: 100%;
    max-width: none;
  }
  .keyv .swiper-container .swiper-slide {
    background-size: auto 70%;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
  }
  .keyv .swiper-container .swiper-slide#keyvExhibition2019 .inner {
    width: 76%;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  .keyv .swiper-container .swiper-slide .title {
    font-size: 30px;
    line-height: 1.2;
  }
  .keyv .swiper-container .swiper-slide .text {
    font-size: 11px;
    max-width: none;
    line-height: 1.4;
    text-align: center;
    bottom: 10px;
    right: 0;
    width: 100%;
  }
  .keyv .swiper-container .swiper-slide br {
    display: none;
  }
  .keyv .swiper-container .swiper-slide br.sp-on {
    display: block;
  }
  .keyv .swiper-container .swiper-button-next,
  .keyv .swiper-container .swiper-button-prev {
    display: none;
  }
  section .inner {
    width: 90%;
  }
  #concept {
    padding: 3.75rem 0;
    background-color: #000;
    text-align: center;
  }
  #concept h2 {
    font-weight: bold;
    margin-bottom: 2rem;
  }
  #concept h2 .main-copy {
    font-size: 1.625rem;
    line-height: 1.8;
  }
  #concept h2 .shoulder-copy {
    font-size: 1.125rem;
    font-weight: normal;
    margin-bottom: 0.4rem;
    display: block;
  }
  #concept p {
    font-size: 1rem;
    line-height: 2.4;
  }
  #concept p .signature {
    margin-top: 2rem;
  }
  #about {
    padding: 3.75rem 0;
    background-color: #000338;
    color: #FFF;
  }
  #about .inner {
    width: 90%;
    max-width: none;
    margin: auto;
  }
  #about dl {
    margin-bottom: 3.75rem;
    line-height: 1.8;
  }
  #about dl dt {
    width: 25%;
  }
  #about dl dd {
    width: 75%;
  }
  #about p {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 1.8rem;
  }
  #works .inner {
    max-width: none;
    width: 96%;
    margin: 0 auto;
  }
  #works .inner h2 {
    font-size: 1.5rem;
    margin-bottom: 4.875rem;
  }
  #works .inner .worklist .listedwork {
    display: block;
    justify-content: space-between;
    margin-bottom: 7.5rem;
  }
  #works .inner .worklist .listedwork h3 {
    font-size: 1.25rem;
    display: inline-block;
    padding: 1.125rem 2.5rem 2.5rem 2.5rem;
    width: auto;
    height: auto;
    margin-left: -2rem;
  }
  #works .inner .worklist .listedwork h3 span {
    display: block;
  }
  #works .inner .worklist .listedwork h3 .ctg-sub {
    font-size: 0.875rem;
    margin-top: 0.4rem;
  }
  #works .inner .worklist .listedwork .imgWrap {
    margin-top: 0;
    width: 100%;
    margin-bottom: 2.6rem;
  }
  #works .inner .worklist .listedwork .imgWrap img {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  #works .inner .worklist .listedwork .imgWrap .caption {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #works .inner .worklist .listedwork .imgWrap .caption small {
    font-weight: normal;
  }
  #works .inner .worklist .listedwork:nth-child(even) h3 {
    order: 2;
  }
  #works .inner .worklist .listedwork:nth-child(even) .imgWrap {
    order: 1;
  }
  #profile {
    padding-top: 3rem;
  }
  #profile .inner {
    max-width: none;
    position: relative;
    padding-bottom: 3rem;
  }
  #profile .inner h2 {
    position: static;
    top: auto;
    left: auto;
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  #profile .inner .imgWrap {
    width: 80%;
    margin: 0 auto;
  }
  #profile .sec2 {
    background-color: #d2b30f;
    padding-top: 3rem;
  }
  #profile .sec2 .inner h3 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  #profile .sec2 .inner dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    line-height: 1.6;
    font-size: 0.875rem;
  }
  #profile .sec2 .inner dl dt {
    width: 28%;
    margin-bottom: 0.8rem;
  }
  #profile .sec2 .inner dl dd {
    width: 72%;
    margin-bottom: 0.8rem;
  }
  #news {
    padding-top: 3rem;
  }
  #news .inner {
    max-width: none;
    position: relative;
    padding-bottom: 3rem;
  }
  #news .inner h2 {
    font-size: 1.375rem;
    font-weight: bold;
  }
  #news .inner .newslist {
    margin: 2rem auto;
  }
  #news .inner .newslist .listednews a {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    color: #000;
    font-size: 0.875rem;
    line-height: 1.6;
    border-radius: 2rem;
    transition: all 0.4s;
  }
  #news .inner .newslist .listednews a:hover {
    text-decoration: none;
    background-color: #DDD;
    padding: 1rem;
  }
  #news .inner .newslist .listednews a:active {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }
  #news .inner .newslist .listednews a .date {
    width: 32%;
  }
  #news .inner .newslist .listednews a .headline {
    width: 68%;
  }
  #instagram {
    padding-top: 3rem;
  }
  #instagram .inner {
    max-width: none;
    position: relative;
    padding-bottom: 7.5rem;
  }
  #instagram .inner h2 {
    font-size: 1.375rem;
    font-weight: bold;
  }
  #instagram .inner .img-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #instagram .inner .img-list .listed-img {
    width: 48%;
    margin-bottom: 1rem;
  }
}
