/*ベース spサイズ*/
html {
  scroll-behavior: smooth;  /*リンクスクロールをヌルヌル*/
}

body {
  font-family: "Noto Sans JP","Montserrat","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 14px;
  letter-spacing: .05em;
  color: #333;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

a {
  transition: opacity .3s;
  text-decoration: none;
  color: #1ca9e3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/*--------------------------------
 関数
---------------------------------*/
:root {
  --v-tfontsize: clamp(1.625rem, 1.455rem + 0.73vw, 2.063rem);/*タイトルフォントサイズ*/
  /*--v-upspace: clamp(3.75rem, 2.778rem + 4.15vw, 6.25rem);old_タイトル上スペース(100-17 375-1360)*/
  --v-upspace: clamp(6.25rem, 3.871rem + 10.15vw, 12.5rem);/*タイトル上スペース(100-17 375-1360)*/

  --v-bspace: clamp(1.25rem, 0.764rem + 2.07vw, 2.5rem);/*タイトル下スペース*/
  --v-mainfontsize: clamp(0.875rem, 0.804rem + 0.3vw, 1.063rem);/*本文フォントサイズ(14-17 375-1360)*/
  --V-cfontsize: clamp(0.625rem, 0.53rem + 0.41vw, 0.875rem);/*copyrightフォントサイズ(10-14 375-1360)*/

  --color-main: #EA5514;
  --color-sub: #EF7F42;
  --color-bg: #F0F0F0;
  --color-text: #000;
  --color-text-light: #707070;
  --color-white: #fff;
  --color-black: #000;
  --color-bar: #BABABA;
  --color-bar-focus: #707070;

}

/*--------------------------------
 レイアウト
---------------------------------*/
.wrapper {
/*  padding-top: 73px;*/
}

.section {
  padding-top: var(--v-upspace);
}

.section:nth-of-type(odd) {
  background-color: var(--color-bg);
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

/*インスタグラムアイコンアニメーション*/
.insta-icon {
  transition-duration: .4s;
}
.insta-icon:hover {
  transform: scale(1.2);
}


  /*media Queries 767 PCサイズ
----------------------------------------------------*/
@media screen and (min-width: 768px) {
 .br_none {
  display: none;
 }
  
}


/*--------------------------------
 見出し
---------------------------------*/

.title {
  font-family: "Jost";
  font-size: var(--v-tfontsize);
  font-weight: 600; /*semibold*/
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: var(--v-bspace);
  text-align: center;
  color: var(--color-main);
}


/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  top: 0;
  width: 100%;
  background-color: var(--color-white);
  position: fixed;
  z-index: 1;
  /*  box-shadow: 0 5px 10px -6px rgba(0,0,0,.1);*/
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
}

.header-logo {
  width: clamp(9.375rem, 3.037rem + 27.04vw, 16rem);
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 20px;
  letter-spacing: .05em;
}

.header-logo a {
  color: var(--color-main);
}

.gnav-list {
  display: flex;
  align-items: center;
}


.gnav-item:not(:last-child) {
  margin-left: 10px;
}


.gnav-item a {
  position: relative;
  font-family: "Jost";
  font-size: 0.625em;
  font-weight: 600; /*semibold*/
  display: inline-block;
  padding: 5px 0;
  transition: .3s;
  letter-spacing: .2em;
  color: var(--color-main);
}

/*media Queries 767 PCサイズ
----------------------------------------------------*/
@media screen and (min-width: 768px) {

  /*.header {
    position:static;
    z-index: 0;
  }*/

  .gnav-item a {
    font-size: 1em;
  }
  .gnav-item a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    content: "";
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--color-main);
  }
  .gnav-item:not(:last-child) {
  margin-left: 25px;
  }
  .gnav-item a:hover:after {
    width: 100%;
  }
  .pc-only {
    display: block;
  }
  .insta-icon {
    cursor:pointer;
    margin-left: 25px;
  }
  
}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85vh;
  min-height: 600px;
  max-height: 720px;
  text-align: center;
}

.mv-container {
  padding: 0 20px;
}
.mv img {
  width: clamp(19.688rem, 2.592rem + 63.61vw, 33.125rem); /* Values 315-530px Viewport 430-768*/

}

.mv-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: .1em;
}
.mv-subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: .08em;
}

.mv-text {
  font-size: 14px;
  line-height: 1.7;
}

/*--------------------------------
 Works
---------------------------------*/
.works-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -40px;
}

 .works-item {
   margin-right: 0;
   margin-bottom: calc(100vw * 0.1);
}

.works-item:nth-of-type(3n) {
  margin-right: 0;
}

.works-img img {
  min-width: 280px;
  width: calc(100vw * 0.7 );
  height: auto;
  border: 1px solid #e6e6e6;
}

/*
.works-name {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}

.works-info {
  font-size: 10px;
  margin-top: 5px;
}
*/

/*media Queries 767 PCサイズ
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .works-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  .works-img img {
    width: 280px;
    height: auto;
  }

}

/*--------------------------------
 profile
---------------------------------*/
.profile {
  background-color: var(--color-bg);
}
.profile {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.profile-img {
  width: 20%;
  margin-right: 30px;
  border-radius: 50%;
}
.profile-img img {
  border-radius: 50%;
}
.profile-body {
  flex: 1;
}

.profile-body p {
  font-size: 15px;
  line-height: 1.8;
}

.profile-body p:not(:last-child) {
  margin-bottom: 30px;
}

  /* About */
  .profile {
    display: block;
  }
  .profile-img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .name {
    font-family: "Noto Sans JP";
    font-size: calc(var(--v-tfontsize) * 0.73);
    font-weight: medium;
    letter-spacing: 0.3rem;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .profile-body p {
    font-family: "Noto Sans JP";
    font-weight: 400; /*regular*/
    font-size: var(--v-mainfontsize);
    line-height: 2.0;
    text-align: center;
  }

  .profile-body p:not(:last-child) {
    margin-bottom: 20px;
  }


/*--------------------------------
 Contact
---------------------------------*/
/*
.section2 {
  padding-top: clamp(3.75rem, 0.419rem + 14.21vw, 12.5rem);
}
*/

.contact {
  text-align: center;
}

.contact-item:not(:last-child) {
  margin-right: 10px;
}

.contact-text {
  margin-top: 10px;
}

.lead {
  font-family: "Noto Sans JP";
  font-size: var(--v-mainfontsize);
  font-weight: 400; /*regular*/
  line-height: 2.0;
  text-align: center;
  margin-bottom: 50px;
}

/*--------------------------------
 mailForm
---------------------------------*/

.form {
  padding-bottom: 100px;
}

/*PHP処理からGoogleフォームへ変更*/
/*
.Form__Title {
  text-align: left;
  margin-top: 20px;
}
label {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: bold;
  color: var(--color-text);
}
.Form__Item {
  position: relative;
}

.form-control {
  height: 30px;
  width: 100%;
  margin: 10px 0 0 0;
  background-color: var(--color-bg);
  border: 1.5px solid var(--color-bg);
  border: none;
  outline: none;
  padding: 5px 10px;
}
.Form__Item::after{
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid var(--color-bar);
}
.Form__Item:hover::after{
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid var(--color-bar-focus);
}
.textarea {
  height: 15em;
}
input[type="text"]:focus {
  outline: none;
}
textarea:focus {
  outline: none;
  background-color: var(--color-white);
}
.text-center{
  margin-top: 20px;
}
*/

.btn {
  display: inline-block;
  padding: 20px 40px;
  background-color: var(--color-main);
  color: var(--color-white);
  font-family: "Noto Sans JP";
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.2em;

  border: none;
  border-radius: 30px;
  cursor:pointer;
  /*transition: background-color .3s;*/
}


/*media Queries 767 PCサイズ
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .form {
    padding-bottom: 100px;
  }
  .Form__Title {
    margin-top: 30px;
  }
  .row {
      width: 665px;
      margin: auto;
  }
  .parallel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
    .form-pc {
        width: 310px;
  }
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
  margin: 60px 0;
}

.insta-link {
/*    margin-bottom: 20px;*/
}

footer img {
  margin-bottom: 20px;
}

.f_sentence {
  font-family: "jost";
  font-size: clamp(0.75rem, 0.63rem + 0.51vw, 0.875rem);
  color: var(--color-main);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 2em;
}
.copyright {
  font-size: var(--V-cfontsize);
}

/*media Queries 767
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
    
  }
  footer img {
    margin: 15px 0 20px 0;
  }
}
