@charset "utf-8";
@font-face {
  font-family: "blanch";
  src: url("font/blanch-caps-light.otf") format("truetype");
}

/***決まりの表記***/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}

/***body フォントの指定***/
body {
  font-family: "blanch", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

/***背景色指定***/
html {
  background: #0b0624;
}

/***-------------------------------------------------------
header-------------------------------------------------***/

/* 別CSSファイル */

/***-------------------------------------------------------
main共通-------------------------------------------------***/

main {
  width: 900px;
  margin: 0 auto;
  font-family: "blanch", sans-serif;
}

.graphic {
  margin: 100px auto 0;
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(
    -45deg,
    #e9489b,
    #db47f9,
    #5a57f8,
    #f86d57,
    #e5f87c
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  animation: colorChange 10s;
  animation-iteration-count: infinite;
}

@keyframes colorChange {
  from {
    background-position: 0% 0%;
  }
  25% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 50% 50%;
  }
  to {
    background-position: 0% 0%;
  }
}

h2 {
  font-size: 70px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}

/*********************** ABOUTとINDEXページ ***********************/

.profile {
  width: 360px;
  margin: 0 auto 300px;
}
.profile img {
  width: 140px;
  margin: 0 110px;
  filter: drop-shadow(5px 5px 20px #db47f9);
}
.main {
  margin: 0 0 50px;
}
.p1-name {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  color: #0993b2;
}
.p2-birth {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #f86d57;
}
.profile h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #f86d57;
}
.p3-title {
  font-size: 50px;
  font-weight: 900;
  color: #e5f87c;
  margin: 30px 0 10px;
}

.p4-career {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #e9489b;
}

.p5-skill {
  font-size: 30px;
  font-weight: 900;
  color: #db47f9;
}

.p6-contact {
  font-size: 30px;
  font-weight: 900;
  color: #5a57f8;
}

.p6-contact a {
  font-size: 30px;
  color: #5a57f8;
}
.p6-contact a:hover {
  color: #0993b2;
}

/*********************** galleryページ ***********************/

.menu {
  display: flex;
  justify-content: space-between;
}

.menu img {
  margin: 80px 0 0;
  width: 400px;
}

/*********************** graphicページ ***********************/

.graphic-item-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.graphic-item-container-parts {
  width: 280px;
  margin: 10px;
}
.graphic-item-container-parts img {
  width: 250px;
  height: 250px;
  margin: 20px 0 0;
  border-top: 5px solid #5a57f8;
  border-right: 5px solid #5a57f8;
  border-bottom: 5px solid #e9489b;
  border-left: 5px solid #e9489b;
  border-radius: 20px;
}
.sp-line {
  display: none;
}

/***********************  webpageページ ***********************/

.menu-containts {
  margin: 30px 0 0;
  width: 400px;
}

.menu-containts img {
  border-top: 5px solid #5a57f8;
  border-right: 5px solid #5a57f8;
  border-bottom: 5px solid #e9489b;
  border-left: 5px solid #e9489b;
  border-radius: 20px;
}

/*********************** graphicの各ページ ***********************/

.item-container-parts {
  width: 400px;
  margin: 20px;
}

h5 {
  color: #e9489b;
  font-size: 20px;
  margin: 50px 0 30px;
  text-align: center;
}
.modaal-content-container {
  background-color: #e9489b;
  width: 800px;
}

.back {
  margin: 100px 0 0 0;
}
.back a {
  border-radius: 20px 20px 0 0;
  padding: 10px 10px;
  font-size: 30px;
}

.back a:link {
  color: #e5f87c;
}

.back a:visited {
  color: #e5f87c;
}

.back a:hover {
  color: #e5f87c;
}

/*********************** CONTACTページ ***********************/
.main-form {
  padding: 150px 0 50px;
}
form {
  max-width: 800px;
  margin: 50px auto 20px;
  border-radius: 20px;
}

.feedback-input {
  color: #0993b2;
  font-family: "blanch", sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 20px;
  line-height: 22px;
  background-color: #ffffff00;
  border-top: 3px solid #5a57f8;
  border-right: 3px solid #5a57f8;
  border-bottom: 3px solid #e9489b;
  border-left: 3px solid #e9489b;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
}
#mailform {
  font-weight: 900;
  font-size: 18px;
  background-color: #ffffff00;
}
#toiawasetext {
  height: 180px;
}

.feedback-input:focus {
  border: 2px solid #e5f87c;
}

[type="submit"] {
  font-family: "blanch", sans-serif;
  width: 100%;
  background: #ffffff00;
  border-radius: 20px;
  border: 2px solid #0993b2;
  cursor: pointer;
  color: #0993b2;
  font-size: 50px;
  padding-top: 5px;
  padding-bottom: 10px;
  transition: all 0.3s;
  margin-top: 20px;
  margin-bottom: 150px;
  font-weight: 700;
}
[type="submit"]:hover {
  background: #0993b285;
  color: #0b0624;
  border-top: 3px solid #5a57f8;
  border-right: 3px solid #5a57f8;
  border-bottom: 3px solid #e9489b;
  border-left: 3px solid #e9489b;
  transition: all 0.3s;
}

::placeholder {
  color: #e5f87c;
  font-size: 1.3em;
  font-weight: 900;
}

/***-------------------------------------------------------
footer-------------------------------------------------***/

footer {
  margin: 50px auto 20px;
  padding: 0 50px 20px;
  font-size: 40px;
  font-weight: 900;
  font-family: "blanch", sans-serif;
}

footer p {
  text-align: right;
  font-size: 25px;
  color: #e9489b;
}

/***************************************************************************/
/**********************     メディアクエリー    *****************************/
/*****************************  共通  **************************************/
/***************************************************************************/

@media screen and (max-width: 767px) {
  main {
    width: 100%;
  }
  .graphic {
    margin: 210px auto 0;
  }
  h2 {
    margin: -10px 0 0 40px;
  }
  h3 {
    margin: 0 0 0 10px;
    font-size: ;
  }
  h4 {
    margin: 0 0 0 10px;
  }
  .h4_kaigyo {
  }
}

/**********************     indexとabout     ******************************/

@media screen and (max-width: 767px) {
  .profile img {
    margin: 0 110px;
  }
  .profile h5 {
    font-size: 70px;
  }
  .profile h1 {
    margin: 0 0 0 5px;
  }
  .profile h3 {
    font-size: 13px;
  }
  .profile h4 {
    font-size: 26px;
  }
  .profile h4 span {
    font-size: 13px;
  }
  .profile img {
    margin: 0 110px;
  }
  .profile {
    width: 360px;
    margin: 0 auto;
    padding: 0 5px;
  }
  .career {
    border: #0993b2 2px solid;
    padding: 10px;
    border-radius: 10px;
  }
  .skill {
    border: #0993b2 2px solid;
    padding: 10px;
    border-radius: 10px;
  }
  .contact {
    border: #0993b2 2px solid;
    padding: 10px;
    border-radius: 10px;
    margin: 0 0 150px 0;
  }
  .p6-contact a:hover {
    color: #e5f87c;
  }
}

/**********************     gallery     ******************************/

@media screen and (max-width: 767px) {
  .menu {
    display: block;
  }

  .menu img {
    margin: 0px 0 0 30px;
    width: 300px;
  }
}

/**********************     graphic     ******************************/

@media screen and (max-width: 767px) {
  .graphic-item-container {
    display: block;
  }
  .graphic-item-container-parts {
    width: 350px;
    margin: 10px auto;
  }
  .graphic-item-container-parts img {
    width: 320px;
    height: 320px;
    margin: 0 15px;
  }
  .graphic-item-container-parts h3 {
    margin: 0 0 0 15px;
  }
  .graphic-item-container-parts h4 {
    margin: 0 0 30px 15px;
  }
  .graphic-item-container-parts .h4_kaigyo {
    margin: 0 0 0 15px;
  }
  .pc-line {
    display: none;
  }
}

/**********************     webpage     ******************************/

@media screen and (max-width: 767px) {
  .menu-containts {
    margin: 30px auto;
    width: 360px;
  }
  .menu-containts img {
    width: 320;
  }
  .menu-containts h3 {
    margin: 0 0 0 30px;
  }
}

/**********************     graphic各ページ     ******************************/

@media screen and (max-width: 767px) {
  .graphic-item-container {
    display: block;
    padding: 10px;
  }
  .item-container-parts {
    width: 350px;
    margin: 20px auto;
  }
  .modaal-content-container {
    width: 500px;
  }
}

/**********************     contact    ******************************/

@media screen and (max-width: 767px) {
  .contact-text {
    margin: 150px 0 0 40px;
  }
  form {
    max-width: 800px;
    margin: 50px 20px 20px;
  }
  [type="submit"] {
    margin-bottom: 50px;
  }
}

/**********************     footer     ******************************/

@media screen and (max-width: 767px) {
  footer {
    padding: 0 10px 20px;
  }
}

/**********************     xxx     ******************************/
@media screen and (max-width: 767px) {
}
