@charset "UTF-8";
/* CSS Document */


html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  color: #FDF8F3;
  background-color: #23130E;
  cursor: none;
  scroll-behavior: smooth;
}

 /*-----------------------------loading-----------------------------------*/
.loader_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
 background-color: #23130E;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


.loader {
  width: 35px;
  height: 80px;
  position: relative;
    z-index: 600;
}
.loader:after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px 5px;
  border-top: 1px solid #bbb6aa;
  border-bottom: 4px solid #bbb6aa;
  background: 
    linear-gradient(#612329 0 0) bottom no-repeat content-box, 
    #e4e0d7;
  mix-blend-mode: darken;
  animation: l1 2.3s infinite linear;
}
.loader:before {
  content: "";
  position: absolute;
  inset: -18px calc(50% - 2px) 8px;
  background: #eb6b3e;   
  transform-origin: bottom;
  transform: rotate(8deg);
}
@keyframes l1 {
 0%   {background-size: 100% 100%}
 100% {background-size: 100% 5%}
}

.image a:hover{
    opacity: .6;
}

h1 {
  color: #FDF8F3;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
h2 {
  font-weight: bold;
  font-size: 1rem;
  font-family: "fot-rodin-pron", sans-serif;
  line-height: 1.8;
}
h3 {
  color: #8CFF9B;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 1rem;
  text-indent: 0.5em;
}
p {
  color: #FDF8F3;
  font-family: "zen-kaku-gothic-antique", sans-serif;
}
header {
  width: 375px;
  display: flex;
  justify-content: space-between;
}
nav ul {
  display: flex;
}
a h1:hover, nav li a p:hover {
  color: #8CFF9B;
  transition: 0.5s;
}
nav li a p {
  padding: 1rem;
  font-family: "fot-rodin-pron", sans-serif;
  letter-spacing: 0.08em;
}
#nav_works {
  letter-spacing: 0.1em;
}
.green {
  color: #8CFF9B;
}
main {
  width: 85%;
  margin: 0 auto;
  align-items: center;
}
.works {
  width: 320px;
  height: 200px;
  margin: 1.5rem auto;
  border: 1px solid #FBE1CB;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 10px 3px rgba(217, 136, 30, 0.5);
}
.works-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wrapper_h2 {
  padding: 3rem;
  text-align: center;
  font-family: "corporate-logo-ver2", sans-serif;
  color: #FBE1CB;
  letter-spacing: 0.1em;
}
section {
  margin-bottom: 5rem;
}
section h2 {
  text-indent: 1rem;
  color: #FBE1CB;
  letter-spacing: 0.03em;
}
.btn_more {
  font-size: 1.5rem;
  font-family: "corporate-logo-ver2", sans-serif;
}
#about_wrapper {
  margin: 5rem 0;
}
.about_date {
  font-weight: bold;
  letter-spacing: 0.2em;
}
.about_pic_p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_p {
  width: 90%;
  padding: 3rem 1rem;
}
.about_p p {
  margin: 2.4rem auto;
  font-size: 1.3rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
.about_pic_p img {
  width: 15rem;
  height: 20rem;
  aspect-ratio: 3/4 auto;
}
#to_top_icon {
  display: none;
}

footer{
    padding:2rem;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
    
h2 {
    font-size: 1.6rem;}
    
  h3 {
    font-size: 2rem;
    letter-spacing: 0.09em;
    padding-bottom: 5rem;
    text-indent: 4.5em;
    ;
  }
  header {
    width: 100%;
  }
  header nav li p {
    font-size: 1.8rem;
    padding: 2rem 1rem;
    letter-spacing: 0.05em;
  }
  #nav_works {
    letter-spacing: 0.08em;
  }
  nav {
    padding-right: 2rem;
  }
  main {
    width: 70%;
  }
  section {
    margin-bottom: 10rem;
  }
  .works_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .wrapper_h2 {
    text-align: center;
    padding: 13rem 0 10rem 0;
    font-size: 3rem;
  }
  section h2 {
    text-indent: 2rem;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .works {
    width: 500px;
    height: 310px;
    margin: 1.5rem;
  }
  .btn_more {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  /*-----------------------------ABOUT-index-----------------------------------*/
  .about_pic_p {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    vertical-align: middle;
  }
  .about_p {
    width: 50%;
  }
  .about_p p {
    font-size: 1.6rem;
  }
  .about_pic_p img {
    width: 30rem;
    height: 40rem;
  }
  /*-----------------------------ABOUT-more-----------------------------------*/
  #about .wrapper_h2 {
    padding-top: 0;
    padding-bottom: 3rem;
  }
    
 /*-----------------------------TOPへ-----------------------------------*/   
#to_top_icon {
  display: block;
}    
    
  footer a {
    color: #8CFF9B;
    position: fixed;
    bottom: 24px;
    right: 80px;
    text-decoration: none;
    display: block;
    width: 100px;
    padding: 16px 20px;
    text-align: right;
    transform: rotate(90deg);
    transform-origin: bottom right;
    font-size: 1.6rem;
  }
  footer a:hover {
    color: #FDF8F3;
    transition: 0.5s;
  }
  .arrow1 {
    width: 72px;
    height: 1px;
    background: #8CFF9B;
    position: absolute;
    top: 50%;
    right: 62px;
  }
  .arrow2 {
    width: 1px;
    height: 24px;
    background: #8CFF9B;
    position: absolute;
    top: calc(50% + 1px);
    right: 133px;
    transform: rotate(-130deg);
    transform-origin: top left;
  }
  /*-----------------------------WORKS-----------------------------------*/
  #works h3 {
    text-indent: -0.5em;
  }
  #works .works_wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  #works .works {
    width: 320px;
    height: 200px;
  }
  #works-tori .works {
    width: 300px;
    height: 400px;
  }
  #works section h2 {
    font-size: 1.4rem;
  }
  /*-----------------------------マウスストーカー-----------------------------------*/
  #stalker {
    pointer-events: none;
    position: fixed;
    width: 120px;
    height: 120px;
    background: radial-gradient(ellipse at 50% 50%, rgba(255, 200, 150, 0.25) 0%, rgba(255, 200, 150, 0) 100%), radial-gradient(ellipse at 60% 50%, rgba(255, 174, 66, 0.3) 0%, rgba(255, 174, 66, 0) 90%), radial-gradient(ellipse at 40% 40%, rgba(255, 209, 153, 0.4) 0%, rgba(255, 209, 153, 0) 80%), linear-gradient(135deg, rgba(255, 180, 100, 0.15) 0%, rgba(255, 160, 90, 0) 80%, rgba(255, 130, 70, 0.3) 100%), linear-gradient(to right, #ffddaa 0%, #ffbb77 35%, #ffaa55 65%, #ff9944 100%);
    background-blend-mode: screen, luminosity, saturation, darken, color-dodge, color;
    filter: blur(20px);
    border-radius: 50%;
    transition: transform 0.1s ease, width 0.2s, height 0.2s;
    transform: translate(-50%, -50%);
    z-index: 999;
  }
  /* 光が広がる + 色が強くなる */
  .hovering #stalker {
    width: 180px;
    height: 180px;
    filter: blur(28px);
    background: radial-gradient(ellipse at 50% 50%, rgba(255, 180, 130, 0.4) 0%, rgba(255, 180, 130, 0) 100%), radial-gradient(ellipse at 60% 50%, rgba(255, 140, 50, 0.5) 0%, rgba(255, 140, 50, 0) 80%), radial-gradient(ellipse at 40% 40%, rgba(255, 180, 120, 0.6) 0%, rgba(255, 180, 120, 0) 70%), linear-gradient(135deg, rgba(255, 140, 80, 0.3) 0%, rgba(255, 130, 60, 0) 80%, rgba(255, 110, 40, 0.5) 100%), linear-gradient(to right, #ffcc99 0%, #ffaa66 35%, #ff9933 65%, #ff8822 100%);
  }
  /* B：「click」表示 */
  #stalker::after {
    content: 'click';
    color: white;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
  }
  .hovering #stalker::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
  }
}