@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/tfc6atq.css");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  color: #545659;
  background-color: #f9f9f7;
  /*    @media (min-width: 769px) {
          font-size: 1.6rem;
      }*/
}

a {
  color: #2b2d2f;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
  width: 60%;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 768px) {
  main {
    width: 90%;
  }
}

.cat-title {
  text-align: center;
  font-family: "century-gothic", sans-serif;
  color: #c3d5e0;
  margin-top: 13rem;
  font-size: 4.8rem;
}

.sub-title {
  text-align: center;
  font-family: "century-gothic", sans-serif;
  font-weight: normal;
  color: #3a8daa;
  margin-top: 5rem;
  font-size: 3.5rem;
  text-shadow: 1px 1px 0 #2b2d2f;
}

.index-img {
  margin-top: 13rem;
}

.index-title {
  text-align: center;
  font-family: "century-gothic", sans-serif;
  color: #c3d5e0;
  margin-top: 1rem;
  font-size: 4.8rem;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f9f9f7;
}

.index-main {
  font-family: "century-gothic", sans-serif;
  /*	position: fixed;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	margin: 0;
    	padding: 0;*/
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .index-main {
    width: 70%;
  }
}

.index-logo {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 10rem;
  top: 2rem;
}
@media (max-width: 768px) {
  .index-logo {
    width: 8rem;
  }
}

.index-subtitle {
  margin: 0 0 3rem 0;
  padding: 0;
  font-weight: 200;
  color: #d4d9dc;
  font-size: 2rem;
}

.index-list {
  list-style: none;
  justify-content: space-between;
  display: flex;
  margin: 0 auto;
  padding: 0;
}

.index-list li a {
  display: inline-block;
  text-decoration: none;
  background: #F4E798;
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  border-radius: 50%;
  text-align: center;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .index-list li a {
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
  }
}

.index-list li a:hover {
  background: #3a2a01;
  box-shadow: 0px 20px 30px 0px #F4E798;
  color: #fff;
}

.index-cat-title {
  text-align: center;
  font-family: "century-gothic", sans-serif;
  color: #3a2a01;
  font-size: 4.8rem;
  text-shadow: 2px 2px 0 #c3d5e0;
}

.circlebutton {
  display: inline-block;
  text-decoration: none;
  background: #F4E798;
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  border-radius: 50%;
  text-align: center;
  transition: 0.4s;
  margin: 3rem;
}
@media (max-width: 768px) {
  .circlebutton {
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
  }
}

.circlebutton:hover {
  background: #3a2a01;
  box-shadow: 0px 20px 30px 0px #F4E798;
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  width: 100%;
  height: 80px;
  padding: 0;
  color: #3a2a01;
  background-color: #c3d5e0;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .header {
    padding: 0;
  }
}

.head-main {
  display: flex;
  width: 60%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .head-main {
    width: 90%;
  }
}

.header .logo {
  color: #3a2a01;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
}

.header .logo:hover {
  color: #F4E798;
}

.nav-button {
  display: flex;
  font-size: 3rem;
  color: #3a2a01;
  cursor: pointer;
}
@media (min-width: 769px) {
  .nav-button {
    display: none;
  }
}

.sp-nav {
  position: absolute;
  top: 6rem;
  left: 0;
  display: none;
  z-index: 1000;
  width: 100%;
  padding: 1.5rem;
  font-size: 2.4rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
}

.sp-nav-list {
  font-family: "century-gothic", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  padding: 0;
  margin: 7rem 0;
  list-style: none;
}
.sp-nav-list li {
  margin-bottom: 4rem;
}
.sp-nav-list li a {
  color: #d4d9dc;
}
.sp-nav-list li a:hover {
  color: #F4E798;
}

.pc-nav {
  display: none;
}
@media (min-width: 769px) {
  .pc-nav {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
  }
}

.pc-nav-list {
  font-family: "century-gothic", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  margin-left: auto;
  list-style: none;
}
.pc-nav-list li {
  margin: 0 0 0 30px;
}
.pc-nav-list a {
  color: #3a2a01;
}
.pc-nav-list li a:hover {
  color: #F4E798;
}

.current {
  border-bottom: solid 1px #F4E798;
}

.footer {
  position: absolute;
  width: 100%;
  height: 50px;
  text-align: center;
  background: #d4d9dc;
  margin: 0 auto;
}

.copyright {
  font-size: 1.2rem;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  color: #808385;
  text-align: center;
}

.index-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.index-footer .copyright {
  color: #545659;
}

.top-text {
  text-align: center;
}

.prof-text {
  text-align: center;
}
@media (min-width: 769px) {
  .prof-text {
    text-align: left;
    margin-left: 5rem;
  }
}

.prof-container {
  display: flex;
  padding: auto 0 100px;
  margin: 100px 0 50px 0;
}
@media (max-width: 768px) {
  .prof-container {
    display: block;
  }
}

.prof-pic {
  max-width: 250px;
}
@media (max-width: 768px) {
  .prof-pic {
    max-width: 150px;
    max-height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.name-birth {
  margin: 0;
  padding: 0;
}

.name-birth {
  line-height: 1rem;
}

.prof-name {
  display: inline-block;
  font-size: 2.4rem;
  font-family: "century-gothic", sans-serif;
}

.prof-birth {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "century-gothic", sans-serif;
  color: #808385;
}

.skill-list {
  font-size: 1.8rem;
  max-width: 500px;
  text-align: center;
  margin: 0 auto 10rem;
}

.skill-list ul {
  margin: 0.5rem 0;
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: space-between;
  border-bottom: 1px solid #d4d9dc;
  padding-bottom: 0.5rem;
}
.skill-list ul il {
  display: inline;
  text-align: left;
}

.fa-star {
  font-size: 3rem;
  margin: 0 3px;
}

.blue-star {
  color: #00c2f5;
  background-image: linear-gradient(to right top, #60a0c7, #4ebac9, #6fd0b7, #aedfa1, #f4e798);
  -webkit-text-fill-color: transparent;
}

.ltgray-star {
  color: #d4d9dc;
}

.sns-icon {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}

.sns-icon a {
  width: 50px;
  height: 50px;
  margin: 0 2rem 5rem 2rem;
}

.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gallery a {
  margin-bottom: 20px; /*各画像下に余白をつける*/
  list-style: none;
  width: 32%;
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img {
  height: auto;
}

@media only screen and (max-width: 768px) {
  .gallery a {
    width: 47%;
  }
}
/*画像フェードイン*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* CSS Document */
.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.work-box {
  width: 48%;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 1px 5px 0 #d4d9dc;
}
@media (max-width: 768px) {
  .work-box {
    width: 100%;
  }
}

.work-title {
  padding-left: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
}

.work-date {
  color: #545659;
  font-size: 12px;
  padding-left: 1rem;
}

/* CSS Document */
.xd-pic {
  margin-bottom: 1rem;
}/*# sourceMappingURL=style.css.map */