@charset "UTF-8";

/* index.html */
/* アイキャッチ */
#svg-animation {
  text-align: center;
  padding: 50px 100px;
}

.slide {
  text-align: center;
  margin-bottom: 50px;
  visibility: hidden;
}

/* work */
.web-create h3 {
  padding: 30px 0;
}

.web-img {
  /* width: 300px; */
  /* height: 425px; */
  padding: 0 10px;
}

/* モーダルウィンドウ */
#glay-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
}

#over-layer {
  display: none;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -550px; /*モーダル画像の横幅の半分の値 */
}
/* モーダルウィンドウ終了 */

/* design */
.web-design h3 {
  padding: 60px 0 30px;
}

/* ターンjsスタイル */
.design-turn {
  width: 600px;
  height: 425px;
  margin: 0 auto 20px;
}

.turn-btn ul {
  width: 50%;
  display: inline-flex;
  list-style:none;
}

.turn-btn ul li {
  width: 50%;
}

.turn-btn ul::after {
  content: "";
  clear: both;
}

.prevpage, .nextpage {
  cursor: pointer;
}
/* ターンjsスタイル終了 */
.design-turn-sp {
  display: none;
}

/* skill */
.skill-category {
  display: flex;
}

.skill-category p {
  width: 60%;
}

.web-skill {
  text-align: center;
}

.web-skill h3 {
  padding: 30px 0;
}

.web-skill p {
  display: inline-block;
  text-align: left;
  background-color: white;
  padding: 20px;
  box-shadow: 7px 7px gray;
}

.profile-btn a {
  display: inline-block;
  color: #E6E4CF;
  background-color: black;
  width: 260px;
  padding: 10px 0;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 7px rgb(130, 130, 130);
}

.profile-btn a:active {
  box-shadow: none;
  position: relative;
  top: 7px;
}

/* website.html */
.low-p {
  padding-bottom: 35px;
}

.site-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

.site-btn{
  font-size: 30px;
  margin: 10px;
}

.site-btn a{
  display: block;
  width: 200px;
  height: 100px;
  padding-top: 27px;
  border-radius: 25px;
}
.link-1{
  background-color: #ADFFF4;
}
.link-2{
  background-image: linear-gradient(-225deg, #2CD8D5 0%, #9891ff 56%, #FFBAC3 100%);
}
.link-3{
  background-color: #fff;
}
.link-4{
  background: linear-gradient(45deg, rgba(189,255,77,1) 0%, rgba(77,236,65,1) 49%, rgba(0,255,230,1) 100%);
}
.link-5{
  background-color: #FF5F32;
}
.link-6{
  background-color: #C32D4D;
}
.link-7{
  background-color: #F08080;
}
.link-8{
  background-color: #00AFCC;
}



/* profile.css+404.html */
.text-center-left {
  display: inline-block;
  text-align: left;
}

.text-center-left p {
  padding: 0 30px 20px;
}

.text-center-left p:last-child {
  padding: 0px 30px 50px;
}

.text-center-left ul {
  padding: 0 30px 20px;
}

.profile-link {
  font-weight: bold;
  border-bottom: 3px solid black;
}

.profile-link:hover {
  opacity: unset;
  color: white;
  border-bottom: 3px solid white;
  transition: 0.3s;
}
/* フェードイン */
[data-fadeIn]{
  opacity: 0;
  transition: all 1.5s;
  transform: translateY(150px);
}
[data-fadeIn].is-over{
  opacity: 1;
  transform: translateY(0);
}

/* 404.html */
.not-found {
  padding-bottom: 130px;
}

/* レスポンシブスタイル */
@media screen and (max-width: 768px) {
/* index.html */
#svg-animation {
  padding: 50px 50px;
}

/* work */
.web-img {
  padding: 10px 10px;
}
/* モーダルウィンドウ・レスポンシブ */
#over-layer {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -350px; /*モーダル画像の横幅の半分の値 */
}
#over-layer img {
  width: 700px;
}
/* モーダルウィンドウ・レスポンシブ終了 */
/* website.html */
.page-top {
  display: none;
}
}


/* レスポンシブ・スマホ */
@media screen and (max-width: 480px) {
/* index.html */
#svg-animation {
  padding: 50px 20px;
}

.slide p {
  text-align: left;
  padding: 0 20px;
}
/* work */
/* モーダルウィンドウ・レスポンシブ・スマホ+デザイン */
#over-layer {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -150px; /*モーダル画像の横幅の半分の値 */
}
#over-layer img {
  width: 300px;
}
/* モーダルウィンドウ・レスポンシブ・スマホ+デザイン終了 */

/* design */
/* ターンjsスタイル */
.design-turn {
  display: none;
}

.turn-btn {
  display: none;
}

.design-turn-sp {
  display: unset;
  margin: 0 auto 20px;
}

/* skill */
.skill-category {
  flex-wrap: wrap;
}

/* website.html */
.site-btn:last-child{
  margin-bottom: 50px;
}

.site-btn {
  font-size: 16px;
}

.site-btn a {
  width: 130px;
  height: 70px;
  padding-top: 23px;
  border-radius: 15px;
}
}