html {
  width: 100%;
  font-size: 1vw;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-size: clamp(16px, 1.6rem, 20px);
  color: #121212;
  line-height: 1.485;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, p, figure {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

ul, ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.l-container {
  display: block;
  height: 81vh;
  background-color: #000000;
  z-index: 100;
}

.l-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  top: 19.4vh;
}

.l-header__item {
  display: block;
  align-items: center;
}

.c-heading--left,
.c-heading--right {
  font-size: 96px;
  font-weight: 1;
  font-family: "League Gothic";
  line-height: 1;
}

h2 {
  font-size: 32px;
  font-family: "League Spartan";
  font-weight: 1;
}

@media screen and (min-width: 429px) {
  .l-header__item {
    display: flex;
  }
  .c-heading--left,
.c-heading--right {
    line-height: inherit;
  }
  h2 {
    margin-top: -25px;
  }
}
/*   SP  TB  */
.l-navPage {
  display: flex;
  background-color: #ffffff;
  width: 100vw;
  height: 90vh;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9999;
  transition: all 0.2s 0s ease;
}

.l-navPage.is-open {
  left: 0%;
}

body.is-open {
  position: fixed;
  overflow: hidden;
}

/*   PC    */
@media screen and (min-width: 961px) {
  .l-navPage {
    display: flex;
    height: 85vh;
  }
}
.l-buttonWrapper {
  display: block;
  height: auto;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .l-buttonWrapper {
    display: flex;
    width: 70vw;
    padding-top: 8vh;
    padding-bottom: 10vh;
    margin: 0 auto;
    justify-content: center;
  }
}
/*   PC    */
@media screen and (min-width: 961px) {
  .l-buttonWrapper {
    display: flex;
    width: 530px;
    padding-top: 8vh;
    padding-bottom: 10vh;
    margin: 0 auto;
    justify-content: center;
  }
}
.l-footer {
  height: auto;
  background-color: #000000;
  display: flex;
  flex-direction: column;
}

/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .l-footer {
    height: 40vh;
    display: inline-block;
    width: 100%;
    position: relative;
  }
}
/*   PC    */
@media screen and (min-width: 961px) {
  .l-footer {
    height: 40vh;
    display: inline-block;
    width: 100%;
    position: relative;
  }
}
.l-buttonProject {
  height: 17.8vh;
}

/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .l-buttonProject {
    height: 24vh;
  }
}
/*   PC    */
@media screen and (min-width: 961px) {
  .l-buttonProject {
    height: 24vh;
  }
}
.l-grid {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 6vh 0;
}

.l-Project {
  margin: 0 auto;
  width: 100%;
  align-items: stretch;
}
.l-Project h4 {
  font-family: "Roboto";
  margin: 30px 0;
}

h3 {
  padding: 4vh 0;
  font-family: "League Spartan";
  font-size: 32px;
  font-weight: 700;
  width: 70vw;
  margin: 0 auto;
}

.l-video {
  display: flex;
  flex-direction: column;
  width: 100vw;
  margin: 0 auto;
}
.l-video a {
  width: 100vw;
  margin: 0 auto;
}

/*  TB  PC    */
@media screen and (min-width: 429px) {
  .l-video {
    width: 70vw;
  }
  .l-video a {
    width: 50vw;
  }
}
/*   PC    */
@media screen and (min-width: 961px) {
  .l-firstView {
    width: 70vw;
    margin: 0 auto;
  }
  .l-firstView h3 {
    font-family: "League Spartan";
    font-size: 32px;
    font-weight: 700;
  }
}
/*   SP    */
@media screen and (max-width: 428px) {
  .c-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 20px;
    height: auto;
    align-items: center;
  }
  .c-nav__item {
    width: 40px;
    margin: 20px 0 0 37px;
  }
  .c-nav__item img {
    width: 70px;
  }
}
/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .c-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 6vh;
    height: auto;
    align-items: center;
  }
  .c-nav__item {
    padding: 60px 0 0 60px;
  }
  .c-nav__item img {
    width: 70px;
  }
}
/*   PC    */
@media screen and (min-width: 961px) {
  .c-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 6vh;
    height: auto;
    align-items: center;
  }
  .c-nav__item {
    padding: 60px 0 0 120px;
  }
  .c-nav__item img {
    width: 100px;
  }
}
.c-footer__menu {
  color: #ffffff;
}

.c-footer__list {
  display: flex;
  width: 80vw;
  padding-top: 83px;
  justify-content: space-between;
  font-family: "Roboto";
  font-size: 16px;
  margin: 0 auto;
}
.c-footer__list > li:hover {
  color: #DED8D3;
}

.c-footer__image {
  width: 70px;
  padding-top: 6vh;
}

/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .c-footer__menu {
    width: 70vw;
  }
  .c-footer__list {
    width: 100vw;
    margin: 0;
    justify-content: center;
  }
  .c-footer__list > li {
    padding-right: clamp(15px, 3vw, 30PX);
  }
  .c-footer__list > li:nth-of-type(3) {
    padding-right: 0;
  }
  .c-footer__image {
    position: absolute;
    right: 15vw;
    bottom: 16vh;
  }
}
/*   PC    */
@media screen and (min-width: 961px) {
  .c-footer__menu {
    width: 80vw;
  }
  .c-footer__list {
    width: auto;
    width: 70vw;
    margin: 0;
    justify-content: flex-start;
    padding-left: 10vw;
  }
  .c-footer__list > li {
    padding-right: 30PX;
  }
  .c-footer__list > li:nth-of-type(3) {
    padding-right: 0;
  }
  .c-footer__image {
    position: absolute;
    right: 10vw;
    bottom: 16vh;
  }
}
.c-contactForm {
  display: grid;
  grid-template-rows: 6.2vh, 6.2vh, minmax(0, 1fr);
}

.c-contactForm__group {
  padding-bottom: 2vh;
  width: 70vw;
}

.c-sectionProject {
  width: 70vw;
  margin: 0 auto;
}

.c-sectionProject__wrapper {
  display: block;
  padding-bottom: 6vh;
}
.c-sectionProject__wrapper h4 {
  padding-top: 3vh;
  padding-bottom: 0.5vh;
  border-bottom: solid 1px #121212;
}

.c-sectionProject__wrapper h4:nth-of-type(1) {
  padding-top: 0;
}

.c-sectionProject__item a:hover {
  color: #DED8D3;
}

.c-video {
  display: flex;
  width: 100vw;
  height: 100%;
  margin: 0 auto;
  align-items: center;
}

/*  TB  PC    */
@media screen and (min-width: 429px) {
  .c-video {
    width: 50vw;
  }
}
.c_point {
  color: #ffffff;
  background-color: #000000;
  height: 50px;
  width: 150px;
  margin: 0;
  text-align: center;
  align-items: normal;
  padding: 3px 10px 3.5px 10px;
}
.c_point--other {
  margin: 10vh 0 0 0;
}

/*   TB  PC    */
@media screen and (min-width: 429px) {
  .c_point {
    margin: 0;
  }
  .c_point--other {
    margin: 10vh 0 0 0;
  }
}
.c-ProjectImg {
  max-height: none;
  width: 100%;
}
.c-ProjectImg--other {
  margin-top: 30px;
}

/*  TB  PC    */
@media screen and (min-width: 429px) {
  .c-ProjectImg--other {
    margin-top: 70px;
  }
}
.p-hamburger {
  width: 35.94px;
  height: 27px;
  position: relative;
  right: 36px;
  top: 1vh;
}
.p-hamburger::before, .p-hamburger::after {
  content: "";
  width: 35.94px;
  height: 4px;
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  display: block;
  border-radius: 3px;
}

.p-hamburger::before {
  width: 21.56px;
  top: 2.7vh;
  left: 14.38px;
}

.p-hamburger::after {
  bottom: 2.5vh;
}

.p-hamburger > span {
  width: 28.75px;
  height: 4px;
  font-size: 0;
  position: absolute;
  top: 13px;
  left: calc(50% - 10.78px);
  right: 3.59px;
  padding: 0px;
  border-radius: 3px;
  background-color: #FFFFFF;
}

@media screen and (min-width: 429px) {
  .p-hamburger {
    right: 12vw;
    top: 2.9vh;
  }
}
.p-button--menu {
  top: 5.4vh;
  position: absolute;
  right: 76px;
}

.p-button--menu::before,
.p-button--menu::after {
  content: "";
  width: 32.53px;
  height: 2px;
  position: absolute;
  background-color: #121212;
  border-radius: 2px;
}

.p-button--menu::before {
  position: absolute;
  top: 20px;
  left: 0%;
  right: 2.5vw;
  transform: rotate(-135deg);
}

.p-button--menu::after {
  position: absolute;
  top: 20px;
  left: 0%;
  right: 2.5vw;
  transform: rotate(-45deg);
}

/*  TB PC    */
@media screen and (min-width: 429px) {
  .p-button--menu {
    top: 14.5vh;
    right: 15vw;
  }
}
/*   SP    */
.p-navPageWrapper {
  display: grid;
  grid-template-columns: 6.5vw 1fr;
  grid-template-rows: 2fr;
  color: #121212;
  position: relative;
  height: 47.2vh;
  font-family: "League Spartan";
  top: 11.4vh;
  left: 37px;
}

.p-verticalText {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  padding-right: 6px;
  padding-top: 10px;
}

.p-verticalText span {
  display: inline-block;
  transform: rotate(270deg);
  font-size: 24px;
  font-weight: 500;
  line-height: 0.7;
}

.p-navMenu {
  grid-column: 2/3;
  grid-row: 1/2;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}

.p-navMenu li:hover {
  background-image: linear-gradient(45deg, #F2EDE9, #DED8D3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-navContact {
  grid-column: 1/3;
  grid-row: 2/3;
  padding-top: 9.2vh;
  align-items: flex-end;
}

.p-navIcon {
  padding-top: 3vh;
}
.p-navIcon a svg {
  color: #121212;
  width: 25px;
}

/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .p-navPageWrapper {
    top: 25.4vh;
    left: 18vw;
  }
  .p-verticalText {
    padding-right: 3.3vw;
  }
}
/*   PC    */
@media screen and (min-width: 961px) {
  .p-navPageWrapper {
    display: flex;
    height: 30.2vh;
    top: 25.4vh;
    left: clamp(160px, 26.8vw, 270px);
  }
  .p-verticalText {
    padding-right: 3.3vw;
  }
  .p-navContact {
    padding-left: 20vw;
    padding-top: 22vh;
  }
}
.p-profile__wrapper {
  padding-top: 6vh;
  width: 80vw;
  margin: 0 auto;
}
.p-profile__wrapper > p {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.5;
}

.p-profile__wrapper h3 {
  font-family: "League Spartan";
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}

/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .p-profile__wrapper {
    width: 70vw;
    padding-top: 5vh;
    margin: 0 auto;
  }
  .p-profile__wrapper > p {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.5;
  }
  .p-profile__wrapper h3 {
    font-family: "League Spartan";
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 2vh;
  }
}
/*   PC    */
@media screen and (min-width: 961px) {
  .p-profile__wrapper {
    padding-top: 6vh;
    width: 60vw;
    margin: 0 auto;
  }
  .p-profile__wrapper > p {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.5;
  }
  .p-profile__wrapper h3 {
    font-family: "League Spartan";
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 2vh;
  }
}
.p-grid {
  padding-top: 6vh;
  margin: 0 auto;
  width: 80vw;
  height: auto;
  gap: clamp(2px, 1vw, 20px);
}
.p-grid > h2 {
  font-family: "League Spartan";
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 2vh;
}

.p-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px;
}

.p-gridSkill {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-grid__item {
  display: flex;
  align-items: center;
  font-family: "Roboto";
  font-size: 16px;
  width: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}
.p-grid__item > img {
  width: 20px;
  height: auto;
  padding-right: 5px;
}

.p-grid__item:nth-of-type(8) img {
  width: 18px;
}

/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .p-grid {
    width: 70vw;
    gap: clamp(2px, 1vw, 20px);
  }
  .p-grid > h2 {
    font-size: 32px;
  }
  .p-grid__wrapper {
    gap: 20px;
  }
  .p-gridSkill {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-grid__item {
    padding-bottom: 0;
    padding-top: 10px;
  }
}
/*   PC    */
@media screen and (min-width: 961px) {
  .p-grid {
    width: 70vw;
  }
  .p-grid > h2 {
    font-size: 32px;
  }
  .p-grid__wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1vh;
  }
  .p-gridSkill {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-grid__item {
    margin-bottom: 5px;
    padding-top: 10px;
  }
  .p-grid__item > img {
    width: 2.5vw;
  }
  .p-grid__item--php img {
    width: 3vw;
  }
  .p-grid__item--git img {
    width: 4vw;
  }
}
.p-card {
  display: grid;
  padding-top: 6vh;
  gap: 4.4vh;
  width: 80vw;
  margin: 0 auto;
  height: auto;
}

.p-card__item {
  display: block;
}
.p-card__item h3 {
  font-family: "League Spartan";
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}

.p-card__item img {
  width: 80vw;
  height: auto;
  border: 1px solid #121212;
}

/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .p-card {
    width: 70vw;
  }
  .p-card__item img {
    width: 70vw;
    height: 32.4vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*   PC    */
@media screen and (min-width: 961px) {
  .p-card {
    display: flex;
    width: 80%;
    padding-top: 8vh;
  }
  .p-card__item {
    width: 51.3vw;
    overflow: hidden;
  }
  .p-card__item h3 {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .p-card__item img {
    width: 100%;
    height: 33.7vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-button--projectNav {
  display: flex;
  width: 60vw;
  height: 60px;
  background-color: #D9D9D9;
  margin: 0 auto;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}

.p-button--projectNav:hover {
  background-image: linear-gradient(45deg, #F2EDE9, #DED8D3);
}

svg {
  width: 15px;
  margin-right: 18px;
}

/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .p-button--projectNav {
    width: clamp(200px, 24vw, 240px);
    margin: 0 18px 30px 18px;
    font-size: 16px;
  }
  .p-button--projectNav:nth-of-type(2) {
    padding-right: 20px;
  }
  svg {
    width: 15px;
    margin-right: 10px;
    margin-left: 5px;
  }
}
/*   PC    */
@media screen and (min-width: 961px) {
  .p-button--projectNav {
    width: 240px;
  }
  .p-button--projectNav:nth-of-type(2) {
    padding-right: 20px;
  }
  svg {
    margin-right: 10px;
    width: 25px;
  }
}
.p-button--allProjectNav {
  margin-bottom: 0;
}

/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .p-button--allProjectNav {
    height: auto;
  }
}
/*   PC    */
@media screen and (min-width: 961px) {
  .p-button--allProjectNav {
    height: auto;
  }
}
.p-profile__container {
  display: block;
}

.p-profile__wrapper {
  height: auto;
  width: 70vw;
}

label {
  font-family: "League Spartan";
  font-weight: 700;
  font-size: 16px;
}

input,
textarea {
  display: block;
  border: none;
  border-bottom: solid 2px;
  width: 70vw;
  background: transparent;
  outline: none;
  padding-top: 20px;
}

textarea {
  resize: vertical;
}

textarea::-moz-placeholder {
  line-height: 70px;
}

textarea::placeholder {
  line-height: 70px;
}

.p-button__send {
  margin-top: 6vh;
}

/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .p-button__send {
    margin: 0 auto;
    margin-top: 6vh;
    margin-bottom: 3vh;
  }
}
.p-thanksMessage {
  display: block;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin: 0 auto;
}
.p-thanksMessage h1 {
  font-family: "Roboto";
  font-size: 24px;
  padding: 6vh 0;
}
.p-thanksMessage p {
  padding-bottom: 6vh;
}

/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .p-button--thanks {
    margin: 0 0 30px 0;
  }
}
.p-gridProject__item {
  width: 80vw;
  position: relative;
}

.ProjectImg {
  width: 100%;
  height: auto;
}

/*   TB  PC    */
@media screen and (min-width: 429px) {
  .p-Project__item {
    height: 100%;
  }
  .p-Project__pcItem {
    height: 100%;
    width: 100%;
    position: relative;
  }
}
.is-scrollBlock {
  opacity: 0;
  transition: all 2s;
}

.blockIn {
  opacity: 1;
}

.page-wrapper {
  display: flex;
  text-align: center;
  padding: 5rem 1rem;
}

.page-content {
  padding: 5vw 0;
  display: block;
  margin: 0 auto;
}
.page-content h2 {
  font-size: 20px;
  color: #121212;
}
.page-content p {
  font-size: 16px;
  color: #121212;
  padding-bottom: 3rem;
}
.page-content .not-search {
  font-size: 16px;
  padding-top: 3rem;
}

/*   TB    */
@media screen and (min-width: 429px) and (max-width: 960px) {
  .page-content h2 {
    font-size: 3rem;
  }
  .page-content p {
    font-size: 2rem;
  }
  .page-content .not-search {
    font-size: 2rem;
  }
}
/*   PC    */
@media screen and (min-width: 961px) {
  .page-content h2 {
    font-size: 3rem;
  }
  .page-content p {
    font-size: 1rem;
  }
  .page-content .not-search {
    font-size: 1.3rem;
    padding-top: 3rem;
  }
}
.sticky {
  border: 2px solid #ccc;
  padding: 10px;
  background: #f9f9f9;
}

.gallery-caption {
  font-size: 0.9em;
  text-align: center;
  color: #666;
}

.bypostauthor {
  font-weight: bold;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.alignleft {
  float: left;
  margin-right: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=style.css.map */