/* 詳細 */

#details {
  width: 80%;
  max-width: 950px;
  height: auto;
  margin: 3% auto 6% auto;
}

#detailsTitle {
  width: 100%;
  height: auto;
  margin: 1% 0 8% 0;
}

.details-t1, .details-t2, .details-t3 {
  font-family: "Teko", "oswald", 'anton', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  text-align: left;
}

.details-t1 {
  width: 100%;
  height: 6px;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.details-t2 {
  width: 100%;
  height: 62px;
  font-size: 60px;
  letter-spacing: -0.5px;
  margin-left: -2px;
}

.details-t3 {
  width: 100%;
  height: 28px;
  font-size: 28px;
  margin-top: -3px;
  letter-spacing: 0.5px;
}

#details-p-c {
  width: 100%;
  height: auto;
  position: relative;
}

.details-p1 {
  width: 100%;
  height: auto;
  z-index: -1;
}

.details-t4 {
  width: 90%;
  height: auto;
  line-height: 27px;
  margin: 6% 0 0 0;
  font-size: 13px;
  letter-spacing: 0.8px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
}

.details-t5 {
  width: 100%;
  height: auto;
  line-height: 27px;
  margin: 6% 0 0 0;
  font-size: 12px;
  letter-spacing: 0.8px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
}





#bg-black {
  width: 100%;
  height: auto;
  background: #000;
}

#images-c {
  width: 80%;
  max-width: 950px;
  height: auto;
  margin: 0 auto;
  padding: 7% 0;
}

.details-image {
  width: 100%;
  height: auto;
  margin: 2.5% 0;
}


iframe.details-image {
  width: 100%;
  height: 45vw;
}



.siteLink {
  width: 80%;
  max-width: 960px;
  font-size: 10px;
  color: #fff;
  margin: 0 auto;
  padding-bottom: 5%;
  display: grid;
  grid-template-columns: 60px auto;
  grid-template-rows: 24px 24px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.siteLink p {
  position: relative;
  margin: 0;
}

.siteLink p:nth-child(2) {
  width: auto;
  max-width: 133px;
}
.siteLink p:nth-child(4) {
  width: auto;
  max-width: 330px;
}

.siteLink p a {
  color: #fff;
}

.siteLink > .hoverAni::before {
  content: "";
  width: 0%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 8px;
  transition: 0.2s;
}

.siteLink > .hoverAni:hover::before {
  width: 100%;
}




#back-to-top {
  margin: 12% auto 12% auto;
}




@media (min-width: 735px) {



  .details-t1 {
    height: 10px;
    font-size: 30px;
  }

  .details-t2 {
    height: 116px;
    font-size: 116px;
    margin-left: -5px;
    letter-spacing: -2px;
  }

  .details-t3 {
    font-size: 50px;
    letter-spacing: 0px;
    margin-bottom: 5%;
  }

  .details-t4 {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 8% 0 0 0;
  }

  .details-t5 {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin: 6% 0 0 0;
  }


  .siteLink {
    font-size: 14px;
    padding-bottom: 5%;
    grid-template-columns: 90px auto;
    grid-template-rows: 33px 33px;
  }

  .siteLink > .hoverAni::before {
    bottom: 12px;
  }

  .siteLink p:nth-child(2) {
    max-width: 186px;
  }
  .siteLink p:nth-child(4) {
    max-width: 461px;
  }


}




@media (min-width: 1068px) {

  #details {
    width: 88%;
    max-width: 950px;
    height: auto;
    margin: 0% auto 7% auto;
    display: grid;
    grid-template-rows: 15% 25% 30% 30%;
    grid-template-columns: 48% 4% 48%;
  }

  #detailsTitle {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    margin: 0;
  }

  #detailsTextContent {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
  }

  #details-p-c {
    grid-row: 1 / 5;
    grid-column: 3 / 4;
  }

  .details-p1 {
    vertical-align: bottom;
  }


  #details-t-c {
    width: 100%;
    height: auto;
    margin: 5% 0 0 0;
  }


  .details-t1 {
    height: 5px;
    font-size: 20px;
  }

  .details-t2 {
    height: 90px;
    font-size: 86px;
    margin-left: -5px;
    letter-spacing: -2px;
  }

  .details-t3 {
    font-size: 30px;
    letter-spacing: 0px;
    margin-bottom: 5%;
  }

  .details-t4 {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.8px;
    margin: 8% 0 0 0;
  }

  .details-t5 {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.8px;
    margin: 6% 0 0 0;
  }

  /* .details-t1 {
    font-size: 20px;
    margin: 0;
    text-align: left;
  }

  .details-t2 {
    font-size: 102px;
    letter-spacing: -0.7px;
    line-height: 102px;
  }

  .details-t3 {
    font-size: 45px;
    letter-spacing: -0.3px;
    line-height: 30px;
  }

  .details-t4 {
    font-size: 17px;
    line-height: 33px;
    letter-spacing: 0.7px;
    margin: 8% 0 0 0;
  }

  .details-t5 {
    width: 90%;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.7px;
    margin: 6% 0 0 0;
  } */



  .details-image {
    margin: 2.5% 0;
  }

}
