@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; } }

@media screen and (max-width: 400px) {
  html {
    width: 400px;
    overflow-x: hidden; } }

body {
  font-family: 'Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #1e1e1e;
  line-height: 170%;
  overflow-x: hidden; }
  @media screen and (min-width: 401px) {
    body {
      background-image: url("../img/header_bg_t.jpg"), url("../img/header_bg_b.png"), url("../img/bg.jpg");
      background-repeat: no-repeat, no-repeat, no-repeat;
      background-position: center top, center 900px,center top;
      background-size: auto auto, auto auto, auto auto;
      background-attachment: scroll, scroll, fixed; } }
  @media screen and (max-width: 400px) {
    body {
      width: 400px;
      background-image: url("../img/bg_sp.jpg");
      background-repeat: repeat-y;
      background-size: 100% auto;
      background-position: center 230px; } }

.Linkbtn {
  display: inline-block;
  padding: 4px;
  background: linear-gradient(-225deg, transparent 8px, #fe98d0 8px), linear-gradient(#fe98d0 0%, #fe98d0 100%), linear-gradient(-45deg, transparent 8px, #fe98d0 8px), linear-gradient(#fe98d0 0%, #fe98d0 100%);
  background-position: top left, bottom left, bottom right, top right;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat; }

.Linkbtn a {
  position: relative;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding: 12px 36px 10px 30px;
  background: linear-gradient(-225deg, transparent 6px, #f5549f 6px), linear-gradient(#f5549f 0%, #f5549f 100%), linear-gradient(-45deg, transparent 6px, #f5549f 6px), linear-gradient(#f5549f 0%, #f5549f 100%);
  background-position: top left, bottom left, bottom right, top right;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat; }
  .Linkbtn a:after {
    content: '▲';
    display: block;
    position: absolute;
    right: 6px;
    top: 10px;
    transform: rotate(90deg);
    font-size: 60%; }

body#Shopguide {
  font-family: 'Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #1e1e1e;
  line-height: 170%;
  overflow-x: hidden; }
  @media screen and (min-width: 401px) {
    body#Shopguide {
      background-image: url("../img/bg.jpg");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: auto auto;
      background-attachment: fixed; } }
  @media screen and (max-width: 400px) {
    body#Shopguide {
      width: 400px;
      background-image: url("../img/bg_sp.jpg");
      background-repeat: repeat-y;
      background-size: 100% auto;
      background-position: center 230px; } }

body#Song {
  font-family: 'Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #1e1e1e;
  line-height: 170%;
  overflow-x: hidden; }
  @media screen and (min-width: 401px) {
    body#Song {
      background-image: url("../img/bg.jpg");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: auto auto;
      background-attachment: fixed; } }
  @media screen and (max-width: 400px) {
    body#Song {
      width: 400px;
      background-image: url("../img/bg_sp.jpg");
      background-repeat: repeat-y;
      background-size: 100% auto;
      background-position: center 230px; } }

a {
  color: #003cff;
  text-decoration: underline; }

a:hover {
  filter: brightness(120%); }

a:focus {
  outline: none; }

p {
  margin-bottom: 25px; }

p.nb {
  margin-bottom: 0px; }

.small {
  font-size: 80%; }

.center {
  text-align: center; }

.Home {
  position: relative;
  padding: 0;
  margin: 0 auto; }
  @media screen and (min-width: 401px) {
    .Home {
      width: 1000px; } }
  @media screen and (max-width: 400px) {
    .Home {
      width: 100%; } }

#Home {
  margin-top: -50px;
  padding-top: 50px; }

/* ヘッダー　*/
#Home header {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 401px) {
    #Home header {
      width: 1000px;
      height: 800px;
      margin-top: 90px; } }
  @media screen and (max-width: 400px) {
    #Home header {
      background-image: url("../img/header_bg_sp.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center top;
      width: 100%;
      height: 700px;
      padding: 0; } }
  #Home header .Logo10th {
    position: absolute;
    left: 0;
    top: 0;
    animation: Top10th 600ms both;
    animation-delay: 2600ms; }

@keyframes Top10th {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
    @media screen and (max-width: 400px) {
      #Home header .Logo10th {
        width: 120px;
        height: 120px; } }
  #Home header .LogoSwitch {
    position: absolute;
    right: 0;
    top: 0;
    animation: TopSwi 600ms both;
    animation-delay: 2600ms; }

@keyframes TopSwi {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
    @media screen and (min-width: 401px) {
      #Home header .LogoSwitch {
        width: 80px;
        height: 80px; } }
    @media screen and (max-width: 400px) {
      #Home header .LogoSwitch {
        width: 60px;
        height: 60px; } }

h1 {
  color: transparent;
  user-select: none;
  font-size: 0; }

/* グロナビ */
.Gnavi {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 0 20px 0;
  z-index: 999; }
  @media screen and (max-width: 400px) {
    .Gnavi {
      display: none; } }

.Gnavi-logo {
  margin-top: -2px; }

.Gnavi ul {
  display: flex;
  justify-content: center;
  width: 880px;
  padding: 8px 0; }

.Gnavi ul li {
  width: 120px;
  height: 57px;
  margin: 2px 0 0 -2px;
  background-image: url("../img/gnav.png");
  background-size: 700% 200%; }
  .Gnavi ul li a {
    color: transparent;
    user-select: none;
    font-size: 0;
    display: block;
    width: 120px;
    height: 57px; }
  .Gnavi ul li:nth-child(1) {
    background-position: 0 0; }
  .Gnavi ul li:nth-child(1):hover {
    background-position: 0 -100%; }
  .Gnavi ul li:nth-child(2) {
    background-position: -100% 0; }
  .Gnavi ul li:nth-child(2):hover {
    background-position: -100% -100%; }
  .Gnavi ul li:nth-child(3) {
    background-position: -200% 0; }
  .Gnavi ul li:nth-child(3):hover {
    background-position: -200% -100%; }
  .Gnavi ul li:nth-child(4) {
    background-position: -300% 0; }
  .Gnavi ul li:nth-child(4):hover {
    background-position: -300% -100%; }
  .Gnavi ul li:nth-child(5) {
    background-position: -400% 0; }
  .Gnavi ul li:nth-child(5):hover {
    background-position: -400% -100%; }
  .Gnavi ul li:nth-child(6) {
    background-position: -500% 0; }
  .Gnavi ul li:nth-child(6):hover {
    background-position: -500% -100%; }
  .Gnavi ul li:nth-child(7) {
    background-position: -600% 0; }
  .Gnavi ul li:nth-child(7):hover {
    background-position: -600% -100%; }

#Song .Gnavi ul li:nth-child(5) {
  margin-left: -4px; }

.Top_miku {
  position: absolute;
  transition: 500ms; }
  @media screen and (min-width: 401px) {
    .Top_miku {
      background-position: left bottom;
      background-image: url("../img/top_miku.png");
      left: 370px;
      top: -20px;
      width: 883px;
      height: 1020px;
      background-size: 100% auto;
      background-repeat: no-repeat;
      animation: TopCharaFromRight 950ms 620ms ease both; } }

@keyframes TopCharaFadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes TopCharaFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes TopCharaFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes TopCharaFromTop {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
  @media screen and (max-width: 400px) {
    .Top_miku {
      background-position: top bottom;
      background-image: url("../img/top_miku.png");
      left: 5px;
      top: 35px;
      width: 580px;
      height: 700px;
      background-size: 100% auto;
      background-repeat: no-repeat;
      animation: TopCharaFromRight 950ms 620ms ease both; } }

.Logo {
  display: block;
  position: absolute;
  top: 180px;
  left: 0px;
  width: 574px;
  height: 245px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  animation: TopLogo 900ms both;
  animation-delay: 1400ms; }

@keyframes TopLogo {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
  @media screen and (max-width: 400px) {
    .Logo {
      top: 190px;
      width: 250px;
      background-image: asset("chara/catch_sp.png");
      animation-delay: 1800ms; } }

.ReleaseDate {
  display: block;
  position: absolute;
  top: 420px;
  left: 80px;
  width: 431px;
  height: 57px;
  background-image: url("../img/releasedate_pc.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  animation: TopDate 900ms both;
  animation-delay: 2000ms; }

@keyframes TopDate {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
  @media screen and (max-width: 400px) {
    .ReleaseDate {
      top: 300px;
      left: 10px;
      width: 225px; } }

#News {
  position: absolute;
  top: 635px; }

.Update {
  position: absolute;
  z-index: 0;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
  animation: TopUpdate 900ms both;
  animation-delay: 2600ms; }

@keyframes TopUpdate {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
  @media screen and (min-width: 401px) {
    .Update {
      background: linear-gradient(to right, rgba(0, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 20%, #fff 40%, #fff 50%, #fff 60%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0) 100%);
      width: 550px;
      top: 735px;
      left: 0;
      padding: 15px 0; } }
  @media screen and (max-width: 400px) {
    .Update {
      background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.85) 10%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.85) 90%, rgba(255, 255, 255, 0.5) 100%);
      width: 400px;
      height: 130px;
      top: 530px;
      left: 0;
      padding: 14px 0; } }

.Update:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.2);
  width: 550px;
  height: 124px;
  top: 0;
  left: 0; }

.Update dl {
  display: flex;
  margin: 0 auto;
  padding-bottom: 12px;
  overflow: auto; }
  @media screen and (min-width: 401px) {
    .Update dl {
      flex-wrap: wrap;
      width: 475px;
      height: 100px;
      font-size: 85%; } }
  @media screen and (max-width: 400px) {
    .Update dl {
      flex-wrap: wrap;
      padding-left: 10px;
      width: 95%;
      font-size: 90%;
      height: 100px;
      overflow-y: scroll; } }
  .Update dl::-webkit-scrollbar {
    width: 15px;
    background-color: rgba(0, 0, 0, 0.5); }
  .Update dl::-webkit-scrollbar-thumb {
    border-radius: 15px;
    width: 15px;
    background-color: #01c7ce; }
  .Update dl dt {
    width: 80px;
    color: #1e1e1e; }
    @media screen and (min-width: 401px) {
      .Update dl dt {
        line-height: 190%; } }
    @media screen and (max-width: 400px) {
      .Update dl dt {
        font-size: 90%;
        line-height: 150%; } }
  .Update dl dd {
    justify-content: flex-end;
    width: 360px;
    color: #1e1e1e; }
    @media screen and (min-width: 401px) {
      .Update dl dd {
        line-height: 190%; } }
    @media screen and (max-width: 400px) {
      .Update dl dd {
        margin-bottom: 10px;
        line-height: 170%; } }

.Btn_Guide {
  position: fixed;
  z-index: 0;
  animation: TopGuide 600ms both;
  animation-delay: 2600ms; }

@keyframes TopGuide {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
  @media screen and (min-width: 401px) {
    .Btn_Guide {
      right: 10px;
      bottom: 10px;
      width: 210px; } }
  @media screen and (max-width: 400px) {
    .Btn_Guide {
      width: 170px;
      height: 70px;
      right: 0;
      bottom: 0; } }

.bnr_tshirts {
  position: absolute;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  animation: TopHori 900ms both;
  animation-delay: 2600ms; }

@keyframes TopHori {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
  @media screen and (min-width: 401px) {
    .bnr_tshirts {
      width: 530px;
      top: 905px;
      left: 25px; } }
  @media screen and (max-width: 400px) {
    .bnr_tshirts {
      width: 380px;
      top: 680px;
      left: 10px; } }

.Product {
  background-color: rgba(16, 15, 16, 0.7);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 401px) {
    .Product {
      margin: 70px auto;
      width: 1000px;
      height: 150px;
      border: solid 1px #65ffff;
      background-image: url("../img/product.png");
      background-repeat: no-repeat;
      background-position: center 22px; } }
  @media screen and (max-width: 400px) {
    .Product {
      margin: 50px auto;
      top: 675px;
      width: 380px;
      height: 240px;
      border: solid 2px #65ffff;
      background-image: url("../img/product_sp.png");
      background-repeat: no-repeat;
      background-size: 94% auto;
      background-position: center center; } }

@media screen and (min-width: 401px) {
  .Content_box {
    margin: 0px auto;
    padding: 30px;
    width: 1000px;
    height: auto;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.6); } }

@media screen and (max-width: 400px) {
  .Content_box {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.6); } }

/* 限定版 */
@media screen and (min-width: 401px) {
  .Limited {
    padding-top: 100px;
    font-size: 110%; } }

@media screen and (max-width: 400px) {
  .Limited {
    padding-top: 50px; } }

.Limited h2 {
  text-align: center;
  color: #fff;
  font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 800;
  box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.8);
  background: linear-gradient(-45deg, #ff58a5 25%, #fe65b7 25%, #fe65b7 50%, #ff58a5 50%, #ff58a5 75%, #fe65b7 75%, #fe65b7); }
  @media screen and (min-width: 401px) {
    .Limited h2 {
      width: 1000px;
      margin: 0 auto 25px auto;
      padding: 25px;
      background-size: 16px 16px;
      font-size: 180%; } }
  @media screen and (max-width: 400px) {
    .Limited h2 {
      margin: 0 0 15px 0;
      padding: 20px 0;
      background-size: 14px 14px;
      font-size: 140%; } }
  .Limited h2 span {
    display: block;
    line-height: 1.2em; }

.Limited-item li {
  text-indent: -1em;
  margin-left: 1em; }

/* 早期購入 */
@media screen and (min-width: 401px) {
  .Early {
    padding-top: 100px;
    font-size: 110%; } }

@media screen and (max-width: 400px) {
  .Early {
    padding-top: 50px; } }

.Early h2 {
  text-align: center;
  color: #fff;
  font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 800;
  box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.8);
  background: linear-gradient(-45deg, #ff58a5 25%, #fe65b7 25%, #fe65b7 50%, #ff58a5 50%, #ff58a5 75%, #fe65b7 75%, #fe65b7); }
  @media screen and (min-width: 401px) {
    .Early h2 {
      width: 1000px;
      margin: 0 auto 25px auto;
      padding: 25px;
      background-size: 16px 16px;
      font-size: 180%; } }
  @media screen and (max-width: 400px) {
    .Early h2 {
      margin: 0 0 15px 0;
      padding: 20px;
      background-size: 14px 14px;
      font-size: 160%;
      line-height: 1.2em; } }

.Early-Imagebox {
  display: flex;
  flex-wrap: wrap; }
  .Early-Imagebox li {
    background-color: rgba(20, 85, 87, 0.6);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 401px) {
      .Early-Imagebox li {
        width: 85%;
        border: solid 1px #65ffff;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
        margin: 0 auto 1% auto; } }
    @media screen and (max-width: 400px) {
      .Early-Imagebox li {
        width: 360px;
        background-color: rgba(20, 85, 87, 0.6);
        border: solid 2px #65ffff;
        margin-bottom: 30px;
        padding: 10px; } }
    @media screen and (min-width: 401px) {
      .Early-Imagebox li dl {
        padding: 18px; } }
    .Early-Imagebox li dl dt {
      color: transparent;
      user-select: none;
      font-size: 0; }
      @media screen and (min-width: 401px) {
        .Early-Imagebox li dl dt {
          margin-bottom: 14px;
          width: 100%;
          height: 28px; } }
      @media screen and (max-width: 400px) {
        .Early-Imagebox li dl dt {
          margin-bottom: 10px;
          width: 100%;
          height: 44px; } }
    .Early-Imagebox li dl dd {
      color: #fff;
      text-align: center; }
      .Early-Imagebox li dl dd ul.Early-Imagebox-jacket {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (min-width: 401px) {
          .Early-Imagebox li dl dd ul.Early-Imagebox-jacket {
            justify-content: space-between;
            width: 100% !important;
            margin: 0 auto 10px auto; } }
        @media screen and (max-width: 400px) {
          .Early-Imagebox li dl dd ul.Early-Imagebox-jacket {
            padding-top: 10px; } }
        @media screen and (min-width: 401px) {
          .Early-Imagebox li dl dd ul.Early-Imagebox-jacket li {
            margin: 0% 0% 2% 0%;
            width: 49% !important;
            border: none;
            background-color: transparent; } }
        @media screen and (max-width: 400px) {
          .Early-Imagebox li dl dd ul.Early-Imagebox-jacket li {
            margin: 10px auto 20px auto;
            width: 80%;
            border: none;
            background-color: transparent;
            box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
            padding: 0; } }

/* 遊び方 */
@media screen and (min-width: 401px) {
  .Play {
    margin-top: 110px;
    padding-top: 100px;
    font-size: 110%; } }

@media screen and (max-width: 400px) {
  .Play {
    margin-top: 95px;
    padding-top: 50px; } }

.Play h2 {
  text-align: center;
  color: #fff;
  font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 800;
  box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.8);
  background: linear-gradient(-45deg, #ff58a5 25%, #fe65b7 25%, #fe65b7 50%, #ff58a5 50%, #ff58a5 75%, #fe65b7 75%, #fe65b7); }
  @media screen and (min-width: 401px) {
    .Play h2 {
      margin: 0 0 25px 0;
      padding: 25px;
      background-size: 16px 16px;
      font-size: 180%; } }
  @media screen and (max-width: 400px) {
    .Play h2 {
      margin: 0 0 15px 0;
      padding: 20px;
      background-size: 14px 14px;
      font-size: 160%; } }

.Play-Imagebox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: bold; }
  .Play-Imagebox li {
    text-align: center; }
    @media screen and (min-width: 401px) {
      .Play-Imagebox li {
        width: 46%;
        margin: 0 2% 2% 2%; } }
    @media screen and (max-width: 400px) {
      .Play-Imagebox li {
        width: 360px;
        margin-bottom: 20px; } }
    @media screen and (min-width: 401px) {
      .Play-Imagebox li:nth-of-type(odd) {
        margin-right: 2%; } }
    .Play-Imagebox li img {
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); }
  .Play-Imagebox .Play-Mode {
    text-align: center;
    color: #fff;
    font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-weight: 600;
    margin: 0 0 20px 0; }
    @media screen and (min-width: 401px) {
      .Play-Imagebox .Play-Mode {
        padding: 12px;
        background: linear-gradient(-45deg, #01c7ce 25%, #0dd0d7 25%, #0dd0d7 50%, #01c7ce 50%, #01c7ce 75%, #0dd0d7 75%, #0dd0d7);
        background-size: 12px 12px;
        font-size: 115%; } }
    @media screen and (max-width: 400px) {
      .Play-Imagebox .Play-Mode {
        padding: 8px 0 8px 0;
        background: linear-gradient(-45deg, #01c7ce 25%, #0dd0d7 25%, #0dd0d7 50%, #01c7ce 50%, #01c7ce 75%, #0dd0d7 75%, #0dd0d7);
        background-size: 12px 12px;
        font-size: 110%; } }
  .Play-Imagebox .Play-Image {
    background-color: rgba(20, 85, 87, 0.6);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 401px) {
      .Play-Imagebox .Play-Image {
        width: 100%;
        border: solid 1px #65ffff;
        margin-bottom: 2%;
        padding: 18px; } }
    @media screen and (max-width: 400px) {
      .Play-Imagebox .Play-Image {
        width: 360px;
        background-color: rgba(20, 85, 87, 0.6);
        border: solid 2px #65ffff;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
        margin-bottom: 20px;
        padding: 10px; } }

/* モジュール */
@media screen and (min-width: 401px) {
  .Module {
    padding-top: 100px;
    font-size: 110%; } }

@media screen and (max-width: 400px) {
  .Module {
    padding-top: 50px; } }

.Module h2 {
  text-align: center;
  color: #fff;
  font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 800;
  box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.8);
  background: linear-gradient(-45deg, #ff58a5 25%, #fe65b7 25%, #fe65b7 50%, #ff58a5 50%, #ff58a5 75%, #fe65b7 75%, #fe65b7); }
  @media screen and (min-width: 401px) {
    .Module h2 {
      width: 1000px;
      margin: 0 auto 25px auto;
      padding: 25px;
      background-size: 16px 16px;
      font-size: 180%; } }
  @media screen and (max-width: 400px) {
    .Module h2 {
      margin: 0 0 15px 0;
      padding: 20px;
      background-size: 14px 14px;
      font-size: 160%; } }

.Module h3 {
  font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #fff; }
  @media screen and (min-width: 401px) {
    .Module h3 {
      padding: 12px;
      background: linear-gradient(-45deg, #01c7ce 25%, #0dd0d7 25%, #0dd0d7 50%, #01c7ce 50%, #01c7ce 75%, #0dd0d7 75%, #0dd0d7);
      background-size: 12px 12px;
      margin: 0 0 20px 0;
      font-size: 130%; } }
  @media screen and (max-width: 400px) {
    .Module h3 {
      padding: 8px;
      background: linear-gradient(-45deg, #01c7ce 25%, #0dd0d7 25%, #0dd0d7 50%, #01c7ce 50%, #01c7ce 75%, #0dd0d7 75%, #0dd0d7);
      background-size: 12px 12px;
      margin: 0 0 20px 0;
      font-size: 110%; } }

.Module-Imagebox {
  display: flex; }
  @media screen and (max-width: 400px) {
    .Module-Imagebox {
      flex-wrap: wrap; } }
  @media screen and (min-width: 401px) {
    .Module-Imagebox .Design {
      width: 65%; } }
  @media screen and (max-width: 400px) {
    .Module-Imagebox .Design {
      width: 100%; } }
  @media screen and (min-width: 401px) {
    .Module-Imagebox .Model {
      width: 30%;
      padding: 50px 10px 0px 10px; } }
  @media screen and (max-width: 400px) {
    .Module-Imagebox .Model {
      width: 100%;
      margin: 0 auto; } }

.Module-Imagebox div {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5); }
  @media screen and (min-width: 401px) {
    .Module-Imagebox div {
      width: auto;
      height: 560px;
      padding: 10px 15px 10px 15px;
      border: solid 1px #65ffff;
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
      margin: 0 auto 2% auto;
      font-size: 80%;
      line-height: 150%; } }
  @media screen and (max-width: 400px) {
    .Module-Imagebox div {
      width: 360px;
      border: solid 2px #65ffff;
      margin-bottom: 20px;
      padding: 10px; } }
  .Module-Imagebox div img {
    width: auto;
    max-height: 100%; }

@media screen and (min-width: 401px) {
  div .Model img {
    display: inline-block;
    padding: 0 20px 5px 20px; } }

@media screen and (max-width: 400px) {
  div .Model img {
    width: 50%;
    height: auto; } }

@media screen and (min-width: 401px) {
  div .Design img {
    display: inline-block;
    padding: 0 0 30px 0; } }

/* 楽曲 */
@media screen and (min-width: 401px) {
  .Song {
    padding-top: 100px; } }

@media screen and (max-width: 400px) {
  .Song {
    padding-top: 50px; } }

.Song h2 {
  text-align: center;
  color: #fff;
  font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 800;
  box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.8);
  background: linear-gradient(-45deg, #ff58a5 25%, #fe65b7 25%, #fe65b7 50%, #ff58a5 50%, #ff58a5 75%, #fe65b7 75%, #fe65b7);
  letter-spacing: 0.05em; }
  @media screen and (min-width: 401px) {
    .Song h2 {
      width: 1000px;
      margin: 0 auto 25px auto;
      padding: 25px;
      background-size: 16px 16px;
      font-size: 180%; } }
  @media screen and (max-width: 400px) {
    .Song h2 {
      margin: 0 0 15px 0;
      padding: 20px;
      background-size: 14px 14px;
      font-size: 160%; } }

.Song h3 {
  font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em; }
  @media screen and (min-width: 401px) {
    .Song h3 {
      padding: 12px;
      background: linear-gradient(-45deg, #01c7ce 25%, #0dd0d7 25%, #0dd0d7 50%, #01c7ce 50%, #01c7ce 75%, #0dd0d7 75%, #0dd0d7);
      background-size: 12px 12px;
      margin: 0 0 20px 0;
      font-size: 130%; } }
  @media screen and (max-width: 400px) {
    .Song h3 {
      padding: 8px;
      background: linear-gradient(-45deg, #01c7ce 25%, #0dd0d7 25%, #0dd0d7 50%, #01c7ce 50%, #01c7ce 75%, #0dd0d7 75%, #0dd0d7);
      background-size: 12px 12px;
      margin: 0 0 20px 0;
      font-size: 110%; } }

.Songlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .Songlist li {
    background-color: rgba(20, 85, 87, 0.6);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 401px) {
      .Songlist li {
        width: 48%;
        border: solid 1px #65ffff;
        margin-bottom: 2%; } }
    @media screen and (max-width: 400px) {
      .Songlist li {
        width: 360px;
        background-color: rgba(20, 85, 87, 0.6);
        border: solid 2px #65ffff;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
        margin-bottom: 20px; } }
    @media screen and (min-width: 401px) {
      .Songlist li:nth-of-type(odd) {
        margin-right: 2%; } }
    @media screen and (min-width: 401px) {
      .Songlist li dl {
        padding: 18px; } }
    @media screen and (max-width: 400px) {
      .Songlist li dl {
        padding: 10px; } }
    .Songlist li dl dt {
      color: transparent;
      user-select: none;
      font-size: 0; }
      @media screen and (min-width: 401px) {
        .Songlist li dl dt {
          margin-bottom: 14px;
          width: 100%;
          height: 48px; } }
      @media screen and (max-width: 400px) {
        .Songlist li dl dt {
          margin-bottom: 10px;
          width: 100%;
          height: 44px; } }
    @media screen and (min-width: 401px) {
      .Songlist li dl.Songlist_01 dt {
        background: url("../img/songlist_title_01.png") left top no-repeat; } }
    @media screen and (max-width: 400px) {
      .Songlist li dl.Songlist_01 dt {
        background: url("../img/songlist_title_01_sp.png") left top no-repeat;
        background-size: auto 40px; } }
    @media screen and (min-width: 401px) {
      .Songlist li dl.Songlist_02 dt {
        background: url("../img/songlist_title_02.png") left top no-repeat; } }
    @media screen and (max-width: 400px) {
      .Songlist li dl.Songlist_02 dt {
        background: url("../img/songlist_title_02_sp.png") left top no-repeat;
        background-size: auto 40px; } }
    @media screen and (min-width: 401px) {
      .Songlist li dl.Songlist_04 dt {
        background: url("../img/songlist_title_04.png") left top no-repeat; } }
    @media screen and (max-width: 400px) {
      .Songlist li dl.Songlist_04 dt {
        background: url("../img/songlist_title_04_sp.png") left top no-repeat;
        background-size: auto 41px; } }
    .Songlist li dd img {
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); }

/* 新規楽曲 */
.Newsongs {
  padding-top: 70px; }
  .Newsongs h2 {
    color: transparent;
    user-select: none;
    font-size: 0; }
    @media screen and (min-width: 401px) {
      .Newsongs h2 {
        width: 100%;
        height: 80px;
        background: url("../img/title_newsongs.png") center top no-repeat; } }
    @media screen and (max-width: 400px) {
      .Newsongs h2 {
        width: 100%;
        height: 54px;
        background: url("../img/title_newsongs_sp.png") center top no-repeat;
        background-size: auto 40px; } }
  .Newsongs h3 {
    color: transparent;
    user-select: none;
    font-size: 0; }
    @media screen and (min-width: 401px) {
      .Newsongs h3 {
        width: 100%;
        height: 40px;
        background: url("../img/title_songlist.png") left top no-repeat;
        background-size: auto auto; } }
    @media screen and (max-width: 400px) {
      .Newsongs h3 {
        width: 100%;
        height: 62px;
        background: url("../img/title_about_sp.png") 20px 20px no-repeat;
        background-size: auto 40px, 100% auto; } }

.NewSonglist {
  display: flex;
  flex-wrap: wrap; }
  .NewSonglist li {
    background-color: rgba(20, 85, 87, 0.6);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 401px) {
      .NewSonglist li {
        width: 98%;
        border: solid 1px #65ffff;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
        margin: 0 auto 3% auto; } }
    @media screen and (max-width: 400px) {
      .NewSonglist li {
        width: 360px;
        background-color: rgba(20, 85, 87, 0.6);
        border: solid 2px #65ffff;
        margin-bottom: 30px;
        padding: 10px; } }
    @media screen and (min-width: 401px) {
      .NewSonglist li dl {
        padding: 18px; } }
    .NewSonglist li dl dt {
      color: transparent;
      user-select: none;
      font-size: 0; }
      @media screen and (min-width: 401px) {
        .NewSonglist li dl dt {
          margin-bottom: 14px;
          width: 100%;
          height: 28px; } }
      @media screen and (max-width: 400px) {
        .NewSonglist li dl dt {
          margin-bottom: 10px;
          width: 100%;
          height: 44px; } }
    .NewSonglist li dl dd {
      color: #fff;
      text-align: center; }
      @media screen and (min-width: 401px) {
        .NewSonglist li dl dd {
          font-size: 92%; } }
      .NewSonglist li dl dd ul {
        display: flex; }
        @media screen and (max-width: 400px) {
          .NewSonglist li dl dd ul {
            flex-wrap: wrap; } }
      .NewSonglist li dl dd li {
        border: none !important;
        box-shadow: none !important; }
        @media screen and (min-width: 401px) {
          .NewSonglist li dl dd li {
            margin: 0 auto 2% auto;
            width: 49%;
            background-color: transparent; } }
        @media screen and (max-width: 400px) {
          .NewSonglist li dl dd li {
            margin-bottom: 20px;
            width: 100%;
            background-color: transparent;
            padding: 0; } }
        @media screen and (min-width: 401px) {
          .NewSonglist li dl dd li:nth-of-type(odd) {
            margin-right: 2%; } }
        .NewSonglist li dl dd li img {
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 401px) {
      .NewSonglist li dl.NewSonglist_01 dt {
        background-image: url("../img/newsongs_title_01.png"), url("../img/newsongs_artist_01.png");
        background-position: left center, right center;
        background-repeat: no-repeat, no-repeat; } }
    @media screen and (max-width: 400px) {
      .NewSonglist li dl.NewSonglist_01 dt {
        background: url("../img/newsongs_title_01_sp.png") left top no-repeat;
        background-size: auto 44px; } }
    @media screen and (min-width: 401px) {
      .NewSonglist li dl.NewSonglist_02 dt {
        background-image: url("../img/newsongs_title_02.png"), url("../img/newsongs_artist_02.png");
        background-position: left center, right center;
        background-repeat: no-repeat, no-repeat; } }
    @media screen and (max-width: 400px) {
      .NewSonglist li dl.NewSonglist_02 dt {
        background: url("../img/newsongs_title_02_sp.png") left top no-repeat;
        background-size: auto 44px; } }
    .NewSonglist li dl.NewSonglist_02 rt {
      font-size: 70%; }
    @media screen and (min-width: 401px) {
      .NewSonglist li dl.NewSonglist_03 dt {
        background-image: url("../img/newsongs_title_03.png"), url("../img/newsongs_artist_03.png");
        background-position: left center, right center;
        background-repeat: no-repeat, no-repeat; } }
    @media screen and (max-width: 400px) {
      .NewSonglist li dl.NewSonglist_03 dt {
        background: url("../img/newsongs_title_03_sp.png") left top no-repeat;
        background-size: auto 44px; } }
    .NewSonglist li dl.NewSonglist_03 rt {
      font-size: 70%; }
    @media screen and (min-width: 401px) {
      .NewSonglist li dl.NewSonglist_04 dt {
        background-image: url("../img/newsongs_title_04.png"), url("../img/newsongs_artist_04.png");
        background-position: left center, right center;
        background-repeat: no-repeat, no-repeat; } }
    @media screen and (max-width: 400px) {
      .NewSonglist li dl.NewSonglist_04 dt {
        background: url("../img/newsongs_title_04_sp.png") left top no-repeat;
        background-size: auto 44px; } }
    .NewSonglist li dl.NewSonglist_04 rt {
      font-size: 70%; }
    @media screen and (min-width: 401px) {
      .NewSonglist li dl.NewSonglist_05 dt {
        background-image: url("../img/newsongs_title_05.png"), url("../img/newsongs_artist_05.png");
        background-position: left center, right center;
        background-repeat: no-repeat, no-repeat; } }
    @media screen and (max-width: 400px) {
      .NewSonglist li dl.NewSonglist_05 dt {
        background: url("../img/newsongs_title_05_sp.png") left top no-repeat;
        background-size: auto 44px; } }
    .NewSonglist li dl.NewSonglist_05 rt {
      font-size: 70%; }
    @media screen and (min-width: 401px) {
      .NewSonglist li dl.NewSonglist_06 dt {
        background-image: url("../img/newsongs_title_06.png"), url("../img/newsongs_artist_06.png");
        background-position: left center, right center;
        background-repeat: no-repeat, no-repeat; } }
    @media screen and (max-width: 400px) {
      .NewSonglist li dl.NewSonglist_06 dt {
        background: url("../img/newsongs_title_06_sp.png") left top no-repeat;
        background-size: auto 44px; } }
    .NewSonglist li dl.NewSonglist_06 rt {
      font-size: 70%; }
    @media screen and (min-width: 401px) {
      .NewSonglist li dl.NewSonglist_07 dt {
        background-image: url("../img/newsongs_title_07.png"), url("../img/newsongs_artist_07.png");
        background-position: left center, right center;
        background-repeat: no-repeat, no-repeat; } }
    @media screen and (max-width: 400px) {
      .NewSonglist li dl.NewSonglist_07 dt {
        background: url("../img/newsongs_title_07_sp.png") left top no-repeat;
        background-size: auto 44px; } }
    .NewSonglist li dl.NewSonglist_07 rt {
      font-size: 70%; }
    @media screen and (min-width: 401px) {
      .NewSonglist li dl.NewSonglist_08 dt {
        background-image: url("../img/newsongs_title_08.png"), url("../img/newsongs_artist_08.png");
        background-position: left center, right center;
        background-repeat: no-repeat, no-repeat; } }
    @media screen and (max-width: 400px) {
      .NewSonglist li dl.NewSonglist_08 dt {
        background: url("../img/newsongs_title_08_sp.png") left top no-repeat;
        background-size: auto 44px; } }
    .NewSonglist li dl.NewSonglist_08 rt {
      font-size: 70%; }
    @media screen and (min-width: 401px) {
      .NewSonglist li dl.NewSonglist_09 dt {
        background-image: url("../img/newsongs_title_09.png"), url("../img/newsongs_artist_09.png");
        background-position: left center, right center;
        background-repeat: no-repeat, no-repeat; } }
    @media screen and (max-width: 400px) {
      .NewSonglist li dl.NewSonglist_09 dt {
        background: url("../img/newsongs_title_09_sp.png") left top no-repeat;
        background-size: auto 44px; } }
    .NewSonglist li dl.NewSonglist_09 rt {
      font-size: 70%; }
    @media screen and (min-width: 401px) {
      .NewSonglist li dl.NewSonglist_10 dt {
        background-image: url("../img/newsongs_title_10.png"), url("../img/newsongs_artist_10.png");
        background-position: left center, right center;
        background-repeat: no-repeat, no-repeat; } }
    @media screen and (max-width: 400px) {
      .NewSonglist li dl.NewSonglist_10 dt {
        background: url("../img/newsongs_title_10_sp.png") left top no-repeat;
        background-size: auto 44px; } }
    .NewSonglist li dl.NewSonglist_10 rt {
      font-size: 70%; }

.Newsongs_text {
  font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align: center;
  font-weight: 800;
  width: 100%;
  height: 40px;
  color: #009fa5; }
  @media screen and (min-width: 401px) {
    .Newsongs_text {
      margin: 0px 0 30px 0;
      font-size: 180%; } }
  @media screen and (max-width: 400px) {
    .Newsongs_text {
      width: 100%;
      height: 40px;
      margin: 0px 0 30px 0;
      font-size: 145%; } }

/* 動画　*/
.Dojo {
  animation: TopDojo 600ms both;
  animation-delay: 2400ms; }

@keyframes TopDojo {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
  .Dojo-movie-list {
    position: absolute;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 401px) {
      .Dojo-movie-list {
        top: 510px;
        left: 140px;
        width: 302px;
        height: 175px; } }
    @media screen and (max-width: 400px) {
      .Dojo-movie-list {
        top: 370px;
        left: 10px;
        width: 190px;
        height: 135px;
        z-index: 3; } }
    .Dojo-movie-list-content {
      background: linear-gradient(to right, #77e8da 0%, #f3ff62 33%, #f3ff62 66%, #ff79c8 100%);
      padding: 4px; }
    @media screen and (min-width: 401px) {
      .Dojo-movie-list-btn {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 175px;
        margin: 0 auto; } }
    @media screen and (max-width: 400px) {
      .Dojo-movie-list-btn {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 135px; } }
    .Dojo-movie-list-btn a {
      display: block;
      width: 100%;
      height: 175px; }
      @media screen and (max-width: 400px) {
        .Dojo-movie-list-btn a {
          height: 135px; } }
    @media screen and (min-width: 401px) {
      .Dojo-movie-list-btn img {
        margin-top: -23px; } }
    @media screen and (min-width: 401px) {
      .Dojo-movie-list-btn::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        width: 302px;
        height: 175px;
        background-image: url("../img/dojo_btn.png");
        background-size: 100% 200%;
        background-position: 0 0; } }
    @media screen and (max-width: 400px) {
      .Dojo-movie-list-btn::before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        width: 100%;
        height: 135px;
        background-image: url("../img/dojo_btn.png");
        background-size: 100% 200%;
        background-position: 0 0; } }
    @media screen and (min-width: 401px) {
      .Dojo-movie-list-btn:hover::before {
        width: 302px;
        height: 175px;
        display: block;
        position: absolute;
        background-image: url("../img/dojo_btn.png");
        background-position: 0 100%; } }

/* 購入ガイド */
@media screen and (min-width: 401px) {
  .Guide-Logo {
    width: 460px;
    height: 180px;
    margin: 20px auto 0px auto;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-size: 100% auto; }
    .Guide-Logo a {
      display: block;
      width: 460px;
      height: 180px; } }

@media screen and (max-width: 400px) {
  .Guide-Logo {
    width: 300px;
    height: 120px;
    margin: 20px auto 0px auto;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-size: 100% auto; }
    .Guide-Logo a {
      display: block;
      width: 300px;
      height: 120px; } }

@media screen and (min-width: 401px) {
  .Guide {
    padding: 80px 0; } }

@media screen and (max-width: 400px) {
  .Guide {
    padding: 20px 0 30px 0; } }

.Guide h2 {
  text-align: center;
  color: #fff;
  font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 800;
  box-shadow: 0 0 12px 2px rgba(255, 255, 255, 0.8);
  background: linear-gradient(-45deg, #ff58a5 25%, #fe65b7 25%, #fe65b7 50%, #ff58a5 50%, #ff58a5 75%, #fe65b7 75%, #fe65b7); }
  @media screen and (min-width: 401px) {
    .Guide h2 {
      margin: 20px auto 25px auto;
      padding: 25px;
      background-size: 16px 16px;
      font-size: 180%;
      width: 1000px; } }
  @media screen and (max-width: 400px) {
    .Guide h2 {
      margin: 0 0 15px 0;
      padding: 20px;
      background-size: 14px 14px;
      font-size: 160%; } }

.Guide h3 {
  font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #fff; }
  @media screen and (min-width: 401px) {
    .Guide h3 {
      padding: 12px;
      background: linear-gradient(-45deg, #01c7ce 25%, #0dd0d7 25%, #0dd0d7 50%, #01c7ce 50%, #01c7ce 75%, #0dd0d7 75%, #0dd0d7);
      background-size: 12px 12px;
      margin: 0 0 20px 0;
      font-size: 130%; } }
  @media screen and (max-width: 400px) {
    .Guide h3 {
      padding: 8px;
      background: linear-gradient(-45deg, #01c7ce 25%, #0dd0d7 25%, #0dd0d7 50%, #01c7ce 50%, #01c7ce 75%, #0dd0d7 75%, #0dd0d7);
      background-size: 12px 12px;
      margin: 0 0 20px 0;
      font-size: 120%; } }

.Guidelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .Guidelist > li {
    background-color: rgba(16, 15, 16, 0.5);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
    position: relative; }
    @media screen and (min-width: 401px) {
      .Guidelist > li {
        width: 48%;
        border: solid 1px #65ffff;
        margin-bottom: 2%;
        min-height: 515px; } }
    @media screen and (max-width: 400px) {
      .Guidelist > li {
        width: 360px;
        min-height: 430px;
        background-color: rgba(16, 15, 16, 0.5);
        border: solid 2px #65ffff;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
        margin-bottom: 20px; } }
    @media screen and (min-width: 401px) {
      .Guidelist > li.line2 {
        height: 540px; } }
    @media screen and (min-width: 401px) {
      .Guidelist > li.line3 {
        height: 565px; } }
    @media screen and (min-width: 401px) {
      .Guidelist > li.line4 {
        height: 590px; } }
    @media screen and (min-width: 401px) {
      .Guidelist > li:nth-of-type(odd) {
        margin-right: 2%; } }
    @media screen and (min-width: 401px) {
      .Guidelist > li dl {
        padding: 18px; } }
    @media screen and (max-width: 400px) {
      .Guidelist > li dl {
        padding: 10px; } }
    .Guidelist > li dl dt {
      font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
      color: #fff;
      font-weight: 800; }
      @media screen and (min-width: 401px) {
        .Guidelist > li dl dt {
          font-size: 150%;
          margin-bottom: 10px;
          width: 100%; } }
      @media screen and (max-width: 400px) {
        .Guidelist > li dl dt {
          font-size: 120%;
          margin-bottom: 10px;
          width: 100%; } }
    .Guidelist > li dl dd {
      color: #fff; }
      .Guidelist > li dl dd.Guide-item {
        font-size: 110%;
        text-align: left; }
      .Guidelist > li dl dd.Guide-image {
        text-align: center; }
        .Guidelist > li dl dd.Guide-image span {
          font-family: 'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
          color: rgba(255, 255, 255, 0.5);
          font-weight: 200; }
          @media screen and (min-width: 401px) {
            .Guidelist > li dl dd.Guide-image span {
              position: absolute;
              bottom: 230px;
              left: 0;
              right: 0;
              font-size: 250%; } }
          @media screen and (max-width: 400px) {
            .Guidelist > li dl dd.Guide-image span {
              display: block;
              min-height: 270px;
              font-size: 220%;
              padding-top: 35%; } }
        @media screen and (min-width: 401px) {
          .Guidelist > li dl dd.Guide-image img {
            position: absolute;
            width: 90%;
            bottom: 80px;
            left: 24px; } }
        @media screen and (max-width: 400px) {
          .Guidelist > li dl dd.Guide-image img {
            width: 95%;
            margin: 10px 0 0 0; } }
      .Guidelist > li dl dd.Guide-wear {
        text-align: center; }
        @media screen and (min-width: 401px) {
          .Guidelist > li dl dd.Guide-wear {
            position: absolute;
            bottom: 430px;
            left: 0;
            right: 0;
            width: 100%; } }
        @media screen and (max-width: 400px) {
          .Guidelist > li dl dd.Guide-wear {
            margin: 10px auto 0px auto;
            width: 100%; } }
      @media screen and (min-width: 401px) {
        .Guidelist > li dl dd.Guide-link {
          position: absolute;
          bottom: 10px;
          width: 92%; } }
      @media screen and (max-width: 400px) {
        .Guidelist > li dl dd.Guide-link {
          margin: 20px auto 0px auto;
          width: 100%; } }
      @media screen and (max-width: 400px) {
        .Guidelist > li dl dd.Guide-link ul.Reverse {
          flex-wrap: wrap-reverse; } }
      @media screen and (max-width: 400px) {
        .Guidelist > li dl dd.Guide-link ul.Reverse .Reverse-1 {
          order: 1; } }
      @media screen and (max-width: 400px) {
        .Guidelist > li dl dd.Guide-link ul.Reverse .Reverse-2 {
          order: 2; } }
      @media screen and (max-width: 400px) {
        .Guidelist > li dl dd.Guide-link ul.Reverse .Reverse-3 {
          order: 3; } }
      .Guidelist > li dl dd.Guide-link ul {
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 400px) {
          .Guidelist > li dl dd.Guide-link ul {
            flex-wrap: wrap; } }
        .Guidelist > li dl dd.Guide-link ul > li {
          position: relative; }
          @media screen and (min-width: 401px) {
            .Guidelist > li dl dd.Guide-link ul > li {
              margin: 0 1%;
              width: 24%; } }
          @media screen and (max-width: 400px) {
            .Guidelist > li dl dd.Guide-link ul > li {
              margin: 0 1% 2% 1%;
              width: 48%; } }
          @media screen and (min-width: 401px) {
            .Guidelist > li dl dd.Guide-link ul > li.Guide-link-2 {
              margin: 0 1%;
              width: 45%; } }
          @media screen and (max-width: 400px) {
            .Guidelist > li dl dd.Guide-link ul > li.Guide-link-2 {
              width: 80%; } }
          .Guidelist > li dl dd.Guide-link ul > li a {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            width: 100%;
            padding: 8px 6px 4px 0px;
            background-color: #00b5bb;
            border: solid 2px #0c8e93;
            color: #fff;
            text-decoration: none;
            font-size: 80%;
            line-height: 1.6em;
            border-radius: 6px; }
            @media screen and (min-width: 401px) {
              .Guidelist > li dl dd.Guide-link ul > li a {
                height: 54px; } }
            @media screen and (max-width: 400px) {
              .Guidelist > li dl dd.Guide-link ul > li a {
                height: 44px; } }
            .Guidelist > li dl dd.Guide-link ul > li a > strong {
              display: block;
              font-size: 130%; }
            .Guidelist > li dl dd.Guide-link ul > li a:after {
              content: "▲";
              display: block;
              width: 10px;
              height: 10px;
              position: absolute;
              right: 1%;
              top: 40%;
              transform: rotate(90deg);
              color: #fff;
              font-size: 80%; }
      .Guidelist > li dl dd img {
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); }

.Guidelist li.Wear {
  background-color: rgba(16, 15, 16, 0.5);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  position: relative; }
  @media screen and (min-width: 401px) {
    .Guidelist li.Wear {
      width: 80%;
      border: solid 1px #65ffff;
      margin-bottom: 2%;
      min-height: 515px; } }
  @media screen and (max-width: 400px) {
    .Guidelist li.Wear {
      width: 360px;
      min-height: 430px;
      background-color: rgba(16, 15, 16, 0.5);
      border: solid 2px #65ffff;
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
      margin-bottom: 20px; } }

.Guide-wear a {
  position: relative;
  display: inline-block;
  background-color: #f5549f;
  padding: 0px 24px 0px 20px;
  border-radius: 18px;
  color: #fff;
  font-size: 90%;
  text-decoration: none;
  border: solid 3px #cb3885; }
  .Guide-wear a:after {
    content: '▲';
    display: block;
    position: absolute;
    right: 3px;
    top: 0px;
    transform: rotate(90deg);
    font-size: 40%; }

.Notes li {
  text-indent: -1em;
  margin-left: 1em; }

/*　フッター　*/
.MikuLink {
  background-color: rgba(11, 41, 39, 0.4);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  text-align: center; }
  @media screen and (min-width: 401px) {
    .MikuLink {
      padding: 20px; } }
  @media screen and (max-width: 400px) {
    .MikuLink {
      padding: 20px 0px 4px 0px; } }
  @media screen and (min-width: 401px) {
    .MikuLink img {
      margin: 0 6px; } }
  @media screen and (max-width: 400px) {
    .MikuLink img {
      width: 46%;
      margin: 0 2% 4% 2%; } }

footer {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 40px 0;
  background: linear-gradient(-45deg, #444444 25%, #424242 0, #424242 50%, #444444 0, #444444 75%, #424242 0, #424242);
  background-size: 20px 20px;
  background-attachment: fixed;
  color: #fff; }
  footer .FooterContent {
    text-align: center;
    font-size: 80%;
    line-height: 180%; }
    @media screen and (max-width: 400px) {
      footer .FooterContent {
        text-align: left;
        padding: 0 10px; } }
  footer .FooterLogo {
    padding: 20px 0 0 0;
    text-align: center; }
    footer .FooterLogo img {
      margin: 0 10px; }
      footer .FooterLogo img.sega {
        width: 98px;
        height: auto; }
      footer .FooterLogo img.hatsunemiku {
        width: 110px;
        height: auto; }
    @media screen and (max-width: 400px) {
      footer .FooterLogo {
        padding: 20px 0 40px 0; } }

.SNS {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto; }

.icon {
  display: block;
  width: 48px;
  height: 48px;
  margin: 5px;
  font-size: 12px;
  background-image: url("../img/sns_icon.png");
  background-size: 200% 100%; }

.snsButton {
  display: inline-block;
  width: 100%;
  height: 100%; }

.icon a:hover {
  filter: brightness(120%); }

.SNS-fa {
  margin: 14px 18px 14px 0px;
  background-position: center left;
  color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0; }

.SNS-insta {
  margin: 14px 0;
  background-position: center right;
  color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0; }

.header {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 9999; }

.global-nav {
  position: fixed;
  right: -430px;
  /* これで隠れる */
  top: 0;
  width: 410px;
  /* スマホに収まるくらい */
  height: 110vh;
  padding-top: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all .6s;
  z-index: 200;
  overflow: hidden;
  /* メニューが多くなったらスクロールできるように */ }

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 60px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 9999; }

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.global-nav__item {
  text-align: center;
  padding: 0 14px; }

.global-nav__item img {
  width: 220px; }

.global-nav__item a {
  display: block;
  padding: 6px 0;
  text-decoration: none; }

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #111;
  transition: all .6s; }

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 110vh;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer; }

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0; }

.nav-open .black-bg {
  opacity: .8;
  visibility: visible; }

@media screen and (max-width: 400px) {
  #gnav_app {
    display: none; } }

/* 下層ページ */
@media screen and (min-width: 401px) {
  .Content-inner {
    width: 900px;
    margin: 0 auto; } }

@media screen and (max-width: 400px) {
  .Content-inner {
    width: 100%;
    padding: 0px 20px 0px 20px; } }

.T-shirt-Screen {
  width: 97%;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  margin: 0 auto 3% auto;
  padding: 20px 10px 0px 10px;
  color: #1e1e1e;
  border-top: solid 4px #76e6ea;
  border-bottom: solid 4px #76e6ea; }
  @media screen and (max-width: 400px) {
    .T-shirt-Screen {
      width: 360px;
      padding: 10px; } }

.T-shirt-Screen-text {
  width: 650px;
  margin: 20px auto;
  padding-bottom: 10px; }
  @media screen and (max-width: 400px) {
    .T-shirt-Screen-text {
      width: 100%;
      margin: 20px auto 0 auto; } }

#T-shirt {
  position: relative; }
  @media screen and (min-width: 401px) {
    #T-shirt {
      padding-top: 120px; } }
  @media screen and (max-width: 400px) {
    #T-shirt {
      padding-top: 60px; } }
  #T-shirt h2 {
    position: relative;
    display: block;
    padding: 15px 0;
    text-align: center; }
    @media screen and (min-width: 401px) {
      #T-shirt h2 {
        margin: 0 auto 30px 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) {
      #T-shirt h2 {
        margin: 0 0 20px 0;
        width: 100%;
        height: 70px;
        background-color: #f150af;
        border-top: solid 4px rgba(255, 255, 255, 0.8); } }
    #T-shirt h2 img {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media screen and (min-width: 401px) {
        #T-shirt h2 img {
          height: 40px;
          width: auto; } }
      @media screen and (max-width: 400px) {
        #T-shirt h2 img {
          height: 40px;
          width: auto; }
#T-shirt h2.etcH2 img {
        height:auto;
          max-height: 40px;
          width: 90%; } }
    #T-shirt 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; }
    #T-shirt 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; }
