@charset "UTF-8";
/* white */
/* black */
/*=== common start ===*/
* {
  padding: 0;
  margin: 0;
  font-size: 17px;
}

::selection {
  background: #b3bdff;
  color: #fff;
}

html {
  overflow: auto;
  overflow-y: scroll;
  font-size: 3vw;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #555;
  min-height: 100vh;
  min-width: 100%;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sns {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  text-align: center;
}
.sns ul {
  padding: 4px 0;
}
.sns li {
  color: #e5e5f3;
}
.sns li a {
  color: #e5e5f3;
}
.sns li span {
  color: #e5e5f3;
  display: block;
  font-size: 12px;
}

main {
  flex-grow: 1;
}

input, button, textarea, select {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

input, textarea {
  width: 94%;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}

input:focus, textarea:focus {
  border-color: #b46cb5;
  outline: 0;
}

input[type=submit] {
  background: url("../img/bg.gif") repeat;
  padding: 10px 20px;
  width: auto;
}

label {
  color: #555;
}

footer {
  color: #e5e5f3;
}
footer p {
  text-align: center;
  margin: 10px 0;
}

aside.sns-area, footer {
  background: url("../img/bg-footer.jpg") bottom center repeat #000;
  color: #e5e5f3;
}

a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #b46cb5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #7684ef;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

p {
  margin-bottom: 20px;
}

p .wpcf7-form-control-wrap {
  background: none;
}

p > span, strong, em {
  background: #e3e7ff;
  padding: 0 2px 0 4px;
  margin: 0 3px 0 1px;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 120%;
}

h1, h2, h3, h4, h5 {
  color: #555;
}

ul, dl {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.center {
  margin: 0 auto;
}

.hosoku {
  margin: 0 auto 30px;
}
.hosoku p {
  font-size: 14px;
}

.prev-next {
  border-top: 1px dotted #aaa;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: space-between;
}

.prev, .next {
  display: inline-block;
}

.css-typing h1 {
  margin: 0 auto 20px;
  border-right: 2px solid #7684ef;
  line-height: 130%;
  white-space: nowrap;
  overflow: hidden;
  width: 6.2em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: 0.15em solid #b46cb5;
  }
  100% {
    border: none;
  }
}
@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: 0.15em solid color2;
  }
  100% {
    border: none;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}
.header-area {
  text-align: center;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}
table th {
  width: 30%;
}
table th, table td {
  border-bottom: 1px dotted #eee;
  padding: 10px 0;
  text-align: left;
}

table.about-me-table {
  margin-bottom: 40px;
}
table.about-me-table th {
  background: url("../img/bg.gif");
  width: 80%;
  padding-left: 10px;
  border: 1px solid #eee !important;
}
table.about-me-table td {
  padding: 10px;
  border-right: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  border-left: 1px solid #eee !important;
}
table.about-me-table td ul {
  margin-bottom: 0;
  list-style-type: disc;
  list-style-position: inside;
}

/* front-page start */
.front-page main {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.front-page .header-hero-area {
  background-size: cover;
  z-index: 999;
}
.front-page .header-hero-area .logo {
  text-align: center;
  background: -webkit-linear-gradient(0deg, #7684ef, #b46cb5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.front-page .header-hero-area ul li {
  text-align: center;
  font-size: 24px;
}
.front-page .skill-list {
  margin-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
.front-page .skill-list ul {
  width: 50%;
}
.front-page .skill-list li {
  display: block;
}
.front-page .skill-list h2 {
  width: 100%;
}
.front-page .skill-list .star1:after {
  content: "★";
  color: #7684ef;
}
.front-page .skill-list .star2:after {
  content: "★★";
  color: #7684ef;
}
.front-page .skill-list .star3:after {
  content: "★★★";
  color: #7684ef;
}
.front-page .skill-list .star4:after {
  content: "★★★★";
  color: #7684ef;
}
.front-page .skill-list .star5:after {
  content: "★★★★★";
  color: #7684ef;
}
.front-page dl {
  display: inline-block;
  width: 100%;
  color: #e5e5f3;
}
.front-page dt:before {
  display: inline-block;
  background: #7684ef;
  border-radius: 5px;
  content: "";
  width: 4px;
  height: 20px;
  margin-right: 5px;
}
.front-page dd {
  padding: 0 0 10px 9px;
}

/* front-page end */
/* page start */
.default h1 {
  color: #555;
  text-align: center;
}
.default main {
  padding-bottom: 40px;
}

/* page end */
/*===============
↓ SP start
===============*/
@media screen and (max-width: 768px) {
  section {
    padding: 10px 20px;
  }

  aside {
    padding: 10px;
  }
  aside ul {
    margin-bottom: 0;
  }

  footer {
    padding-bottom: 60px;
  }
  footer small {
    font-size: 12px;
  }

  .prev-next {
    width: 80%;
  }

  /* front-page start */
  .front-page main {
    padding: 10px;
  }
  .front-page main ul {
    margin-bottom: 0;
  }
  .front-page .front-page-contents {
    width: 100%;
  }
  .front-page aside, .front-page footer, .front-page .front-page-contents {
    background: url("../img/bg-footer.jpg") bottom center repeat #000;
    color: #e5e5f3;
  }
  .front-page .header-hero-area {
    background: url("../img/hero-image_sp.png") bottom center no-repeat #fff;
    padding-top: 30px;
    background-position: bottom -5px right -20px;
    background-size: 130% auto;
    width: 100%;
    height: auto;
    z-index: 999;
    padding-bottom: 120px;
  }
  .front-page .header-hero-area .logo {
    font-size: 40px;
  }
  .front-page .header-hero-area ul {
    width: 120px;
    margin: 0 auto;
  }
  .front-page .light-effect1, .front-page .light-effect2, .front-page .light-effect3 {
    display: inline-block;
    color: #e5e5f3;
    letter-spacing: 0 0.7em;
    text-shadow: 0 1px 30px #7684ef, 0 0 12px #fff, 2px 5px 60px #7684ef;
  }
  .front-page .light-effect1 > span {
    -webkit-animation: blink 3s infinite alternate;
    animation: blink 3s infinite alternate;
    font-size: 100%;
  }
  .front-page .light-effect2 > span {
    -webkit-animation: blink 1s infinite alternate;
    animation: blink 1s infinite alternate;
    font-size: 100%;
  }
  .front-page .light-effect3 > span {
    -webkit-animation: blink 5s infinite alternate;
    animation: blink 5s infinite alternate;
    font-size: 100%;
  }
  @-webkit-keyframes blink {
    40% {
      opacity: .85;
    }
    42% {
      opacity: .4;
    }
    43% {
      opacity: .85;
    }
    45% {
      opacity: .4;
    }
    46% {
      opacity: .85;
    }
  }
  @keyframes blink {
    40% {
      opacity: .85;
    }
    42% {
      opacity: .4;
    }
    43% {
      opacity: .85;
    }
    45% {
      opacity: .4;
    }
    46% {
      opacity: .85;
    }
  }
  /* front-page end */
  /* default start */
  .default .header-area {
    padding: 0 10px;
  }
  .default h1 {
    color: #555;
    clear: both;
  }
  .default .page-h1 {
    padding-top: 15px;
  }
  .default h2 {
    font-size: 18px;
  }
  .default img {
    width: 100%;
  }
  .default dl {
    display: inline-block;
    width: 100%;
    color: #555;
  }
  .default dt:before {
    display: inline-block;
    background: #7684ef;
    border-radius: 5px;
    content: "";
    width: 4px;
    height: 20px;
    margin-right: 5px;
  }
  .default dd {
    padding: 0 0 10px 9px;
  }
  .default .work-area dl {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    justify-content: space-between;
  }
  .default .work-area dt, .default .work-area dd {
    width: 48%;
  }
  .default .wpcf7-list-item input[type="checkbox"] {
    float: left;
    width: auto;
    margin-top: 2px;
    margin-right: 10px;
  }
  .default .not-found {
    font-size: 30px;
  }

  /* default end */
  /* category start */
  .category a > section > h2 {
    font-size: 16px;
    order: 1;
    color: #555 !important;
  }
  .category .header-area {
    padding: 10px;
  }
  .category section {
    margin-bottom: 20px;
  }
  .category section img {
    width: 100%;
    height: auto;
    order: 2;
    margin: 0;
  }

  /* category end */
  .hosoku {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }

  .header-navi nav {
    display: none;
  }

  .header-navi {
    background: url("../img/bg-sp.gif") top repeat-x;
    height: 20px;
  }

  footer nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: url("../img/bg-footer.jpg") bottom center repeat;
    border-top: 1px solid #555;
    z-index: 9999;
  }
  footer nav ul {
    padding: 4px 0;
    margin-bottom: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    text-align: center;
  }
  footer nav ul li {
    color: #e5e5f3;
  }
  footer nav ul li a {
    color: #e5e5f3;
  }
  footer nav ul span {
    display: block;
    font-size: 12px;
  }
}
/*===============
↓ sp 以外 start
===============*/
@media screen and (min-width: 769px) {
  .navi {
    background: url("../img/bg.gif") repeat;
  }
  .navi nav {
    max-width: 960px;
    margin: 0 auto;
  }
  .navi nav ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    padding: 10px;
    margin-bottom: 0;
  }
  .navi nav ul a {
    color: #555;
  }
  .navi nav ul a:hover {
    color: #b46cb5;
  }
  .navi nav ul i {
    display: none;
  }

  .prev-next {
    width: 40%;
  }

  /* front-page start */
  .front-page-contents {
    background: url("../img/bg-footer.jpg") bottom center repeat #000;
    color: #e5e5f3;
  }

  .css-typing h1 {
    width: 5.75em;
  }

  @keyframes type {
    0% {
      width: 0;
    }
    99.9% {
      border-right: 0.15em solid #b46cb5;
    }
    100% {
      border: none;
    }
  }
  @-webkit-keyframes type {
    0% {
      width: 0;
    }
    99.9% {
      border-right: 0.15em solid color2;
    }
    100% {
      border: none;
    }
  }
  @keyframes blink {
    50% {
      border-color: transparent;
    }
  }
  @-webkit-keyframes blink {
    50% {
      border-color: tranparent;
    }
  }
  h2 {
    font-size: 30px;
  }

  .front-page .front-page-contents {
    width: 100%;
  }
  .front-page .front-page-contents > div {
    width: 960px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
  .front-page .header-hero-area {
    flex: 1;
    padding-top: 50px;
    background: url("../img/hero-image_pc.png") bottom center no-repeat #fff;
    background-position: bottom -10px center;
    background-size: 100% auto;
    height: auto;
    width: 960px;
    margin: 0 auto;
    z-index: 999;
    padding-bottom: 120px;
  }
  .front-page .header-hero-area ul {
    width: 150px;
    margin: 0 auto;
  }
  .front-page .header-hero-area ul li a {
    font-size: 25px;
    line-height: 160%;
  }
  .front-page .header-hero-area .logo {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .front-page main.front-page-main {
    width: 20%;
    padding: 40px 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
  .front-page main.front-page-main section {
    width: 50%;
  }
  .front-page aside {
    width: 40%;
    padding: 40px 0;
  }
  .front-page aside ul {
    width: auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .front-page aside ul span {
    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
  }
  .front-page .light-effect1, .front-page .light-effect2, .front-page .light-effect3 {
    display: inline-block;
    color: #e5e5f3;
    letter-spacing: 0 0.7em;
    text-shadow: 0 1px 30px #7684ef, 0 0 12px #fff, 2px 5px 60px #7684ef;
  }
  .front-page .light-effect1 > span {
    -webkit-animation: blink 3s infinite alternate;
    animation: blink 3s infinite alternate;
    font-size: 100%;
  }
  .front-page .light-effect2 > span {
    -webkit-animation: blink 1s infinite alternate;
    animation: blink 1s infinite alternate;
    font-size: 100%;
  }
  .front-page .light-effect3 > span {
    -webkit-animation: blink 5s infinite alternate;
    animation: blink 5s infinite alternate;
    font-size: 100%;
  }
  @-webkit-keyframes blink {
    40% {
      opacity: .85;
    }
    42% {
      opacity: .4;
    }
    43% {
      opacity: .85;
    }
    45% {
      opacity: .4;
    }
    46% {
      opacity: .85;
    }
  }
  @keyframes blink {
    40% {
      opacity: .85;
    }
    42% {
      opacity: .4;
    }
    43% {
      opacity: .85;
    }
    45% {
      opacity: .4;
    }
    46% {
      opacity: .85;
    }
  }
  /* front page end */
  /* default start */
  .default main > div {
    width: 960px;
    margin: 0 auto;
  }
  .default .header-area {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .default .header-area img {
    width: 100%;
    clear: both;
  }
  .default .header-area h1 {
    color: #555;
    clear: both;
    padding-bottom: 40px;
  }
  .default .header-area .page-h1 {
    padding-top: 40px;
  }
  .default .work-area {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    padding: 20px 0;
  }
  .default .work-area > div:nth-child(1) {
    width: 48%;
    margin-right: 20px;
  }
  .default .work-area > div:nth-child(2) {
    width: auto;
  }
  .default .work-area h2 {
    font-size: 22px;
  }
  .default .work-area img {
    width: 95%;
  }
  .default dl {
    display: inline-block;
    width: 100%;
    color: #555;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    justify-content: space-between;
  }
  .default dt {
    width: 40%;
  }
  .default dt:after {
    content: "／";
  }
  .default dd {
    padding: 0 0 10px 0;
    width: 55%;
  }
  .default .wpcf7 {
    width: 60%;
    margin: 0 auto;
  }
  .default .wpcf7-list-item input[type="checkbox"] {
    float: left;
    width: auto;
    margin-top: 6px;
    margin-right: 10px;
  }
  .default .not-found {
    font-size: 50px;
  }

  /* default end */
  /* category start */
  .category .header-area {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .category main > div:nth-child(2) {
    width: 960px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    justify-content: space-between;
  }
  .category main > div:nth-child(2) section {
    margin-bottom: 40px;
  }
  .category main > div:nth-child(2) h2 {
    font-size: 16px;
  }
  .category main > div:nth-child(2) a {
    display: inline-block;
    clear: none;
    width: 48%;
  }
  .category img {
    width: 100%;
    height: auto;
  }

  /* category end */
  .header-navi {
    width: 100%;
    background: url("../img/bg.gif") repeat;
  }
  .header-navi div {
    width: 960px;
    margin: 0 auto;
  }
  .header-navi ul {
    padding: 4px 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
  }
  .header-navi ul li {
    color: #555;
    padding-left: 20px;
  }
  .header-navi ul li a {
    color: #555;
  }
  .header-navi ul li a:hover {
    color: #b46cb5;
  }
  .header-navi ul li i {
    display: none;
  }
  .header-navi ul span {
    display: block;
    font-size: 16px;
  }

  footer nav {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
