li.inftext {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white !important;
  border: 1px solid;
  padding: 0.5em !important;
}

li.inftext img {
  width: 15%;
  margin-right: 1em;
}

.homeMv__img {
  position: relative;
}

video.homemovie {
  display: none;
  position: absolute;
  left: 2%;
  height: 96%;
  top: 2%;
}

.intromovie {
  position: absolute;
  right: 0;
  bottom: 1em;
  right: 1em;
  color: white;
  background: aliceblue;
  padding: 1em;
  border-radius: 10px;
}

ul.changetext li {
  width: 100%;
  text-align: center;
  background: orange;
  border-radius: 5px;
  padding: 1em;
  margin: 15px 0;
}
ul.changetext li a.pass_btn {
  display: block;
  padding: 15px 0;
  width: 100%;
}
ul.changetext li a.pass_btn span.big {
  font-size: 135%;
  color: red;
}
ul.changetext li a.pass_btn span.small {
  font-size: 90%;
  color: red;
  display: block;
  line-height: 1.2;
  margin-top: 20px;
}

ul.changetext {
  margin: 1em auto;
}

.linered {
  /* display: none; */
  line-height: 1.4;
  font-size: .8em;
  color: red;
  display: block;
  margin-bottom: 0.5em;
}

@media screen and (max-width:480px) {
  li.inftext {
      flex-wrap: wrap;
  }

  li.inftext img {
      width: 70%;
  }
}

h3.txleft {
  margin-bottom: .5em;
}

.txleft {
  text-align: left !important;
}

.p-banner__list li {
  width: 18%;
  margin-left: 1.1818%;
  margin-bottom: 2%;
}

.cat {
  display: none !important;
}

.middleTitle {
  margin: 2em 0 1em;
}

p.pttitle {
  text-align: center;
  font-size: .8rem;
}

.niigata {
  top: 30%;
  left: 48%;
}

@media screen and (max-width:768px) {
  .p-banner__list li {
      width: 30%;
      margin-left: 1.1818%;
      margin-bottom: 2%;
  }
}

.iconbox {
  display: flex;
  align-items: center;
}

.iconbox img {
  height: auto;
  max-width: 30px;
  margin-left: .5em
}

.snsbox {
  /* display: none; */
  display: flex;
  justify-content: space-around;
  margin: 2em auto;
  width: 95%;
  margin-bottom: 0;
}

.snsdetail {
  display: flex;
  align-items: center;
  padding: 0.5em 1.5em;
  border: 2px solid;
  border-radius: 10px;
  width: 48%;
  background: white;
}

.snsdetail .icon {
  min-width: 120px;
  width: 120px;
  margin-right: 2em;
}

.icondetail {
  word-wrap: break-word;
  word-break: break-all;
}

.p-banner__list li {
  width: 18%;
  margin-left: 1.1818%;
  margin-bottom: 2%;
}

.cat {
  display: none !important;
}

.middleTitle {
  margin: 2em 0 1em;
}

p.pttitle {
  text-align: center;
  font-size: .8rem;
}

.homeAbout::after {
  display: none;
}

.modaal-video-container {
  height: 90vh;
}

@media screen and (max-width:768px) {
  .p-banner__list li {
      width: 30%;
      margin-left: 1.1818%;
      margin-bottom: 2%;
  }

  .snsbox {
      flex-wrap: wrap;
  }

  .snsdetail {
      display: flex;
      align-items: center;
      padding: 0.3em 1em;
      border: 2px solid;
      border-radius: 10px;
      width: 100%;
      background: white;
      margin-bottom: 1em;
  }

  .snsdetail .icon {
      min-width: 80px;
      width: 80px;
      margin-right: 2em;
  }

  .snsdetail:last-child {
      margin-bottom: 0px;
  }
}

@media screen and (max-width:480px) {
  .icondetail p {
      font-size: 11px;
  }

  .icondetail {
      font-size: 14px;
  }

  .homeMv__img {
      position: relative;
      min-height: 300px;
      display: flex;
      overflow: hidden;
  }

  .homeMv__imgimg {
      object-fit: cover;
      width: 100%;
  }

  video.homemv {
      left: 0;
      height: 100%;
      top: 0;
  }

  .modaal-video-container {
      height: 100vh;
  }

  .modaal-video-wrap {
      margin: auto 0px;
      position: relative;
  }
}