body {
  background: black;
  position: relative;
}

.common__title {
  font-weight: 600;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .common__title {
    gap: 10px;
  }
}

.common__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .common__title-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.common__title-text-top {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 36px;
  color: black;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .common__title-text-top {
    font-size: 28px;
  }
}

.common__title-text-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 550px) {
  .common__title-text-sub {
    font-size: 10px;
  }
}

.common__sphere {
  width: 10px;
  height: 10px;
  position: relative;
}
.common__sphere::before {
  content: "";
  width: 30px;
  height: 2px;
  top: 50%;
  left: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: red;
  position: absolute;
}
@media screen and (max-width: 550px) {
  .common__sphere::before {
    width: 20px;
  }
}
.common__sphere.right::before {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.header {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header .header__inner {
  max-width: 1512px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding: 10px 20px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header__title {
  font-family: "Lilita One", sans-serif;
  font-size: 28px;
}
.header .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 830px) {
  .header .header__nav {
    display: none;
  }
}
.header .header__nav-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  display: inline-block;
}
.header .drawer-icon {
  width: 32px;
  height: 28px;
  position: relative;
  display: none;
}
@media screen and (max-width: 830px) {
  .header .drawer-icon {
    display: block;
  }
}
.header .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 10px;
}
.header .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.header .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.header .drawer-icon__bar {
  position: absolute;
  top: 1px;
  left: 0;
  width: 32px;
  height: 2px;
  border-radius: 6px;
  background: white;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.header .drawer-icon__bar:nth-of-type(2) {
  top: 12px;
}
.header .drawer-icon__bar:nth-of-type(3) {
  top: 24px;
}

.drawer-content {
  width: 180px;
  height: 100%;
  right: 0;
  position: fixed;
  background: white;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  z-index: 98;
  padding-top: 20px;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer-content .drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  color: black;
}
.drawer-content .drawer-content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

.fv {
  position: relative;
  margin-top: 50px;
  background-image: url(../img/fv.jpeg);
  background-size: cover;
  background-position: center;
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.fv .fv__inner {
  position: relative;
  z-index: 2;
}
.fv .fv__inner {
  max-width: 830px;
  padding-left: 18px;
  padding-right: 18px;
  margin: 0 auto;
}
.fv .fv__content {
  padding: 300px 0;
}
.fv .fv__text-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.fv .fv__text-top-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: white;
  text-align: center;
  min-height: 36px;
}
@media screen and (max-width: 550px) {
  .fv .fv__text-top-text {
    font-size: 18px;
  }
}
.fv .fv__text-top-text p.textTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  margin-bottom: 0;
}
.fv .fv__text-top-text .typingText {
  font-size: 50px;
  color: white;
  text-align: center;
}
.fv .fv__text-top-text .typingText::after {
  content: "|";
  color: white;
  -webkit-animation: test 1s infinite;
          animation: test 1s infinite;
}
@-webkit-keyframes test {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes test {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.fv .fv__text-main {
  background: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 12px;
  margin: 0 auto;
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
  transition: opacity 0.5s linear, -webkit-transform 0.5s linear;
  transition: transform 0.5s linear, opacity 0.5s linear;
  transition: transform 0.5s linear, opacity 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
}
@media screen and (max-width: 550px) {
  .fv .fv__text-main {
    border-radius: 8px;
  }
}
.fv .fv__text-main.is-anime {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.fv .fv__text-main-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: black;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .fv .fv__text-main-text {
    font-size: 18px;
  }
}

.works {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eee;
}
.works .works__inner {
  max-width: 830px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 830px) {
  .works .works__inner {
    max-width: 560px;
  }
}
@media screen and (max-width: 550px) {
  .works .works__inner {
    max-width: 430px;
  }
}
.works .works__basic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.works .works__basic p {
  display: inline-block;
}
@media screen and (max-width: 550px) {
  .works .works__basic {
    font-size: 12px;
  }
}
.works .works__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 830px) {
  .works .works__content {
    gap: 40px;
  }
}
.works .works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  gap: 10px;
  border: 2px solid #eee;
  padding-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.works .works__item:hover {
  border-color: #0077ff;
}
.works .works__item:hover .works__item-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 830px) {
  .works .works__item {
    width: 100%;
  }
}
.works .works__item-left {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  z-index: 10;
}
.works .works__item-right {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 4px;
  z-index: 10;
}
.works .label-new {
  background: rgb(255, 20, 20);
  -webkit-animation: test 0.8s infinite;
          animation: test 0.8s infinite;
}
@keyframes test {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.works .label-html {
  background: rgb(248, 156, 103);
}
.works .label-studio {
  background: rgb(248, 137, 235);
}
.works .label-wordpress {
  background: rgb(37, 122, 202);
}
.works .works__item-image {
  width: 100%;
  overflow: hidden;
}
.works .works__item-image img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.works .works__item-title {
  font-family: "Mochiy Pop P One", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  .works .works__item-title {
    font-size: 13px;
  }
}
.works .works__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #999;
  width: 100%;
  text-align: center;
}
.works .works__item-text p {
  display: inline-block;
}
@media screen and (max-width: 550px) {
  .works .works__item-text {
    font-size: 10px;
  }
}

.skill {
  padding-top: 80px;
  padding-bottom: 80px;
  background: white;
}
.skill .skill__inner {
  max-width: 830px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 830px) {
  .skill .skill__inner {
    max-width: 560px;
  }
}
@media screen and (max-width: 550px) {
  .skill .skill__inner {
    max-width: 430px;
  }
}
.skill .skill__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.skill .skill__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.skill .skill__item-title {
  font-family: "Mochiy Pop P One", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 830px) {
  .skill .skill__item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .skill .skill__item-title {
    font-size: 14px;
  }
}
.skill .skill__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 830px) {
  .skill .skill__item-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .skill .skill__item-text {
    font-size: 12px;
  }
}

.service {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eee;
}
.service .service__inner {
  max-width: 830px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 830px) {
  .service .service__inner {
    max-width: 560px;
  }
}
@media screen and (max-width: 550px) {
  .service .service__inner {
    max-width: 430px;
  }
}
.service .service__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 830px) {
  .service .service__content {
    gap: 30px;
  }
}
.service .service__item {
  width: 360px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 830px) {
  .service .service__item {
    width: 100%;
  }
}
.service .service__item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: white;
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.service .service__item-label .html {
  padding: 4px 8px;
  border-radius: 4px;
  background: rgb(248, 156, 103);
}
.service .service__item-label .studio {
  padding: 4px 8px;
  border-radius: 4px;
  background: rgb(248, 137, 235);
}
.service .service__item-icon {
  height: 130px;
}
.service .service__item-icon img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 550px) {
  .service .service__item-icon {
    height: 100px;
  }
}
.service .service__item-title {
  margin-top: 20px;
  font-family: "Mochiy Pop P One", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 830px) {
  .service .service__item-title {
    font-size: 16px;
  }
}
.service .service__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 830px) {
  .service .service__item-text {
    font-size: 12px;
  }
}

.profile {
  padding-top: 80px;
  padding-bottom: 80px;
  background: white;
}
.profile .profile__inner {
  max-width: 830px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 830px) {
  .profile .profile__inner {
    max-width: 560px;
  }
}
.profile .profile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 830px) {
  .profile .profile__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.profile .profile__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-right: 30px;
}
@media screen and (max-width: 830px) {
  .profile .profile__icon {
    margin-right: 0;
  }
}
.profile .profile__image {
  width: 200px;
}
.profile .profile__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Mochiy Pop P One", sans-serif;
  font-size: 18px;
}
.profile .profile__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.profile .profile__text-title {
  font-family: "Mochiy Pop P One", sans-serif;
  font-size: 16px;
  padding-bottom: 8px;
}
@media screen and (max-width: 550px) {
  .profile .profile__text-title {
    padding-bottom: 10px;
  }
}
.profile .profile__history-list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.profile .profile__history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  gap: 20px;
  font-size: 12px;
  color: #111;
}
.profile .profile__history-item:first-child {
  padding-top: 0;
}
.profile .profile__history-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 550px) {
  .profile .profile__history-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    padding: 10px 0;
  }
}
.profile .profile__history-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.profile .profile__favorite-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.profile .profile__favorite-text p {
  display: inline-block;
}
@media screen and (max-width: 830px) {
  .profile .profile__favorite-text {
    font-size: 11px;
  }
}

.contact {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eee;
}
.contact .contact__inner {
  max-width: 830px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.contact .contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .contact__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  .contact .contact__text {
    font-size: 14px;
  }
}
.contact .contact__button {
  width: 200px;
  margin: 0 auto;
  background: rgb(200, 227, 238);
  padding: 10px 20px;
  border-radius: 12px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 2px #016d77 inset, 0 6px 0 0 #46738e;
          box-shadow: 0 0 0 2px #016d77 inset, 0 6px 0 0 #46738e;
  -webkit-transition: background 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.contact .contact__button:hover {
  background: rgb(248, 242, 163);
  -webkit-box-shadow: 0 0 0 2px #c6b032 inset, 0 6px 0 0 #8b8620;
          box-shadow: 0 0 0 2px #c6b032 inset, 0 6px 0 0 #8b8620;
}
.contact .contact__button:hover:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 0 0 2px #c6b032 inset, 0 2px 0 0 #8b8620;
          box-shadow: 0 0 0 2px #c6b032 inset, 0 2px 0 0 #8b8620;
}
@media screen and (max-width: 550px) {
  .contact .contact__button {
    width: 150px;
  }
}
.contact .contact__button .contact__button-text {
  font-family: "Mochiy Pop P One", sans-serif;
  font-size: 14px;
  color: black;
}
@media screen and (max-width: 550px) {
  .contact .contact__button .contact__button-text {
    font-size: 12px;
  }
}

.footer {
  background: black;
}
.footer .footer__inner {
  max-width: 1512px;
  margin: 0 auto;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer__copyright {
  font-family: "Mochiy Pop P One", sans-serif;
  font-size: 12px;
  color: white;
}