img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common__container {
  max-width: 2000px;
  margin: 0 auto;
}

header {
  display: none;
}

.Vtuber .kv {
  position: relative;
}

.Vtuber .kv__logo {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 350px;
}

.Vtuber .kv__desktop {
  width: 100%;
}

.Vtuber .kv__mobile {
  display: none;
}

.Vtuber .yt {
  position: relative;
  text-align: center;
  background: url(https://storage-asset.msi.com/event/2021/jp/Vtuber_cooperation_promotion/images/starbg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 3% 0;
}

.Vtuber .yt__titlePic {
  width: 70%;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.Vtuber .yt__content {
  color: #fff;
  font-size: 1.5em;
  width: 60%;
  margin: 0 auto;
  text-shadow: 0.1em 0.1em #747474;
}

.Vtuber .yt__imgbox {
  width: 70%;
  margin: 1% auto 0px auto;
  max-width: 2000px;
}

.Vtuber .yt__youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.Vtuber .yt__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Vtuber .role {
  position: relative;
  text-align: center;
  background: url(https://storage-asset.msi.com/event/2021/jp/Vtuber_cooperation_promotion/images/starybg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 3% 0;
}

.Vtuber .role__titlePic {
  width: 70%;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.Vtuber .role__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Vtuber .role__flex img {
  width: 350px;
}

.Vtuber .role__title {
  margin-top: 1%;
  font-size: 3em;
  font-weight: bold;
  color: #4a424d;
}

.Vtuber .role__content {
  font-size: 1.5em;
  width: 60%;
  margin: 0 auto;
  font-weight: bold;
  color: #4a424d;
}

.Vtuber .roleGP {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2021/jp/Vtuber_cooperation_promotion/images/stargbg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 3% 10% 0% 10%;
}

.Vtuber .roleGP__pdBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Vtuber .roleGP__pic {
  position: relative;
  width: 500px;
  bottom: 0;
  left: 2%;
  -o-object-fit: contain;
     object-fit: contain;
}

.Vtuber .roleGP__pic-nb {
  position: absolute;
  display: none;
}

.Vtuber .roleGP__logo {
  width: 350px;
}

.Vtuber .roleGP__txtBox {
  position: relative;
  margin-top: 0.5%;
  border: 5px solid #fff;
  background-color: #aca7bbcb;
  width: 700px;
  padding: 1%;
  color: #fff;
  -webkit-box-shadow: 10px 10px 10px #9c9c9c;
          box-shadow: 10px 10px 10px #9c9c9c;
}

.Vtuber .roleGP__txtBox-title {
  font-size: 2em;
  font-weight: bold;
}

.Vtuber .roleGP__txtBox-content {
  font-size: 1.2em;
}

.Vtuber .roleGP__txtBox-pic {
  position: absolute;
  width: 350px;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translate(59%, -25%);
          transform: translate(59%, -25%);
}

.Vtuber .roleGP__btn {
  display: inline-block;
  background-color: #fff;
  color: #aca7bb;
  padding: 0.5% 1%;
  font-size: 2em;
  font-weight: bold;
  -webkit-box-shadow: 10px 10px #aca7bb;
          box-shadow: 10px 10px #aca7bb;
  margin: 5% 0;
  -webkit-filter: drop-shadow(5px 5px 10px #afafaf);
          filter: drop-shadow(5px 5px 10px #afafaf);
}

.Vtuber .roleGP__btmBox {
  position: relative;
  border: 5px solid #969696;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin: 5% 0;
}

.Vtuber .roleGP__btmBox-btn {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-3%, -80%);
          transform: translate(-3%, -80%);
  display: inline-block;
  background-color: #fff;
  color: #aca7bb;
  padding: 0.5% 1%;
  font-size: 2em;
  font-weight: bold;
  -webkit-box-shadow: 10px 10px #aca7bb;
          box-shadow: 10px 10px #aca7bb;
}

.Vtuber .roleGP__btmBox-txt {
  color: #fff;
  background: #93909b;
  font-size: 1.2em;
  padding: 4%;
  font-weight: bold;
  width: 40%;
}

.Vtuber .roleGP__btmBox-link {
  background-color: #b7b6bc91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1%;
  width: 60%;
}

.Vtuber .roleGP__btmBox-link a {
  display: inline-block;
  text-align: center;
  width: 45%;
  padding: 1%  1% 2% 1%;
  border-bottom: 1px solid #fff;
}

.Vtuber .roleGP__btmBox-link a:nth-child(7), .Vtuber .roleGP__btmBox-link a:nth-child(8) {
  border-bottom: none;
}

.Vtuber .roleGS {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2021/jp/Vtuber_cooperation_promotion/images/starpbg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 3% 10% 0% 10%;
}

.Vtuber .roleGS__pdBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Vtuber .roleGS__pic {
  position: relative;
  width: 500px;
  bottom: 0;
  left: 2%;
  -o-object-fit: contain;
     object-fit: contain;
}

.Vtuber .roleGS__pic-nb {
  position: absolute;
  display: none;
}

.Vtuber .roleGS__logo {
  width: 350px;
}

.Vtuber .roleGS__txtBox {
  position: relative;
  margin-top: 0.5%;
  border: 5px solid #fff;
  background-color: #cf8baf;
  width: 550px;
  padding: 1%;
  color: #fff;
  -webkit-box-shadow: 10px 10px 10px #9c9c9c;
          box-shadow: 10px 10px 10px #9c9c9c;
}

.Vtuber .roleGS__txtBox-title {
  font-size: 2em;
  font-weight: bold;
}

.Vtuber .roleGS__txtBox-content {
  font-size: 1.2em;
}

.Vtuber .roleGS__txtBox-pic {
  position: absolute;
  width: 330px;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translate(75%, -82%);
          transform: translate(75%, -82%);
}

.Vtuber .roleGS__btn {
  display: inline-block;
  background-color: #fff;
  color: #f0b0d2;
  padding: 0.5% 1%;
  font-size: 2em;
  font-weight: bold;
  -webkit-box-shadow: 10px 10px #f0b0d2;
          box-shadow: 10px 10px #f0b0d2;
  margin: 5% 0;
  -webkit-filter: drop-shadow(5px 5px 10px #afafaf);
          filter: drop-shadow(5px 5px 10px #afafaf);
}

.Vtuber .roleGS__btmBox {
  position: relative;
  border: 5px solid #f0b0d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin: 5% 0;
}

.Vtuber .roleGS__btmBox-btn {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-3%, -80%);
          transform: translate(-3%, -80%);
  display: inline-block;
  background-color: #fff;
  color: #f0b0d2;
  padding: 0.5% 1%;
  font-size: 2em;
  font-weight: bold;
  -webkit-box-shadow: 10px 10px #f0b0d2;
          box-shadow: 10px 10px #f0b0d2;
}

.Vtuber .roleGS__btmBox-txt {
  color: #fff;
  background: #b8789abd;
  font-size: 1.2em;
  padding: 4%;
  font-weight: bold;
  width: 45%;
}

.Vtuber .roleGS__btmBox-link {
  background-color: #caabc281;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1%;
  width: 55%;
}

.Vtuber .roleGS__btmBox-link a {
  display: inline-block;
  text-align: center;
  width: 45%;
  padding: 1%  1% 2% 1%;
  border-bottom: 1px solid #fff;
}

.Vtuber .roleGS__btmBox-link a:nth-child(7), .Vtuber .roleGS__btmBox-link a:nth-child(8) {
  border-bottom: none;
}

.Vtuber .roleGF {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2021/jp/Vtuber_cooperation_promotion/images/starbg2.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 3% 10% 0% 10%;
}

.Vtuber .roleGF__pdBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Vtuber .roleGF__pic {
  position: relative;
  width: 615px;
  bottom: 0;
  left: 2%;
  -o-object-fit: contain;
     object-fit: contain;
}

.Vtuber .roleGF__pic-nb {
  position: absolute;
  display: none;
}

.Vtuber .roleGF__logo {
  width: 350px;
}

.Vtuber .roleGF__txtBox {
  position: relative;
  margin-top: 0.5%;
  border: 5px solid #fff;
  background-color: #df6782;
  width: 640px;
  padding: 1%;
  color: #fff;
  -webkit-box-shadow: 10px 10px 10px #9c9c9c;
          box-shadow: 10px 10px 10px #9c9c9c;
}

.Vtuber .roleGF__txtBox-title {
  font-size: 2em;
  font-weight: bold;
}

.Vtuber .roleGF__txtBox-content {
  font-size: 1.2em;
}

.Vtuber .roleGF__txtBox-pic {
  position: absolute;
  width: 350px;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translate(62%, -82%);
          transform: translate(62%, -82%);
}

.Vtuber .roleGF__btn {
  display: inline-block;
  background-color: #fff;
  color: #d44968;
  padding: 0.5% 1%;
  font-size: 2em;
  font-weight: bold;
  -webkit-box-shadow: 10px 10px #d44968;
          box-shadow: 10px 10px #d44968;
  margin: 5% 0;
  -webkit-filter: drop-shadow(5px 5px 10px #afafaf);
          filter: drop-shadow(5px 5px 10px #afafaf);
}

.Vtuber .roleGF__btmBox {
  position: relative;
  border: 5px solid #d44968;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin: 5% 0;
}

.Vtuber .roleGF__btmBox-btn {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-3%, -80%);
          transform: translate(-3%, -80%);
  display: inline-block;
  background-color: #fff;
  color: #d44968;
  padding: 0.5% 1%;
  font-size: 2em;
  font-weight: bold;
  -webkit-box-shadow: 10px 10px #d44968;
          box-shadow: 10px 10px #d44968;
}

.Vtuber .roleGF__btmBox-txt {
  color: #fff;
  background: #a95d6e;
  font-size: 1.2em;
  padding: 4%;
  font-weight: bold;
  width: 40%;
}

.Vtuber .roleGF__btmBox-link {
  background-color: #c5656d9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 1%;
  width: 60%;
}

.Vtuber .roleGF__btmBox-link a {
  display: inline-block;
  text-align: center;
  width: 45%;
  padding: 1%  1% 2% 1%;
  border-bottom: 1px solid #fff;
}

.Vtuber .roleGF__btmBox-link a:nth-child(7), .Vtuber .roleGF__btmBox-link a:nth-child(8) {
  border-bottom: none;
}

.Vtuber .twitter {
  position: relative;
  text-align: center;
  background: url(https://storage-asset.msi.com/event/2021/jp/Vtuber_cooperation_promotion/images/stargreenbg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 3% 10% 0% 10%;
}

.Vtuber .twitter__title {
  font-size: 2.5em;
  font-weight: bold;
}

.Vtuber .twitter__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2% auto;
}

.Vtuber .twitter__flexTxt {
  text-align: left;
  width: 45%;
}

.Vtuber .twitter__flexTxt-content {
  font-size: 1.3em;
}

.Vtuber .twitter__flexTxt-link {
  font-size: 1.7em;
  font-weight: bold;
  margin: 20px 0;
}

.Vtuber .twitter__flexPic {
  width: 45%;
  margin: 0 auto;
}

@media (max-width: 1708px) {
  .Vtuber .roleGP {
    padding: 3% 5% 0%;
  }
  .Vtuber .roleGS {
    padding: 3% 5% 0%;
  }
  .Vtuber .roleGF {
    padding: 3% 5% 0%;
  }
  .Vtuber .roleGF__pic {
    width: 530px;
  }
  .Vtuber .twitter {
    padding: 3% 5% 0%;
  }
}

@media (max-width: 1434px) {
  .Vtuber .roleGP {
    padding: 3% 3% 0%;
  }
  .Vtuber .roleGS {
    padding: 3% 3% 0%;
  }
  .Vtuber .roleGF {
    padding: 3% 3% 0%;
  }
  .Vtuber .roleGF__pic {
    width: 530px;
  }
  .Vtuber .twitter {
    padding: 3% 3% 0%;
  }
}

@media (max-width: 1366px) {
  .Vtuber .yt__imgbox {
    width: 80%;
  }
  .Vtuber .roleGP__pic {
    width: 435px;
  }
  .Vtuber .roleGP__pic-nb {
    display: block;
  }
  .Vtuber .roleGP__txtBox {
    width: 600px;
  }
  .Vtuber .roleGP__txtBox-title {
    font-size: 2em;
    font-weight: bold;
  }
  .Vtuber .roleGP__txtBox-content {
    font-size: 1.2em;
  }
  .Vtuber .roleGP__txtBox-pic {
    position: absolute;
    width: 268px;
    z-index: 1;
    right: -30%;
    top: 50%;
    -webkit-transform: translate(0%, -25%);
            transform: translate(0%, -25%);
  }
  .Vtuber .roleGP__btmBox {
    width: 601px;
  }
  .Vtuber .roleGP__btmBox-txt {
    padding: 3%;
    width: 45%;
  }
  .Vtuber .roleGP__btmBox-link {
    width: 55%;
  }
  .Vtuber .roleGS__pic-nb {
    top: 0;
    right: -9%;
    width: 268px;
    display: block;
  }
  .Vtuber .roleGS__txtBox {
    width: 512px;
  }
  .Vtuber .roleGS__txtBox-title {
    font-size: 2em;
    font-weight: bold;
  }
  .Vtuber .roleGS__txtBox-content {
    font-size: 1.2em;
  }
  .Vtuber .roleGS__txtBox-pic {
    display: none;
    position: absolute;
    width: 350px;
    z-index: 1;
    right: 0;
    top: 50%;
    -webkit-transform: translate(67%, -82%);
            transform: translate(67%, -82%);
  }
  .Vtuber .roleGS__btmBox {
    width: 630px;
  }
  .Vtuber .roleGS__btmBox-txt {
    padding: 3%;
  }
  .Vtuber .roleGF__txtBox {
    width: 596px;
  }
  .Vtuber .roleGF__txtBox-title {
    font-size: 2em;
    font-weight: bold;
  }
  .Vtuber .roleGF__txtBox-content {
    font-size: 1.2em;
  }
  .Vtuber .roleGF__txtBox-pic {
    position: absolute;
    width: 268px;
    z-index: 1;
    right: 0;
    top: 30%;
    -webkit-transform: translate(62%, -82%);
            transform: translate(62%, -82%);
  }
  .Vtuber .roleGF__btmBox {
    width: 599px;
  }
  .Vtuber .roleGF__btmBox-txt {
    padding: 3%;
  }
}

@media (max-width: 1201px) {
  .Vtuber .role__content {
    width: 90%;
  }
  .Vtuber .role__flex img {
    width: 250px;
  }
  .Vtuber .roleGP__pdBox {
    display: block;
  }
  .Vtuber .roleGP__pic {
    width: 400px;
    margin: 0 auto;
  }
  .Vtuber .roleGP__pic-nb {
    display: block;
    top: 0;
    left: -40%;
    width: 300px;
  }
  .Vtuber .roleGP__txtBox {
    width: 100%;
  }
  .Vtuber .roleGP__txtBox-title {
    font-size: 2em;
    font-weight: bold;
  }
  .Vtuber .roleGP__txtBox-content {
    font-size: 1.2em;
  }
  .Vtuber .roleGP__txtBox-pic {
    display: none;
  }
  .Vtuber .roleGP__btn {
    margin: 25px 0;
  }
  .Vtuber .roleGP__btmBox {
    width: 100%;
    margin: 40px 0;
  }
  .Vtuber .roleGP__btmBox-txt {
    padding: 3%;
    width: 50%;
  }
  .Vtuber .roleGP__btmBox-link {
    width: 50%;
  }
  .Vtuber .roleGS__pdBox {
    display: block;
  }
  .Vtuber .roleGS__pic {
    width: 400px;
    margin: 0 auto;
  }
  .Vtuber .roleGS__pic-nb {
    display: block;
    top: 0;
    left: 50%;
    width: 300px;
  }
  .Vtuber .roleGS__txtBox {
    width: 100%;
  }
  .Vtuber .roleGS__txtBox-title {
    font-size: 2em;
    font-weight: bold;
  }
  .Vtuber .roleGS__txtBox-content {
    font-size: 1.2em;
  }
  .Vtuber .roleGS__txtBox-pic {
    display: none;
  }
  .Vtuber .roleGS__btn {
    margin: 25px 0;
  }
  .Vtuber .roleGS__btmBox {
    width: 100%;
    margin: 40px 0;
  }
  .Vtuber .roleGS__btmBox-txt {
    padding: 3%;
    width: 50%;
  }
  .Vtuber .roleGS__btmBox-link {
    width: 50%;
  }
  .Vtuber .roleGF__pdBox {
    display: block;
  }
  .Vtuber .roleGF__pic {
    width: 435px;
    margin: 0 auto;
  }
  .Vtuber .roleGF__pic-nb {
    display: block;
    top: 0;
    left: -40%;
    width: 300px;
  }
  .Vtuber .roleGF__txtBox {
    width: 100%;
  }
  .Vtuber .roleGF__txtBox-title {
    font-size: 2em;
    font-weight: bold;
  }
  .Vtuber .roleGF__txtBox-content {
    font-size: 1.2em;
  }
  .Vtuber .roleGF__txtBox-pic {
    display: none;
  }
  .Vtuber .roleGF__btn {
    margin: 25px 0;
  }
  .Vtuber .roleGF__btmBox {
    width: 100%;
    margin: 40px 0;
  }
  .Vtuber .roleGF__btmBox-txt {
    padding: 3%;
    width: 50%;
  }
  .Vtuber .roleGF__btmBox-link {
    width: 50%;
  }
  .Vtuber .twitter__title {
    font-size: 2.2em;
  }
  .Vtuber .twitter__flex {
    display: block;
  }
  .Vtuber .twitter__flexTxt {
    text-align: left;
    width: 100%;
  }
  .Vtuber .twitter__flexTxt-content {
    font-size: 1.3em;
  }
  .Vtuber .twitter__flexTxt-link {
    font-size: 1.7em;
    font-weight: bold;
    margin: 20px 0;
  }
  .Vtuber .twitter__flexPic {
    width: 350px;
    margin: 20px auto;
  }
}

@media (max-width: 768px) {
  .Vtuber .kv__desktop {
    display: none;
  }
  .Vtuber .kv__logo {
    display: none;
  }
  .Vtuber .kv__mobile {
    display: block;
  }
  .Vtuber .yt__titlePic {
    width: 90%;
  }
  .Vtuber .yt__content {
    font-size: 1.2em;
    width: 80%;
    margin: 15px auto;
  }
  .Vtuber .role__titlePic {
    width: 90%;
  }
  .Vtuber .role__title {
    font-size: 2em;
  }
  .Vtuber .role__content {
    font-size: 1.2em;
  }
  .Vtuber .roleGP__pdBox {
    display: block;
  }
  .Vtuber .roleGP__pic {
    width: 345px;
    margin: 0 auto;
  }
  .Vtuber .roleGP__pic-nb {
    display: block;
    top: 0;
    left: -17%;
    width: 200px;
  }
  .Vtuber .roleGP__txtBox {
    width: 100%;
  }
  .Vtuber .roleGP__txtBox-title {
    font-size: 1.5em;
    font-weight: bold;
  }
  .Vtuber .roleGP__txtBox-content {
    font-size: 1.2em;
  }
  .Vtuber .roleGP__txtBox-pic {
    display: none;
  }
  .Vtuber .roleGP__btn {
    margin: 25px 0;
  }
  .Vtuber .roleGP__btmBox {
    width: 100%;
    margin: 40px 0;
  }
  .Vtuber .roleGP__btmBox-txt {
    padding: 3%;
    width: 50%;
  }
  .Vtuber .roleGP__btmBox-link {
    width: 50%;
  }
  .Vtuber .roleGS__pdBox {
    display: block;
  }
  .Vtuber .roleGS__pic {
    width: 345px;
    margin: 0 auto;
  }
  .Vtuber .roleGS__pic-nb {
    display: block;
    top: 0;
    left: 45%;
    width: 200px;
  }
  .Vtuber .roleGS__txtBox {
    width: 100%;
  }
  .Vtuber .roleGS__txtBox-title {
    font-size: 1.5em;
    font-weight: bold;
  }
  .Vtuber .roleGS__txtBox-content {
    font-size: 1.2em;
  }
  .Vtuber .roleGS__txtBox-pic {
    display: none;
  }
  .Vtuber .roleGS__btn {
    margin: 25px 0;
  }
  .Vtuber .roleGS__btmBox {
    width: 100%;
    margin: 40px 0;
  }
  .Vtuber .roleGS__btmBox-txt {
    padding: 3%;
    width: 50%;
  }
  .Vtuber .roleGS__btmBox-link {
    width: 50%;
  }
  .Vtuber .roleGF__pdBox {
    display: block;
  }
  .Vtuber .roleGF__pic {
    width: 370px;
    margin: 0 auto;
  }
  .Vtuber .roleGF__pic-nb {
    display: block;
    top: -9%;
    left: 0%;
    width: 200px;
  }
  .Vtuber .roleGF__txtBox {
    width: 100%;
  }
  .Vtuber .roleGF__txtBox-title {
    font-size: 1.5em;
    font-weight: bold;
  }
  .Vtuber .roleGF__txtBox-content {
    font-size: 1.2em;
  }
  .Vtuber .roleGF__txtBox-pic {
    display: none;
  }
  .Vtuber .roleGF__btn {
    margin: 25px 0;
  }
  .Vtuber .roleGF__btmBox {
    width: 100%;
    margin: 40px 0;
  }
  .Vtuber .roleGF__btmBox-txt {
    padding: 3%;
    width: 50%;
  }
  .Vtuber .roleGF__btmBox-link {
    width: 50%;
  }
  .Vtuber .twitter__title {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .Vtuber .kv__desktop {
    display: none;
  }
  .Vtuber .kv__logo {
    display: none;
  }
  .Vtuber .kv__mobile {
    display: block;
  }
  .Vtuber .yt__content {
    font-size: 1.2em;
    width: 80%;
    margin: 15px auto;
  }
  .Vtuber .role__title {
    font-size: 2em;
  }
  .Vtuber .role__content {
    font-size: 1.2em;
  }
  .Vtuber .roleGP__pdBox {
    display: block;
  }
  .Vtuber .roleGP__pic {
    width: 80%;
    margin: 0 auto;
  }
  .Vtuber .roleGP__pic-nb {
    display: block;
    top: 0;
    left: -17%;
    width: 60%;
  }
  .Vtuber .roleGP__txtBox {
    width: 100%;
  }
  .Vtuber .roleGP__txtBox-title {
    font-size: 1.5em;
    font-weight: bold;
  }
  .Vtuber .roleGP__txtBox-content {
    font-size: 1.2em;
  }
  .Vtuber .roleGP__txtBox-pic {
    display: none;
  }
  .Vtuber .roleGP__btn {
    margin: 25px 0;
  }
  .Vtuber .roleGP__btmBox {
    width: 100%;
    margin: 40px 0;
    display: block;
  }
  .Vtuber .roleGP__btmBox-txt {
    padding: 3%;
    width: 100%;
  }
  .Vtuber .roleGP__btmBox-link {
    width: 100%;
  }
  .Vtuber .roleGS__pdBox {
    display: block;
  }
  .Vtuber .roleGS__pic {
    width: 80%;
    margin: 0 auto;
  }
  .Vtuber .roleGS__pic-nb {
    display: block;
    top: 0;
    left: 45%;
    width: 60%;
  }
  .Vtuber .roleGS__txtBox {
    width: 100%;
  }
  .Vtuber .roleGS__txtBox-title {
    font-size: 1.5em;
    font-weight: bold;
  }
  .Vtuber .roleGS__txtBox-content {
    font-size: 1.2em;
  }
  .Vtuber .roleGS__txtBox-pic {
    display: none;
  }
  .Vtuber .roleGS__btn {
    margin: 25px 0;
  }
  .Vtuber .roleGS__btmBox {
    width: 100%;
    margin: 40px 0;
    display: block;
  }
  .Vtuber .roleGS__btmBox-txt {
    padding: 3%;
    width: 100%;
  }
  .Vtuber .roleGS__btmBox-link {
    width: 100%;
  }
  .Vtuber .roleGF__pdBox {
    display: block;
  }
  .Vtuber .roleGF__pic {
    width: 80%;
    margin: 0 auto;
  }
  .Vtuber .roleGF__pic-nb {
    display: block;
    top: -9%;
    left: 0%;
    width: 55%;
  }
  .Vtuber .roleGF__txtBox {
    width: 100%;
  }
  .Vtuber .roleGF__txtBox-title {
    font-size: 1.5em;
    font-weight: bold;
  }
  .Vtuber .roleGF__txtBox-content {
    font-size: 1.2em;
  }
  .Vtuber .roleGF__txtBox-pic {
    display: none;
  }
  .Vtuber .roleGF__btn {
    margin: 25px 0;
  }
  .Vtuber .roleGF__btmBox {
    width: 100%;
    margin: 40px 0;
    display: block;
  }
  .Vtuber .roleGF__btmBox-txt {
    padding: 3%;
    width: 100%;
  }
  .Vtuber .roleGF__btmBox-link {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */