html {
  font-family: "ryo-gothic-plusn", sans-serif;
  color: #333;
  cursor: url(/images/cursor.png), auto;
}
html a {
  cursor: url(/images/cursor.png), auto;
}

.buttons a {
  transition: opacity 0.3s ease;
}
.buttons a:hover {
  opacity: 0.5;
}

.dotted {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.header {
  height: 120px;
  padding: 40px 20px;
}
.header_inner {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
}
.header_inner_logo img {
  height: 40px;
}
.header_inner_buttons {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
}
.header_inner_buttons a {
  margin-left: 30px;
}

.main {
  height: calc(100vh - 120px);
  overflow: hidden;
}
.main_grids {
  transform: translate(-6vw, -11vw) rotate(-4deg);
}
.main_grids_grid:nth-child(even) {
  display: grid;
  grid-template-rows: 11.5vw;
  grid-template-columns: 11.5vw 15vw 11.5vw 15vw 11.5vw 15vw 11.5vw 15vw 11.5vw;
}
.main_grids_grid:nth-child(odd) {
  display: grid;
  grid-template-rows: 15vw;
  grid-template-columns: 11.5vw 15vw 11.5vw 15vw 11.5vw 15vw 11.5vw 15vw 11.5vw;
}
.main_grids div, .main_grids a {
  border-radius: 2vw;
}
.main_grids_1 div:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.03);
}
.main_grids_2 div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.main_grids_3 div:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.1);
}
.main_grids_4 div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1101px) {
  .main_grids_4 div:nth-child(3) {
    position: relative;
  }
  .main_grids_4 div:nth-child(3)::after {
    content: "Miura\aYuto's";
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.7vw;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
  }
  .main_grids_4 div:nth-child(4) {
    position: relative;
  }
  .main_grids_4 div:nth-child(4)::after {
    content: "Portfolio";
    color: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.7vw;
    font-weight: bold;
    letter-spacing: 2.5px;
    line-height: 1.2;
  }
}
.main_grids_5 div:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.2);
}
.main_grids_6 div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.25);
}
.main_grids_7 div:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.3);
}
.main_grids_8 div:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.35);
}
.main_grids_9 div:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.4);
}
.main_grids a {
  background-color: #F29438;
  position: relative;
  z-index: 10;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, outline 0.3s ease;
}
.main_grids a::after {
  content: "";
  width: 3vw;
  height: 3vw;
  background-color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 1.5vw;
}
.main_grids a:hover {
  background-color: white;
  box-shadow: inset 0 0 0 2px #F29438;
}
.main_grids a:hover::after {
  outline: 2px solid #F29438;
}

.content {
  width: 1200px;
  padding: 50px 70px;
  margin: 20px auto 70px;
  text-align: center;
  background-color: #E8E8E8;
  border-radius: 50px;
}
.content_title {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 7px;
}
.content_dotted {
  margin: 5px auto 20px;
  width: 120px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content_dotted div {
  width: 10px;
  height: 10px;
  background-color: #808080;
  border-radius: 5px;
}
.content_subtitle {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.footer {
  height: 160px;
  padding: 40px 20px;
  background-color: #808080;
}
.footer_inner {
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.footer_inner_logo img {
  height: 40px;
}
.footer_inner_buttons {
  text-align: end;
  align-items: baseline;
}
.footer_inner_buttons_text {
  color: white;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
}
.footer_inner_buttons_text a {
  margin-left: 20px;
}
.footer_inner_buttons_icon {
  margin-top: 10px;
  height: 30px;
}
.footer_inner_buttons_icon a img {
  height: 30px;
}
.footer_inner_buttons_icon a:last-child {
  margin-left: 20px;
}

.tablet_show {
  display: none;
}

@media (max-width: 1300px) {
  .header_inner {
    width: calc(100vw - 100px);
  }
  .content {
    width: calc(100vw - 80px);
    padding: 50px 30px;
  }
  .footer_inner {
    width: calc(100vw - 100px);
  }
}
@media (max-width: 1100px) {
  .tablet_show {
    display: block;
  }
  .pc_show {
    display: none;
  }
  .header_inner_buttons {
    font-size: 18px;
  }
}
@media (max-width: 1100px) and (max-width: 600px) {
  .header_inner_buttons {
    font-size: 16px;
  }
  .header_inner_buttons a {
    margin-left: 20px;
  }
}
@media (max-width: 1100px) {
  .main_grids {
    transform: translate(-22vw, 15vw) rotate(-4deg) scale(1.5);
  }
  .main_grids_6 div:nth-child(4) {
    position: relative;
  }
  .main_grids_6 div:nth-child(4)::after {
    content: "Miura\aYuto's";
    color: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.7vw;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.1;
    text-align: center;
  }
  .main_grids_6 div:nth-child(5) {
    position: relative;
  }
  .main_grids_6 div:nth-child(5)::after {
    content: "Portfolio";
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.7vw;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.3;
  }
  .content_title {
    font-size: 36px;
    letter-spacing: 5px;
  }
  .content_subtitle {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
  .footer_inner_buttons_text {
    font-size: 14px;
  }
}
@media (max-width: 1100px) and (max-width: 600px) {
  .footer_inner_buttons_text {
    font-size: 12px;
  }
  .footer_inner_buttons_text a {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .header {
    height: 62px;
    padding: 20px 35px 20px;
  }
  .header_inner {
    width: calc(100vw - 70px);
  }
  .header_inner_logo {
    height: 22px;
  }
  .header_inner_buttons {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .header_inner_buttons a {
    margin-left: 10px;
  }
  .main {
    height: calc(100vh - 62px);
  }
  .main_grids {
    transform: translate(-37vw, 50vw) rotate(-4deg) scale(2.2);
  }
  .main_grids_5 div:nth-child(5) {
    position: relative;
  }
  .main_grids_5 div:nth-child(5)::after {
    content: "Miura\aYuto's";
    color: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.7vw;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.1;
    text-align: center;
  }
  .main_grids_6 div:nth-child(5)::after {
    letter-spacing: 0.7px;
  }
  .main_grids_6 div:nth-child(4)::after {
    content: "";
  }
  .content {
    width: calc(100vw - 40px);
    border-radius: 20px;
    padding: 25px 20px 35px;
    margin-top: 10px;
  }
  .content_title {
    font-size: 24px;
  }
  .content_dotted {
    width: 70px;
    margin: 2px auto 15px;
  }
  .content_dotted div {
    width: 7px;
    height: 7px;
  }
  .content_title {
    letter-spacing: 3px;
  }
  .content_subtitle {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .footer {
    height: 185px;
    padding: 20px 35px 30px;
  }
  .footer_inner {
    width: calc(100vw - 70px);
    align-items: end;
  }
  .footer_inner_logo img {
    height: 30px;
  }
  .footer_inner_buttons {
    letter-spacing: 2px;
  }
  .footer_inner_buttons_text {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }
  .footer_inner_buttons_icon {
    height: 22px;
    flex-direction: row;
  }
  .footer_inner_buttons_icon a img {
    height: 22px;
  }
  .footer_inner_buttons_icon a:last-child {
    margin-left: 10px;
  }
}/*# sourceMappingURL=style.css.map */