@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
}
/******************************
MV
******************************/
body {
  background: url("../img/mv.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
#mv-wrap {
  /*  background: url("../img/mv.webp");
  background-size: cover;
  background-position: center;*/
  width: 100%;
}
#mv-wrap .mv-inner {
  height: 100%;
  top: 0;
  width: 100%;
  z-index: -10;
  position: relative;
  padding: 40px 0;
  color: #fff;
}
#mv-wrap .mv-img img {
  width: 100%;
  max-width: 600px;
}
#mv-wrap .mv-inner {
  /* display: flex;*/
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 1100px;
}
#mv-wrap .mv-inner img {
  width: 80%;
  max-width: 300px;
}
#mv-wrap {
  position: relative;
  width: 100%;
  background-size: cover;
  text-align: center;
  padding: 70px 0 0;
  /*font-family: Helvetica Neue, Arial, Helvetica, 'sans-serif';*/
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Noto Serif JP', serif, '游ゴシック', YuGothic, 'Meiryo', 'メイリオ';
  z-index: 1;
  /*max-width: 1100px;*/
  margin: 0 auto;
}
.title {
  margin: 0 auto;
}
.title-inner {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
h1 {
  font-size: 36px;
  line-height: 60px;
  padding: 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #d03d90;
  margin: 0 auto;
  text-shadow: 1px 1px 2px #ffffff;
}
/*.st-site h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
  width: 350px;
  background: url("../img/web.webp");
  background-repeat: no-repeat;
  height: 200px;
  background-size: 100%;
}
.fan h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  width: 350px;
  background: url("../img/fan.webp");
  background-repeat: no-repeat;
  height: 200px;
  background-size: 100%;
}
.works h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
  width: 350px;
  background: url("../img/works.webp");
  background-repeat: no-repeat;
  height: 200px;
  background-size: 100%;
}*/
@media screen and (max-width:1024px) {
  #mv-wrap {
    padding: 50px 0 0;
  }
  #header .logo img {
    padding-top: 0px;
  }
}
@media screen and (max-width:798px) {
  h1 {
    font-size: 26px;
    line-height: 46px;
    padding: 10px 0;
    width: 90%;
  }
  /*.st-site h2::after {
    content: "";
    display: block;
    top: -30px;
    z-index: -1;
    width: 44%;
  }
  .fan h2::before {
    content: "";
    display: block;
    top: -30px;
    z-index: -1;
    width: 44%;
  }
  .works h2::after {
    content: "";
    display: block;
    top: -30px;
    z-index: -1;
    width: 44%;
  }*/
}
@media screen and (max-width:600px) {
    body {
    background: url("../img/sp_mv.webp");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #mv-wrap .mv-inner img {
    max-width: 150px;
  }
}
/******************************
特設サイト一覧
******************************/
.next_st{
  margin: 20px auto 80px;
  width: 90%;
  max-width: 600px;
}
.next_st img{
  width: 100%;
  box-shadow: 0px 0px 10px rgb(218 210 254);
  border-radius: 40px;
}
.st-site ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.st-site li {
  width: 250px;
  box-shadow: 0px 0px 10px rgb(218 210 254);
  border-radius: 40px;
  background: #fff;
  aspect-ratio: 1;
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 40px;
}
.st-site li a {
  display: block;
}
.st-site-img_h img {
  height: 250px;
}
.st-site-img_w img {
  width: 100%;
}
@media screen and (max-width:798px) {
  .next_st img{
    border-radius: 20px;
  }
  .st-site li {
    width: 150px;
    margin: 0 auto 20px;
    border-radius: 20px;
  }
  .st-site-img_h img {
    height: 150px;
  }
}
/******************************
ファンサイト一覧
******************************/
.fan ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fan li {
  width: calc(100% / 3 - 20px);
  margin: 0 auto;
}
.fan li img {
  width: 100%;
  box-shadow: 0px 0px 10px rgb(218 210 254);
}
@media screen and (max-width: 600px) {
  .fan ul {
    display: block;
  }
  .fan li {
    width: 80%;
    margin: 0 auto 40px;
  }
}
/******************************
プロデュース一覧
******************************/
.works dl {
  display: flex;
  justify-content: flex-start;
}
.works dt {
  margin-right: 10px;
  width: 150px;
  text-align: left;
}
.works dt b {
  color: #d03d90;
  font-size: 18px;
}
.works dd {
  margin-left: 16px;
  width: calc(100% - 170px);
  text-align: left;
}
.information h3 {
  font-size: 20px;
}
.covid li::before {
  position: absolute;
  bottom: 0;
  margin: auto;
  content: "◆";
  width: 20px;
  left: 0;
  top: 0;
}
.content.information .inner {
  padding: 0 0 50px;
}
ul.covid {
  margin: 0 auto 20px;
}
@media screen and (max-width:600px) {
  .information h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .works dl {
    display: block;
    margin-bottom: 10px;
  }
  .works dt {
    width: calc(100% - 10px);
  }
  .works dd {
    width: calc(100% - 16px);
  }
}