@charset "utf-8";
/* CSS Document */
/*全ページ共通部分*/
html {
  font-family: 'Noto Serif JP', serif;
}
.site-title, .header-menu, .footer-menu, .copyright {
  font-family: 'Vollkorn', serif;
}
.works-title, .works-sammary, .contact-submit {
  font-family: 'Noto Sans JP', sans-serif;
}
#container {
  letter-spacing: 0.2px;
  line-height: 1.7;
  overflow: hidden;
}
/*ヘッダー*/
#header {
  margin: 20px auto 15px;
}
.header-area {
  display: flex;
  justify-content: space-between;
  width: 92vw;
  margin: 0 auto;
}
.header-menu {
  margin: 5px 0 0 100px;
}
.header-menu ul {
  display: flex;
  justify-content: space-between;
}
.header-menu li {
  list-style: none;
  font-size: 1.5rem;
}
.header-menu li a {
  text-decoration: none;
}
.site-logo {
  width: 70px;
  height: 70px;
}
.site-logo img {
  width: 100%;
  height: auto;
}
.site-title {
  font-size: 2.25rem;
}
.header-menu li a {
  color: #000;
}
.header-menu li a:hover {
  text-decoration: underline;
}
/*フッター*/
#footer {
  width: 100%;
  margin: 30px auto 50px;
}
.footer-area {
  margin: 0 auto;
  text-align: center;
}
.top-logo {
  max-width: 120px;
  height: auto;
  margin: 200px auto 100px;
  text-align: center;
}
.top-logo img {
  width: 100%;
}
h2.title {
  margin: 200px auto 150px;
  font-size: 3.75rem;
  text-align: center;
}
h3.sub-title {
  margin: 0 auto 150px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.content {
  max-width: 1400px;
  margin: 0 auto 200px;
}
/*全ページ共通部分終わり*/
/*トップページ*/
#top-page {
  min-height: 100vh;
  margin: 0 auto;
}
.topvisual {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 120px);
  background-image: url("images/haikei.jpg");
  background-size: cover;
  background-position: center;
}
.vision {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 10% auto 0;
}
.vision-text {
  font-size: 1.75rem;
}
.vision-text p {
  margin-bottom: 28px;
}
.vision-man {
  max-width: 180px;
  height: auto;
}
.vision-man img {
  width: 100%;
  height: auto;
}
/*topに戻るボタン*/
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ccc;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*profileページ*/
.profile-area {
  margin: 0 auto;
}
.profile-field {
  width: 60%;
  margin: 0 auto;
}
.myself {
  margin: 0 auto 60px;
}
.text {
  text-align: left;
}
.profile-group {
  display: flex;
  justify-content: space-between;
  column-gap: 80px;
  max-width: 700px;
}
.skill-area {
  margin: 0 auto;
}
.skill-field {
  width: 60%;
  margin: 0 auto;
}
.skill-post {
  width: 280px;
}
.skill-level span {
  color: #ffd700;
  margin-left: 5px;
}
.my-skill {
  width: 100%;
}
.my-skill p {
  font-size: 0.75rem;
}
.skill-group {
  display: flex;
  justify-content: space-between;
  column-gap: 100px;
  margin: 0 auto 80px;
}
/*Worksページ*/
.works-area {
  max-width: 1000px;
  margin: 0 auto;
}
.works-group {
  max-width: 80%;
  margin: 0 auto 140px;
}
.works-group.last {
  margin: 0 auto;
}
.works-image {
  max-width: 500px;
  margin: 0 auto;
}
.works-image img {
  width: 100%;
}
.works-sammary {
  width: 170px;
  margin: 40px auto 0;
  background-color: #333;
  letter-spacing: 0.16rem;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}
.works-sammary a {
  display: block;
  color: #fff;
  padding: 15px 0;
  text-decoration: none;
}
h2.works-title {
  margin: 40px auto;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
/*Contactページ*/
.contact-form {
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
}
.contact-table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.contact-item, .contact-body {
  padding: 20px;
  border: 1px solid #ccc;
}
.contact-item {
  text-align: left;
  width: 30%;
  background-color: #eee;
}
.contact-body {
  width: 70%;
}
.form-text {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
}
.contact-sex + .contact-sex {
  margin-left: 10px;
}
.contact-sex-txt {
  margin-left: 5px;
}
.form-select {
  width: 180px;
  height: 40px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.contact-skill {
  display: block;
}
.contact-skill + .contact-skill {
  margin-top: 10px;
}
.contact-skill-txt {
  margin-left: 5px;
}
.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
}
.contact-submit {
  display: block;
  width: 170px;
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin: 0 auto;
  padding: 15px;
  border: none;
}
.attention {
  margin-top: 30px;
  text-align: center;
}
/*CafeBarワンコイン,Passo Sambolt*/
h2.portfolio-title {
  margin: 50px auto 150px;
  font-size: 3.75rem;
  text-align: center;
}
.portfolio-description {
  width: 70%;
  margin: 0 auto 100px;
  border-collapse: separate;
  border-spacing: 0 30px;
}
.portfolio-description tr {
  margin-bottom: 30px;
  vertical-align: top;
}
.portfolio-description th {
  width: 150px;
  text-align: left;
}
.portfolio-description .sub {
  font-weight: bold;
}
.portfolio-works {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 100px;
}
.portfolio-field {
  max-width: 440px;
}
.setsumei {
  margin-bottom: 100px;
}
.setsumei-image {
  max-width: 440px;
}
.setsumei-image img {
  width: 100%;
  height: auto;
  border: 1px #ccc solid;
}
.portfolio-logo {
  display: flex;
  grid-column-gap: 10px;
  margin-bottom: 100px;
}
.portfolio-logo-image {
  max-width: 100px;
}
.portfolio-logo-image img {
  width: 100%;
  height: auto;
}
.portfolio-logo-note {
  text-align: center;
  height: 90px;
  line-height: 90px;
}
.aside-content {
  background-color: #e9e8e4;
  margin: 0 auto;
}
.aside {
  max-width: 1400px;
  padding-bottom: 100px;
  margin: 50px auto 0;
  text-align: center;
}
.sen-i {
  font-size: 0.75rem;
  padding: 1rem;
  text-align: right;
}
.aside-pc, .aside-mobile {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  max-width: 100%;
  margin: 10px auto 150px;
}
.extra {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 150px;
}
p.pc, p.mobile {
  padding-bottom: 0.5rem;
}
.pc-image {
  max-width: 300px;
  margin: 0 auto;
}
.mobile-image {
  max-width: 200px;
}
.pc-image img, .mobile-image img {
  width: 100%;
  height: auto;
}
/*Citta Allegra*/
.upper-content, .middle-content, .lower-content {
  max-width: 1400px;
  margin: 0 auto;
}
.middle-content {
  margin-bottom: 200px;
}
.douga-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, 170px);
  max-width: 950px;
  margin: 0 auto;
}
.douga-bunshou {
  max-width: 950px;
  margin: 0 auto;
}
/*レスポンシヴ対応820px以下で文字を少しだけ小さく*/
@media screen and (max-width: 820px) {
  .content {
    width: 94%;
  }
  .header-menu {
    margin-left: 0;
  }
  .site-title {
    font-size: 1.5rem;
  }
  .header-menu li {
    font-size: 1.2rem;
  }
  .copyright p {
    font-size: 0.8rem;
  }
  /*トップビジュアル*/
  .topvisual {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 120px);
    background-image: url("images/haikei.jpg");
    background-size: cover;
    background-position: center;
  }
  .vision {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 30% auto 0;
  }
  .vision-text {
    font-size: 1rem;
  }
  .vision-text p {
    margin-bottom: 16px;
  }
  .vision-man {
    max-width: 130px;
    height: auto;
  }
  /*Profileページ*/
  .myself p, .my-profile p {
    font-size: 0.9rem;
  }
  /*全ての作品*/
  .top-logo {
    max-width: 100px;
    height: auto;
    margin: 100px auto 50px;
    text-align: center;
  }
  h2.title {
    margin: 50px auto 100px;
    font-size: 2rem;
    text-align: center;
  }
  h3.sub-title {
    margin: 0 auto 100px;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
  }
  /*CafeBarワンコイン,Passo Sambolt*/
  .portfolio-works {
    font-size: 0.8rem;
    grid-column-gap: 20px;
  }
  .aside {
    width: 94%;
  }
  /*Citta Allegra*/
  .upper-content, .middle-content, .lower-content {
    width: 94%;
  }
  .portfolio-description, .pc, .mobile, .douga-bunshou {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  /*全ページ共通部分*/
  /*ヘッダー*/
  #header {
    margin: 20px auto 10px;
  }
  .header-area {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .site-menu {
    margin: 15px auto 0;
  }
  .header-menu {
    margin: 15px auto 0;
    text-align: center;
  }
  .header-menu ul {
    display: block;
  }
  .header-menu li {
    list-style: none;
    font-size: 1rem;
    padding: 0.5rem;
  }
  .header-menu li a {
    display: block;
    text-decoration: none;
  }
  .site-logo {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .site-logo img {
    width: 100%;
    height: auto;
  }
  .site-title {
    font-size: 1.25rem;
  }
  /*フッター*/
  #footer {
    width: 100%;
    margin: 30px auto 50px;
  }
  .copyright {
    margin: 20px 0;
  }
  .copyright p {
    font-size: 0.7rem;
  }
  h2.title {
    margin: 90px auto;
    font-size: 2.5rem;
    text-align: center;
  }
  /*全ページ共通部分終わり*/
  /*topページ*/
  /*トップビジュアル*/
  .topvisual {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 120px);
    background-image: url("images/haikei.jpg");
    background-size: cover;
    background-position: center;
  }
  .vision {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin: 18% auto 0;
    text-align: center;
  }
  .vision-text {
    font-size: 0.8rem;
  }
  .vision-text p {
    margin-bottom: 12px;
  }
  .vision-man {
    max-width: 60px;
    height: auto;
    margin: 0 auto;
  }
  /*topに戻るボタン*/
  #page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #ccc;
    opacity: 0.6;
    border-radius: 50%;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    content: 'TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /*profileページ*/
  .content {
    width: 90%;
  }
  .profile-field {
    width: 100%;
    margin: 0 auto;
  }
  .myself {
    width: 90%;
    margin: 0 auto 60px;
  }
  .text {
    text-align: left;
  }
  .profile-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .my-profile {
    width: 90%;
  }
  .skill-field {
    width: 80%;
    margin: 0 auto;
  }
  .skill-area {
    margin: 0 auto 150px;
  }
  .skill-post {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .my-skill {
    width: 100%;
  }
  .my-skill p {
    font-size: 0.75rem;
  }
  .skill-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 60px;
  }
  /*Worksページ*/
  .works-area {
    margin: 0 auto;
  }
  .works-sammary {
    max-width: 140px;
    margin: 25px auto 0;
  }
  h2.works-title {
    margin: 40px auto;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
  }
  /*Contactページ*/
  .contact-form {
    width: 94%;
    margin: 0 auto;
  }
  .prev {
    margin-bottom: 5px;
  }
  .contact-table {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-item, .contact-body {
    padding: 10px;
    border: 1px solid #ccc;
  }
  .contact-item {
    text-align: left;
    width: 30%;
    background-color: #eee;
  }
  .contact-body {
    width: 70%;
  }
  .form-text {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
  }
  .contact-sex + .contact-sex {
    margin-left: 10px;
  }
  .contact-sex-txt {
    margin-left: 5px;
  }
  .form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .contact-skill {
    display: block;
  }
  .contact-skill + .contact-skill {
    margin-top: 10px;
  }
  .contact-skill-txt {
    margin-left: 5px;
  }
  .form-textarea {
    width: 100%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
  }
  .contact-submit {
    width: 170px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    padding: 15px;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .attention {
    font-size: 0.8rem;
  }
  /*3つの作品用*/
  .upper-content, .middle-content, .lower-content {
    width: 90%;
  }
  .top-logo {
    max-width: 100px;
    margin: 80px auto 50px;
    text-align: center;
  }
  h2.title {
    margin: 50px auto 80px;
    font-size: 1.5rem;
    text-align: center;
  }
  h3.sub-title {
    margin: 0 auto 80px;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
  }
  .long-url {
    word-break: break-all;
  }
  .portfolio-description {
    width: 100%;
    margin: 0 auto 100px;
    border-collapse: separate;
    border-spacing: 0 20px;
    font-size: 0.75rem;
  }
  .portfolio-description th {
    width: 100px;
  }
  .portfolio-description td {
    max-width: 250px;
  }
  .portfolio-works {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 auto 150px;
    font-size: 0.75rem;
  }
  .portfolio-logo {
    display: flex;
    flex-direction: column;
  }
  .portfolio-logo-image {
    max-width: 80px;
    margin: 0 auto;
  }
  .portfolio-logo-image img {
    width: 100%;
    height: auto;
  }
  .portfolio-logo-note {
    text-align: center;
    height: 30px;
    line-height: 30px;
  }
  .aside-content {
    background-color: #e9e8e4;
  }
  .aside {
    padding-bottom: 50px;
  }
  .aside-field {
    text-align: center;
  }
  .aside-pc, .aside-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  .pc-image {
    max-width: 300px;
  }
  .mobile-image {
    max-width: 200px;
  }
  .sen-i {
    font-size: 0.5rem;
    padding: 0.2rem;
    text-align: right;
  }
  /*Citta Allegra専用*/
  .more {
    margin-bottom: 100px;
  }
  .middle-content {
    margin-bottom: 130px;
  }
  .douga-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 480px;
  }
  .douga-setsumei {
    width: 100%;
    margin: 0 auto;
  }
  .douga-image {
    width: 100%;
  }
  .douga-image img {
    width: 100%;
    height: auto;
  }
  .portfolio-works {
    margin-bottom: 50px;
  }
}
/*横300px以下の端末向け*/
@media screen and (max-width: 300px) {
  .footer-area {
    width: 86vw;
    margin: 30px auto 50px;
  }
  .vision-text {
    font-size: 0.7rem;
  }
  .vision-text p {
    margin-bottom: 10px;
  }
  .vision-man {
    max-width: 50px;
    height: auto;
  }
  .works-sammary {
    max-width: 130px;
    margin: 15px auto 0;
  }
}