@charset "UTF-8";
/* 共通部分 */
/* * {
  margin: 0;
  padding: 0;
} */
body {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
}
/* Googleフォント */
.oleo-r {
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}
.oleo-b {
  font-family: "Oleo Script", system-ui;
  font-weight: 700;
  font-style: normal;
}
.great {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}
/* ハンバーガーメニュー */
/*=========================================
#hamburger
=========================================*/
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 150;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hamburger span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  /* background-color: #333333; */
  transition: transform 0.3s;
}

.hamburger.is-active span {
  background-color: rgb(54, 37, 32);
}

.hamburger span:nth-child(1) {
  top: 30%;
  background-color: rgb(54, 37, 32);
}

.hamburger span:nth-child(2) {
  top: 60%;
  background-color: rgb(54, 37, 32);
}

.hamburger span:nth-child(3) {
  top: 90%;
  background-color: rgb(54, 37, 32);
}

/*=========================================
#drawer
=========================================*/
.drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 130;
  width: 100%;
  height: 100vh;
  background-color: rgb(158, 202, 168);
  transition: opacity 0.3s, visibility 0.3s;
}

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

.drawer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  font-size: x-large;
  gap: 50px;
  list-style: none;
}

.drawer__link {
  color: blanchedalmond;
}

/* ===============================================
# 共通
=============================================== */
a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  font-style: italic;
  vertical-align: middle;
  shape-margin: 0.75rem;
}

.sp-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }

  .sp-none {
    display: none;
  }
}
/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
/* スクロールCSS ここまで */

.page_top {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 100vh;
  width: 100%;
}

.wrapper {
  max-width: 100%;
  margin: auto;
}
.main-nav_home,
.main-nav,
.main-nav1 {
  padding-top: 20px;
  margin-right: 20px;
  gap: 20px;
  display: flex;
  justify-content: center;
  list-style-type: none;
  font-size: 25px;
}

.main-nav a {
  color: rgb(54, 37, 32);
}
.main-nav_home a,
.main-nav1 a {
  color: blanchedalmond;
  font-weight: bold;
}
.main-nav_home a:hover,
.main-nav a:hover,
.main-nav1 a:hover,
.tuduki a:hover,
.kuwasiku a:hover {
  color: rgb(122, 203, 176);
}
.header {
  padding-left: 2rem;
  padding-top: 2rem;
  color: blanchedalmond;
  font-size: 60px;
  width: 100%;
  box-sizing: border-box;
}

.index1 {
  text-align: center;
  width: 100%;
  padding-top: 300px;
  font-size: 17px;
  font-weight: bold;
  color: rgb(54, 37, 32);
  text-shadow: 1px 1px 2px rgb(249, 249, 251), 0 0 1em rgb(249, 249, 251),
    0 0 0.2em rgb(249, 249, 251);
}
.kadai1,
.kadai2,
.kadai3,
.works1,
.works2,
.works3,
.wcb,
.sky,
.douga1,
.douga2 {
  width: 80%;
  margin: 0 auto;
}
.pro {
  text-align: center;
}
.douga {
  margin: 0 auto;
}
.kadai1,
.kadai2,
.works1,
.works2,
.works3,
.wcb,
.sky {
  padding-bottom: 100px;
}
.sakuhin {
  text-align: center;
}
.index_wrap {
  width: 100%;
}

/* 上に戻るボタン */
/* ------------------ */
/*　　ボタン関係の部品を全部囲うタグ：ここのidがjQueryの動作と連動する */
#page_top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  opacity: 0.5;
}
/* ボタン画像のサイズ指定 */
.c-up-to-btn_img {
  width: 50px;
  height: 50px;
}
.works,
.self1,
.contact,
.skill {
  margin-top: 110px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 55px;
  color: rgb(54, 37, 32);
}
.tuduki a,
.kuwasiku a {
  color: rgb(54, 37, 32);
}
.tuduki,
.kuwasiku {
  padding-top: 30px;
  text-align: right;
  margin-right: 50px;
  font-size: 15px;
  font-weight: bold;
}

.self_img {
  margin-left: 30px;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
}
.profile_img {
  margin-left: 30px;
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto;
}
.self2,
.profile2 {
  margin: 20px 20px 0 20px;
}
.skill_wrap {
  padding: 0 30px 0 30px;
}
.skill2,
.skill4 {
  text-align: center;
}
.skill3,
.skill5 {
  padding-bottom: 50px;
}
.star {
  padding-bottom: 10px;
}
.form {
  text-align: left;
  margin: 0 80px 20px 80px;
}
form {
  width: 400px;
  margin: 0 auto;
  padding: 20px;
}
label {
  display: block;
  margin-bottom: 5px;
  color: rgb(54, 37, 32);
}
input[type="text"],
input[type="email"],
input[type="toiawase"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid rgb(54, 37, 32);
  border-radius: 3px;
}
input[type="toiawase"] {
  height: 300px;
}
.btn {
  margin-top: 20px;
  display: inline-block;
  font-size: 1.5rem;
  background-color: rgb(158, 202, 168);
  color: blanchedalmond;
  border-radius: 20px;
  padding: 0.75rem 1.5rem;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.btn:hover {
  background-color: rgb(122, 203, 176);
  color: #fff;
}

.align-center {
  text-align: center;
}
.page-footer {
  margin-top: 100px;
  background-color: rgb(158, 202, 168);
}
.copyright {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
  color: blanchedalmond;
}
/* スマホ版 */
@media (max-width: 768px) {
  .bamboo {
    height: 100vh;
    background-image: url(./images/top_bamboo.jpg);
    background-size: cover;
    background-position: center bottom;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .main-nav_home,
  .main-nav {
    display: none;
  }
}
/* デスクトップ版 */
@media (min-width: 769px) {
  .bamboo {
    background-image: url(./images/top_bamboo_pc.png);
    background-size: cover;
    margin: auto;
    height: 100vh;
    width: auto;
    background-position: center bottom;
  }
  /* スクロールCSS */
  .fade-in {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
  }
  .fade-in-up {
    transform: translate(0, 50px);
  }
  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }
  /* スクロールCSS ここまで */
  .main-nav_home,
  .main-nav {
    justify-content: right;
  }
  .index1 {
    margin-top: -80px;
    font-size: 20px;
    text-align: right;
    padding-right: 50px;
  }
  .header {
    font-size: 100px;
  }
  .sakuhin {
    display: flex;
    gap: 5%;
    padding: 0 30px 0 30px;
  }
  .self_wrap,
  .profile1_wrap {
    display: flex;
    align-items: center;
    margin: 0 130px 0 130px;
    gap: 20px;
  }
  .skill1_wrap {
    display: flex;
    justify-content: center;
    gap: 70px;
  }
  .self_img,
  .profile_img {
    margin-left: 30px;
  }
  /* .kunren {
    text-align: center;
  } */
  .wcb,
  .sky,
  .douga {
    display: flex;
    align-items: center;
    object-fit: cover;
    margin-top: 70px;
  }
  .wcb1,
  .sky1 {
    width: 80%;
    height: 80%;
  }
  /* .douga {
    margin: 0 50px 0 50px;
  } */
  .douga1 {
    width: 80%;
    height: 80%;
  }
  .douga2 {
    max-width: 180px;
    margin-right: 50px;
  }
  .form {
    text-align: center;
  }
  /* お問い合わせ */
  form {
    width: 800px;
    margin: 0 auto;
    padding: 20px;
  }
}
