@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* Works Style */
#works {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: 8rem auto 15rem;
  gap: 2.5vw;
}
@media screen and (max-width: 768px) {
  #works {
    width: 100%;
    margin: 0 auto;
    padding: 5vw 0 14rem;
    font-size: 2.5rem;
  }
}

#works a {
  text-decoration: none;
  color: #5b4a3f;
}

@media screen and (min-width: 769px) {
  #works a:hover {
    text-decoration: underline;
  }
}

#works .thumb {
  width: 31.36%;
}
@media screen and (max-width: 768px) {
  #works .thumb {
    width: 80%;
    padding-bottom: 1.5rem;
    margin: 0 auto;
  }
}

/* Portfolio Style Mouseover */
.thumb {
  position: relative;
  overflow: hidden;
  width: 30.98%;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  figcaption {
    display: none;
  }
}

figcaption h3,
figcaption p {
  position: absolute;
  left: -100%;
  width: 100%;
  transition: 0.3s;
}

figcaption h3 {
  top: 37%;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  figcaption h3 {
    display: none;
  }
}

figcaption p {
  top: 52%;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  figcaption p {
    display: none;
  }
}

.thumb:hover figcaption {
  opacity: 1;
}

.thumb:hover figcaption h3,
.thumb:hover figcaption p {
  text-align: center;
  left: 0;
  color: #fff;
}

.thumb:hover figcaption h3 {
  transition-delay: 0.2s;
}

.thumb:hover figcaption p {
  transition-delay: 0.5s;
}

/* Profile Style */
#profile {
  width: 85%;
  margin: 0 auto;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  #profile {
    font-size: 1.4rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #profile {
    font-size: 2.5rem;
    padding-bottom: 14rem;
  }
}
#profile > h2 {
  text-align: center;
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  #profile > h2 {
    padding-bottom: 5rem;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  #profile > h2 {
    padding: 0;
    margin: 0 auto;
    padding-bottom: 8rem;
    font-size: 6rem;
  }
}
#profile .name {
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  #profile .name {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #profile .name {
    font-size: 3rem;
    padding-bottom: 2rem;
  }
}
#profile .name > span {
  font-weight: 400;
  font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  #profile .name > span {
    font-size: 1.2rem;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #profile .name > span {
    font-size: 2.2rem;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #profile .introduction {
    font-size: 1.5rem;
    padding-bottom: 2rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  #profile .introduction {
    font-size: 2.5rem;
    padding-bottom: 2rem;
    margin: 0 auto;
    line-height: 4rem;
    vertical-align: baseline;
    text-align: justify;
  }
}
#profile .introduction:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #profile .introduction:last-of-type {
    padding: 0;
  }
}

/* Contact Style */
#contact {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #contact {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    width: 100%;
  }
}

#contact > h2 {
  text-align: center;
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  #contact > h2 {
    font-size: 3.5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #contact > h2 {
    font-size: 6rem;
    margin: 0 auto;
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .txt {
    padding-bottom: 4rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .txt {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 6rem;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: justify;
  }
}

.mailform {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mailform {
    max-width: 85%;
  }
}

.Form-Item {
  border-top: 1px solid #ddd;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .Form-Item {
    padding: 2.4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .Form-Item {
    padding: 4rem 0;
    width: 100%;
    display: block;
  }
}

.Form-Item-Label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .Form-Item-Label {
    font-size: 1.4rem;
    max-width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .Form-Item-Label {
    max-width: 100%;
    font-size: 2.5rem;
    margin: 0 0 1.5rem 0;
    font-weight: 400;
  }
}

.Form-Item-Label-Required {
  margin-right: 0.8rem;
  padding: 0.2rem 0;
  width: 4rem;
  display: inline-block;
  text-align: center;
  background: #323232;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .Form-Item-Label-Required {
    margin-right: 0.8rem;
    padding: 0.3rem 0;
    width: 8rem;
    font-size: 2rem;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  flex: 1;
  width: 100%;
  background: #eaedf2;
}
@media screen and (min-width: 769px) {
  .Form-Item-Input {
    margin-left: 2rem;
    padding-left: 1em;
    padding-right: 1em;
    height: 5.6rem;
    font-size: 1.3rem;
    border-radius: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .Form-Item-Input {
    margin-left: 0;
    padding-left: 1em;
    padding-right: 0;
    height: 7.6rem;
    font-size: 2.5rem;
    border-radius: 0.4rem;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  flex: 1;
  width: 100%;
  background: #eaedf2;
}
@media screen and (min-width: 769px) {
  .Form-Item-Textarea {
    margin-left: 2rem;
    padding-left: 1em;
    padding-right: 1em;
    height: 25rem;
    font-size: 1.4rem;
    border-radius: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .Form-Item-Textarea {
    margin: 0;
    padding: 0;
    height: 43rem;
    font-size: 2.5rem;
    border-radius: 0.4rem;
  }
}

.Form-Btn {
  margin-top: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  letter-spacing: 0.05em;
  background: #323232;
  color: #fff;
  font-weight: 400;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  border: 1px solid #333;
}
@media screen and (min-width: 769px) {
  .Form-Btn {
    font-size: 1.4rem;
    padding: 2rem 0;
    width: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .Form-Btn {
    font-size: 2.5rem;
    padding: 3.5rem 0;
    width: 68%;
  }
}

.Form-Btn:before,
.Form-Btn:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #323232;
  top: 0;
  pointer-events: none;
}

.Form-Btn:before {
  left: 0;
  width: 0;
  height: 2px;
}

.Form-Btn:after {
  right: 0;
  width: 2px;
  height: 0;
}

.Form-Btn:hover {
  background-color: #f8f8f8;
  color: #323232;
}

.Form-Btn:hover:before {
  width: 100%;
  transition: width 0.2s 0.2s;
}

.Form-Btn:hover:after {
  height: 100%;
  transition: height 0.1s 0.4s;
}

/* アニメーション設定 */
h1 {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

h1.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}

#gnav ul li {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

#gnav ul li.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}

.thumb {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

.thumb.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}

#profile > h2 {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

#profile > h2.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}

.introduction {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

.introduction {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s;
}

/* 下層ページ */
.contents_inner {
  width: 100rem;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents_inner {
    width: 80%;
  }
}

.detail {
  width: 100%;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .detail {
    padding: 5rem 0;
    line-height: 2.4rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .detail {
    padding-bottom: 8rem;
    margin: 0;
    line-height: 3.8rem;
    font-size: 2.2rem;
  }
}

.category {
  width: 100%;
}

.categorysp {
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .categorysp {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  .category_sp {
    max-width: 80rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .category_sp {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .category_sp .category_sp_inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .category_sp .category_sp_inner {
    display: grid;
    gap: 3rem 0;
  }
}
@media screen and (min-width: 769px) {
  .category_sp .category_sp_inner > img {
    max-width: 35rem;
  }
}

.caption {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .caption {
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .caption {
    font-size: 2.2rem;
    font-weight: 300;
    padding-bottom: 1rem;
  }
}

.designlist {
  padding-bottom: 15%;
}

.designlistend {
  padding: 0;
  margin: 0 auto;
}

/* ボタン */
.btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #323232;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 300;
  outline: none;
  transition: ease 0.2s;
}
@media screen and (min-width: 769px) {
  .btn {
    padding: 2rem 8rem;
    margin-top: 10rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 2.8rem 10rem;
    margin-top: 15rem;
    font-size: 2.2rem;
  }
}

.btn span {
  position: relative;
  z-index: 3;
  color: #323232;
}

.btn:hover span {
  color: #fff;
}

.btn:before,
.btn:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #323232;
  top: 0;
  pointer-events: none;
}

.btn:before {
  left: 0;
  width: 0;
  height: 2px;
}

.btn:after {
  right: 0;
  width: 2px;
  height: 0;
}

.btn:hover {
  background-color: #323232;
  color: #fff;
}

.btn:hover:before {
  width: 100%;
  transition: width 0.2s 0.2s;
}

.btn:hover:after {
  height: 100%;
  transition: height 0.1s 0.4s;
}

/* ボタン（2列） */
.Form-Btn-2rows {
  margin-top: 50px;
  padding: 18px 0;
  width: 250px;
  display: block;
  letter-spacing: 0.05em;
  background: #323232;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .Form-Btn-2rows {
    font-size: 1.2rem;
    padding: 3.5vw 0;
    width: 68%;
  }
}

.Form-Btn-2rows:before,
.Form-Btn-2rows:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #323232;
  top: 0;
  pointer-events: none;
}

.Form-Btn-2rows:before {
  left: 0;
  width: 0;
  height: 2px;
}

.Form-Btn-2rows:after {
  right: 0;
  width: 2px;
  height: 0;
}

.Form-Btn-2rows:hover {
  background-color: #f8f8f8;
  color: #323232;
}

.Form-Btn-2rows:hover:before {
  width: 100%;
  transition: width 0.2s 0.2s;
}

.Form-Btn-2rows:hover:after {
  height: 100%;
  transition: height 0.1s 0.4s;
}

/* 確認画面 */
#formWrap {
  width: 800px;
  margin: 20vw auto 0;
  color: #555;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  #formWrap {
    width: 90%;
    margin: 5rem auto 0;
  }
}

#formWrap > h3 {
  font-size: 1.7rem;
  margin: 0;
  padding: 50px 0 35px;
}
@media screen and (max-width: 768px) {
  #formWrap > h3 {
    font-size: 1.5rem;
    margin: 0;
    padding: 50px 0 35px;
  }
}

.error_txt {
  font-size: 1.3rem;
  margin: 0;
  padding: 0 0 80px;
}

.error_messe {
  font-size: 1.3rem;
}

#formWrap > p {
  font-size: 1.2rem;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #formWrap > p {
    font-size: 1.3rem;
    margin: 0 0 20px;
  }
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  table.formTable td, table.formTable th {
    padding: 1.5rem 2rem;
    font-size: 1.3rem;
  }
}

table.formTable th {
  width: 25%;
  font-size: 1.2rem;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
@media screen and (max-width: 768px) {
  table.formTable th {
    font-size: 1.3rem;
    margin-top: 5px;
    border-bottom: 0;
  }
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

.formbtn_inner {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .formbtn_inner {
    gap: 1rem;
  }
}

@media screen and (max-width: 572px) {
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
    padding: 1.5rem 2rem;
  }
  input[type=submit], input[type=reset], input[type=button] {
    display: block;
    width: 100%;
    height: auto;
  }
}
.done_inner {
  padding-top: 100px;
  font-size: 1.4rem;
  line-height: 1.8;
}/*# sourceMappingURL=style.css.map */