@charset "utf-8";

/*全体 共通部分 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}



#concept,
#profile,
#works,
#special-thanks {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}


@media screen and (max-width: 767px) {
  #profile,
  #works,
  #special-thanks {
    margin: 0 auto;
    padding: 0 30px;
  }
  #concept {
    margin: 0 auto;
    padding: 0 0 0 30px;
  }
}

.writing-text {
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}
svg{
  display: block;
}
.writing {
  height: 100%;
  margin: 0 auto;
}
.cls-1 {
  fill: #ffffff;
}
#text-path {
  width: 100%;
  mask: url(#mask-stroke);
}
#mask {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 17;
  stroke-dasharray: 4000px;
  stroke-dashoffset: 4000px;
  animation: writeanime 5s linear forwards;
}
@keyframes writeanime {
  from {
    stroke-dashoffset: 4000px;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.loading {
  width: 100%;
  height: 100vh;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100%;
  height: 100vh;
  transition: all 1s;
  filter: grayscale(100%);
  background-image: url(../images/loading-bg-pc@2x-100.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

/* KV */
.main-visual {
  position: relative;
  width: 100%;
  height: auto; /* 高さは任意に設定してください */
  overflow: hidden; /* 要素がはみ出さないようにする */
  background-size: cover; /* 背景画像をコンテナにフィットさせる */
  background-position: center; /* 中央に配置する */
  background-repeat: no-repeat; /* 背景画像の繰り返しを防ぐ */
}
img.grayscale {
  position: absolute;
  top: 0;
  display: block;
  animation: grayscale 7s forwards;
  animation-delay: 7s;
  filter: grayscale(100%);
}
img.grayscale-sky {
  animation: grayscale 7s forwards;
  animation-delay: 3s;
  filter: grayscale(100%);
}
@keyframes grayscale {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0);
  }
}
@media screen and (max-width: 767px) {
  img.grayscale {
    top: inherit;
    bottom: 0;
  }
}
/* ロゴ　共通部分 */
#profile h2,
#works h2 {
  position: relative;
  margin-top: 280px;
}
#profile h2 img,
#works h2 img {
  width: 266px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#profile h2 p,
#works h2 p {
  font-size: 4.5rem;
  font-weight: 400;
  margin-bottom: 40px;
}
/* ロゴ　共通部分767px以下はここから読み込み */
@media screen and (max-width: 767px) {
}

/* コンセプト */
#concept {
  margin: 0 auto;
}
.concept__image {
  width: 65%;
  min-width: 290px;
  padding-bottom: 9%;
}
.concept__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  align-items: end;
  position: relative;
  padding-top: 28%;
}
.concept__image-window{
  width: 50%;
  position: absolute;
  top: 58%;
  right: 0;
  z-index: -1;
}
.concept__image-window window-frame{
  top: 0;
}
.concept__text {
  font-size: 1.25rem;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.pane{
  position: absolute;
  opacity: 0;
}
.is-active .pane{
  opacity: 0;
}
.is-active .pane-1{
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: revealPane 2s forwards;
  animation-delay: 0s;
  opacity: 0;
}
.is-active .pane-2{
  width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: revealPane 2s forwards;
  animation-delay: 1s;
  opacity: 0;
}
.is-active .pane-3{
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  animation: revealPane 2s forwards;
  animation-delay: 2s;
  opacity: 0;
}
.is-active .pane-4{
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  animation: revealPane 2s forwards;
  animation-delay: 3s;
  opacity: 0;
}
.pane-3, .pane-4{
  width: 45%;
}
@keyframes revealPane {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* コンセプト767px以下はここから読み込み */
@media screen and (max-width: 767px) {
  /* .concept__image{
    width:270px;
  } */
  .concept__inner {
    display: block;
    position: relative;
  }
  .concept__image-window {
    position: absolute;
    right: 10px;
  }
  .concept__image-window {
    min-width: 240px;
  }
  .concept__text {
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.04em;
    padding: 0 33px 0 0;
  }
}

/* プロフィール */
#profile {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
.portrait__wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* gap: 4%; */
  max-width: 1000px;
}
.frame {
  position: absolute;
}
.is-active .frame{
  opacity: 0;
}
.frame img {
  width: 400px;
}
.is-active .frame01{
  animation: revealPane 3s forwards;
  animation-delay: 0s;
  opacity: 0;
}
.is-active .frame02{
  position: absolute;
  width: 350px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: revealPane 3s forwards;
  animation-delay: 1.5s;
  opacity: 0;
}
.portrait {
  margin-left: 16px;
}
.portrait img {
  width: 370px;
}
.text__wrapper {
  font-size: 30px;
  margin-left: 5%;
}
.text__wrapper .name {
  font-size: 1.875rem;
  margin-bottom: 4%;
  margin-top: 6%;
}
#profile .text,
#profile .text__more{
  font-size: 1.0625rem;
  line-height: 2.117;
}
#profile .text__more{
  display: none;
}
#profile .text__more.open{
  display: block;
}
.view__more_button{
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid #2d2d2d;
  color: #2d2d2d;
  width: 86px;
  padding-right: 12px;
  padding-top: 20px;
  margin: 0 30px 0 83%;
}
.view__more_button::before {
	content: "";
	display: block;
	width: 13px;
	height: 0.3px;
	background: #2d2d2d;
	rotate: 45deg;
	position: absolute;
	right: -2px;
	bottom: 4.5px;
}
/* プロフィール910px以下はここから読み込み */
@media screen and (max-width: 910px){
  .portrait__wrapper{
    display: block;
    text-align: left;
    padding-top: 5%;
  }
}

/* プロフィール767px以下はここから読み込み */
@media screen and (max-width: 767px) {
  .portrait__wrapper {
    display: block;
  }
  .text__wrapper .name {
    padding-top: 35px;
    margin-bottom: 40px;
  }
  #profile .text,
  #profile .text__more {
    padding: 0 30 0 30;
    font-size: 15px;
  }
  .frame img {
    width: 98%;
  }
  .is-active .frame02{
    width: 87%;
  }
  .portrait {
    margin-left: 11px;
  }
  .portrait img {
    width: 89%;
  }
}

/* works */

/* 共通部分 */
#works .works__hairsalon,
#works .works__item-burger,
#works .works__spring-sale-banner,
#works .works__item-workers,
#works .works__trip-banner,
#works .works__cafe {
  width: 310px;
  height: 184px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 2.5px 2.5px 10px #e6e6e6;
  text-align: center;
  align-items: center;
  margin-bottom: 22px;
}
#works ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
}
#works ul li {
  margin-bottom: 128px;
}
#works a {
  font-size: 15px;
  margin-bottom: 130px;
}

/* hair salon */
/* workers */
/* design cafe */
#works .works__hairsalon img,
#works .works__item-workers img,
#works .works__cafe img,
#works .works__trip-banner img,
#works .works__spring-sale-banner img{
  width: 89%;
  margin-top: 3%;
  margin-bottom: 2%;
}

/* burger banner */
#works .works__item-burger {
  display: flex;
  align-items: center;
  padding: 2%;
  gap: 1.5%;
}

@media screen and (max-width: 705px) {
  #works .works__hairsalon,
  #works .works__item-burger,
  #works .works__spring-sale-banner,
  #works .works__item-workers,
  #works .works__trip-banner,
  #works .works__cafe {
    width: 100%;
    height: auto;
  }
}

/* works max-width767px以下はここから読み込み */
@media screen and (max-width: 767px) {
  #works ul {
    width: 100%;
    margin: 0 auto;
  }
  #works ul li {
    display: block;
    align-items: center;
    margin-bottom: 78px;
  }
}

/* special thanks */
#special-thanks .special-thanks_image img {
  width: 94%;
  text-align: center;
  box-shadow: 2.5px 2.5px 10px #e6e6e6;
}
#special-thanks .special-thanks__wrapper {
  position: relative;
  text-align: center;
}
#special-thanks h2 {
  position: absolute;
  margin-top: 11%;
  margin-left: 6%;
  z-index: 2;
}
#special-thanks h2 p {
  font-size: 41px;
  font-weight: 400;
}
#special-thanks h2 img {
  width: 313px;
  position: absolute;
  top: 45%;
  left: 0;
  z-index: -1;
}
.special-thanks__to {
  position: absolute;
  font-size: 30px;
  font-weight: 400;
}
.special-thanks__text {
  position: absolute;
  display: flex;
  text-align: left;
  margin-top: 20%;
  left: 6%;
}
.special-thanks__text ul li {
  margin-top: 12%;
  font-size: 20px;
}
.instagram-url {
  padding-top: 10px;
  font-weight: 600;
}
.instagram-url span {
  font-family: "游ゴシック体 Pr6N R";
  font-size: 14px;
  margin-left: 10px;
}

/* special thanks 767以下はここから読み込み */
@media screen and (max-width: 767px) {
  #special-thanks h2 p {
    font-size: 22px;
  }
  #special-thanks h2 img {
    width: 120px;
    top: 10px;
  }
  .special-thanks__to {
    font-size: 20px;
  }
  .special-thanks__text {
    margin-top: 35%;
  }
  .special-thanks__text ul li {
    margin-top: 12%;
    font-size: 14px;
  }
  .instagram-url {
    padding-top: 10px;
    font-weight: 600;
  }
  .instagram-url span {
    font-size: 12px;
    margin-left: 10px;
  }
  #special-thanks .special-thanks_image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}

/* contact page */
.form__wrapper {
  max-width: 1000px;
  padding: 0 30px 0 30px;
  margin: 0 auto;
}
form {
  max-width: 650px;
  margin: 0 auto;
}
.form__inner,
input {
  width: 100%;
  border-style: none;
  padding: 2% 0;
  border-radius: 3px;
}
textarea {
  width: 100%;
  border-style: none;
  padding: 10px 0 170px 0;
}
.form__inner p {
  padding: 43px 0 15px 0;
}
.submit .submit_textarea {
  width: 300px;
  height: 4%;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #2d2d2d;
}
.submit {
  width: 300px;
  margin-top: 20px;
  margin: 20px auto 0 auto;
}
.submit:hover {
  cursor: pointer;
}
/* サンクスページ */
.thanks-page__wrapper{
  position: relative;
  width: 80%;
  margin-top: 200px;
  margin: 200px auto 0;

  text-align: center;
}
.thanks-page__image img{
  width: 80%;
  object-fit: cover;
  box-shadow: 2.5px 2.5px 10px #e6e6e6;
}
.thanks-page__wrapper p{
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 2;
  text-align: left;
  margin-top: 10%;
  margin-left: 14%;
  font-size: 20px;
}
@media screen and (max-width: 1100px){
  .thanks-page__wrapper p{
    font-size: 17px;
  }
}
@media screen and (max-width: 664px){
  .thanks-page__wrapper p{
    font-size: 16px;
    margin-top: 10%;
  }
  .thanks-page__wrapper{
    width: 100%;
  }
}