.lp-top-wrapper {
  height: 720px;
  width: 100%;
  min-width: 1094px;
  background: #181818;
  font-family: Noto Sans JP;
  background-position: right;
  background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
  background-size: contain;
  font-family: Noto Sans JP;
  word-wrap: break-word;
  color: white;
  margin-top: -90px;
}
.lp-inner{
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(24,24,24,1) 40%, rgba(0,0,0,0));

}
.lp-logo-container {
  width: 100%;
  text-align: center;
  height: 62px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.lp-logo-container div {
  color: white; font-size: 16px;  font-weight: 500;
  margin-left: 24px;
}
.lp-logo-container img {
  width: 190px; 
  height: 38px";
}
.lp-top-main-subject {
  width: 60%;
  padding-top:80px;
  margin-left:100px;
  position:relative;
}
.lp-top-main-subject div {
/*   margin-bottom: 15px; */
  padding-top:10px;
}
.lp-top-main-subject div.first {
  font-size: 64px; font-weight: 700; line-height: 80px; letter-spacing: 3.20px;
  width:500px
}
.lp-top-main-subject div.second {
  font-size: 20px; font-weight: 300; line-height: 36px; 
}
.lp-top-main-subject div.chipped_circle {
  width: 170px; height: 170px; 
  position:absolute;
  top: 75px;
  left:450px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  margin: 0 0;
  display:flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.lp-top-main-subject div.chipped_circle div {
  text-align: center; color: white;  font-weight: 700;
  margin: 0 0;

}

.lp-top-main-subject p {
  color: white; font-size: 32px; font-family: Noto Sans JP; font-weight: 400; word-wrap: break-word;
}
.dots {
  text-emphasis: filled;
  color:#FF6478; font-size: 32px; font-family: Noto Sans JP; font-weight: 700; word-wrap: break-word
}

.lp-top-wrapper div {
  word-wrap: break-word;
  text-align: left;
}
.message-l {
  font-size: 60px;
  letter-spacing: 12px;
  font-weight: 900;
  color: #444444;
}
.message-m {
  color: #444444; font-size: 24px;  font-weight: 900; letter-spacing: 8.64px; 
}
.message-s {
  color: #444444; font-size: 18px;  font-weight: 700; letter-spacing: 1.80px; width: 642px;
}
.first_row{
  font-size: 14px;
}
.second_row{
  font-size: 26px; line-height: 32px;
}
@media (max-width: 768px){
  .lp-top-wrapper {
    min-width: 345px;
    height:auto;
    margin-top: -60px;
  }
  .lp-top-main-subject {
    width: 90%;
    padding-top: 0px; 
    margin-left: 0px;
    padding-top: 30px;
    margin: auto;
  }
  .lp-top-main-subject div {
    padding-top: 4px;
  }
  .lp-top-main-subject p{
    font-size:22px;
  }
  .dots{
    font-size:22px;
  }
  .lp-logo-container {
    flex-direction: column;
    padding-left:0px;
    padding-top: 30px;
  }
  .lp-logo-container > img {
    width: 200px;

  }
  .lp-logo-container > div {
    display: none;
  }
  .lp-inner {
    width: 100%;
    height: 100%;
    display: flex;
    background: linear-gradient(to right, rgba(24,24,24,1) 40%, rgba(0,0,0,0));
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
  }

  .lp-top-main-subject div.first {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px; /* 135% */
    letter-spacing: 2px;
        width: 238px;
  }
  .lp-top-main-subject div.second {
    font-size:14px;
    font-weight: 300;
    line-height: 180%;
    padding-top: 16px;
  }
  .lp-top-main-subject div.chipped_circle {
    left: 185px;
    top: 90px;
    width: 147px;
    height: 147px;
  }
  .first_row{
    font-size: 12px;
  }
  .second_row{
    font-size: 20px; line-height: 24px;
  }
}