/*----------------------------------------
** ミッシング・リンク
** missing-link prono
----------------------------------------*/
html,
body {
  background: #000;
}

#wrapper {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 1200px;
  margin: 0 auto;
  background: #000;
  padding-top: 96px;
  position: relative;
}
section {
  width: 100%;
  position: relative;
  z-index: 10;
}
._inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.-h-ttl img {
  height: 50px;
  max-width: auto;
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
    padding-top: 0;
  }
  .-h-ttl img {
    height: 30px;
    max-width: auto;
  }
}

/*-----------------------------------------
** prono
-----------------------------------------*/
._prono {
  padding: 80px 0;
  background: url(../img/prono/prono-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
._prono-ttl {
  margin: 0 0 50px 0;
  padding: 0;
}
._prono-ttl img {
  height: 45px;
  max-width: auto;
}
._prono-lead {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #fff;
}
._prono-lead img {
  height: 22px;
  max-width: auto;
}
._prono-txt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  ._prono {
    padding-top: 100px;
    background: url(../img/prono/prono-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: none;
  }
  ._prono-ttl img {
    height: 30px;
  }
  ._prono-lead img {
    height: 16px;
  }
  ._prono-txt {
    font-size: 0.93rem;
  }
}

/*-----------------------------------------
** history
-----------------------------------------*/
._history {
  padding: 80px 0 2px 0;
  background-color: #dda429;
  background-image: url(../img/prono/history-bg-pattern.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
  color: #000;
  /* overflow-x: hidden; */
  /* overflow-y: visible; */
}
._history-ttl {
  margin: 0 0 50px 0;
  padding: 0;
}
._history-ttl img {
  height: 37px;
  max-width: auto;
}
._history-watch {
  width: 150px;
  position: absolute;
  top: -150px;
  right: 8%;
}
@media screen and (max-width: 768px) {
  ._history-ttl img {
    height: 22px;
  }
  ._history-watch {
    width: 100px;
    position: relative;
    top: inherit;
    right: inherit;
    margin: -140px auto 30px;
  }
}

._his-media-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5% 50px -2.5%;
}
._media-item {
  width: 50%;
  padding: 0 2.5%;
  margin: 0 0 50px 0;
}
._media-txt {
  border: 1px solid #000;
  padding: 7px;
}
._media-txt img {
  height: 18px;
  max-width: auto;
  vertical-align: baseline;
}
._media-name {
  width: 45%;
  margin: 0 auto;
  padding: 4px;
  background: #000;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  ._his-media-list {
    width: 95%;
    margin: 0 auto 50px;
  }
  ._media-item {
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
  }
  ._media-txt img {
    height: 14px;
    max-width: auto;
  }

  ._media-name {
    width: 60%;
    font-size: 0.86rem;
  }
}

/* work list */
._work-list {
}
._work-item {
  background-color: #ffffd5;
  color: #000;
}
._work-item {
  width: 80%;
  padding: 40px;
  filter: drop-shadow(0 7px 3px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0 7px 3px rgba(0, 0, 0, 0.3));
}
._work-item:nth-child(odd) {
  margin: 0 auto 60px 0;
}
._work-item:nth-child(even) {
  margin: 0 0 60px auto;
}
@media screen and (max-width: 768px) {
  ._his-works {
    width: 90%;
    margin: 0 auto;
  }
  ._work-item {
    width: 95%;
    padding: 15px;
    margin-bottom: 20px !important;
  }
  ._work-item:nth-child(odd) {
    margin: 0 auto;
  }
  ._work-item:nth-child(even) {
    margin: 0 auto;
  }
}
.-coraline {
  background-image: url(../img/prono/his-tx-v-coraline.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 75px auto;
  padding-left: 110px;
}
.-paranorman {
  background-image: url(../img/prono/his-tx-v-paranorman.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: auto 95%;
  padding-right: 110px;
}
.-boxtrolls {
  background-image: url(../img/prono/his-tx-v-boxtrolls.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 95%;
  padding-left: 110px;
}
.-kubo {
  background-image: url(../img/prono/his-tx-v-kubo.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 75px auto;
  padding-right: 110px;
}
@media screen and (max-width: 768px) {
  .-coraline {
    background-image: none;
    padding-left: 15px;
  }
  .-paranorman {
    background-image: none;
    padding-right: 15px;
  }
  .-boxtrolls {
    background-image: none;
    padding-left: 15px;
  }
  .-kubo {
    background-image: none;
    padding-right: 15px;
  }
}

._work-item-inner {
  display: flex;
  flex-wrap: wrap;
}
._work-item:nth-child(even) ._work-item-inner {
  flex-direction: row-reverse;
}
._work-pic {
  width: 230px;
}
._work-txt {
  width: calc(100% - 230px);
  padding-left: 50px;
}
._work-item:nth-child(even) ._work-txt {
  padding-right: 50px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  ._work-pic {
    width: 60%;
    margin: 0 auto 25px;
  }
  ._work-txt {
    width: 100%;
    padding-left: 0;
  }
  ._work-item:nth-child(even) ._work-txt {
    padding-right: 0;
    padding-left: 0;
  }
}

._work-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 35px 0;
}
._work-award,
._work-story {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #000;
}
._work-award .-sm {
  font-size: 75%;
}
._work-story {
  font-size: 0.86rem;
}
._work-credit {
  font-size: 0.66rem;
}
.-sp-accordion {
  display: block;
}

@media screen and (max-width: 768px) {
  .-sp-accordion {
    display: none;
  }
  ._work-ttl {
    font-size: 1.13rem;
    margin: 0 0 25px 0;
    text-align: center;
  }
  ._work-award {
    font-size: 0.93rem;
  }
}

/* sp accordion */
.-sp-detail {
  display: none;
}
@media screen and (max-width: 768px) {
  .-sp-detail {
    display: block;
    width: 100%;
    padding: 5px;
    margin: 15px 0 0 0;
    font-size: 0.86rem;
    text-align: center;
    background-color: #000;
    color: #fff;
    cursor: pointer;
  }
  .-sp-detail.-open {
    background-image: url(../img/prono/ic-bt-detail-open.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 12px auto;
  }
  .-sp-detail.-close {
    background-image: url(../img/prono/ic-bt-detail-close.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 12px auto;
  }
}

/* parallax elements */
div[class^="_elm-"] {
  width: 30%;
  position: absolute;
}
._elm-1 {
  top: 15%;
  right: 5%;
}
._elm-2 {
  top: 45%;
  left: 5%;
}
._elm-3 {
  top: 68%;
  right: 5%;
}
._elm-4 {
  top: 95%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  div[class^="_elm-"] {
    width: 40%;
    position: absolute;
  }
  ._elm-1 {
    top: 25%;
    right: 0;
  }
  ._elm-2 {
    top: 45%;
    left: 0;
  }
  ._elm-3 {
    top: 78%;
    right: 0;
  }
  ._elm-4 {
    top: 95%;
    left: 0;
  }
}

/* photoset */
._his-photoset {
  background-image: url(../img/prono/history-photoset.jpg);
  background-size: auto 200px;
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 200px;
  width: 100%;
  animation: photosets 20s linear 0.5s infinite;
  -webkit-animation: photosets 20s linear 0.5s infinite;
}
@keyframes photosets {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1851px 0;
  }
}

@media screen and (max-width: 768px) {
}

/* carousel */
._his-carousel {
  padding: 80px 0 240px;
  background: url(../img/prono/history-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  line-height: 2;
}
._his-text {
  width: 640px;
  margin: 0 auto 0 0;
}
._his-h {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 1.26rem;
}
._history-bear {
  width: 150px;
  position: absolute;
}
._his-text::after {
  content: "";
  width: 150px;
  height: 200px;
  background-image: url(../img/prono/history-bear.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -80px;
  bottom: -200px;
}

@media screen and (max-width: 768px) {
  ._his-carousel {
    padding: 80px 0 120px;
    background: url(../img/prono/history-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: none;
  }
  ._his-text {
    width: 100%;
    margin: 0 auto;
  }
  ._his-h {
    font-size: 1.13rem;
  }
  ._his-text {
    font-size: 0.93rem;
  }
  ._his-text::after {
    content: "";
    width: 0;
    height: 0;
    background-image: none;
    position: inherit;
    right: inherit;
    bottom: inherit;
  }
}

/*-----------------------------------------
** trivia
-----------------------------------------*/
._trivia {
  padding: 120px 0;
  background: url(../img/prono/triva-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top: 3px solid #dda429;
  border-bottom: 3px solid #dda429;
  color: #fff;
  line-height: 2;
}
._trivia-ttl {
  margin: 0 0 50px 0;
  padding: 0;
}
._trivia-ttl img {
  height: 37px;
  max-width: auto;
}
._trivia-txt {
  line-height: 2;
}
._trivia-lead {
  text-align: center;
  margin: 0 0 60px 0;
}
._his-bear-sp {
  display: none;
}
._trivia-bird {
  width: 60px;
  position: absolute;
  top: -25px;
  left: 350px;
}
._trivia-tag {
  width: 250px;
  position: absolute;
  top: -30px;
  right: 100px;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}
@media screen and (max-width: 768px) {
  ._trivia {
    padding: 60px 0;
    background: url(../img/prono/triva-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: none;
  }
  ._trivia-ttl {
    margin: 0 0 20px 0;
  }

  ._trivia-ttl img {
    height: 22px;
  }
  ._his-bear-sp {
    display: block;
    width: 85px;
    position: absolute;
    right: 15px;
    top: -130px;
    z-index: 20;
  }
  ._trivia-bird {
    width: 50px;
    position: absolute;
    top: -25px;
    left: 20%;
  }
  ._trivia-tag {
    width: 80%;
    margin: 0 auto 35px;
    position: inherit;
    top: inherit;
    right: inherit;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}

._trivia-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3%;
}
._trivia-item {
  width: calc(100% / 3);
  padding: 0 3%;
}
@media screen and (max-width: 768px) {
  ._trivia-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  ._trivia-item {
    width: 80%;
    padding: 0;
    margin: 0 auto 25px;
  }
}

._trivia-item a {
  display: block;
}
._trivia-bt {
  position: relative;
}
._trivia-pic {
  filter: drop-shadow(5px 0 3px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(5px 0 3px rgba(0, 0, 0, 0.4));
}
._trivia-pic img {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
._trivia-tx {
  position: absolute;
  width: 100%;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  text-align: center;
}
._trivia-tx img {
  height: 58px;
  max-width: auto;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media screen and (max-width: 768px) {
}
._trivia-item a:hover ._trivia-pic img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
}
._trivia-item a:hover ._trivia-tx img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: drop-shadow(5px 0 3px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(5px 0 3px rgba(0, 0, 0, 0.4));
}

/*-----------------------------------------
** outroduction
-----------------------------------------*/
._outro {
  background: url(../img/prono/outro-bg.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  ._outro {
    background: url(../img/prono/outro-bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
}

._outro-logo {
  width: 430px;
  margin: 0 auto 50px;
}
._outro-roadshow {
  width: 660px;
  margin: 0 auto 50px;
}
._outro-billing {
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  ._outro-logo {
    width: 60%;
    margin: 0 auto 30px;
  }
  ._outro-roadshow {
    width: 90%;
    margin: 0 auto 30px;
  }
  ._outro-billing {
    width: 90%;
    margin: 0 auto;
  }
}

/*----------------------------------------
** slick Arrows
----------------------------------------*/
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 37px;
  height: 26px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /*background: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._history-slide .slick-prev,
._history-slide .slick-prev:hover {
  left: calc((100% - 350px) / 2);
  top: inherit;
  bottom: -60px;
  z-index: 11;
  background: url(../img/prono/slick-bt-prev.png) center center no-repeat;
  background-size: contain;
}
._history-slide .slick-prev:before {
  content: "";
  background: url(../img/prono/slick-bt-prev.png) center center no-repeat;
  background-size: contain;
}
._history-slide .slick-next,
._history-slide .slick-next:hover {
  right: calc((100% - 350px) / 2);
  top: inherit;
  bottom: -60px;
  z-index: 11;
  background: url(../img/prono/slick-bt-next.png) center center no-repeat;
  background-size: contain;
}
._history-slide .slick-next:before {
  content: "";
  background: url(../img/prono/slick-bt-next.png) center center no-repeat;
  background-size: contain;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  /* bottom: 0; */
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 16px;
  line-height: 30px;

  position: absolute;
  top: 0;
  left: 0;

  width: 30px;
  height: 30px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: #e5e5e5;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #f6921e;
}

