html {
  font-size: 62.5%;
}

body {
  background-color: #f7fcfe;
  font-size: 1.6rem;
}

img {
  min-width: 300px;
}

/* FV */

.fv img {
  width: 100%;
  height: auto;
}

/* 共通アイテム */

.max-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

h2 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin: 60px 0;
}

section {
  height: auto;
}

@media screen and (max-width: 375px) {
  h2 {
    font-size: 16px;
    margin: 60px 0 30px 0;
  }
}

/* アバウトエリア */

.profile-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.profile-text {
  max-width: 300px;
  margin-left: 80px;
}

@media screen and (max-width: 680px) {
  .profile-text {
    margin: 20px 0 0 0;
  }
}

/* 実績エリア */

.work-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  max-height: calc(3 * (300px + 50px));
  overflow: hidden;
}

.box {
  flex: 0 0 calc((100% - 20px) / 3);
  background: #4caf50;
  color: white;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

/* SNSボタン全体 */
.sns-button {
  margin: 3px;
  padding: 0px;
  text-align: center;
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.sns-button a {
  text-decoration: none;
}

/* 各 SNS ボタンのボックス */
.sns-button li {
  display: inline-block;
  margin: 5px;
  padding: px 0px;
  border-radius: 4px;
  box-shadow: 2.8px 2.8px #4c4550;
  width: 70px;
  height: 70px;
  line-hight: 70px;
}

/* アイコン */
.sns-button i {
  text-align: center;
  font-size: 35px;
  margin: 0px;
  padding: 17px 0px 0px 0px;
  color: #fff;
}

/* アイコンホバー */
.sns-button li:hover {
  opacity: 0.8;
}

/* ボタンの色 */
.button_x {
  background: #39475d;
}
.button_instagram {
  background: #cf2e92;
}
.button_discord {
  background: #1245b3;
}

/* フッター */

footer small {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  footer small {
    margin-top: 60px;
  }
}
