@media screen and (max-width: 600px) {
  div.grid-profile {
    display: block !important;
    padding-top: 50% !important;
    overflow: hidden; }
  div.profile-info {
    padding: 0 8.6% !important; }
  div.profile-image {
    margin: 50px 0 130% 0; }
  div.instagram {
    text-align: center; }

  img.profile-image {
    width: 62% !important;
    left: 19% !important; }

  img.profile-vector {
    width: 132% !important;
    top: 35px !important; } }
div.grid-profile {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 18.6% 0 15%; }
div.profile-info {
  padding: 0 16.6%; }
div.profile-image {
  position: relative; }
div.instagram {
  position: relative; }

h2.profile {
  margin-bottom: 11%; }

p.profile-msg {
  font-family: a-otf-ud-shin-go-pr6n;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 8%;
  margin-bottom: 10%; }
p.profile-detail {
  font-size: 12px;
  margin-top: 6%;
  line-height: 24px;
  font-family: a-otf-ud-shin-go-pr6n; }

table.profile-history td {
  line-height: 28px; }
  table.profile-history td.table-left {
    width: 30%;
    font-size: 14px; }
  table.profile-history td.table-right {
    font-family: a-otf-ud-shin-go-pr6n;
    font-size: 12px; }

span {
  font-family: a-otf-ud-shin-go-pr6n;
  color: #000000;
  font-weight: 300;
  line-height: 28px; }
  span.name-jp {
    font-size: 20px;
    letter-spacing: 1px;
    margin-right: 5%; }
  span.name-en {
    font-size: 14px;
    letter-spacing: 1px; }

img.profile-image {
  position: absolute;
  width: 50%;
  left: 0;
  z-index: 5; }
img.profile-vector {
  position: absolute;
  left: 0;
  width: 100%;
  top: 8%; }
