@charset "UTF-8";

/* CSS Document */
.main {
  background-color: #000;
  position: relative;
  height: auto;
  overflow: hidden;
}

.section-top {
  background-image: url("../img/prof-top_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  background-position: top 50% left 40%;
  padding-top: 750px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.section-top_img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
}

.section-top_title {
  position: absolute;
  width: 25vw;
  height: auto;
  top: 46%;
  right: 6%;
  filter: drop-shadow(3px 3px 5px #000);
}

.section-about {
  padding: 0 50px;
  max-width: 1190px;
  margin: 0 auto;
}

.section-about_title {
  padding: 150px 30px 110px;
}

.bg-f {
  font-size: 10rem;
  position: relative;
  top: 8vh;
  left: 6vw;
  text-align: right;
  font-family: dnp-shuei-mincho-pr6n, serif;
  font-weight: 500;
  font-style: normal;
  z-index: 999;
}

.t-f {
  writing-mode: vertical-rl;
  right: -42px;
  position: absolute;
  font-size: 2.5rem;
  top: -2px;
  height: 125px;
  z-index: 99;
}

.v-line {
  top: 0px;
  right: 130px;
  z-index: 99;
  width: 0.5px;
  height: 178px;
  background-color: #FFF;
  position: absolute;
}

.section-about_img {
  padding-left: 50px;
  position: relative;
  left: 18vw;
  top: -10vh;
}

.section-about_img img {
  width: 110%;
}

.section-about_img::after {
  padding-left: 50px;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 10px 15px #000;
}

.section-about_all {
  display: flex;
  position: relative;
}

.about-blur {
  position: absolute;
  left: 3%;
  top: 43%;
}

.section-about_text {
  height: auto;
  width: 600px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  padding: 50px 40px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.section-about_text p {
  letter-spacing: 0.2rem;
  line-height: 1.9;
  font-size: 1.65rem;
  filter: drop-shadow(3px 3px 5px #000);
}

.section-work {
  padding: 0 40px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.section-work_title {
  padding: 230px 60px 80px 60px;
}

.section-work_all {
  display: flex;
  position: relative;
}

.bg-f2 {
  font-size: 10rem;
  position: relative;
  /* top: 21vh; */
  top: 160px;
  right: -80%;
  text-align: right;
  font-family: dnp-shuei-mincho-pr6n, serif;
  font-weight: 500;
  font-style: normal;
  z-index: 99;
  filter: drop-shadow(3px 3px 5px #000);
}

.bg-f2::after {
  content: "";
  position: absolute;
  margin-left: 241px;
  width: 0.55px;
  height: 160%;
  top: -20px;
  background-color: #FFF;
  right: -30%;
}

/* .v-line2 {
  z-index: 99;
  margin-left: 241px;
  width: 0.55px;
  height: 178px;
  top: -29px;
  background-color: #FFF;
  position: absolute;
  bottom: 0px;
  right: -30%;
} */

.section-work_img {
  position: relative;
  margin-left: 30px;
}

.section-work_img::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 10px 15px #000;
}

.section-work_photo {
  filter: grayscale(1);
  transition-property: filter;
  transition-duration: 1.8s;
  transition-timing-function: ease;
}

/*スクロールしてactiveが出たら色を戻す*/
.section-work_photo.active {
  filter: grayscale(0);
}

.work-blur {
  position: absolute;
  left: 41%;
  top: 57%;
}

.section-work_text {
  height: auto;
  max-width: 600px;
  width: 52vw;
  background: rgba(255, 255, 255, 0.2);
  /*box-shadow: 0 8px 40px 0 rgba( 101, 102, 106, 0.37 );*/
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  /*border: 1px solid rgba( 255, 255, 255, 0.04 );*/
  padding: 9%;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.section-work_text p {
  letter-spacing: 0.2rem;
  line-height: 1.9;
  font-size: 1.65rem;
  filter: drop-shadow(3px 3px 5px #000);
}

.scroll-rellax {
  position: relative;
}

.section-work_img2 {
  position: relative;
  top: 80px;
  left: 32%;
}

.section-work_img2::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  /* right: 0; */
  box-shadow: inset 0 0 10px 15px #000;
  width: 750px;
}

.bg-f3 {
  font-size: 10rem;
  position: relative;
  top: 27vh;
  left: 6%;
  text-align: right;
  font-family: dnp-shuei-mincho-pr6n, serif;
  font-weight: 500;
  font-style: normal;
}

.bg-f3::before {
  content: "";
  position: absolute;
  margin-left: 241px;
  width: 0.55px;
  height: 140%;
  top: -9px;
  background-color: #FFF;
  right: 118%;
}

/* .v-line3 {
  z-index: 99;
  width: 0.55px;
  height: 170px;
  background-color: #FFF;
  position: absolute;
  top: -19px;
  right: 118%;
} */

.section-work_text4 {
  margin-left: 36px;
  height: auto;
  max-width: 600px;
  width: 53vw;
  background: rgba(255, 255, 255, 0.2);
  /* box-shadow: 0 8px 40px 0 rgb(101 102 106 / 37%); */
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  /* border: 1px solid rgba( 255, 255, 255, 0.04 ); */
  padding: 60px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

.section-work_text4 p {
  letter-spacing: 0.2rem;
  line-height: 1.9;
  font-size: 1.65rem;
  filter: drop-shadow(3px 3px 5px #000);
}

.section-work_photo {
  max-width: 710px;
  width: 63vw;
}

.section-work_photo2 {
  max-width: 710px;
  width: 63vw;
}


.section-work3 {
  position: relative;
}

.section-work_img3 {
  position: relative;
  top: 48px;
}

.section-work_img3::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  /* left: 100px; */
  box-shadow: inset 0 0 10px 15px #000;
  width: 750px;
}

.bg-f4 {
  font-size: 10rem;
  position: absolute;
  top: 9vh;
  left: 81%;
  text-align: right;
  font-family: dnp-shuei-mincho-pr6n, serif;
  font-weight: 500;
  font-style: normal;
  z-index: 99;
}

.bg-f4::after {
  content: "";
  position: absolute;
  margin-left: 241px;
  width: 0.7px;
  height: 120%;
  top: 2px;
  background-color: #FFF;
  right: -35%;
}

/* .v-line4 {
  z-index: 99;
  width: 0.55px;
  height: 170px;
  background-color: #FFF;
  position: absolute;
  bottom: -70px;
  right: -35%;
} */

.work-blur3 {
  position: absolute;
  left: 43%;
  top: 70%;
}

.section-work_text5 {
  height: auto;
  max-width: 600px;
  width: 52vw;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  padding: 60px 60px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

.section-work_text5 p {
  letter-spacing: 0.2rem;
  line-height: 1.9;
  font-size: 1.65rem;
  filter: drop-shadow(3px 3px 5px #000);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.section-work_all2 {
  margin-top: 300px;
  max-width: 1190px;
}

.section-work_img5::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: inset 0 0 20px 1px #000;
  width: 100%;
}

.work-blur2 {
  position: relative;
  left: 0px;
  top: -120px;
  margin-left: 10px;
}

.section-work_photo img {
  padding-left: 50px;
}

.section-work_text2 {
  height: 380px;
  width: 600px;
  background: rgba(255, 255, 255, 0.2);
  /*box-shadow: 0 8px 40px 0 rgba( 101, 102, 106, 0.37 );*/
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  /*border: 1px solid rgba( 255, 255, 255, 0.04 );*/
  padding: 140px 60px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.section-work_text2 p {
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

/* .section-work5_h {
  width: 100%;
  height: 290px;
  overflow: hidden;
  position: relative;
} */
.section-work_img5 {
  position: relative;
}

.section-work5_h img {
  height: auto;
  width: 100%;
  margin: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.online {
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 200;
  display: inline-block;
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 0.3rem;
  position: relative;
  /* top: 50%;
  left: 50%; */
  /* transform: translate(-50%, -50%); */
  background-image: url("../img/art-work5.1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.section_overview-title {
  padding: 130px 40px;
  margin-left: 40px;
}

.section_overview-div {
  margin: 0 auto;
  max-width: 850px;
  padding: 0 20px;
}

.section_overview-li {
  margin: 0 auto;
}

.section_overview-dl {
  display: flex;
  padding: 40px 60px;
  border-bottom: solid 1px #333;
  max-width: 850px;
  font-family: 'Noto Serif JP', serif;
}

.section_overview-dl dt {
  flex: 0 0 30rem;
  font-weight: 200;
  letter-spacing: 0.045em;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

.blurTrigger {
  opacity: 0;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}


@media screen and (max-width: 850px) {
  .section-top_title {
    width: 250px;
  }

  .section-top {
    padding-top: 500px;
  }

  .section-about {
    padding: 0 20px;
  }

  .section-about_title {
    padding: 150px 10px 60px;
    width: 210px;
  }

  .section-about_text {
    width: 400px;
    height: auto;
    padding: 3%;
  }

  .bg-f {
    font-size: 7rem;
  }

  .t-f {
    right: -42px;
    top: -15px;
    font-size: 2.2rem;
  }

  .v-line {
    height: 120px;
    right: 90px;
  }

  .bg-f2 {
    font-size: 7rem;
    right: -85%;
  }

  .v-line2 {
    top: -9px;
    height: 120px;
  }

  .bg-f3 {
    font-size: 7rem;
    z-index: 99;
    top: 27vh;
    left: 5%;
  }

  .v-line3 {
    height: 120px;
  }

  .bg-f4 {
    font-size: 7rem;
    top: 12vh;
    left: 82%;
  }

  .v-line4 {
    height: 120px;
    bottom: -40px;

  }

  .about-blur {
    left: 1%;
  }

  .section-work_img {
    margin-left: 0;
    left: -40px;
  }

  .section-work_photo {
    width: 85vw;
  }

  .section-work_text {
    width: 56vw;
    max-width: 448px;
    height: auto;
    padding: 2% 8%;
  }

  .section-work_title {
    padding: 9% 0px 2%;
    width: 275px;
  }

  .section-work_img4 {
    padding-right: 20vw;
  }

  .section-work_text4 {
    width: 56vw;
    padding: 2% 5%;
  }

  .section-work_text5 {
    width: 53vw;
    padding: 2% 8%;
  }

  .section-work_img4::after {
    right: 20vw;
  }

  .section-work_text2 {
    padding: 0%;
    height: auto;
    width: 400px;
  }

  .work-blur {
    position: absolute;
    left: 39%;
    top: 59%;
  }

  .work-blur2 {
    left: -8%;
    top: -90px;
  }

  .work-blur3 {
    left: 40%;
  }

  .section-work_img2 {
    margin-top: 60px;
    top: 40px;
    left: 12%;
  }

  .section-work_all2 {
    margin: 220px 0 170px;
  }

  .section_overview-dl dt {
    flex: 0 0 15rem;
  }

  .section_overview-dl {
    max-width: 600px;
  }

  .section_overview-li {
    max-width: 600px;
  }

  .section-work_photo2 {
    width: 85vw;
  }

  .section-work_img3 {
    left: -7%;
  }

  .section_overview-title {
    padding: 130px 0;
  }

  .section_overview-dl {
    padding: 40px;
  }
}

/* MB423px以下の場合 */
@media screen and (max-width: 550px) {

  .section-top {
    padding-top: 650px;
  }

  .section-top_title {
    width: 200px;
    right: 6%;
    top: 50%;
    filter: drop-shadow(3px 3px 5px #000);
  }

  .section-about_title {
    left: 0;
    padding: 90px 0px 50px;
    width: 45vw;
    margin-left: 25px;
  }

  .section-about {
    padding: 0 15px 0 0;
  }

  .section-about_img {
    padding-left: 0;
    position: static;
  }

  .section-about_img::after {
    padding-left: 0;
  }

  .bg-f {
    font-size: 6.5rem;
    position: relative;
    top: 0vh;
    /* right: -71vw; */
    left: 71vw;
    text-align: right;
    font-family: dnp-shuei-mincho-pr6n, serif;
    font-weight: 500;
    font-style: normal;
    z-index: 999;
  }

  .t-f {
    writing-mode: vertical-rl;
    right: -17px;
    position: absolute;
    top: 8px;
    z-index: 99;
    font-size: 1rem;
    height: auto;
  }

  .v-line {
    z-index: 99;
    width: 0.5px;
    height: 60px;
    background-color: #FFF;
    position: absolute;
    bottom: -70px;
    right: 41%;
    top: auto;
  }

  .section-about_text p {
    letter-spacing: 0.1rem;
    line-height: 1.8;
    font-size: 1em;
    letter-spacing: 0.08em;
  }

  .section-about_text {
    font-size: 1.4rem;
    width: 100vw;
    height: auto;
    padding: 20px;
    line-height: 180px;
  }


  .about-blur {
    /* left: 6%; */
    left: 0%;
    top: 71%;
  }

  .section-work {
    padding: 0;
  }

  .section-work_all {
    flex-direction: row-reverse;
  }

  .section-work_img::after {
    box-shadow: inset 0 0 10px 0.5px #000;
  }


  .section-work_title {
    padding: 230px 0px 80px 25px;
    text-align: right;
    /* margin: 0; */
    width: 60vw;
  }


  .section-work_text {
    width: 100vw;
    height: auto;
    padding: 20px 13px;
    text-align: center;
    line-height: 180px;
    max-width: 100%;
  }

  .section-work_text p {
    letter-spacing: 0.1rem;
    line-height: 1.8;
    font-size: 1.4rem;
  }

  .section-work_img {
    top: -30px;
  }

  .bg-f2 {
    font-size: 6.5rem;
    position: relative;
    top: -8vh;
    right: -73vw;
    text-align: right;
    font-family: dnp-shuei-mincho-pr6n, serif;
    font-weight: 500;
    font-style: normal;
    z-index: 99;
  }

  .v-line2 {
    z-index: 99;
    margin-left: 241px;
    width: 0.55px;
    height: 60px;
    background-color: #FFF;
    position: absolute;
    bottom: -70px;
    right: 49%;
    top: auto;
  }



  .work-blur {
    top: 73%;
    left: 0%;
  }

  .section-work_photo2 {
    width: 100vw;
    max-width: 100%;
  }

  .section-work_img2::after {
    box-shadow: inset 0 0 10px 0.3px #001;
  }

  .section-work_img3 {
    padding-left: 0;
    margin-top: 0px;
    top: 0%;
    left: -2%;
  }

  .section-work_img3::after {
    left: 0px;
  }

  .bg-f2::after {
    height: 100%;
    top: 70px;
    right: 46%;
  }

  .bg-f3 {
    font-size: 6.5rem;
    position: relative;
    top: 18vh;
    left: 11vw;
    text-align: right;
    font-family: dnp-shuei-mincho-pr6n, serif;
    font-weight: 500;
    font-style: normal;
  }

  .bg-f3::before {
    top: 71px;
    right: 48%;
    height: 100%;
  }

  .v-line3 {
    z-index: 99;
    width: 0.55px;
    height: 60px;
    background-color: #FFF;
    position: absolute;
    bottom: -70px;
    right: 47%;
    top: auto;
  }

  .section-work_text4 {
    width: 100vw;
    max-width: 100%;
    height: auto;
    padding: 20px 18px;
    text-align: center;
    margin-left: 0px;
    line-height: 1.8;
  }

  .section-work_text4 p {
    letter-spacing: 0.1rem;
    line-height: 1.8;
    font-size: 1.4rem;
  }

  .work-blur3 {
    left: 0%;
    top: 86%;
    position: absolute;
  }

  .section-work_img4 {
    padding-right: 60px;
  }

  .section-work_img4::after {
    right: 60px;
  }

  .section-work_img {

    left: 0%;
  }

  .section-work_photo {
    width: 100%
  }

  .section-work_img5 {
    top: 0;
  }

  .section-work_text5 {
    width: 100vw;
    max-width: 100%;
    height: auto;
    padding: 20px 18px;
    text-align: center;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4.5px);
    font-family: 'Noto Serif JP', serif;
  }

  .section-work_text5 p {
    letter-spacing: 0.1rem;
    line-height: 1.8;
    font-size: 1.4rem;
  }

  .work-blur2 {
    left: 0%;
    top: -18px;
  }

  .section-work3 {
    top: 13px;
  }

  .bg-f4 {
    font-size: 6.5rem;
    position: relative;
    top: 0;
    left: 72vw;
    text-align: center;
    font-family: dnp-shuei-mincho-pr6n, serif;
    font-weight: 500;
    font-style: normal;
  }

  .bg-f4::after {
    top: 72px;
    right: 47%;
    height: 100%;
  }


  .v-line4 {
    z-index: 99;
    width: 0.55px;
    height: 60px;
    background-color: #FFF;
    position: absolute;
    bottom: -70px;
    right: 50%;
  }

  .section-work_img2 {
    margin-top: 100px;
    top: 40px;
    left: 0%;
  }

  .section-work5_h {
    height: auto;
  }

  .section-work5_h img {
    top: auto;
    transform: translateY(0%)
  }

  .section-work_text2 {
    font-size: 1.4rem;
    width: 100vw;
    height: auto;
    padding: 40px 1.1px;
    text-align: center;
    line-height: 180px;
  }

  .section_overview-title {
    padding: 75px 120px 70px 10px;
    width: 330px;
  }

  .section_overview-title {
    margin-left: 25px;
  }

  .section_overview-div {
    font-size: 1.4rem;
    padding: 0 40px;
  }

  .section_overview-dl {
    display: block;
    padding: 20px 0px;
    line-height: 1.99;
    font-family: dnp-shuei-mincho-pr6n, serif;
  }



  .section-work_all2 {
    margin: 240px 0 110px;
  }

  .pc_hid {
    display: none;
  }

  /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */


  .sp {
    display: block !important;
  }

}