@charset "UTF-8";
/* CSS Document */
/*header*/
.main-visual-wrapper {
  background: linear-gradient(to bottom, #004898, #779fcc);
  position: relative;
}
.star {
  background: url("../images/common/star.png");
  position: absolute;
  opacity: 0.8;
  width: 70%;
  height: 46%;
  left: 0;
  top: 0;
  z-index: 3;
  background-size: contain;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.moon {
  position: absolute;
  width: 35px;
  top: 54%;
  right: 15%;
  transform: rotate(30deg);
  opacity: 0.7;
  z-index: 2;
}
.header {
  width: 100%;
  height: 100px;
}
.header__nav {
  width: 70%;
  max-width: 912px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.header__nav small {
  display: none;
}
.header ul {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  text-align: right;
}
.header ul li {
  list-style: none;
  margin-left: 80px;
}
.header ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 3.6rem;
  opacity: 0.8;
  transform: all .5s;
  position: relative;
  z-index: 10;
}
/* hover */
.header ul li a:hover {
  opacity: 1;
  text-shadow: 0 0 10px #fff;
}
.header ul li a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 25%;
  width: 50%;
  height: 1.5px;
  background: #fff;
  box-shadow: 0 0 10px #fff;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.header ul li.current a::after, .header ul li a:hover::after {
  transform: scale(1, 1);
}
@media(max-width:645px) {
  /*ハンバーガーメニュー*/
  /*オープンボタン*/
  .open-button {
    display: block;
    position: fixed;
    margin: 0;
    top: 0;
    right: 0px;
    left: calc(100% - 50px);
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 777;
  }
  .open-button span, .open-button span::before, .open-button span::after {
    display: block;
    position: absolute;
    top: 24px;
    right: 12px;
    height: 2px;
    width: 25px;
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .open-button span::before {
    top: -10px;
    right: 0px;
    width: 30px;
  }
  .open-button span::after {
    top: 10px;
    right: 0px;
    width: 20px;
  }
  /* ナビ開いてる時のボタン */
  .open-button.active span {
    top: 24px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
  }
  .open-button.active span::after, .open-button span:active::after {
    width: 25px;
    top: 0;
    background: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #000;
  }
  .open-button.active span::before, .open-button span:active::before {
    display: none;
  }
  /*ナビ*/
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: 100%;
    transition: opacity .6s ease, visibility .6s ease;
    display: none;
    z-index: 700;
  }
  .header__nav ul {
    position: relative;
    top: 80px;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 66%;
    text-align: left;
  }
  .header__nav ul li {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .header__nav ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
    position: relative;
  }
  .header__nav ul li a small {
    display: inline-block;
    font-family: ryo-display-plusn, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    margin-left: 1.6rem;
    color: #252525;
  }
  .header__nav ul li a, .header__nav.active {
    display: block;
  }
  /* ナビのホバー */
  .header ul li a::after {
    content: '';
    position: absolute;
    bottom: calc(1em - 10px);
    left: 5%;
    width: 25%;
    height: 1.5px;
    background: #000;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }
  .header ul li.current a::after, .header ul li a:hover::after {
    transform: scale(1, 1);
  }
}
/*main image*/
.main-image {
  height: 600px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.title-wrapper {
  width: 70%;
  max-width: 912px;
  margin: 0 auto;
  padding-top: 80px;
}
.main-image h1 {
  width: 485px;
  height: 225px;
  text-align: left;
}
.title__pc {
  width: 100%;
}
.title__mobile {
  display: none;
}
@media(max-width:645px) {
  .title-wrapper {
    width: 66%;
  }
  .main-image h1 {
    width: 100%;
  }
  .title__pc {
    display: none;
  }
  .title__mobile {
    display: inline-block;
    width: 100%;
  }
}
/*Works section*/
.works {
  margin: 0;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, #779fcc, #c6d6e5, #c7d7e5);
  position: relative;
}
.cloud {
  position: absolute;
  left: -10%;
  top: -5%;
  width: 40%;
  z-index: 1;
}
.cloud02 {
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 35%;
  z-index: 1;
  transform: rotateY(180deg);
}
.works-wrapper {
  margin: 0 auto;
  width: 70%;
  max-width: 912px;
  z-index: 5;
}
.works__website-title, .works__banner-title {
  margin-top: 30px;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  z-index: 5;
}
.works__website-title {
  padding-top: 40px;
}
.works__website-title:after, .works__banner-title:after {
  content: "";
  position: absolute;
  background-color: #333;
  width: 34px;
  height: 1px;
  bottom: -7px;
  left: 0;
}
.works__banner-title {
  padding-top: 30px;
}
.works dl dd ul {
  display: flex;
  list-style: none;
  margin-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works dl dd ul li {
  text-align: left;
  padding-top: 20px;
}
.works dl dd ul li P {
  margin-top: 10px;
  font-size: 1.8rem;
}
.works__website li {
  width: 45%;
  padding-bottom: 30px;
}
.works__website-img img {
  border-radius: 5px;
  width: 100%;
  object-position: center;
  transition: all.3s;
}
.works__banner li {
  width: 25%;
}
.works__banner-img img {
  width: 100%;
  border-radius: 5px;
  transition: all.3s;
}
/*hover*/
.works__website-img img:hover, .works__banner-img img:hover {
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
@media(max-width: 700px) {
  .cloud {
    top: 10px;
    width: 60%;
  }
  .cloud02 {
    width: 50%;
    bottom: 25%;
  }
  .works__banner {
    z-index: 5;
  }
}
@media(max-width:645px) {
  .works {
    padding-top: 100px;
  }
  .works-wrapper {
    width: 66%;
  }
  .works dl dd ul {
    display: block;
  }
  .works dl dd ul li p {
    font-size: 1.4rem;
  }
  .works__website li, .works__banner li {
    width: 100%;
  }
  .works__website-title, .works__banner-title {
    font-size: 2.0rem;
  }
  .works__website-title:after, .works__banner-title:after {
    width: 28px;
    bottom: -4px;
  }
  .works__banner-title {
    padding-top: 0;
  }
  .works__banner-img {
    width: 60%;
  }
}
/*Skills section*/
.skills {
  padding-top: 70px;
  padding-bottom: 80px;
  width: 100%;
  background: linear-gradient(to bottom, #c7d7e5, #e4c4d6);
  z-index: -2;
  position: relative;
}
.cloud03 {
  position: absolute;
  left: -5%;
  bottom: 0;
  width: 50%;
  z-index: -1;
  opacity: 0.7;
}
.skills-wrapper {
  margin: 0 auto;
  width: 70%;
  max-width: 912px;
}
.skills ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.skills ul li {
  list-style: none;
  width: 30%;
  border-radius: 5px;
  padding: 30px;
}
.skills-text {
  text-align: left;
  margin-top: 20px;
}
.skills__design {
  margin-top: 70px;
}
.skills__cording {
  margin-top: 0;
}
.skills-img {
  height: 120px;
  position: relative;
  display: inline-block;
}
.skills-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.skills-title {
  margin-top: 10px;
  font-size: 2.0rem;
}
@media(max-width: 700px) {
  .cloud03 {
    width: 60%;
    bottom: 50%;
  }
}
@media(max-width:645px) {
  .skills-wrapper {
    width: 66%;
  }
  .skills ul {
    display: block;
    margin-top: 0;
  }
  .skills ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    padding-top: 40px;
    margin: 0 auto;
  }
  .skills-icon-wrapper {
    display: block;
    width: 40%;
  }
  .skills__design {
    padding-top: 30px;
  }
  .skills-img {
    height: 100px;
  }
  .skills-title {
    margin-top: 0;
    font-size: 1.8rem;
  }
  .skills-text {
    margin-top: 10px;
    font-size: 1.6rem;
    width: 50%;
  }
}
/*about section*/
.about {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 150px;
  background: linear-gradient(to bottom, #e4c4d6, #ce9fb8);
}
.about-wrapper {
  width: 70%;
  max-width: 912px;
  margin: 0 auto;
}
.about-content-wrapper {
  margin-top: 70px;
  display: flex;
}
.about-photo {
  width: 150px;
  display: block;
  margin: 20px auto 0;
}
.about img {
  display: block;
  width: 150px;
  height: 150px;
  object-position: top;
  border-radius: 50%;
  margin-bottom: 10px;
}
.about-name {
  text-align: center;
}
.about dl {
  padding-left: 5%;
  padding-top: 20px;
  text-align: left;
  width: 80%;
  font-size: 1.8rem;
  line-height: 3.0rem;
}
.about dt {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}
.about dt:after {
  content: "";
  position: absolute;
  background-color: #333;
  width: 34px;
  height: 1px;
  bottom: -2px;
  left: 0;
}
.about dd {
  margin-bottom: 20px;
}
@media(max-width: 645px) {
  .about-wrapper {
    width: 66%;
  }
  .about-content-wrapper {
    display: block;
  }
  .about dl {
    width: 100%;
    padding-left: 0;
  }
  .about dl dt {
    font-size: 2.0rem;
  }
  .about dl dd {
    font-size: 1.6rem;
  }
  .about dt:after {
    width: 28px;
    bottom: 0;
  }
}
/*footer*/
.footer {
  width: 100%;
  height: 150px;
  background-color: #ce9fb8;
  background-image: url("../images/common/buillding.png");
  background-size: contain;
}
.copyright {
  display: block;
  color: #fff;
  position: relative;
  top: 120px;
  margin: 0 auto;
}
@media(max-width: 400px) {
  .footer {
    background-size: cover;
  }
}
/*page-top-button*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 2;
  opacity: 0;
  transform: translateY(150px);
}
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(150px);
  }
}
/*ページトップボタン*/
#page-top a {
  display: block;
  width: 80px;
  height: 80px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  background: url("../images/common/panda-standing.png") no-repeat center;
  background-size: contain;
  transition: all.3s;
}
#page-top.floatAnime a {
  width: 100px;
  height: 130px;
  background: url("../images/common/panda-ballon.png") no-repeat center;
  background-size: contain;
  animation: floatAnime 2s linear infinite;
  opacity: 0;
}
#page-top a:hover {
  transform: translateY(10px);
}
@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
/*Page Topと書かれたテキストの位置*/
#page-top span {
  position: absolute;
  bottom: -20px;
  right: 20px;
  color: #666;
}
@media(max-width: 645px) {
  #page-top a {
    width: 60px;
    height: 60px;
  }
  #page-top.floatAnime a {
    width: 75px;
    height: 98px;
  }
  #page-top span {
    right: 8px;
  }
}
/*modal*/
.close-animatedModal {
  cursor: pointer;
}
.close-mark::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-mark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-wrapper {
  width: 70%;
  max-width: 912px;
  background-image: url("../images/common/background02.jpg");
  background-size: cover;
  margin: 0 auto;
  padding: 20px 0 50px;
  position: relative;
}
.modal-title {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 20px;
}
.modal-content {
  width: 80%;
  margin: 0 auto;
}
.modal-img {
  width: 100%;
  border-radius: 5px;
  transition: all.3s;
}
.modal-wrapper dl {
  margin-top: 30px;
}
.modal-wrapper dl dt {
  margin-bottom: 15px;
  position: relative;
  font-weight: 700;
}
.modal-wrapper dl dt::after {
  content: "";
  position: absolute;
  background-color: #333;
  width: 34px;
  height: 1px;
  bottom: -2px;
  left: 0;
}
.modal-banner-img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
/*viewボタン*/
.view-button {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  color: #fff;
  width: 30%;
  height: 40px;
  padding-top: 8px;
  margin: 50px auto 0;
  border-radius: 5px;
  transition: all.3s;
}
/*ばつ印*/
.close-mark {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: calc(100% - 40px);
  margin-bottom: 30px;
}
.close-mark::before, .close-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 26px;
  background: #000;
  border-radius: 5px;
}
.theme-link a {
  color: #252525;
  padding-left: 1.6rem;
}
/*hover*/
.modal-sitelink:hover {
  opacity: 1.0;
}
.modal-img:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.view-button:hover {
  opacity: 1.0;
  background-color: #fff;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}
@media(max-width: 645px) {
  .modal-wrapper dl {
    font-size: 1.4rem;
  }
  .modal-wrapper dl dt::after {
    width: 28px;
  }
  .view-button {
    width: 70%;
    font-size: 1.4rem;
  }
}