@media screen and (min-width: 48em) {
  /* Tablet Default */
  .mobile {
    display: none;
  }

  h1 {
    font-size: 40px;
    margin: 0 0 30px;
  }

  h2 {
    font-size: 24px;
    margin: 0 0 36px;
    letter-spacing: 3px;
  }

  .list-style li {
    padding-left: 10px;
  }

  .list-style li::before {
    width: 6px;
    height: 6px;
    left: -10px;
    top: -4px;
  }

  p,
  .list-style li {
    font-size: 18px;
    line-height: 32px;
  }

  .list-tag li {
    padding: 2px 6px 3px;
    font-size: 15px;
    margin: 2px;
  }

  section {
    padding-top: 70px;
    margin-bottom: 70px;
  }

  .content::before {
    top: -6px;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
  }

  .content::after {
    bottom: -6px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  }

  .content-text {
    width: 64%;
  }

  .content p:not(:last-child) {
    margin-bottom: 18px;
  }
  /*
	.content-list:not(:first-child) {
		padding-top: 25px;
	}*/

  .content-list > li {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .content-list > li:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  /* Content TwoColumn */
  .content-two-col-list > li:not(:first-child) {
    border-top: none;
  } /* 1column->2columnにするためborder-topを削除*/

  .content-two-col {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .content-two-col-list {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
  }

  .content-two-col-list > li {
    width: 47%;
  }

  .content-two-col-list > li:nth-child(odd) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin-right: 3%;
    margin-left: 0;
    position: relative;
  }

  .content-two-col-list > li:nth-child(odd)::before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    top: 20px;
    right: -6.8%;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
  }

  .content-two-col-list > li:nth-child(even) {
    margin-left: 3%;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }

  .content-two-col-list > li:nth-last-child(1) {
    border: none;
  }

  .content-two-col-list p {
    width: 100%;
  }

  .button {
    font-size: 20px;
    line-height: 20px;
    width: 77%;
    max-width: 400px;
    height: 40px;
    padding-top: 8px;
    margin: 30px auto 3px;
  }

  .button:hover {
    font-size: 22px;
    line-height: 22px;
    width: 80%;
    height: 46px;
    padding-top: 7px;
    margin: 27px auto 0;
  }

  /* Header */
  header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  header li {
    padding: 0;
    height: 48px;
    text-align: center;
    position: relative;
  }

  header li::after {
    width: 6px;
    height: 6px;
    border: 2px solid var(--accent);
    position: absolute;
    display: inline-block;
    content: "";
    top: 21px;
    right: -3px;
  }

  header li:last-child::after {
    display: none;
  }

  header a {
    font-size: 22px;
    height: 48px;
    padding-top: 16px;
    width: 80%;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
  }

  @media (hover: hover) {
    header a:hover {
      padding-top: 15px;
      border-right: 3px solid var(--accent_mv);
      border-left: 3px solid var(--accent_mv);
    }
  }

  .nav {
    padding-top: 15px;
    border-right: 4px solid var(--accent_mv);
    border-left: 4px solid var(--accent_mv);
  }

  /* Top Button */
  .top-button {
    width: 66px;
    height: 66px;
    border: 1px solid transparent;
    bottom: 24px;
    right: 30px;
  }

  .top-button::before {
    width: 20px;
    height: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    border-left: 2px solid rgba(255, 255, 255, 0.4);
  }

  @media (hover: hover) {
    .top-button:hover::before {
      border-bottom: 2px solid var(--second);
      border-left: 2px solid var(--second);
    }
  }

  /* MV */
  .MV {
    padding: 56px 5%;
  }

  .MV-1 {
    padding: 0.3%;
    border-top: 5px solid rgba(117, 116, 107, 0.7);
    border-bottom: 5px solid rgba(117, 116, 107, 0.7);
  }

  .MV-2 {
    padding: 78px 0 70px;
    border-top: 3px solid rgba(117, 116, 107, 0.7);
    border-bottom: 3px solid rgba(117, 116, 107, 0.7);
  }

  .MV strong {
    font-size: 56px;
    letter-spacing: 0.6px;
    line-height: 80px;
  }

  .MV strong > span {
    font-size: 70px;
    letter-spacing: -0.5px;
  }

  .MV-title {
    width: 640px;
    margin: 0 auto 24px;
    border-bottom: 3px dashed var(--second);
  }

  .MV p {
    font-size: 28px;
  }

  /* Profile */
  .profile-flex {
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .profile-flex h2 {
    font-size: 20px;
    margin: 0 auto 10px;
  }

  .profile-img {
    margin: auto 20px;
  }

  .profile-img-content {
    margin: 0 auto 10px;
    height: 135px;
    width: 135px;
    border: 2px dotted rgba(255, 255, 255, 0.4);
    border-radius: 50%;
  }

  .profile-img figure {
    height: 120px;
    width: 120px;
    margin: 6px;
  }

  .profile-name {
    font-size: 24px;
  }

  /* Works */
  .works-content {
    width: 90%;
    max-width: 360px;
    min-height: 200px;
  }

  .works-content img {
    border: 3px solid var(--accent);
    height: 180px;
    width: 120px;
  }

  .works-content a {
    height: 186px;
    width: 126px;
  }

  .works-description p {
    font-size: 16px;
  }

  .works-description a {
    font-size: 16px;
    text-decoration: underline 1px solid #fff;
  }

  /* Skills */
  .skills-content {
    height: 120px;
  }

  /* Contact */
  .contact-email {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .contact-content {
    width: 70%;
    max-width: 500px;
    margin: auto;
  }

  .contact-border {
    padding: 0.8%;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .contact-content input[type="text"],
  .contact-content textarea {
    font-size: 18px;
    max-width: 500px;
  }

  .contact-content input[type="text"] {
    height: 44px;
    padding: 5px 10px 4px 44px;
    border-bottom: 1.5px dashed var(--main);
  }
  .contact-content textarea {
    height: 300px;
    padding: 10px 10px;
  }

  .contact-list i {
    font-size: 22px;
    color: var(--accent_mv);
    width: 40px;
    line-height: 44px;
    padding-left: 10px;
  }

  .contact-submit {
    display: flex;
    align-items: center;
  }

  .contact-submit-button {
    padding: 2px;
  }

  .contact-submit-button p {
    font-size: 18px;
    line-height: 54px;
    padding-left: 10px;
  }

  .contact-submit-icon {
    font-size: 18px;
    height: 42px;
    width: 42px;
    margin: 6px;
  }

  .contact-submit-icon:hover {
    height: 46px;
    width: 46px;
    margin: 4px;

    font-size: 22px;
    color: var(--main);
    background-color: var(--accent);
  }

  .contact-submit-icon i {
    line-height: 44px;
    margin-left: 11px;
  }

  #contact-submit-result {
    font-size: 16px;
    margin-left: 36px;
    margin-top: 0;
  }

  /* Copyright */
  .copy {
    font-size: 13px;
    margin-top: 120px;
    margin-bottom: 24px;
    text-align: center;
  }

  /* Modal */
  .modal {
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
  }

  .modal-front {
    width: 90%;
    padding: 20px 1.5% 12px;
    border: 4px solid var(--accent_mv);
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
    width: 90%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    letter-spacing: 3px;
  }

  h4 {
    font-size: 22px;
    margin: 0 auto 20px;
  }

  h4:not(:first-of-type) {
    margin-top: 48px;
  }

  .modal-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 18px;
  }

  .modal-title::before {
    width: 10px;
    height: 10px;
    left: -7px;
    top: -2px;
    border: 1.5px solid var(--accent);
  }

  .modal-content {
    width: 90%;
    height: calc(100% - 100px);
    margin: 12px auto;
    padding: 3%;
    font-size: 18px;
  }

  .modal-text-back {
    padding: 3% 5%;
  }

  .modal-content-item:not(:first-child) {
    margin-top: 24px;
  }

  .modal-text p {
    width: 90%;
    font-size: 16px;
  }

  .modal-text-back p {
    width: 94%;
  }

  .modal-text-container {
    margin-bottom: 24px;
  }

  .modal-text-list p {
    width: 94%;
    margin: 0 auto 12px;
  }

  .modal-text-list li {
    padding-left: 12px;
  }

  .modal-text-list li::before {
    width: 5px;
    height: 5px;
    top: 8.5px;
  }

  .modal-text-list li + li {
    margin-top: 12px;
  }

  .modal-text-list-width {
    width: 180px;
  }

  .modal-text-title {
    font-size: 18px;
    margin-bottom: 3px;
    padding-left: 12px;
  }

  .modal-text-title::before {
    width: 5px;
    height: 5px;
    top: 11px;
  }

  .modal-text-list-note {
    font-size: 14px;
    margin-bottom: 0;
  }

  .modal-icon-list-container {
    width: 90%;
  }

  .modal-icon-list {
    margin: 0 auto 32px;
    padding: 2%;
    width: 100%;
    gap: 5%;
  }

  .modal-icon-list li {
    width: 30%;
    font-size: 18px;
    line-height: 22px;
  }

  .modal-icon-list i {
    font-size: 18px;
    line-height: 22px;
    margin-left: -12px;
    margin-right: 8px;
  }

  .modal-close-button {
    max-width: 400px;
    margin: 0 auto;
  }

  .modal-close-button:hover {
    margin: -2px auto;
  }

  /* Modal Profile */
  .modal-profile-images {
    width: 90%;
    margin: 20px auto;
    display: flex;
  }

  .modal-profile-images li {
    margin: 0;
  }

  .modal-profile-images li + li {
    margin-top: 0;
    margin-left: 24px;
  }

  .modal-profile-images p {
    font-size: 16px;
  }

  /* Modal Works */
  .modal-works-list {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .modal-works-list li {
    width: 32%;
    margin-bottom: 10px;
    background-color: var(--accent_modal);
    padding: 10px 3px;
    font-weight: bold;
    text-align: center;
  }

  .modal-works-list li p {
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .modal-works-list li span {
    font-size: 14px;
  }

  .modal-works-links {
    margin: 16px auto;
  }

  .modal-text-icon p:not(:last-of-type)::after {
    content: "◆ ◆ ◆";
    font-size: 8px;
    margin: 16px auto;
  }

  .modal-list-tag {
    margin: 0 auto;
  }

  .modal-list-tag li {
    margin: 0.5%;
  }
}
