img {
  margin: 0;
  padding: 0;
}
ul li:focus {
  outline: none;
}
main {
  overflow-x: hidden;
}
main section.article div.mainv-wrapper {
  max-height: 1000px;
  position: relative;
  overflow: hidden;
}
main section.article div.mainv-wrapper div.mainv-layer {
  width: 100%;
  height: 100%;
  max-height: 1000px;
  background-image: url(../images/layer.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
main section.article div.mainv-wrapper div.mainv-image {
  width: 100%;
  height: 100%;
  max-height: 1000px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
main section.article div.mainv-wrapper a.button-down {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 30px;
  z-index: 3;
}
main section.article div.mainv-wrapper a.button-down img {
  width: 70px;
  height: 45px;
  margin-bottom: 0px;
  opacity: 1;
}
main section.article div.mainv-wrapper div.works-name-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 26px;
  right: 0.5%;
}
main section.article div.mainv-wrapper div.works-name-wrapper h1.works-name {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  background-color: rgba( 0, 0, 0, 0.55 );
  padding: 5px 5px;
  }
  .tech {
  font-size: 1.1rem;
  color: #B1B9CC;
  }
main section.article div.mainv-wrapper div.works-name-wrapper p.works-name-en {
  font-size: 1.3rem;
}
main section.article div.mainv-wrapper div.works-name-wrapper p.works-name-en span::before {
  content: " / ";
}
main section.article div.mainv-wrapper div.works-name-wrapper p.works-name-en span.border-none::before {
  content: none;
}
main section.article div.text-wrapper {
  box-sizing: border-box;
  max-width: 750px;
  margin: 0 auto;
  padding: 75px 20px 41px;
}
main section.article div.text-wrapper p {
  line-height: 1.85;
  font-size: 1.4rem;
  margin-bottom: 31px;
}
/* slider */
main section.article div.slider-wrapper {
  width: 100%;
  overflow: hidden;
}
main section.article div.slider-wrapper ul.slide-parents {
  position: relative;
  margin-bottom: 69px;
}
main section.article div.slider-wrapper ul.slide-parents::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  transform: scaleX(1);
  transform-origin: top right;
}
main section.article div.slider-wrapper.inview ul.slide-parents::before {
  transform: scaleX(0);
  transition: transform 1.0s cubic-bezier(0.21, 0.51, 0.25, 1);
}
main section.article div.slider-wrapper ul.slide-parents li.slide-child {
  cursor: pointer;
  display: block;
  margin-right: 55px;
}
main section.article div.slider-wrapper ul.slide-parents img {
  height: 600px;
  width: auto;
}
main section.article div.slider-wrapper ul.slide-parents div.next, main section.article div.slider-wrapper ul.slide-parents div.prev {
  cursor: pointer;
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #222;
  transition: opacity 0.2s ease;
}
main section.article div.slider-wrapper ul.slide-parents div.next {
  right: 4.45%;
}
main section.article div.slider-wrapper ul.slide-parents div.prev {
  left: 4.45%;
}
main section.article div.slider-wrapper ul.slide-parents div.next:hover, main section.article div.slider-wrapper ul.slide-parents div.prev:hover {
  opacity: 0.7;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
ul.slick-dots {
  display: block;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
  position: static;
  margin-top: 38px;
}
.slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0 4px;
}
.slick-dots li button {
  margin: 0 4px;
  padding: 0;
  width: 5px;
  height: 5px;
  background: #dddede;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #222;
}
.slick-dots li button:before {
  content: none;
}
/* ここまで */
main section.article div.detail {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
}
main section.article div.detail div.detail-area {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #333;
  padding: 30px 38px 38px;
  font-size: 1.4rem;
  line-height: 1.86;
  margin-bottom: 65px;
}
main section.article div.detail div.detail-area h2 {
  font-size: 2rem;
  font-weight: bold;
}
main section.other-works div.other-works-wrapper {
  padding: 0 55px;
}
main section.other-works div.other-works-wrapper h3.sub-title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 3.0rem;
  margin-bottom: 34px;
}
main section.other-works div.other-works-wrapper div.other-works-inner {
  display: flex;
}
main section.other-works div.other-works-wrapper div.other-works-inner a.other-works-block {
  display: block;
  width: 33.33%;
  text-decoration: none;
}
main section.other-works div.other-works-wrapper div.other-works-inner a.other-works-block div.image-wrapper img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  transform: scale(1.0);
  transition: 0.8s all ease;
}
main section.other-works div.other-works-wrapper div.other-works-inner a.other-works-block div.image-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
main section.other-works div.other-works-wrapper div.other-works-inner a.other-works-block div.image-wrapper span.image-layer {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0);
  transition: 0.8s all ease;
  position: absolute;
  z-index: 1;
}
main section.other-works div.other-works-wrapper div.other-works-inner a.other-works-block h4.works-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 17px;
}
main section.other-works div.other-works-wrapper div.other-works-inner a.other-works-block p.works-name-en {
  font-size: 1.3rem;
  margin-bottom: 39px;
}
main section.other-works div.other-works-wrapper div.other-works-inner a.other-works-block p.works-name-en span::before {
  content: " / ";
}
main section.other-works div.other-works-wrapper div.other-works-inner a.other-works-block p.works-name-en span.border-none::before {
  content: none;
}
main section.other-works p.button {
  margin: 0 auto;
}
main section.other-works div.other-works-wrapper div.other-works-inner a.other-works-block:hover div.image-wrapper img {
  transform: scale(1.1);
}
main section.other-works div.other-works-wrapper div.other-works-inner a.other-works-block:hover div.image-wrapper span.image-layer {
  background: rgba(17, 17, 17, 0.5);
}
@media (max-width: 900px) {
  /* slider */
  main section.article div.slider-wrapper ul.slide-parents li.slide-child {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  main section.article div.slider-wrapper ul.slide-parents li.slide-child img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }
  main section.article div.slider-wrapper ul.slide-parents::before {
    content: none;
  }
  main section.article div.slider-wrapper ul.slide-parents li {
    position: relative;
  }
  main section.article div.slider-wrapper ul.slide-parents li.slide-child::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    transform: scaleX(1);
    transform-origin: top right;
  }
  main section.article div.slider-wrapper ul.slide-parents li.slide-child.inview::before {
    transform: scaleX(0);
    transition: transform 1.0s cubic-bezier(0.21, 0.51, 0.25, 1);
  }
  main section.article div.slider-wrapper ul.slide-parents {
    margin-bottom: 40px;
  }
  /* ここまで */
}
@media (max-width: 768px) {
  main section.other-works div.other-works-wrapper {
    padding: 0 20px;
  }
  main section.other-works div.other-works-wrapper div.other-works-inner {
    display: block;
  }
  main section.other-works div.other-works-wrapper div.other-works-inner a.other-works-block {
    width: 100%;
  }
  main section.article {
    overflow-x: hidden;
  }
  main section.article div.mainv-wrapper div.works-name-wrapper p.works-name-en {
    text-align: right;
  }
  main section.article div.mainv-wrapper div.works-name-wrapper {
    right: 20px;
    bottom: 19px;
  }
  main section.article div.mainv-wrapper a.button-down {
    left: 20px;
    margin-left: initial;
    bottom: 17px;
  }
  main section.article div.mainv-wrapper a.button-down img {
    width: 56px;
    height: 36px;
  }
}
@media (max-width: 550px) {
  main section.article div.text-wrapper {
    padding-top: 25px;
  }
  main section.other-works div.other-works-wrapper {
    padding-bottom: 26px;
  }
  main section.other-works div.other-works-wrapper h1.sub-title {
    font-size: 2.6rem;
  }
  main section.article div.detail div.detail-area {
    margin-bottom: 35px;
    padding: 30px 20px 38px;
  }
  main section.other-works div.other-works-wrapper h1.sub-title {
    margin-bottom: 24px;
  }
  main section.other-works div.other-works-wrapper div.other-works-inner a.other-works-block h4.works-name {
    margin-top: 12px;
  }
  main section.other-works div.other-works-wrapper div.other-works-inner a.other-works-block p.works-name-en {
    margin-bottom: 17px;
  }
}
/* Localized */