.image-2-icon {
    width:  100%;
    height: 100%;
    position: absolute;
    margin: 0 !important;
    top: 0;
    bottom: 0;
    max-height: 100%;
    object-fit: cover;
  }
  .comming {
    margin: auto;
  }
  .soon {
    margin: auto;
  }
  .comming-soon-txt {
    line-break: anywhere;
  }
  .comming-soon {
    align-self: stretch;
    height: 96px;
    position: relative;
    font-size: 64px;
    letter-spacing: 0.4em;
    font-weight: 900;
    font-family: var(--font-inter);
    color: var(--color-black);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
}
  .p,
  .x1 {
    margin: 0;
  }
  .x-txt {
    line-break: anywhere;
  }
  .x,
  .x2 {
    position: relative;
  }
  .x {
    align-self: stretch;
    height: 127px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
  }
  .x2 {
    flex: 1;
    display: inline-block;
    max-width: 100%;
  }
  .link-to-x,
  .link-to-x-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    box-sizing: border-box;
    max-width: 100%;
  }
  .link-to-x {
    width: 328px;
    border-radius: 20px;
    background-color: #a8d9de;
    overflow: hidden;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 5px 0;
    z-index: 1;
    text-decoration: none; /* 下線を削除 */
    color: inherit; /* リンクの色を親要素と同じにする */
    cursor: pointer; /* マウスカーソルをポインターに変更 */
  }
  .link-to-x-wrapper {
    align-self: stretch;
    justify-content: center;
    padding: 0 20px 0 30px;
    font-size: 32px;
  }
  .macbook-air-1,
  .x-parent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .x-parent {
    display: block;
    align-self: stretch;
    align-items: flex-end;
    max-width: 100%;
    text-align: center;
    font-size: 24px;
    color: var(--color-black);
    font-family: var(--font-inter);
  }
  .macbook-air-1 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #fff;
    margin: auto;
    overflow: hidden;
    align-items: flex-start;
    box-sizing: border-box;
    gap: 14px;
    line-height: normal;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .comming-soon {
      font-size: 51px;
    }
    .x2 {
      font-size: 26px;
    }
  }
  @media screen and (max-width: 450px) {
    .comming-soon {
      font-size: 38px;
    }
    .x,
    .x2 {
      font-size: var(--font-size-lgi);
    }
  }