@charset "UTF-8";


.container {
  padding-left: 3.75%;
  padding-right: 3.75%;
}

@media screen and (min-width: 768px) {
  .container {
    padding-left: 2%;
    padding-right: 2%;
  }
}

/* ==========================
header →　common
============================= */



/* ==========================
works
===========================*/
.works--01 {
  margin-top: 24vw;
}

.works__mv {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-bottom: 6vw;
  overflow: hidden;
}

.works__mv img {
  width: 162%;
  height: 65vw;
  object-fit: cover;
  object-position: -29vw 21%;
}

.works--01 h2 {
  font-size: 5.33vw;
  font-weight: 500;
  letter-spacing: -0.1vw;
  line-height: 1.4;
  position: relative;
  margin-bottom: 1vw;
}

.works__type {
  font-size: 3vw;
  font-weight: 500;
  color: #7E7E7E;
  margin-left: 0.2vw;
}

/* .works__url {
  display: inline-block;
  font-size: 2.66vw;
  color: #7E7E7E;
  text-decoration-color: #7E7E7E;
  text-decoration: underline;
}
 */
.border--01 {
  display: block;
  margin-top: 6vw;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}

/* works__overview */
.works__overview {
  margin-top: 6vw;
  display: flex;
  flex-direction: column;
}

.overview__txt h3 {
  font-size: 3.5vw;
  font-weight: 600;
  margin-bottom: 2vw;
}

.overview__txt {
  font-size: 3.2vw;
  line-height: 1.8;
  margin-bottom: 8vw;
}

.boldTxt {
  font-weight: 600;
}

.overview__various__list {
  list-style: none;
  margin-bottom: 10vw;
}

.overview__various__item {
  margin-bottom: 2vw;
}

.overview__various__item p {
  font-size: 2.93vw;
  font-weight: 600;
  margin-bottom: 1vw;
}

.overview__various__item span {
  display: block;
  font-size: 2.93vw;
  color: #575757;
  line-height: 1.8;
}


.overview__img-01 {
  background-color: #f1f1f1;
  margin-bottom: 8vw;
  width: 100%;
}

.overview__img-01 img {
  width: 80%;
  padding: 6% 10%;
  filter: drop-shadow(9px 9px 7px rgba(160, 160, 160, 0.1));
}


.pc-block {
  display: none;
}

/* works__overview// */



/* works__list */
.works--02 {
  margin-bottom: 42vw;
}

.works__list {
  margin-top: 4vw;
}

.works__column {
  margin-bottom: 13vw;
}

.works__topic {
  font-size: 3.5vw;
  font-weight: 600;
  margin-bottom: 3vw;
}

.works__txt {
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0;
}

.underlineTxt {
  border-bottom: solid 1px;
}


/* ==========================
works__nav 
===========================*/
.worksNav {
  display: flex;
  flex-direction: column;
  margin-top: 37vw;
}

.works__next {
  text-align: right;
}

.works__next p {
  font-size: 5.33vw;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-top: -3vw;
  margin-bottom: 2vw;
  text-align: right;
  display: flex;
  justify-content: end;
}

.works__next .next {
  font-size: 2.93vw;
  font-weight: 500;
  padding-top: 0.8vw;
  margin-right: 0.5vw;
  letter-spacing: 0;
}

.works__next img {
  width: 46vw;
  /*   border: solid 0.5px; */
}

.works__prev {
  text-align: left;
}

.works__prev p {
  font-size: 5.33vw;
  font-weight: 500;
  letter-spacing: -0.1em;
  line-height: 1.2;
  margin-top: 22vw;
}

.works__prev img {
  width: 50vw;
  border: solid 0.5px;
}



/* ==========================
works__allList
===========================*/
.works__allList {
  margin: 170px auto 200px;
}

.works__allList h3 {
  font-size: 5.33vw;
  font-weight: 500;
  letter-spacing: -0.08rem;
  margin-bottom: 20px;
}

#works__allList__list {
  /*  */
  list-style: none;
  /*  */
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  overflow: hidden;
  position: relative;
}

#works__allList__list li {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /*  */
  /*  */
}

#works__allList__list li a {
  display: flex;
  align-items: center;
  padding: 6.4vw 0;
  position: relative;
  /*  */
  justify-content: space-between;
  /*  */
}

#works__allList__list li a div {
  display: flex;
  justify-content: center;
}

#works__allList__list li a::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
  display: block;
  position: absolute;
  top: 0;
}

#works__allList__list li a::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: right center;
  /*     transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1); */
}

#works__allList__list li a>p {
  /*  */
  font-size: 3.73vw;
  color: #272727;
  /*  */
}

#works__allList__list li a div span {
  /*  */
  font-size: 2.93vw;
  color: #272727;
  /*  */
}

/* == カレント表示 == */
#works__allList__list .allList__item05 p {
  color: #9e9e9e;
}

#works__allList__list .allList__item05 div span {
  color: #9e9e9e;
}

/* == カレント表示 == */


#works__allList__list li a.js-active {
  z-index: 2;
}

#works__allList__list li a.js-active .text {
  z-index: 2;
}

#works__allList__list li a.js-active .text span {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.works__allList__item__border {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}

#works__allList__list .hover-stalker-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 130px;
  height: 90px;
  background-position: 0 0;
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: 100;
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
}





/* ==========================
works--PC
===========================*/
@media screen and (min-width: 768px) {
  .works--01 {
    margin-top: 10vw;
    padding-left: 10%;
    padding-right: 10%;
  }

  .works__mv {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-bottom: 5vw;
  }

  .works__mv img {
    width: 100%;
    height: 47vw;
    object-fit: cover;
    object-position: 58% 20%;
  }

  .works--01 h2 {
    font-size: 2.638vw;
    margin-bottom: 0.6vw;
  }

  .pc-none {
    display: none;
  }

  .works__type {
    font-size: 0.9027vw;
  }

  .works__url {
    font-size: 1.11vw;
  }

  .border--01 {
    margin-top: 1.6vw;
  }

  /* works__overview */
  .works__overview {
    margin-top: 2.3vw;
    display: flex;
    flex-direction: row-reverse;
  }

  .overview__txt h3 {
    font-size: 1.0416vw;
    margin-bottom: 1vw;
  }

  .overview__txt {
    font-size: 0.972vw;
    line-height: 1.8;
    margin-bottom: 0;
    width: 70%;
  }

  .boldTxt {
    font-weight: 600;
  }

  .overview__various__list {
    margin-bottom: 4vw;
    margin-right: 9vw;
    width: 14vw;
  }

  .overview__various__item {
    margin-bottom: 1.6vw;
  }

  .overview__various__item p {
    font-size: 0.833vw;
    margin-bottom: 0.4vw;
  }

  .overview__various__item span {
    font-size: 0.833vw;
    line-height: 1.7;
  }

  .overview__img-01 {
    /* overflow: hidden; */
    margin-bottom: 8vw;
  }

  .overview__img-01 img {
    width: 31%;
    padding: 5% 35%;
  }

  .pc-block {
    display: block;
  }

  /* works__overview// */



  /* works__list */
  .works--02 {
    padding-left: 11%;
    padding-right: 11%;
    margin-bottom: 14vw;
  }

  .works__list {
    margin-top: 4vw;
  }

  .works__column {
    margin-bottom: 2vw;
    /* pcのみ */
    display: flex;
    justify-content: space-between;
  }

  .works__column:nth-of-type(4) {
    margin-bottom: 3vw;
  }

  .works__topic {
    margin-top: 0.3vw;
    font-size: 1.0416vw;
  }

  .works__txt {
    font-size: 0.972vw;
    width: 80%;
  }

  .underlineTxt {
    border-bottom: solid 1px;
  }

  /* works__list// */



  /*==========================
works__nav 
===========================*/
  .worksNav {
    padding: 0 9%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 20vw;
  }

  .works__next {
    text-align: right;
  }

  .works__next p {
    font-size: 2.43vw;
    letter-spacing: -0.09em;
    line-height: 1.2;
    margin-top: 0;
    text-align: right;
    display: flex;
    margin-bottom: 1vw;
  }

  .works__next .next {
    font-size: 1.1vw;
    padding-top: 0.4vw;
    margin-right: 0.3vw;
  }

  .works__next img {
    width: 20vw;
    /*     border: solid 0.5px; */
  }

  .works__prev {
    text-align: left;
    margin-top: 0;
  }

  .works__prev p {
    font-size: 2.43vw;
    letter-spacing: -0.09em;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 2vw;
  }


  /* ==========================
works__allList
===========================*/
  .works__allList {
    padding: 0 9%;
    margin: 330px auto 350px;
  }

  .works__allList h3 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 3vw;
  }

  #works__allList__list {
    /*  */
    font-size: 20px;
    list-style: none;
    /*  */
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    overflow: hidden;
    position: relative;
  }

  #works__allList__list li {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    /*  */
    /*  */
  }

  #works__allList__list li a {
    display: flex;
    align-items: center;
    padding: 2.22vw 0;
    position: relative;
    /*  */
    justify-content: space-between;
    /*  */
  }

  #works__allList__list li a div {
    display: flex;
    justify-content: center;
  }

  #works__allList__list li a::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    display: block;
    position: absolute;
    top: 0;
  }

  #works__allList__list li a::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: right center;
    /*     transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1); */
  }

  #works__allList__list li a>p {
    /*  */
    font-size: 18px;
    color: #272727;
    /*  */
  }

  #works__allList__list li a div span {
    /*  */
    font-size: 16px;
    color: #272727;
    /*  */
  }

  /* ==== カレント表示あとで入れる ==== */
  #works__allList__list li a>p {
    color: #272727;
  }

  #works__allList__list li a div span {
    /*  */
    color: #272727;
    /*  */
  }

  /*=== カレント表示== */

  #works__allList__list li a.js-active {
    z-index: 2;
  }

  #works__allList__list li a.js-active .text {
    z-index: 2;
  }

  #works__allList__list li a.js-active .text span {
    opacity: 1;
    transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  }

  #works__allList__list .hover-stalker-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 190px;
    height: 120px;
    background-position: 0 0;
    background-size: cover;
    transform: translate(-50%, -50%);
    z-index: 100;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
  }
}