.indexTitle {
  font-size: 2rem;
  text-align: center;
}

.menu {
  max-width: 1280px;
  width: 100%;
  margin: 100px auto 0;
  padding: 0 38px;
}
.menu__copy {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 50px;
}
.menu__listWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.menu__list {
  width: calc((100% - 40px) / 3);
  height: 200px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
.menu__list a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px gray;
  transition: 0.3s ease all;
}
.menu__list a:hover {
  color: #fff;
  transition: 0.3s ease all;
}
.menu__list--streaming a:hover {
  background: url(../image/streaming/streaming-back.jpg);
  background-size: cover;
  background-position: center center;
  transition: 0.3s ease all;
}
.menu__list--video a:hover {
  background: url(../image/video/video-back.jpg);
  background-size: cover;
  background-position: center center;
  transition: 0.3s ease all;
}
.menu__list--design a:hover {
  background: url(../image/design/design-back.jpg);
  background-size: cover;
  background-position: center center;
  transition: 0.3s ease all;
}
.menu__list--purimubi a:hover {
  background: url(../image/purimubi/purimubi-back.jpg);
  background-size: cover;
  background-position: center center;
  transition: 0.3s ease all;
}
.menu__list--cartoon a:hover {
  background: url(../image/cartoon/cartoon-back.jpg);
  background-size: cover;
  background-position: center center;
  transition: 0.3s ease all;
}
.menu__list--web a:hover {
  background: url(../image/web/web-back.jpg);
  background-size: cover;
  background-position: center center;
  transition: 0.3s ease all;
}
.menu__list--exhibition a:hover {
  background: url(../image/exhibition/exhibition-back.jpg);
  background-size: cover;
  background-position: center center;
  transition: 0.3s ease all;
}
.menu__list--dm {
  position: relative;
  color: #666;
  /*
  & a {
  	&:hover {
  		background: url(../image/dm/dm-back.jpg);
  		background-size: cover;
  		background-position: center center;
  		transition: .3s ease all;
  	}
  }
  	*/
}
.menu__list--dm::before {
  content: "coming soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-10deg) translate(-50%);
}
.menu__list__title {
  position: relative;
  margin-bottom: 6px;
}
.menu__list__title::before {
  content: "";
  background-image: url(../image/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 22px;
}
.menu__list__title__small {
  font-size: 1.25rem;
}
.menu__list__copy {
  opacity: 0;
  font-size: 1rem;
  line-height: 140%;
}
.menu__center {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
}

@media screen and (max-width: 680px) {
  .menu {
    padding: 0 20px;
  }
  .menu__list {
    height: 140px;
    width: calc((100% - 20px) / 2);
  }
  .menu__list__title::before {
    bottom: -2rem;
    width: 22px;
    height: 16px;
  }
  .menu__list--center {
    order: -1;
    width: 100%;
    height: auto;
  }
}
.menu__list:hover .menu__list__copy {
  opacity: 1;
}

.menu__list:hover .menu__list__title::before {
  opacity: 0;
}

.menu__list--dm:hover .menu__list__copy {
  opacity: 0;
}

.menu__list--dm .menu__list__title::before {
  background-image: url();
}

.menu__list--dm a:hover {
  color: #666;
}

.news-wrap {
  background: #f5f5f5;
  margin: 100px 0;
  padding: 60px 0;
}

.news {
  max-width: 1280px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 38px;
}
.news__title {
  font-size: 1.5rem;
  line-height: 100%;
  margin-bottom: 10px;
}
.news__listWrap {
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.news__list {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #999;
  padding: 6px 0;
}
.news__list th {
  width: 100px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.news__list td {
  width: calc(100% - 100px);
}
.news__list td a {
  border-bottom: 1px solid #222222;
  transition: 0.3s ease all;
}
.news__list td a:hover {
  color: #e81f20;
  border-bottom: 1px solid #e81f20;
  transition: 0.3s ease all;
}
.news__btn {
  display: inline-flex;
  border: 1px solid #222222;
  font-size: 0.875rem;
  line-height: 100%;
  padding: 10px;
  transition: 0.3s ease all;
}
.news__btn:hover {
  background: #F5F5F5;
  transition: 0.3s ease all;
}

@media screen and (max-width: 680px) {
  .news {
    padding: 20px;
  }
}
.customer {
  max-width: 1280px;
  width: 100%;
  margin: 100px auto 150px;
  padding: 0 38px;
}
.customer__lead {
  font-size: 0.875rem;
  text-align: center;
  margin: 10px 0 30px;
}
.customer__listWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.customer__list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 50px) / 6);
  height: 90px;
  border: 1px #D9D9D9;
  border-style: solid none none;
  font-size: 0.875rem;
  line-height: 130%;
  text-align: center;
  padding: 0 10px;
}
.customer__list::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  width: 1px;
  height: 90%;
  background: #D9D9D9;
}
.customer__list:last-child::before {
  width: 0;
}

.customer__listWrap--lower .customer__list {
  border-style: solid none solid;
}

@media screen and (max-width: 680px) {
  .customer {
    padding: 0 20px;
  }
  .customer__list {
    width: calc((100% - 20px) / 3);
    border-style: none none none;
    height: auto;
    font-size: 0.75rem;
    padding: 10px;
  }
  .customer__list::before {
    width: 0;
  }
  .customer__listWrap--lower .customer__list {
    border-style: none none none;
  }
}
.slick__listWrap {
  width: 100%;
}

.dots-wrap {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.dots-wrap li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #bbbbbb;
  border-radius: 50%;
  cursor: pointer;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.dots-wrap .dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #e81f20;
}

.about {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 20px;
}
.about__listWrap {
  width: 100%;
  margin: 40px auto 0;
}
.about li {
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
.about li:first-child {
  border-top: 1px solid #D9D9D9;
}
.about__list {
  display: flex;
  line-height: 130%;
}
.about__list dt {
  position: relative;
  display: flex;
  align-items: center;
  width: 20%;
  font-weight: 700;
}
.about__list dt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 80%;
  height: 2px;
  background: #e81f20;
}
.about__list dd {
  width: 80%;
}
.about__list a {
  color: #e81f20;
  transition: 0.3s ease all;
}
.about__list a:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}

.about__listWrap li:first-child .about__list dt::after {
  content: "";
  position: absolute;
  left: 0;
  top: -21px;
  width: 80%;
  height: 2px;
  background: #e81f20;
}

@media screen and (max-width: 680px) {
  .about__list {
    flex-direction: column;
  }
  .about__list dt {
    width: 100%;
  }
  .about__list dt::before {
    width: 0;
    height: 0;
  }
  .about__list dd {
    width: 100%;
  }
}
.banner-wrap {
  width: 100%;
  background: #f5f5f5;
  padding: 100px 0;
  margin-bottom: 200px;
}
.banner-wrap a img {
  transition: 0.3s ease all;
}
.banner-wrap a img:hover {
  transform: translate(3px, 3px);
  transition: 0.3s ease all;
}

.banner {
  max-width: 840px;
  width: 100%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 60px;
}
.banner-hybrid__title {
  position: relative;
  display: inline-block;
  background: #222222;
  border-radius: 6px 0 6px 0;
  color: #fff;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 16px;
  padding: 0.5rem;
}
.banner-hybrid__title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #222222;
  border-bottom: 0;
}
.banner-hybrid__banner img {
  width: 70%;
  height: auto;
}
.banner-lp__title {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  margin: 80px 0 16px;
}
.banner-lp__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #666;
  left: 0;
  top: -40px;
}
.banner-lp__title span {
  font-size: 50%;
  color: #ce2314;
}
.banner-A {
  display: flex;
  gap: 10px;
  line-height: 0;
  margin-bottom: 10px;
}
.banner-A li {
  width: calc(100% - 20px)/3;
}
.banner-B {
  display: flex;
  gap: 10px;
  line-height: 0;
}
.banner-B li {
  width: calc(100% - 20px)/2;
}

@media screen and (max-width: 680px) {
  .banner {
    padding: 20px;
  }
  .banner-hybrid__banner img {
    width: 100%;
  }
  .banner-A {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner-A li {
    width: 80%;
  }
  .banner-B {
    flex-wrap: wrap;
  }
  .banner-B li {
    width: 100%;
  }
}/*# sourceMappingURL=style-index.css.map */