@charset "utf-8";

/* ==========================================
  fv
   ========================================== */
@media (min-width: 1025px) {
  .home_group {
    position: relative;
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    padding-left: 80px;
  }
}



  @media (min-width: 1025px) {
  .fv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;

  }
}

.fv_box {
  align-items: flex-end;
  position: relative;
}

@media (min-width: 1025px) {
  .fv_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;


  }
}

.fv_img {
  display: block;
  width: calc(286 / 375 * 100%);
  height: calc(100vh * 633 / 815);
  padding-top: 32px;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .fv_img {
    width: calc(900 / 1920 * 100vw);
    height: calc(700 / 1080 * 100vh);
    padding-top: 0;
  }
}

.fv_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.fv_img_sp {
  display: block;
}

@media (min-width: 1025px) {
  .fv_img_sp {
    display: none;
  }
}

.fv_img_pc {
  display: none;
}

@media (min-width: 1025px) {
  .fv_img_pc {
    display: block;
  }
}

.fv_ttl {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  display: flex;
  gap: 8px;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .fv_ttl {
    top: 80px;
    left: 0;
    transform: translateY(0);
    gap: 0;
  }
}

.fv_ttl_text {
  display: flex;
}

@media (min-width: 1025px) {
  .fv_ttl_text {
    font-size: clamp(96px, 10.7263vw - 13.944px, 192px);
    line-height: clamp(96px, 10.7263vw - 13.944px, 192px);
    letter-spacing: 2px;
  }
}

.fc {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 16px;
  margin: 32px 16px 0 16px;
  border-radius: 5px;
  background-image: url(../img/back.webp);
  background-size: cover;
  background-position: center;
}

@media (min-width: 1025px){
  .fc {
    bottom: -150px;
    position: absolute;
    width: 400px;
    height: auto;
    padding: 40px;
    gap: 40px;
    margin: 0;
  }
}

.fc_text_ttl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 1025px){
  .fc_text_ttl {
    
  }
}

.fc_text_ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #a200ca;
}

@media (min-width: 1025px){
  .fc_text_ttl::after {
    width: 100px;
    height: 5px;
  }
}

.fc_text {
  display: block;
}

@media (min-width: 1025px){
  .fc_text {
    
  }
}



/* ==========================================
  about
   ========================================== */
.about {
  margin-top: 64px;
}

@media (min-width: 1025px) {
  .about {
    margin-top: 256px;
    position: relative;
    display: flex;
    height: 100vh;
    padding-left: 80px;
  }
}

.about_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1025px) {
  .about_box {
    width: 100%;
    position: relative;
  }

}

.home_about_ttl {
  padding-left: 16px;
}

@media (min-width: 1025px){
  .home_about_ttl {
  position: absolute;
  top: 80px;
  left: 0;
  display: flex;
  padding-left: 0;
  }
}

.home_about_img {
  display: block;
  width: calc(286 / 375 * 100%);
  height: 160px;
  margin-top: 32px;
  margin-left: auto;
}

@media (min-width: 1025px){
  .home_about_img {
    width: calc(700 / 1920 * 100vw);
    height: calc(500 / 1080 * 100vh);
    padding-top: 0;
  }
}

.home_about_img img {
  object-position: top right;
}

@media (min-width: 1025px){
  .home_about_img img {

  }
}

.home_about_img_sp {
  display: block;
}

@media (min-width: 1025px) {
  .home_about_img_sp {
    display: none;
  }
}

.home_about_img_pc {
  display: none;
}

@media (min-width: 1025px) {
  .home_about_img_pc {
    display: block;
  }
}

.about_text_box {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 16px;
  margin: 32px 16px;
  border-radius: 5px;
  background-image: url(../img/back.webp);
  background-size: cover;
  background-position: center;
  z-index: 1;
}

@media (min-width: 1025px){
  .about_text_box {
    position: absolute;
    bottom: -150px;
    width: 500px;
    height: auto;
    padding: 40px;
    gap: 40px;
  
  }
}

.home_about_text_ttl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home_about_text_ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #a200ca;
}

@media (min-width: 1025px) {
  .home_about_text_ttl::after {
    width: 100px;
    height: 5px;
  }
}

.about_link {
  display: flex;
  align-items: center;
  align-self: flex-end;
  gap: 8px;
  border-bottom: 1px solid #e9ebf6;
  padding-bottom: 3px;
  padding-top: 16px;
}

.about_nav_text {
  font-family: "Noto Sans JP" , "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #e9ebf6;
}

.about_linkmark {
  width: 14px;
  height: 14px;
}


/* ==========================================
  works
   ========================================== */
  
.works {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 1025px) {
  .works {
    flex-direction: row;
    padding-left: 80px;
    position: relative;
    margin-top: 256px;
    gap: 0;
  }
}


.works_box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 1025px) {
  .works_box {
    width: 100%;
    gap: 80px;
  }

  .works_box .button_works {
    margin-top: 0;
    margin-bottom: 0;
  }
}

