@charset "UTF-8";
@media screen and (min-width: 401px) {
  [no-pc] {
    display: none !important; }
  [only-sp] {
    display: none !important; } }

@media screen and (max-width: 400px) {
  [no-sp] {
    display: none !important; }
  [only-pc] {
    display: none !important; } }

.Flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 400px) {
    .Flex {
      display: block; } }

.Flex-box {
  text-align: center; }
  .Flex-box p {
    text-align: left;
    padding: 2px; }
  @media screen and (max-width: 400px) {
    .Flex-box {
      display: block; } }

#app {
  margin-bottom: 40px; }

@media screen and (min-width: 401px) {
  .Gnavi-pc {
    display: block; } }

@media screen and (max-width: 400px) {
  .Gnavi-pc {
    display: none; } }

@media screen and (min-width: 401px) {
  .Gnavi-sp {
    display: none; } }

@media screen and (max-width: 400px) {
  .Gnavi-sp {
    display: block; } }

h3 {
  font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 800; }
  @media screen and (min-width: 401px) {
    h3 {
      margin: 20px auto;
      padding: 12px 0 0 0;
      height: 54px;
      color: #fff;
      font-size: 140%;
      font-weight: bold;
      text-align: center;
      background-image: url(../img/content_title_bg.png);
      background-repeat: no-repeat;
      background-position: center top; } }
  @media screen and (max-width: 400px) {
    h3 {
      font-size: 130%;
      width: 96%;
      min-height: 44px;
      margin: 10px 2%;
      padding: 4px;
      background: linear-gradient(-225deg, transparent 10px, #0dd0d7 10px), linear-gradient(#0dd0d7 0%, #0dd0d7 100%), linear-gradient(-45deg, transparent 10px, #0dd0d7 10px), linear-gradient(#0dd0d7 0%, #0dd0d7 100%);
      background-position: top left, bottom left, bottom right, top right;
      background-size: 50.1% 50.1%;
      background-repeat: no-repeat; } }

@media screen and (max-width: 400px) {
  h3 span {
    display: block;
    margin: 0 auto;
    padding: 4px 4px 4px 8px;
    width: 330px;
    min-height: 34px;
    color: #fff;
    background-color: #0c7478; } }

.Module-nav ul {
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 401px) {
    .Module-nav ul {
      width: 750px;
      margin: 0 auto; } }
  @media screen and (max-width: 400px) {
    .Module-nav ul {
      flex-wrap: wrap;
      width: 100%;
      padding: 8px 0 2px 0; } }

.Module-nav ul li {
  background-image: url("../img/module/nav_module.png");
  background-size: 700% 200%; }
  @media screen and (min-width: 401px) {
    .Module-nav ul li {
      width: 104px;
      height: 58px;
      margin: 20px 0 20px 0; } }
  @media screen and (max-width: 400px) {
    .Module-nav ul li {
      width: 95px;
      height: 55px;
      margin: 4px 0; } }
  .Module-nav ul li a {
    color: transparent;
    user-select: none;
    font-size: 0;
    display: block;
    width: 120px;
    height: 57px; }
    @media screen and (max-width: 400px) {
      .Module-nav ul li a {
        width: 95px;
        height: 55px; } }
  .Module-nav ul li:nth-child(1) {
    background-position: 0 0; }
  .Module-nav ul li:nth-child(1):hover {
    background-position: 0 -100%; }
  .Module-nav ul li:nth-child(2) {
    background-position: -100% 0; }
  .Module-nav ul li:nth-child(2):hover {
    background-position: -100% -100%; }
  .Module-nav ul li:nth-child(3) {
    background-position: -200% 0; }
  .Module-nav ul li:nth-child(3):hover {
    background-position: -200% -100%; }
  .Module-nav ul li:nth-child(4) {
    background-position: -300% 0; }
  .Module-nav ul li:nth-child(4):hover {
    background-position: -300% -100%; }
  .Module-nav ul li:nth-child(5) {
    background-position: -400% 0; }
  .Module-nav ul li:nth-child(5):hover {
    background-position: -400% -100%; }
  .Module-nav ul li:nth-child(6) {
    background-position: -500% 0; }
  .Module-nav ul li:nth-child(6):hover {
    background-position: -500% -100%; }
  .Module-nav ul li:nth-child(7) {
    background-position: -600% 0; }
  .Module-nav ul li:nth-child(7):hover, .Module-nav ul li #Nav_etc ul li:nth-child(7) {
    background-position: -600% -100%; }

#Nav_miku li:nth-child(1) {
  background-position: 0 -100%; }

#Nav_rin li:nth-child(2) {
  background-position: -100% -100%; }

#Nav_len li:nth-child(3) {
  background-position: -200% -100%; }

#Nav_luka li:nth-child(4) {
  background-position: -300% -100%; }

#Nav_meiko li:nth-child(5) {
  background-position: -400% -100%; }

#Nav_kaito li:nth-child(6) {
  background-position: -500% -100%; }

#Nav_etc li:nth-child(7) {
  background-position: -600% -100%; }

@media screen and (min-width: 401px) {
  .Modulelist-content {
    margin: 0 10px; } }

@media screen and (max-width: 400px) {
  .Modulelist-content {
    margin: 0 5px; } }

.Modulelist {
  margin: 0 auto; }
  @media screen and (min-width: 401px) {
    .Modulelist {
      width: 90%; } }
  @media screen and (max-width: 400px) {
    .Modulelist {
      width: 100%; } }
  .Modulelist > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

.Module-image {
  text-align: center; }
  @media screen and (min-width: 401px) {
    .Module-image img {
      margin: 0 3px 0 0;
      width: auto;
      height: 425px; } }
  @media screen and (max-width: 400px) {
    .Module-image img {
      margin: 3px 4px 0 0;
      width: auto;
      height: 280px; } }

@media screen and (min-width: 401px) {
  .Module-text {
    height: 60px !important;
    margin: 0 !important; } }

@media screen and (max-width: 400px) {
  .Module-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 94px !important; } }

.Module-name {
  text-align: center;
  font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 800;
  color: #fff; }
  @media screen and (min-width: 401px) {
    .Module-name {
      position: absolute;
      bottom: 28px;
      left: 0;
      right: 0;
      font-size: 130%; } }
  @media screen and (max-width: 400px) {
    .Module-name {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 40px;
      padding: 0px 10px;
      line-height: 110%;
      font-size: 110%; } }

.Module-design {
  display: flex;
  text-align: center;
  font-weight: 800;
  color: #fff;
  justify-content: center; }
  @media screen and (min-width: 401px) {
    .Module-design {
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0; } }
  @media screen and (max-width: 400px) {
    .Module-design {
      flex-wrap: wrap;
      font-size: 85%;
      line-height: 110%; } }
  @media screen and (min-width: 401px) {
    .Module-design-name {
      font-size: 95%; } }
  .Module-design-title {
    font-weight: normal; }
    @media screen and (min-width: 401px) {
      .Module-design-title {
        font-size: 70%;
        padding: 0 5px 0 0; } }
    @media screen and (max-width: 400px) {
      .Module-design-title {
        height: 16px;
        font-size: 80%;
        width: 100%; } }

@media screen and (min-width: 401px) {
  .name11 {
    font-size: 80%;
    width: 150px;
    line-height: 1.1em;
    text-align: left;
    display: flex;
    align-items: center; } }

@media screen and (min-width: 401px) {
  .name18 {
    font-size: 68%;
    width: 150px;
    line-height: 1em;
    text-align: left; } }

@media screen and (max-width: 400px) {
  .name18 {
    font-size: 80%;
    padding: 0 5px; } }

@media screen and (min-width: 401px) {
  .title11 {
    font-size: 90%;
    letter-spacing: -1px;
    padding-left: 7px; } }

.Modulelist ul {
  position: relative; }
  @media screen and (min-width: 401px) {
    .Modulelist ul {
      margin: 0 0 20px 0;
      width: 283px;
      height: 517px; } }
  @media screen and (max-width: 400px) {
    .Modulelist ul {
      margin: 0 0 10px 0;
      width: 190px;
      height: 396px; } }

.Module-miku {
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media screen and (min-width: 401px) {
    .Module-miku {
      background-image: url("../img/module/module_bg_miku.png");
      padding: 20px 0 0 0; } }
  @media screen and (max-width: 400px) {
    .Module-miku {
      background-image: url("../img/module/module_bg_miku_sp.png");
      padding: 10px 0 0 0; } }

.Module-rin {
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media screen and (min-width: 401px) {
    .Module-rin {
      background-image: url("../img/module/module_bg_rinlen.png");
      padding: 20px 0 0 0; } }
  @media screen and (max-width: 400px) {
    .Module-rin {
      background-image: url("../img/module/module_bg_rin_sp.png");
      padding: 10px 0 0 0; } }

.Module-len {
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media screen and (min-width: 401px) {
    .Module-len {
      background-image: url("../img/module/module_bg_rinlen.png");
      padding: 20px 0 0 0; } }
  @media screen and (max-width: 400px) {
    .Module-len {
      background-image: url("../img/module/module_bg_len_sp.png");
      padding: 10px 0 0 0; } }

.Module-luka {
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media screen and (min-width: 401px) {
    .Module-luka {
      padding: 20px 0 0 0;
      background-image: url("../img/module/module_bg_luka.png"); } }
  @media screen and (max-width: 400px) {
    .Module-luka {
      padding: 10px 0 0 0;
      background-image: url("../img/module/module_bg_luka_sp.png"); } }

.Module-meiko {
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media screen and (min-width: 401px) {
    .Module-meiko {
      padding: 20px 0 0 0;
      background-image: url("../img/module/module_bg_meiko.png"); } }
  @media screen and (max-width: 400px) {
    .Module-meiko {
      padding: 10px 0 0 0;
      background-image: url("../img/module/module_bg_meiko_sp.png"); } }

.Module-kaito {
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media screen and (min-width: 401px) {
    .Module-kaito {
      padding: 20px 0 0 0;
      background-image: url("../img/module/module_bg_kaito.png"); } }
  @media screen and (max-width: 400px) {
    .Module-kaito {
      padding: 10px 0 0 0;
      background-image: url("../img/module/module_bg_kaito_sp.png"); } }

.Module-etc {
  background-repeat: no-repeat;
  background-size: 100% auto; }
  @media screen and (min-width: 401px) {
    .Module-etc {
      padding: 20px 0 0 0;
      background-image: url("../img/module/module_bg_etc.png"); } }
  @media screen and (max-width: 400px) {
    .Module-etc {
      padding: 10px 0 0 0;
      background-image: url("../img/module/module_bg_etc_sp.png"); } }

#Module {
  position: relative; }
  @media screen and (min-width: 401px) {
    #Module {
      padding-top: 120px; } }
  @media screen and (max-width: 400px) {
    #Module {
      padding-top: 60px; } }
  #Module h2 {
    position: relative;
    display: block;
    padding: 15px 0; }
    @media screen and (min-width: 401px) {
      #Module h2 {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        height: 66px;
        background: linear-gradient(-225deg, transparent 12px, #f150af 12px), linear-gradient(#f150af 0%, #f150af 100%), linear-gradient(-45deg, #f150af 12px, #f150af 12px), linear-gradient(#f150af 0%, #f150af 100%);
        background-position: top left, bottom left, bottom right, top right;
        background-size: 50.1% 50.1%;
        background-repeat: no-repeat; } }
    @media screen and (max-width: 400px) {
      #Module h2 {
        text-align: center;
        width: 100%;
        height: 70px;
        background-color: #f150af;
        border-top: solid 4px rgba(255, 255, 255, 0.8); } }
    #Module h2 img {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media screen and (min-width: 401px) {
        #Module h2 img {
          height: 40px;
          width: auto; } }
      @media screen and (max-width: 400px) {
        #Module h2 img {
          display: inline-block;
          height: 40px;
          width: auto;
          max-width: 94%;
          margin: 0 auto; } }
    #Module h2:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 16px;
      width: 994px;
      height: 66px;
      background: linear-gradient(-45deg, transparent 25%, #f25eb5 25%, #f25eb5 50%, transparent 50%, transparent 75%, #f25eb5 75%, #f25eb5);
      background-size: 100px 100px;
      background-attachment: scroll; }
    #Module h2:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 64px;
      background-image: url(../img/title_bg_leftbottom.png);
      background-repeat: no-repeat;
      background-position: left top; }
      @media screen and (max-width: 400px) {
        #Module h2:after {
          display: none; } }

@media screen and (min-width: 401px) {
  .Song-content {
    margin: 0 auto;
    width: 1020px;
    padding: 5px;
    margin-bottom: 60px;
    background: linear-gradient(-225deg, transparent 14px, rgba(255, 255, 255, 0.9) 14px), linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), linear-gradient(-45deg, transparent 14px, rgba(255, 255, 255, 0.9) 14px), linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
    background-position: top left, bottom left, bottom right, top right;
    background-size: 50.1% 50.1%;
    background-repeat: no-repeat; } }

@media screen and (max-width: 400px) {
  .Song-content {
    width: 100%;
    padding-bottom: 0.2%;
    background-color: rgba(255, 255, 255, 0.8); } }
