html,
body {
  overflow: hidden;
  /* htmlとbody両方のスクロールを禁止 */
  height: 100%;
  /* 高さをビューポートに固定 */
  margin: 0;
  width: 100%;
  font-family: "Zen maru Gothic";
  font-weight: 900;
  position: relative;
  isolation: isolate;
}



.scroll-lock-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.content::-webkit-scrollbar {
  display: none;
}

body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(1px);
  background-image: url("../img/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;

  z-index: -2;
  /* テキストなどコンテンツの背面に配置 */
}

body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(2.5px);
  background-image: url("../img/sozai/teaserback.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;

  z-index: -1;
  /* テキストなどコンテンツの背面に配置 */
}

.text {
  color: #ffffff;
  left: 0;
  right: 0;
  top: 0%;
  margin: 0 auto;
  font-size: 30px;
  position: absolute;
  text-align: center;
  -webkit-text-stroke: 2px #000;
  /* 白い縁取り */
  text-shadow:
    4px 4px 0 #5745fc,
    0px 4px 0 #5745fc,
    4px 4px 0 #5745fc;
  font-weight: 900;
}

.text2 {
  color: #ffffff;
  left: 0;
  right: 0;
  top: 60%;
  margin: 0 auto;
  font-size: 30px;
  position: absolute;
  text-align: center;
  -webkit-text-stroke: 2px #000;
  /* 白い縁取り */
  text-shadow:
    4px 4px 0 #5745fc,
    0px 4px 0 #5745fc,
    4px 4px 0 #5745fc;
  font-weight: bold;
}

.img {
  width: 90%;
  left: 0;
  right: 0;
  top: 30%;
  margin: 0 auto;
  position: absolute;
}


@media (min-width: 768px) {

  body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter:blur(1px);
  background-image: url("../img/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;

  z-index: -2;
  /* テキストなどコンテンツの背面に配置 */
  }

  body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(2.5px);
  background-image: url("../img/sozai/teaserbackipad.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;

  z-index: -1;
  /* テキストなどコンテンツの背面に配置 */
  }

  .text{
    color: #ffffff;
    left: 0;
    right: 0; 
    top:0%;
    font-size: 35px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    -webkit-text-stroke: 2px #000;/* 白い縁取り */      /* 一部ブラウザ用 */
   text-shadow:
      4px 4px 0 #5745fc,
      0px 4px 0 #5745fc,
      4px 4px 0 #5745fc;
    font-weight: 900;
  }
  .text2{
    color: #ffffff;
    left: 0;
    right: 0;
    top:65%;
    font-size: 35px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    -webkit-text-stroke: 2px #000;/* 白い縁取り */      /* 一部ブラウザ用 */
    text-shadow:
      4px 4px 0 #5745fc,
      0px 4px 0 #5745fc,
      4px 4px 0 #5745fc;
    font-weight: 900;
  
  }

  .img{
    width: 70%;
    left: 0;
    right: 0;
    top:25%;
    margin: 0 auto;
    position: absolute;
  }
}

@media (min-width: 1200px) {

  body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter:blur(1px);
  background-image: url("../img/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;

  z-index: -2;
  /* テキストなどコンテンツの背面に配置 */
  }
  body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    filter: blur(2.5px);
    background-image: url("../img/sozai/teaserbackdesk.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;

    z-index: -1;
    /* テキストなどコンテンツの背面に配置 */
  }

  .text {
    color: #ffffff;
    left: 10%;
    top: 0;
    font-size: 60px;
    /* margin: 0 auto; */
    position: absolute;
    text-align: left;
    -webkit-text-stroke: 3.2px #000;
    /* 白い縁取り */
    /* 一部ブラウザ用 */
    text-shadow:
      4px 4px 0 #5745fc,
      0px 4px 0 #5745fc,
      4px 4px 0 #5745fc;
    font-weight: 900;
  }

  .text2 {
    color: #ffffff;
    left: 10%;
    top: 40%;
    font-size: 50px;
    /* margin: 0 auto; */
    position: absolute;
    text-align: left;
    -webkit-text-stroke: 3.2px #000;
    /* 白い縁取り */
    /* 一部ブラウザ用 */
    text-shadow:
      4px 4px 0 #5745fc,
      0px 4px 0 #5745fc,
      4px 4px 0 #5745fc;
    font-weight: 900;
  }

  .img {
    width: 35%;
    left: 50%;
    right: 0;
    top: 18%;
    margin: 100 auto;
    position: absolute;

  }

}