.top-page {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
  height: 10%;
  }
  
  .top-page .div {
    background-color: #ffffff;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: relative;
  }
  
  .top-page .block-header {
    position: absolute;
    width: 30vw;
    height: 20vh;
    top: 0;
    left: 0;
  }
  
  .top-page .contents-header {
    flex-direction: column;
    width: 100vw;
    align-items: center;
    position: relative;

    background-color: #ffffff;
top: 0;
    left: 0;
  height: 10%;
  }
  
  .top-page .frame {
    display: flex;
    width: 80vw;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex: 0 0 auto;

  height: 10%;
  }
  
  .top-page .text-wrapper {
    position: relative;
    font-family: var(--h1-bold-font-family);
    font-weight: var(--h1-bold-font-weight);
    color: var(--text-body);
    font-size: 3vw;
    line-height: var(--h1-bold-line-height);
    font-style: var(--h1-bold-font-style);
    width: 30%;
  height: 10%;
  }
  
  .top-page .frame-2 {
    display: inline-flex;
    align-items: center;
    gap: 2vw;
    position: relative;
    flex: 0 0 auto;
  }
  
  .top-page .text-wrapper-2 {
    position: relative;

    font-family: var(--text-sm-bold-font-family);
    font-weight: var(--text-sm-bold-font-weight);
    color: var(--text-body);
    font-size: 1vw;
    font-style: var(--text-sm-bold-font-style);
    width: 40%;
  height: 40%;
  top: 10vh;
  }
  
  .top-page .block-main {
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 60px 0px;
    position: absolute;
    top: 641px;
    left: -1px;
    background-color: #ffffff;
  }
  .top-page .frame-12 {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
  }
  .top-page .frame-13 {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    color: white;
  }
  .top-page .block-footer {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: absolute;
    top: 80vh;
    left: -1px;
  }
  
  .top-page .contents-footer {
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    position: relative;
    background-color: var(--bg-body);
  }
  
  .top-page .group-2 {
    position: relative;
    width: 80vw;
    height: 5%;
    top: 0;
  left: 0;
  }
  
  .top-page .text-wrapper-13 {
    position: absolute;
    top: 40%;
    left: 0;
    font-family: var(--h1-bold-font-family);
    font-weight: var(--h1-bold-font-weight);
    color: var(--text-body);
    font-size: 5vw;
    line-height: var(--h1-bold-line-height);
    font-style: var(--h1-bold-font-style);
width: 20%;
  height: 10%;
  }
  
  .top-page .copyright-TKMG-all {
    position: absolute;
    top: 1vh;
    left: 20vw;
    font-family: var(--meta-sm-font-family);
    font-weight: var(--meta-sm-font-weight);
    color: var(--text-body-secondary);
    font-size: 2vw;
    text-align: center;
    letter-spacing: var(--meta-sm-letter-spacing);
    line-height: var(--meta-sm-line-height);
    font-style: var(--meta-sm-font-style);

  height: 10%;
  }
  
  .top-page .ion-chevron-up-sharp-wrapper {
    position: absolute;
    width: 6vw;
    height: 6vw;
    top: 0vh;
    left: 70vw;
    background-color: var(--dark);
  }
  
  .top-page .ion-chevron-up-sharp {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 3vh;
    left: 25%;
  }
  
  .top-page .x {
    position: absolute;
    width: 6vw;
    height: 6vw;
    top: 0vh;
    left: 60vw;
    background-image: url(./img/x.png);
    background-size: cover;
    background-position: 50% 50%;
  }
  .top-page .lisence {
    position: absolute;
    top: -50px;
    left: 30vw;
  height: 10%;
  }
.image {/*親div*/
  position: relative;/*相対配置*/
  }
  .image .background {
    width: 100vw;
    height: 60vh;
    top:20vh;
    left:0;
    opacity: 0.5;
    display:block;
  left: 0;
  height: 10%;
    }
.image p {
  position: absolute;/*絶対配置*/
  color: rgb(0, 0, 0);/*文字は白に*/
  font-family: var(--text-lg-bold-font-family);
  color: var(--white);
  font-size: 50vw;
  font-style: var(--text-lg-bold-font-style);
  top: 0;
  left: 0;
  height: 10%;
  }

.image img {
width: 100%;
height: 100%;
position: relative;
  }