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

/* メインビジュアル */
.section_mv {
  height: 973px;
  text-align: center;
}
.mv_maintext {
  display: inline-block;
  text-align: left;
}
.mv_maintext-1 {
  font-family: Montserrat;
  color: #806E53;
  font-size: 50px;
  font-weight: 300;
  margin-top: 110px;
}
.mv_maintext-2 {
  font-family: Montserrat;
  color: #806E53;
  font-size: 120px;
  font-weight: 400;
  margin-top: 15px;
}
.mv_text {
  text-align: left;
  font-size: 20px;
  line-height: 3.0em;
  margin-top: 30px;
}
.mv_latter {
  display: flex;
  margin-left: 20px;
  align-items: flex-end;
}
.mv_wind {
  display: flex;
  justify-content: right;
}
.mv_city {
  display: flex;
  margin-top: 12px;
  border-bottom: solid #806E53 28px;
}
.mv_city img {
  width: 100%;
}
@media (max-width:767px) {
  .section_mv {
    height: 701px;
  }
  .mv_maintext {
    text-align: center;
  }
  .mv_maintext-1 {
    font-size: 30px;
    margin-top: 60px;
  }
  .mv_maintext-2 {
    font-size: 50px;
    margin-top: 20px;
  }
  .mv_text {
    line-height: 2.0;
    margin-top: 50px;
    font-size: 16px;
  }
  .mv_latter {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .mv_wind {
    justify-content: center;
  }
  .mv_city {
    border-bottom: solid #806E53 18px;
    margin-top: 30px;
  }
  .mv_city img {
    margin-bottom: -5px;
  }
}

/* タイトル */
.title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_title {
  flex-direction: column;
}
.top_title img {
  margin: 0 50px 0;
}
.title_section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_section-en {
  font-family: Montserrat;
  color: #806E53;
  font-size: 55px;
  font-weight: 500;
}
.title_section-jp {
  color: #806E53;
  font-size: 20px;
  font-weight: 300;
}

@media (max-width:767px) {
  .top_title img {
    margin: 0 10px 0;
  }
  .title_section-en {
    font-size: 32px;
  }
  .title_section-jp {
    font-size: 12px;
  }
}

/* 制作物 */
.category {
  border-bottom: solid #806E53 1px;
  padding: 5px 10px;
  border-top: solid #806E53 1px;
  color: #806E53;
  font-size: 14px;
  font-weight: 500;
}
.design {
  color: #C1BFBC;
  margin-left: 20px;
  font-size: 20px;
  font-family: Montserrat;
}
.coding {
  color: #C1BFBC;
  font-size: 20px;
  font-family: Montserrat;
}
.slash {
  color: #C1BFBC;
}
.works_name {
  font-size: 20px;
  margin-top: 15px;
}
.works_things {
  margin-top: 20px;
}
.works_place {
  margin-top: 60px;
  display: flex;
  gap: 200px;
}
.works_img img {
  width: 100%;
}
.section_works {
  border:#806E53 4px solid;
  padding: 16px;
  width: 90%;
  margin: 80px auto;
  max-width: 1370px;
}
.container_works {
  border:#806E53 1px solid;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  background: #ffffff;
  max-width: 1342px;
}

@media (max-width:600px) {
  .category {
    font-size: 12px;
  }
  .design {
    font-family: "Montserrat","Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    margin-left: 10px;
    font-size: 16px;
  }
  .coding {
    font-size: 16px;
    font-family: "Montserrat","Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }
  .works_name {
    font-size: 16px;
    margin-top: 10px;
  }
  .works_place {
    display: block;
    flex-direction: column;
  }
  .works_things {
    margin-top: 5px;
  }
  .section_works {
    border:#806E53 2px solid;
    padding: 9px;
    margin: 40px auto;
  }
  .container_works {
    padding-top: 40px;
  }
  .works_cook {
    margin-top: 40px;
  }
  .works {
    margin-top: 60px;
  }
}

/* リンクボタン */
.link_works {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 125px;
  margin-bottom: 60px;
}
.link_works a {
  font-family: Montserrat;
  display: inline-block;
  width: 100%;
  padding: 16px 0 11px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  color: #806E53;
  border: 2px solid #806E53;
  position: relative;
}
.link_works a::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #806E53;
  position: absolute;
  top: 2px;
  left: -11px;
  transform: rotate(-45deg);
} 

/* スキル */
.section_skill {
  margin-top: 170px;
}
.skill_title {
  color: #7A5D47;
  font-family: Montserrat;
  font-size: 35px;
}
.skill_solid {
  display: inline-block;
  border: #7A5D47 1px solid;
  width: 32px;
  margin: 20px;
}
.skill_main-title {
  display: flex;
  align-items: center;
}
.skill_text {
  max-width: 405px;
  margin-top: 20px;
}
.skill_contents {
  padding-top: 20px;
}
.skill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.skills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 200px;
}
@media (max-width:767px) {
  .skills {
    flex-direction: column;
    margin-top: 50px;
    gap: 50px;
  }
  .skill_title {
    font-size: 25px;
  }
  .skill_text {
    font-size: 16px;
  }
  .skill_coding {
    margin-top: 50px;
  }
  .skill_contents {
    font-size: 16px;
  }
}

/* 私について */
@media (max-width: 400px) {
  .about_section-en {
    font-size: 32px;
    color: #806E53;
    font-family: Montserrat;
    font-weight: 500;
    z-index: 10;
    margin-top: 50px;
  }
  .about_section-jp {
    font-size: 12px;
    color: #806E53;
    font-weight: 400;
    z-index: 10;
  }
  .title_section-about {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container_about {
    background: url("../images/top/about_bg-300.png");
    position: relative;
    margin: 90px 0 135px;
    background-repeat: no-repeat;
    background-size: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
  }
  .about_picture img {
    position: absolute;
  }
   .about_picture img {
    position: absolute;
    z-index: 0;
    right: 50px;
    top: 50px;
  }
  .sp_about-photo img {
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
  }
  .name_reading {
    font-size: 12px;
    color: #A3AFBF;
    text-align: center;
    margin-top: 10px;
  }
  .name {
    font-size: 30px;
    text-align: center;
  }
  .birth {
    text-align: center;
    font-size: 15px;
    margin-top: 25px;
  }
  .about_text {
    margin: 20px 25px 20px 25px
  }
  .about_text01 {
    font-size: 15px;
  }
  .about_text02 {
    font-size: 15px;
    margin-top: 30px;
  }
  .link_about {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }
  .link_about a {
    font-family: Montserrat;
    display: inline-block;
    width: 100%;
    padding: 16px 0 11px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    color: #806E53;
    border: 2px solid #806E53;
    position: relative;
  }
   .link_about a::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #806E53;
    position: absolute;
    top: 2px;
    left: -11px;
    transform: rotate(-45deg);
  }
  .about_photo {
    display: none;
  }
  .top_bird {
    position: relative;
  }
  .top_bird img {
    position: absolute;
    right: 30px;
    bottom: 50px;
  }
}
@media (min-width: 380px) {
  .about_section-en {
    margin-top: 50px;
  }
  .link_about {
    margin-top: 20px;
  }
}
@media (min-width: 390px) {
  .link_about {
    margin-top: 40px;
  }
}
@media (min-width: 400px) {
  .container_about {
    background: url("../images/top/about_bg-400.png");
    background-repeat: no-repeat;
    background-size: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 90px 0 135px;
    padding-bottom: 70px;
  }
  .about_section-en {
    font-size: 32px;
    font-family: Montserrat;
    color: #806E53;
    font-weight: 500;
    z-index: 10;
    margin-top: 50px;
  }
  .about_section-jp {
    font-size: 12px;
    color: #806E53;
    z-index: 10;
  }
  .title_section-about {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .about_picture img {
    position: absolute;
    z-index: 0;
    right: 50px;
    top: 30px;
  }
  .sp_about-photo img {
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
  }
  .name_reading {
    font-size: 12px;
    color: #A3AFBF;
    text-align: center;
    margin-top: 10px;
  }
  .name {
    font-size: 30px;
    text-align: center;
  }
  .birth {
    text-align: center;
    font-size: 15px;
    margin-top: 25px;
  }
  .about_text {
    margin: 20px 25px 20px 25px;
  }
  .about_text01 {
    font-size: 15px;
  }
  .about_text02 {
    font-size: 15px;
    margin-top: 30px;
  }
  .link_about {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
  }
  .link_about a {
    font-family: Montserrat;
    display: inline-block;
    width: 100%;
    padding: 16px 0 11px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    color: #806E53;
    border: 2px solid #806E53;
    position: relative;
  }
  .link_about a::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #806E53;
    position: absolute;
    top: 2px;
    left: -11px;
    transform: rotate(-45deg);
  }
  .about_photo {
    display: none;
  }
  .top_bird {
    position: relative;
  }
  .top_bird img {
    position: absolute;
    right: 30px;
    bottom: 50px;
  }
}
@media (min-width: 430px) {
  .link_about {
    margin-top: 50px;
  }
  .name_reading {
    margin-top: 50px;
  }
}
@media (min-width: 455px) {
  .container_about {
   background: url("../images/top/about_bg-455.png");
   background-repeat: no-repeat;
   background-size: 100%;
   align-items: center;
   justify-content: center;
   position: relative;
   margin: 90px 0 135px;
   padding-bottom: 70px;
} 
  .about_text {
    margin: 20px;
  }
  .link_about {
    margin-top: 10px;
  }
}
@media (min-width: 456px) {
  .name_reading {
    margin-top: 10px;
  }
}

@media (min-width: 470px) {
  .about_text {
    margin: 30px 40px 50px 40px;
  }
  .birth {
    margin-top: 30px;
  }
  .link_about {
    margin-bottom: 30px;
  }
}
@media (min-width: 490px) {
  .container_about {
    margin: 90px 0 180px;
    padding-bottom: 90px;
  }
  .about_section-en {
    margin-top: 40px;
  }
  .sp_about-photo img {
    margin-top: 30px;
  }
  .name_reading {
    margin-top: 20px;
  }
  .about_picture img{
    top: 40px;
    right: 80px;
  }
  .birth {
    margin-top: 20px;
  }
  .about_text {
    margin-top: 20px;
  }
}
@media (min-width: 500px) {
  .birth {
    margin-top: 30px;
  }
  .name_reading {
    margin-top: 50px;
  }
}
@media (min-width: 516px) {
  .container_about {
    width: 500px;
    margin: 0 auto;
  }
  .section_about {
    margin-top: 90px;
  }
  .birth {
    margin-top: 10px;
  }
  .name_reading {
    margin-top: 20px;
  }
  .name {
    margin-top: 2px;
  }
  .about_text {
    margin-top: 10px;
  }
  .about_text02 {
    margin-top: 10px;
  }
  .link_about {
    margin-top: 30px;
  }
}

@media (min-width: 760px) {
  .birth {
    margin-top: 10px;
  }
  .about_text {
    margin-top: 20px;
  }
  .name_reading {
    margin-top: 20px;
  }
  .about_text {
    margin-top: 20px;
  }
  .about_text02 {
    margin-top: 10px;
  }
  .link_about {
    margin-top: 20px;
  }
}
@media (min-width: 770px) {
    .birth {
    margin-top: 20px;
  }
    .about_text {
    margin-top: 30px;
  }
    .name_reading {
    margin-top: 30px;
  }
    .about_text02 {
    margin-top: 20px;
  }
}
@media (min-width: 900px) {
  .container_about {
   background: url("../images/top/about_bg.png");
   background-repeat: no-repeat;
   background-size: 100%;
   align-items: center;
   justify-content: center;
   position: relative;
   margin: 90px 0 135px;
   padding-bottom: 70px;
   width: 100%;
  }
  .sp_about-photo img {
    display: none;
  }
  .name_reading {
    margin-top: 10px;
    font-size: 12px;
  }
  .name {
    font-size: 25px;
  }
  .birth {
    margin-top: 20px;
    font-size: 14px;
  }
  .about_text {
    margin-top: 20px;
    font-size: 14px;
  }
  .about_text02 {
    margin-top: 20px;
  }
  .about_photo {
    display: block;
  }
  .about_photo img {
    width: 80%;
    margin-top: 80px;
  }
  .about {
    display: flex;
  }
  .about_section-en {
    margin-top: 30px;
  }
  .about_picture img{
    right: 300px;
    top: 10px;
  }
}
@media (min-width: 900px) {
  .about_photo img {
    display: flex;
    align-items: center;
    width: 300px;
    margin-right: 60px;
  }
  .about_section-en {
    margin-top: 60px;
  }

  .about_text {
    margin: 15px;
  }
  .about_picture img{
    right: 400px;
    top: 40px;
  }
  .name_reading {
    margin-top: 30px;
  }
  .link_about {
    margin-top: 50px;
  }
}
@media (min-width: 1000px) {
  .about_text {
    margin-top: 60px;
  }
  .link_about {
    margin-top: 60px;
  }
  .name_reading {
    margin-top: 30px;
  }
}
@media (min-width: 1100px) {
  .about_section-en {
    font-size: 55px;
  }
  .about_section-jp {
    font-size: 20px;
    font-weight: 300;
  }
  .name_reading {
    font-size: 12px;
  }
  .name {
    font-size: 35px;
  }
  .birth {
    font-size: 16px;
  }
  .about_text {
    font-size: 16px;
    margin-left: 30px;
    margin-top: 60px;
  }
  .about_photo img {
    width: 350px;
    margin-top: 140px;
  }
  .about_picture img {
    right: 500px;
  }
}
@media (min-width: 1200px) {
  .name_reading {
    margin-top: 40px;
  }
  .about_text {
    margin-top: 60px;
  }
  .link_about {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1300px) {
  .section_about {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .about_title {
    margin-top: 40px;
  }

  .about_text {
    margin: 60px;
  }
  .link_about {
    margin-top: 100px;
    margin-bottom: 70px;
  }
  .container_about {
    max-width: 1400px;
    margin: 0 auto;
  }
  .about_picture img {
    top: 90px;
    right: 600px;
  }
  .about_photo img {
    margin-top: 200px;
  }
  .top_bird {
    position: relative;
  }
  .top_bird img {
    position: absolute;
    top: 20px;
  }
}










