@charset "UTF-8";
/* ==============================================
 * HOME
 *
 * memo:
 *
 * ============================================== */
.container {
  padding-right: 0;
}

/* ------------------------------------------------
 * 実績
 * ------------------------------------------------ */
.works__entry {
  position: relative;
  padding: 100px 0 0;
  visibility: hidden;
}

.works__entry .sp_br{
  display:none;
}

.works__title {
  font-family: "brown", sans-serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}

.works__entry.is-active, .works__entry:first-child {
  visibility: visible;
}

.works__entry-first {
  padding: 0;
}
.works__entry-first .works__entry__url {
  top: 18px;
}
.works__entry-first .swiper-pagination {
  top: 55px;
}

.works__entry__header {
  position: relative;
}

.works__entry__title {
  font-family: "brown", sans-serif;
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  margin: 0 0 22px;
}

.works__entry__part {
  font-family: "brown-bold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0;
}

.works__entry__part__inline-1 {
  margin-right: 26px;
}

.works__entry__url {
  font-family: "brown-bold", sans-serif;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 118px;
  right: 60px;
}

.works__entry__url__dt,
.works__entry__url__dd {
  display: inline-block;
}

.works__entry__url__anc {
  padding: 5px;
  display: inline-block;
  background: #1a1a1a;
  color: #fff;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
}

.works__entry__ss {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  /*cursor: url(/img/common/icon_on.cur), url(/img/common/icon_on.gif), auto;*/
}

.works__entry__ss:active {
  cursor: grabbing;
}

.works__entry__ss__list {
  font-size: 0;
  width: 100%;
  min-width: 30000px;
  padding: 30px 0;
}

.works__entry__ss__list__item {
  display: inline-block;
  margin-right: 20px;
}
.works__entry__ss__list__item:last-of-type {
  margin-right: 60px;
}

/* ------------------------------------------------
 * ARCHIVE BUTTON
 * ------------------------------------------------ */
.works__nextBtn {
  text-align: center;
  width: 280px;
  height: 50px;
  margin: 90px auto 100px;
}

.works__nextBtn__anc {
  font-family: "brown", sans-serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 0 0;
  border: 1px solid #1a1a1a;
  transition: color 0.6s;
}
.works__nextBtn__anc:hover {
  color: #fff;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a;
}


/* ------------------------------------------------
 * スライド用設定
 * ------------------------------------------------ */
.swiper-pagination {
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 60px;
  top: 155px;
  transition: background-color 0.3s;
}

.swiper-pagination-bullet {
  background: #cdcdcd;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0 0 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.swiper-pagination-bullet-active {
  background: #1a1a1a;
}

.swiper-scrollbar {
  background: #cdcdcd;
  width: calc(100% - 60px);
  height: 6px;
}

.swiper-scrollbar-drag {
  background: #1a1a1a;
  height: 100%;
}

/* ------------------------------------------------
 * イントロ
 * ------------------------------------------------ */
.intro {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

.intro__bg {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.intro__inner {
  width: 100%;
  height: 100%;
}

.intro__box {
  text-align: center;
  width: 346px;
  height: 92px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
.intro__box.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.intro__logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.intro__text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
}

.intro .c-cover {
  background: #1a1a1a;
}

/* ==============================================
 * color set
 *
 * memo:
 *
 * ============================================== */
body.is-black .swiper-pagination-bullet-active {
  background: #fff;
}
body.is-black .swiper-scrollbar-drag {
  background: #fff;
}
body.is-black .works__entry__url__anc {
  color: #1a1a1a;
  background: #fff;
}
body.is-black .intro {
  background: #1a1a1a;
}
body.is-black .intro .c-cover {
  background: #fff;
}
body.is-black .intro__logo {
  background: url("/img/intro/intro_logo_white.png") no-repeat center top;
  width: 342px;
  height: 48px;
}
body.is-black .intro__logo img {
  display: none;
}
body.is-black .intro__text {
  background: url("/img/intro/intro_text_white.png") no-repeat center top;
  width: 346px;
  height: 12px;
}
body.is-black .intro__text img {
  display: none;
}
body.is-black .works__nextBtn__anc {
  border: 1px solid #fff;
}
body.is-black .works__nextBtn__anc:hover {
  color: #1a1a1a;
  border: 1px solid #fff;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  /* ==============================================
   * SP HOME
   *
   * memo:
   *
   * ============================================== */
  .container {
    padding-right: 0;
  }

  /* ------------------------------------------------
   * MAIN TITLE
   * ------------------------------------------------ */
  .works__title {
    font-size: 36px;
    font-size: 9.6vw;
    margin: 0 0 10px;
    margin: 0 0 2.6666666667vw;
    white-space: nowrap;
  }

  /* ------------------------------------------------
   * 実績
   * ------------------------------------------------ */
  .works__entry {
    padding: 0 0 50px;
    padding: 0 0 13.3333335vw;
  }

  .works__entry .sp_br{
	 display:block;
  }
  
  .works__entry__title {
    font-size: 15px;
    font-size: 4vw;
    line-height: 22px;
    line-height: 5.86666674vw;
    letter-spacing: 0em;
    margin: 0 0 15px;
    margin: 0 0 4vw;
  }

  .works__entry__part {
    font-size: 10.5px;
    font-size: 2.8vw;
  }

  .works__entry__part__inline {
    display: table;
  }

  .works__entry__part__inline-1 {
    margin-bottom: 6px;
    margin-bottom: 1.6vw;
  }

  .works__entry__url {
    font-size: 10px;
    font-size: 2.6666666667vw;
    position: static;
    top: auto !important;
    right: auto;
    text-align: right;
    margin-top: -9px;
    margin-top: -2.4vw;
    padding: 0 15px 0 0;
    padding: 0 4vw 0 0;
  }

  .works__entry__ss {
    width: 100%;
    overflow: hidden;
  }

  .works__entry__ss__list {
    width: 100%;
    height: 230px;
    height: 61.3333333333vw;
    min-width: 30000px;
    padding: 15px 0 10px;
    padding: 4vw 0 2.6666666667vw;
  }
  .works__entry__ss__list img {
    height: 100%;
    width: auto;
  }

  .works__entry__ss__list__item {
    height: 100%;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
  }
  .works__entry__ss__list__item:last-of-type {
    margin-right: 15px;
    margin-right: 4vw;
  }

  /* ------------------------------------------------
   * ARCHIVE BUTTON
   * ------------------------------------------------ */
  .works__nextBtn {
    width: 162px;
    width: 43.2vw;
    height: 37px;
    height: 9.8666666667vw;
    margin: 0 auto 40px;
    margin: 0 auto 10.6666666667vw;
  }

  .works__nextBtn__anc {
    font-size: 15px;
    font-size: 4vw;
    padding: 10px 0 0;
    padding: 2.6666666667vw 0 0;
    transition: none;
  }
  .works__nextBtn__anc:hover {
    color: inherit;
  }

  /* ------------------------------------------------
   * イントロ
   * ------------------------------------------------ */
  .intro__box {
    width: 137px;
    width: 63.2vw;
    height: 63px;
    height: 16.8vw;
    margin: auto;
  }
  .intro__box img {
    display: none;
  }

  .intro__logo {
    background: url("/img/intro/sp_intro_logo.png") no-repeat center top;
    background-size: 100% auto;
    width: 235px;
    width: 62.6666666667vw;
    height: 32px;
    height: 8.5333333333vw;
  }

  .intro__text {
    background: url("/img/intro/sp_intro_text.png") no-repeat center top;
    background-size: 100% auto;
    width: 137px;
    width: 63.2vw;
    height: 8px;
    height: 2.1333333333vw;
  }

  /* ------------------------------------------------
   * スライド用設定
   * ------------------------------------------------ */
  .swiper-pagination {
    display: inline-block;
    position: static;
    top: auto !important;
    right: auto;
    transition: background-color 0.3s;
  }

  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    margin: 0 15px 0 0;
  }

  .swiper-scrollbar {
    width: calc(100% - 15px);
    width: calc(100% - 4vw);
    height: 5px;
    margin-bottom: 17px;
  }

}

