@charset "utf-8";

/* footer調整 */
.footer{
    margin-top: 20px;
}

/* title部分 */
.title{
    height: 150px;
    background-image: url(../images/top.jpg);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    text-shadow: 1px 1px 10px white;
    margin-bottom: 50px;
}
.title h1{
    font-family:  'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: bold;
}

/* Lead部分 */
.lead{
    height: 250px;
    margin-top: 20px;
}
.lead h1{
    text-align: center;
    color: orange;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.lead h1::after{
    content: '';
    display: block;
    width: 830px;
    height: 1px;
    background-color: orange;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.lead p::before{
    content: '';
    display: block;
    width: 830px;
    height: 1px;
    background-color: orange;
    margin-top: -18px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.lead p{
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px; 
    line-height: 40px;
    margin-left: 50px;
    margin-right: 50px;
}
/* 画像以降 */
.image-photo{
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
}
.link-button{
    display: flex;
    align-items: center;
    padding-left: 100px;
    padding-right: 100px;
}

.link-button-1{
    width: 100px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}
.link-button-2{
    background-color: lightblue;
    width: 100px;
    height: 50px;
    line-height: 48px;
    border-radius: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    text-align: center;

    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }
  .link-button-2:hover{
    background-color: lightgreen;
  }

/* appここから */
.app h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  background: linear-gradient(transparent 20%,rgb(242, 200, 84) 80%);
  width: 50%;
}

.keynote{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  margin-bottom: 50px;
}
.keynote img {
  width: 250px;
  padding-right: 30px;
}
.keynote p {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 30px;
}

.numbers {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  margin-bottom: 50px;
}
.numbers img {
  width: 250px;
  padding-left: 30px;
}
.numbers p {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 30px;
}

.pages {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  margin-bottom: 50px;
}
.pages img {
  width: 250px;
  padding-right: 30px;
}
.pages p {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 30px;
}

.imovie {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  margin-bottom: 50px;
}
.imovie img {
  width: 250px;
  padding-left: 30px;
}
.imovie p {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 30px;
}

.realitycomposer {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  margin-bottom: 50px;
}
.realitycomposer img {
  width: 250px;
  padding-right: 30px;
}
.realitycomposer p {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 30px;
}

.clips {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  margin-bottom: 50px;
}
.clips img {
  width: 250px;
  padding-right: 30px;
}
.clips p {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 30px;
}
.syouhyou {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  margin-bottom: 50px;
}
.syouhyou p {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 30px;
}




/* レスポンシブデザイン */
@media (max-width:768px){
    .header-logo{
      padding-top: 40px;
    }
    .toggle-menu-button{
      margin-top: 40px;
      margin-right: 10px;
      background-color: rgba(255, 255, 255, 0.5);
    }
    .title{
      margin-bottom: 10px;
    }
    .lead{
       margin-bottom: 200px;
    }
    .lead h1{
      font-size: 20px;
      line-height: 40px;
    }
    .lead h1::after{
      content: '';
      display: block;
      width: 70%;
      height: 1px;
      background-color: orange;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto;
    }
    .lead p::before{
      content: '';
      display: block;
      width: 70%;
      height: 1px;
      background-color: orange;
      margin-top: -18px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
    }
    .lead p{
      font-size: 16px;
      line-height: 30px;
    }
    .image-photo{
      width: 100%;
    }
    .link-button{
      display: block;
      align-items: center;
    }

    .link-button-1{
      width: 30%;
      margin-bottom: 30px;
    }
    .link-button-2{
      display: inline-block;
      align-items: center;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .app h1{
      font-size: 15px;
    }
    .keynote{
      flex-direction: column;
    }
    .keynote img {
      width: 40%;
      text-align: center;
      margin-bottom: 20px;
    }
    .keynote p {
      font-size: 12px;
      line-height: 15px;
    }
    .numbers{
      flex-direction: column-reverse;

    }
    .numbers img {
      width: 40%;
      margin-bottom: 20px;
      margin-left: -30px;
    }
    .numbers p {
      font-size: 12px;
      line-height: 15px;
    }
    .pages{
      flex-direction: column;

    }
    .pages img {
      width: 40%;
      margin-bottom: 20px;
    }
    .pages p {
      font-size: 12px;
      line-height: 15px;
    }
    .imovie{
      flex-direction: column-reverse;

    }
    .imovie img {
      width: 40%;
      margin-left: -30px;
      margin-bottom: 20px;
    }
    .imovie p {
      font-size: 12px;
      line-height: 15px;
    }
    .realitycomposer{
      flex-direction: column;

    }
    .realitycomposer img {
      width: 40%;
      margin-bottom: 20px;
    }
    .realitycomposer p {
      font-size: 12px;
      line-height: 15px;
    }
    .clips{
      flex-direction: column-reverse;
    }
    .clips img {
      width: 40%;
      margin-bottom: 20px;
    }
    .clips p {
      font-size: 12px;
      line-height: 15px;
    }
    .syouhyou{
      flex-direction: column-reverse;
    }
    .syouhyou p {
      font-size: 12px;
      line-height: 15px;
    }
  }