@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  font-size: 0.9rem;
  color: #303030;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

/*-------------------
basic
-------------------*/
.wrapper {
  width: 900px;
  margin: 0 auto;
}

.sec-title {
  background-image: url(../img/greenBack.png);
  display: flex;
  flex-direction: column;
  color: white;
  height: 250px;
  width: 250px;
  margin: 100px auto;
}
.sec-title img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-top: 35px;
}
.sec-title h3 {
  text-align: center;
  font-family: Skia;
  font-size: 2.6rem;
  font-weight: 400;
  margin-top: -5px;
}
.sec-title p {
  text-align: center;
  font-family: "ヒラギノ丸ゴ proN";
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 100;
}

/*-------------------
MAINVISUAL
-------------------*/
.mainvisual {
  background-image: url(../img/mainvisual.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.mainvisual img {
  width: 300px;
  height: 425px;
  margin: 0 auto;
  padding-bottom: 125px;
}
.mainvisual h1 {
  color: black;
  font-size: 3.2rem;
  margin-top: -210px;
  margin-bottom: 80px;
  padding-right: 10px;
  font-family: Skia;
}

/*-------------------
portforio
-------------------*/
.works {
  margin-top: 130px;
}

.portforio {
  display: flex;
  justify-content: space-between;
}
.portforio img {
  height: 156.25px;
  width: 250px;
}

.forio-link {
  position: relative;
  width: 250px;
}

.hover-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 77px;
  left: 0;
  /* height: auto;
  width: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(23, 52, 64, 0.5);
  color: #f3f3f3;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.hover-mask:hover {
  opacity: 1;
}

.under-text {
  margin-top: 10px;
  color: #303030;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 2.2s ease;
}

.hover-mask:hover ~ .under-text {
  opacity: 1;
}

/*-------------------
about
-------------------*/
.about-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #dee1e4;
  border-radius: 30px;
}
.about-content .about-content-img {
  height: 100px;
  width: 100px;
  margin: 50px;
  /* justify-content: center; */
  flex-shrink: 0;
  align-items: center;
}
.about-content .about-content-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
  flex-shrink: 0;
}

.about-text {
  padding: 30px 30px 30px 0;
}

/*-------------------
contact
-------------------*/
.contact {
  margin-top: 130px;
}
.contact p {
  text-align: center;
}
.contact form {
  display: grid;
  grid-template-columns: 50px 110px 50px 300px;
  grid-template-rows: 24px 24px 1fr;
  grid-gap: 20px;
  margin: 50px 100px 120px;
  justify-content: center;
}
.contact form span{
  background-color: #6f2f20;
  color: #f0f0f0;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 0.7rem;
  height: 24px;
  text-align: center;
}
.contact form input {
  background-color: #dee1e4;
  border-radius: 5px;
  text-align: left;
  grid-column: 3/5;
  padding: 5px;
}
.contact form .confirm {
  text-align: center;
  grid-column: 3/5;
  text-align: left;

}
.contact form .messageBox {
  background-color: #dee1e4;
  border-radius: 5px;
  grid-column: 3/5;
  grid-row: 3/8;
  padding: 5px;
  /* text-align: left; */
}
.contact form .submit-box {
  grid-column: 1/5;
  display: flex;
  justify-content: center;
  margin-top: 50px;

}
.contact form .submit-box .submit {
  background-color: #dee1e4;
  padding: 2px 30px;
  font-size: 0.75rem;
  border-radius: 5px;
  color: #2b0048;
  margin: 0 20px;
}
.contact form .submit-box .send {
  background-color: #4d535c;
  color: #f0f0f0;
}
.contact .send_comp {
  margin: 150px auto;
}
/*-------------------
footer
-------------------*/
.footer-content {
  background-image: url(../img/footer.jpg);
  height: 92px;
  color: #dee1e4;
}
.footer-content p {
  text-align: center;
  line-height: 92px;
  font-size: 0.75rem;
}

.error_list {
  
  margin: 30px auto 0;
  padding: 10px 30px;
  width: 400px;
  color: #ff2e5a;
  font-size: 86%;
  text-align: center;
  border: 1px solid #ff2e5a;
  border-radius: 5px;;
}

/*# sourceMappingURL=style.css.map */
