@charset "UTF-8";
/* CSS Document */
/*settings*/
/*root*/
p::-moz-selection, br::-moz-selection, img::-moz-selection, a::-moz-selection {
  background-color: #F9AE5D; }

p::selection, br::selection, img::selection, a::selection {
  background-color: #F9AE5D; }

.text,
.btn,
.subbtn,
.minittl {
  font-size: 1rem;
  line-height: 1.5rem; }

.middleTtl {
  font-size: 1.125rem; }

.ttl {
  font-size: 1.3125rem; }

*:focus {
  outline: none; }

/*font*/
body {
  font-family: 'Kaisei Tokumin', serif;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  body section {
    scrollbar-width: thin; }

.en {
  font-family: 'Bayon', sans-serif; }

/*JS_code*/
/*modal-btn*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 888; }

.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8); }

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 3%;
  right: 3%;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer; }

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  height: 75%;
  width: 60%;
  background: white;
  padding: 40px;
  width: 75%;
  max-width: 900px;
  border-radius: 10px;
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll; }
  .modal-content p {
    font-size: 1.2em;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    min-height: 60px; }
  .modal-content img {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: auto; }
  .modal-content video {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: auto; }
  .modal-content .closeBtn {
    display: block;
    margin: 0 auto;
    background: #0F69EA;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    width: 60%;
    font-size: 1.2em;
    border-radius: 100px; }

/*scroll_bar*/
.modal-content::-webkit-scrollbar {
  width: 10px;
  margin-right: 4px;
  padding-right: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 60%; }

.modal-content::-webkit-scrollbar-track {
  background: transparent;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

.modal-content::-webkit-scrollbar-thumb {
  background: #333333;
  width: 10px;
  border-radius: 20px; }

.modal-content::-webkit-scrollbar {
  background: #ffffff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-right: 5px; }

.js-modal-open {
  cursor: pointer; }

.modal-content img {
  outline: 5px solid #333333;
  border-radius: 5px; }
.modal-content video {
  outline: 5px solid #333333;
  border-radius: 5px; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; }

.fuwafuwa {
  opacity: 0;
  transition-duration: 1.8s;
  transition-property: opacity; }

.scroll-on {
  opacity: 1; }

.to-top {
  animation-name: rotate-anime-totop;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes rotate-anime-totop {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
/*op_animation*/
.shutter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: 1000;
  -webkit-animation: byeShutter 2.4s forwards;
  animation: byeShutter 2.4s forwards; }

.logo {
  position: absolute;
  width: 500px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: logo 0.8s forwards;
  animation: logo 0.8s forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.luxy {
  height: 100%; }

@-webkit-keyframes byeShutter {
  70% {
    opacity: 1; }
  100% {
    display: none;
    opacity: 0;
    z-index: -1; } }
@keyframes byeShutter {
  70% {
    opacity: 1; }
  100% {
    display: none;
    opacity: 0;
    z-index: -1; } }
@-webkit-keyframes logo {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
@keyframes logo {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
body {
  width: 100%;
  height: auto;
  font-size: 0.7em;
  line-height: 1.5em;
  overflow-X: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /*arrow*/ }
  body section {
    scrollbar-width: thin; }
    body section h1 img {
      pointer-events: none; }
    body section h2 img {
      pointer-events: none; }
    body section h3 img {
      pointer-events: none; }
  body .arrow-icon {
    padding: 10px;
    top: 50px; }
  body .arrow-left {
    position: absolute;
    left: 5px;
    top: 35%;
    cursor: pointer;
    padding: 15px;
    border: 1px solid #E79E42;
    border-radius: 100px;
    background: #ffffff; }
  body .arrow-right {
    position: absolute;
    right: 5px;
    top: 35%;
    cursor: pointer;
    padding: 15px;
    border: 1px solid #E79E42;
    border-radius: 100px;
    background: #ffffff; }
  body .arrow-icon::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #E79E42;
    border-right: solid 2px #E79E42;
    position: absolute;
    position: absolute;
    position: absolute;
    top: 33%; }
  body .arrow-icon.arrow-top::before {
    transform: rotate(-45deg);
    top: 7px; }
  body .arrow-icon.arrow-bottom::before {
    transform: rotate(135deg);
    top: 4px; }
  body .arrow-icon.arrow-left::before {
    transform: rotate(-135deg);
    left: 38%; }
  body .arrow-icon.arrow-right::before {
    transform: rotate(45deg);
    left: 17%; }
  body footer {
    background: #333333;
    padding-top: 10px;
    border-top: 1px solid #ffffff; }
    body footer .innerWrap {
      display: block;
      margin: 0 auto;
      text-align: center; }
      body footer .innerWrap .logo_w {
        display: block;
        margin: 0 auto; }
        body footer .innerWrap .logo_w img {
          pointer-events: none; }
      body footer .innerWrap .snsLink {
        display: flex;
        width: 30%;
        min-width: 400px;
        margin: 0 auto 30px;
        justify-content: center; }
        body footer .innerWrap .snsLink a {
          display: block;
          padding: 15px; }
      body footer .innerWrap .foot_link {
        display: flex;
        text-align: center;
        margin: -30px auto 30px;
        flex-wrap: wrap;
        justify-content: center;
        width: 80%;
        font-size: 1.5em; }
        body footer .innerWrap .foot_link li {
          display: block;
          padding: 5px; }
          body footer .innerWrap .foot_link li a {
            position: relative;
            display: inline-block;
            text-decoration: none;
            padding: 5px;
            font-size: 1.5em; }
          body footer .innerWrap .foot_link li a::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #ffffff;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s; }
          body footer .innerWrap .foot_link li a:hover::after {
            transform: scale(1, 1); }
        body footer .innerWrap .foot_link li.now a {
          color: #E79E42; }
      body footer .innerWrap .en_logo {
        display: block;
        width: 100px;
        margin: 30px auto 40px;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none; }
        body footer .innerWrap .en_logo img {
          pointer-events: none; }
      body footer .innerWrap .footer_text {
        margin: 0 auto 40px;
        display: block;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        max-width: 600px; }
        body footer .innerWrap .footer_text img {
          width: 100%; }
    body footer h6.copy {
      display: block;
      width: 100%;
      background: #E79E42;
      border-top: 2px solid #ffffff;
      color: #ffffff;
      text-align: center;
      font-size: 1.5em;
      padding: 5px; }

/*common*/
html body {
  /*header*/
  /*to-top*/ }
  html body .ttlh1 {
    color: #000000;
    font-size: 6em;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
    margin-bottom: 60px; }
    html body .ttlh1 .umeImg {
      position: relative;
      display: inline-block;
      padding: 20px 100px; }
    html body .ttlh1 .umeImg::after {
      position: absolute;
      content: '';
      display: inline-block;
      width: 94px;
      height: 94px;
      background-image: url("../img/common/ume@2x.png");
      background-size: contain;
      vertical-align: middle;
      background-repeat: no-repeat;
      top: -20px;
      left: -20px; }
    html body .ttlh1 .umeImg::before {
      position: absolute;
      content: '';
      display: inline-block;
      width: 94px;
      height: 94px;
      background-image: url("../img/common/ume@2x.png");
      background-size: contain;
      vertical-align: middle;
      background-repeat: no-repeat;
      top: -20px;
      right: -20px; }
  html body .ttlh2 {
    display: block;
    margin: 0 auto 30px; }
    html body .ttlh2 img {
      display: block;
      pointer-events: none;
      margin: 0 auto; }
  html body .kumo01 {
    width: 240px; }
    html body .kumo01 .fillorange {
      fill: none;
      stroke: #E79E42;
      stroke-miterlimit: 10; }
  html body .kumo02 {
    width: 240px; }
    html body .kumo02 .fillorange {
      fill: none;
      stroke: #E79E42;
      stroke-miterlimit: 10; }
  html body .flexWrap {
    display: flex;
    flex-wrap: wrap; }
    html body .flexWrap .leftBox {
      width: 50%;
      display: block;
      position: relative; }
    html body .flexWrap .rightBox {
      width: 50%;
      display: block;
      position: relative; }
  html body .moreBtn {
    border-radius: 100px;
    border: 1px solid #0F69EA;
    padding: 3px;
    display: block;
    max-width: 250px;
    margin: 30px auto; }
    html body .moreBtn .innerLine {
      border-radius: 100px;
      border: 1px solid #0F69EA;
      text-align: center;
      color: #0F69EA;
      padding: 10px;
      position: relative;
      transition: 0.5s; }
      html body .moreBtn .innerLine .en {
        letter-spacing: 0.1em;
        font-size: 2em; }
      html body .moreBtn .innerLine .rightArrow_b {
        fill: #0F69EA;
        width: 12px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%); }
    html body .moreBtn .innerLine:hover {
      color: #ffffff;
      background: #0F69EA; }
      html body .moreBtn .innerLine:hover .rightArrow_b {
        fill: #ffffff; }
  html body .lightBlueBtn {
    color: #06A4D6;
    margin: 0 0 30px;
    border-color: #06A4D6; }
    html body .lightBlueBtn .innerLine {
      color: #06A4D6;
      border-color: #06A4D6; }
      html body .lightBlueBtn .innerLine .rightArrow_b {
        fill: #06A4D6; }
    html body .lightBlueBtn .innerLine:hover {
      color: #ffffff;
      background: #06A4D6; }
      html body .lightBlueBtn .innerLine:hover .rightArrow_b {
        fill: #ffffff; }
  html body .kakkoBefore {
    display: flex;
    justify-content: center;
    align-items: center; }
  html body .kakkoAfter {
    display: flex;
    justify-content: center;
    align-items: center; }
  html body .kakkoBefore::before,
  html body .kakkoBefore::after {
    content: "";
    width: 15px;
    height: 15px; }
  html body .kakkoAfter::before,
  html body .kakkoAfter::after {
    content: "";
    width: 15px;
    height: 15px; }
  html body .kakkoBefore::before {
    margin: 0 0 0 0;
    border-top: 15px solid #E79E42;
    border-left: 15px solid #E79E42; }
  html body .kakkoAfter::after {
    margin: 0 0 0 0;
    border-right: 15px solid #E79E42;
    border-bottom: 15px solid #E79E42; }
  html body .backFlower {
    background: url("../img/common/tile_circle.png");
    border-top: 3px solid #E79E42;
    border-bottom: 3px solid #E79E42;
    position: relative; }
  html body .backFlower::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, transparent 0%, transparent 0%, #fff 100%); }
  html body .backFlower::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, transparent 0%, transparent 0%, #fff 100%); }
  html body .fillBlack {
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10; }
  html body header {
    background: #000000;
    color: #ffffff;
    border-top: 1px solid #E79E42;
    border-bottom: 1px solid #E79E42;
    position: fixed;
    width: 100%;
    z-index: 333; }
    html body header .innerWrap {
      width: 80%;
      max-width: 1120px;
      margin: 0 auto;
      height: 60px;
      background-position: center center; }
      html body header .innerWrap .pagelink_pc {
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
        html body header .innerWrap .pagelink_pc li {
          padding-top: 2px;
          position: relative;
          margin: 15px 15px 0; }
          html body header .innerWrap .pagelink_pc li a {
            color: #ffffff;
            padding: 5px 3px;
            display: block;
            position: relative;
            display: inline-block;
            text-decoration: none;
            font-size: 1.5em; }
          html body header .innerWrap .pagelink_pc li a::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #E79E42;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s; }
          html body header .innerWrap .pagelink_pc li a:hover::after {
            transform: scale(1, 1); }
        html body header .innerWrap .pagelink_pc li:last-of-type a:hover::after {
          transform: scale(0, 1); }
        html body header .innerWrap .pagelink_pc li.now a {
          color: #E79E42; }
        html body header .innerWrap .pagelink_pc li.now::before {
          position: absolute;
          top: 5px;
          left: -19px;
          content: '';
          display: inline-block;
          width: 20px;
          height: 20px;
          background-size: cover;
          vertical-align: middle; }
        html body header .innerWrap .pagelink_pc li .buy_link {
          position: fixed;
          top: 0;
          right: 0;
          padding: 0; }
          html body header .innerWrap .pagelink_pc li .buy_link .official_link img {
            height: 60px; }
      html body header .innerWrap .pagelink_sp {
        display: none; }
  html body .to-top {
    position: fixed;
    right: 23px;
    bottom: 35px;
    z-index: 666;
    opacity: 0;
    transition: 1s;
    border-radius: 100px;
    pointer-events: all;
    width: 70px;
    height: 70px; }
    html body .to-top img {
      width: 100%;
      height: 100%; }
  html body .toTopBtn {
    position: fixed;
    color: #ffffff;
    right: 43px;
    bottom: 62px;
    font-size: 2em;
    transition: 0.5s;
    z-index: 667;
    opacity: 0; }
  html body .toTopBtn.fixed {
    opacity: 1; }
  html body .to-top.fixed {
    opacity: 1; }

body.is-modal {
  overflow: hidden; }

/*topPage*/
html body .toppage {
  /*topBlock*/
  /*newstwitterBlock*/
  /*aboutBlock*/
  /*storyBlock*/
  /*characterBlock*/
  /*musicBlock*/
  /*specialBlock*/
  /*productBlock*/
  /*specBlock*/ }
  html body .toppage .topBlock {
    background: #191919;
    background-image: url("../img/common/tile_en.png"); }
    html body .toppage .topBlock .innerWrap {
      width: 80%;
      max-width: 1000px;
      display: block;
      margin: 0 auto;
      padding: 0;
      position: relative;
      z-index: 33;
      display: flex; }
      html body .toppage .topBlock .innerWrap .mainImg {
        background: url("../img/top/mainImg@2x.png") no-repeat;
        background-position: top right;
        min-width: 610px;
        position: relative;
        width: 50%;
        background-size: cover; }
      html body .toppage .topBlock .innerWrap .mainImg_sp {
        display: none; }
      html body .toppage .topBlock .innerWrap .mainText {
        height: 768px;
        position: relative;
        width: 50%; }
        html body .toppage .topBlock .innerWrap .mainText .top_icon {
          position: absolute;
          top: 63px;
          left: 0; }
          html body .toppage .topBlock .innerWrap .mainText .top_icon img {
            display: block; }
        html body .toppage .topBlock .innerWrap .mainText .catch_sp {
          display: none; }
        html body .toppage .topBlock .innerWrap .mainText .mainttlh1 {
          color: #ffffff;
          text-align: center;
          text-shadow: 0 0 #000000;
          margin: 160px auto 0; }
          html body .toppage .topBlock .innerWrap .mainText .mainttlh1 img {
            display: block;
            margin: 0 auto; }
          html body .toppage .topBlock .innerWrap .mainText .mainttlh1 .releaseDade {
            font-size: 2em;
            text-align: center;
            margin-top: -70px;
            display: block;
            margin-bottom: 70px; }
        html body .toppage .topBlock .innerWrap .mainText .mainttlh2 {
          display: block;
          margin: 0 auto 30px; }
          html body .toppage .topBlock .innerWrap .mainText .mainttlh2 img {
            display: block;
            margin: 0 auto; }
        html body .toppage .topBlock .innerWrap .mainText .musicBlockLink {
          display: block;
          margin: 0 auto;
          position: relative; }
          html body .toppage .topBlock .innerWrap .mainText .musicBlockLink img {
            display: block;
            margin: 0 auto;
            pointer-events: none; }
          html body .toppage .topBlock .innerWrap .mainText .musicBlockLink .moreLink {
            background: #06A4D6;
            border-radius: 100px;
            width: 50px;
            height: 50px;
            color: #ffffff;
            position: absolute;
            right: 17px;
            bottom: -22px;
            padding: 11px; }
            html body .toppage .topBlock .innerWrap .mainText .musicBlockLink .moreLink .en {
              text-align: center;
              letter-spacing: 0.1em;
              display: block; }
            html body .toppage .topBlock .innerWrap .mainText .musicBlockLink .moreLink .bottomArrow_w {
              width: 18px;
              height: auto;
              display: block;
              margin: 0 auto; }
      html body .toppage .topBlock .innerWrap .bottomArrow_w_fill {
        fill: #fff; }
  html body .toppage .newstwitterBlock {
    padding: 60px 0;
    position: relative; }
    html body .toppage .newstwitterBlock .innerWrap {
      width: 80%;
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      position: relative;
      z-index: 33; }
      html body .toppage .newstwitterBlock .innerWrap .ttl .news_ttl img {
        pointer-events: none;
        user-select: none; }
      html body .toppage .newstwitterBlock .innerWrap .leftBox {
        width: 48%;
        max-width: 450px;
        display: block; }
      html body .toppage .newstwitterBlock .innerWrap .rightBox {
        width: 48%;
        max-width: 450px;
        display: block; }
      html body .toppage .newstwitterBlock .innerWrap .newslistdiv {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
        padding: 4px 0;
        position: relative;
        /*scroll_bar*/ }
        html body .toppage .newstwitterBlock .innerWrap .newslistdiv .kakkoBefore {
          position: absolute;
          z-index: 444;
          top: -6px;
          left: -6px; }
        html body .toppage .newstwitterBlock .innerWrap .newslistdiv .kakkoAfter {
          position: absolute;
          z-index: 444;
          right: -6px;
          bottom: -6px; }
        html body .toppage .newstwitterBlock .innerWrap .newslistdiv .innerLine {
          border-top: 1px solid #333333;
          border-bottom: 1px solid #333333;
          display: block;
          width: 100%;
          height: 172px;
          -ms-overflow-style: none;
          overflow-y: scroll;
          -webkit-padding-start: 0;
          -webkit-overflow-scrolling: touch;
          scrollbar-width: none;
          -ms-overflow-style: none; }
        html body .toppage .newstwitterBlock .innerWrap .newslistdiv .newslist {
          background: #ffffff;
          padding: 0px 20px 20px 20px; }
          html body .toppage .newstwitterBlock .innerWrap .newslistdiv .newslist li {
            border-top: 1px solid #333333;
            margin-bottom: 3px;
            display: flex;
            position: relative; }
          html body .toppage .newstwitterBlock .innerWrap .newslistdiv .newslist li:first-of-type {
            border-top: none; }
          html body .toppage .newstwitterBlock .innerWrap .newslistdiv .newslist li:last-of-type {
            border-bottom: none; }
          html body .toppage .newstwitterBlock .innerWrap .newslistdiv .newslist span.date {
            color: #333333;
            margin-right: 30px;
            display: block;
            padding: 7px 0;
            min-width: 100px;
            position: relative;
            padding-left: 20px; }
          html body .toppage .newstwitterBlock .innerWrap .newslistdiv .newslist span.text {
            color: #333333;
            display: block;
            padding: 7px 0;
            position: relative; }
            html body .toppage .newstwitterBlock .innerWrap .newslistdiv .newslist span.text a {
              color: #333333;
              border-bottom: 1px solid #E79E42;
              transition: 1s; }
            html body .toppage .newstwitterBlock .innerWrap .newslistdiv .newslist span.text a:hover {
              background: #E79E42;
              color: #ffffff; }
          html body .toppage .newstwitterBlock .innerWrap .newslistdiv .newslist li.new span.date::before {
            position: absolute;
            top: 9px;
            left: 0;
            content: '';
            display: inline-block;
            width: 17px;
            height: 18px;
            background-image: url("../img/common/flowerIcon@2x.png");
            background-size: cover;
            vertical-align: middle; }
        html body .toppage .newstwitterBlock .innerWrap .newslistdiv .innerLine {
          scrollbar-width: thin; }
        html body .toppage .newstwitterBlock .innerWrap .newslistdiv .innerLine::-webkit-scrollbar {
          width: 10px;
          margin-right: 4px;
          padding-right: 10px;
          margin-top: 4px;
          margin-bottom: 4px;
          height: 60%; }
        html body .toppage .newstwitterBlock .innerWrap .newslistdiv .innerLine::-webkit-scrollbar-track {
          background: transparent;
          border-top-right-radius: 20px;
          border-bottom-right-radius: 20px; }
        html body .toppage .newstwitterBlock .innerWrap .newslistdiv .innerLine::-webkit-scrollbar-thumb {
          background: #E79E42;
          width: 10px;
          border-radius: 20px; }
        html body .toppage .newstwitterBlock .innerWrap .newslistdiv .innerLine::-webkit-scrollbar {
          background: transparent;
          border-top-right-radius: 20px;
          border-bottom-right-radius: 20px;
          margin-right: 5px; }
      html body .toppage .newstwitterBlock .innerWrap .ttl img {
        pointer-events: none;
        user-select: none; }
      html body .toppage .newstwitterBlock .innerWrap .twitterline {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
        padding: 4px 0;
        display: block;
        width: 100%;
        background: #ffffff;
        position: relative;
        /*scroll_bar*/ }
        html body .toppage .newstwitterBlock .innerWrap .twitterline .kakkoBefore {
          position: absolute;
          z-index: 444;
          top: -6px;
          left: -6px; }
        html body .toppage .newstwitterBlock .innerWrap .twitterline .kakkoAfter {
          position: absolute;
          z-index: 444;
          right: -6px;
          bottom: -6px; }
        html body .toppage .newstwitterBlock .innerWrap .twitterline .twitter01 {
          width: 100%;
          border-top: 1px solid #333333;
          border-bottom: 1px solid #333333;
          height: 172px; }
          html body .toppage .newstwitterBlock .innerWrap .twitterline .twitter01 .iframediv {
            display: block;
            height: 180px;
            overflow-Y: scroll;
            overflow-X: hidden;
            scrollbar-width: none;
            -ms-overflow-style: none;
            overflow: scroll;
            -webkit-padding-start: 0;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none; }
            html body .toppage .newstwitterBlock .innerWrap .twitterline .twitter01 .iframediv iframe {
              scrollbar-width: none;
              -ms-overflow-style: none; }
            html body .toppage .newstwitterBlock .innerWrap .twitterline .twitter01 .iframediv iframe::-webkit-scrollbar {
              display: none; }
            html body .toppage .newstwitterBlock .innerWrap .twitterline .twitter01 .iframediv a {
              display: block;
              background: #E79E42;
              color: #ffffff;
              border-radius: 100px;
              padding: 20px;
              text-align: center;
              margin: 60px auto 0;
              font-size: 1.3em;
              font-weight: bold;
              width: 80%; }
        html body .toppage .newstwitterBlock .innerWrap .twitterline .iframediv {
          scrollbar-width: thin; }
        html body .toppage .newstwitterBlock .innerWrap .twitterline .iframediv::-webkit-scrollbar {
          width: 10px;
          margin-right: 4px;
          padding-right: 10px;
          margin-top: 4px;
          margin-bottom: 4px;
          height: 60%; }
        html body .toppage .newstwitterBlock .innerWrap .twitterline .iframediv::-webkit-scrollbar-track {
          background: transparent;
          border-top-right-radius: 20px;
          border-bottom-right-radius: 20px; }
        html body .toppage .newstwitterBlock .innerWrap .twitterline .iframediv::-webkit-scrollbar-thumb {
          background: #E79E42;
          width: 10px;
          border-radius: 20px; }
        html body .toppage .newstwitterBlock .innerWrap .twitterline .iframediv::-webkit-scrollbar {
          background: transparent;
          border-top-right-radius: 20px;
          border-bottom-right-radius: 20px;
          margin-right: 5px; }
  html body .toppage .newstwitterBlock.backFlower::before {
    opacity: 0.6; }
  html body .toppage .newstwitterBlock.backFlower::after {
    opacity: 0.6; }
  html body .toppage .aboutBlock {
    position: relative;
    padding-top: 240px;
    background: url("../img/top/about_main.png") no-repeat;
    background-position: top center;
    background-size: auto; }
    html body .toppage .aboutBlock .innerWrap {
      width: 80%;
      max-width: 1000px;
      margin: 0 auto;
      position: relative;
      z-index: 33; }
      html body .toppage .aboutBlock .innerWrap .kumo01 {
        position: absolute;
        left: -10%;
        top: 3%;
        width: 160px; }
      html body .toppage .aboutBlock .innerWrap .kumo02 {
        position: absolute;
        right: -15%;
        top: 10%;
        width: 180px; }
      html body .toppage .aboutBlock .innerWrap .about_ttl {
        display: block;
        margin: 0 auto 40px;
        position: relative; }
        html body .toppage .aboutBlock .innerWrap .about_ttl img {
          display: block;
          margin: 0 auto; }
      html body .toppage .aboutBlock .innerWrap .about_ttl + p {
        text-align: center;
        margin: 0 auto 90px;
        font-size: 1.5em;
        line-height: 1.8em; }
      html body .toppage .aboutBlock .innerWrap .systemWrap {
        position: relative; }
        html body .toppage .aboutBlock .innerWrap .systemWrap .effect01 {
          position: absolute;
          top: -30px;
          left: -90px;
          z-index: 1; }
          html body .toppage .aboutBlock .innerWrap .systemWrap .effect01 img {
            pointer-events: none; }
        html body .toppage .aboutBlock .innerWrap .systemWrap .effect02 {
          position: absolute;
          bottom: -80px;
          right: -110px;
          z-index: 1; }
          html body .toppage .aboutBlock .innerWrap .systemWrap .effect02 img {
            pointer-events: none; }
        html body .toppage .aboutBlock .innerWrap .systemWrap .ttlh2 {
          margin-bottom: 60px; }
        html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox {
          margin-bottom: 60px; }
          html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .number {
            position: absolute;
            z-index: 333; }
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .number img {
              pointer-events: none; }
          html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .number01 {
            top: -80px;
            left: -60px; }
          html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .number02 {
            top: -80px;
            left: -60px; }
          html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .rightBox {
            position: relative;
            padding: 30px; }
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .rightBox .kakkoBefore {
              position: absolute;
              z-index: 444;
              top: 0;
              left: 0; }
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .rightBox .kakkoAfter {
              position: absolute;
              z-index: 444;
              right: 0;
              bottom: 40px; }
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .rightBox .kakkoBefore::before {
              border-color: #333333; }
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .rightBox .kakkoAfter::after {
              border-color: #333333; }
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .rightBox .subttl02 {
              display: block;
              margin-bottom: 20px; }
          html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .system01,
          html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .system02 {
            display: block;
            width: 95%;
            height: auto;
            border: 1px solid #333333;
            padding: 3px; }
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .system01 img,
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .system02 img {
              display: block;
              width: 100%;
              height: auto;
              pointer-events: none; }
          html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .system01 {
            transform: rotate(356deg);
            display: block; }
          html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .system02 {
            transform: rotate(7deg);
            display: block; }
        html body .toppage .aboutBlock .innerWrap .systemWrap .moreBtn {
          margin: 90px auto 60px; }
  html body .toppage .storyBlock {
    background: url("../img/common/back_mori.jpg");
    border-top: 3px solid #E79E42; }
    html body .toppage .storyBlock .innerWrap {
      width: 80%;
      max-width: 1000px;
      margin: 0 auto;
      position: relative;
      z-index: 33;
      padding-top: 60px;
      padding-bottom: 60px; }
      html body .toppage .storyBlock .innerWrap .sannana {
        justify-content: space-between; }
        html body .toppage .storyBlock .innerWrap .sannana .leftBox {
          width: 30%; }
          html body .toppage .storyBlock .innerWrap .sannana .leftBox img {
            width: 100%;
            height: auto; }
        html body .toppage .storyBlock .innerWrap .sannana .rightBox {
          width: 65%;
          color: #ffffff;
          position: relative;
          padding: 30px 50px; }
          html body .toppage .storyBlock .innerWrap .sannana .rightBox .kakkoBefore {
            position: absolute;
            z-index: 444;
            top: 0;
            left: 0; }
          html body .toppage .storyBlock .innerWrap .sannana .rightBox .kakkoAfter {
            position: absolute;
            z-index: 444;
            right: 0;
            bottom: 40px; }
          html body .toppage .storyBlock .innerWrap .sannana .rightBox .kakkoBefore::before {
            border-color: #ffffff; }
          html body .toppage .storyBlock .innerWrap .sannana .rightBox .kakkoAfter::after {
            border-color: #ffffff; }
          html body .toppage .storyBlock .innerWrap .sannana .rightBox .subttl02 {
            display: block;
            margin: 0 0 30px; }
          html body .toppage .storyBlock .innerWrap .sannana .rightBox .text {
            line-height: 2em;
            margin-bottom: 30px; }
      html body .toppage .storyBlock .innerWrap .kumo01 {
        position: absolute;
        top: 4%;
        right: -3%; }
        html body .toppage .storyBlock .innerWrap .kumo01 .fillwhite {
          fill: none;
          stroke: #ffffff;
          stroke-miterlimit: 10; }
        html body .toppage .storyBlock .innerWrap .kumo01 .fillorange {
          fill: none;
          stroke: #E79E42;
          stroke-miterlimit: 10; }
      html body .toppage .storyBlock .innerWrap .kumo02 {
        position: absolute;
        bottom: 14%;
        left: -16%; }
        html body .toppage .storyBlock .innerWrap .kumo02 .fillwhite {
          fill: none;
          stroke: #ffffff;
          stroke-miterlimit: 10; }
        html body .toppage .storyBlock .innerWrap .kumo02 .fillorange {
          fill: none;
          stroke: #E79E42;
          stroke-miterlimit: 10; }
  html body .toppage .characterBlock {
    position: relative; }
    html body .toppage .characterBlock .innerWrap {
      width: 80%;
      max-width: 1000px;
      margin: 0 auto;
      position: relative;
      z-index: 33;
      padding-top: 90px;
      padding-bottom: 90px; }
      html body .toppage .characterBlock .innerWrap .ayakarienWrap {
        position: relative;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
        padding: 5px 0;
        margin-bottom: 60px;
        display: block; }
        html body .toppage .characterBlock .innerWrap .ayakarienWrap .innerLine {
          background: #ffffff;
          border-top: 1px solid #333333;
          border-bottom: 1px solid #333333;
          padding: 20px;
          position: relative; }
          html body .toppage .characterBlock .innerWrap .ayakarienWrap .innerLine .ayakari_en {
            position: absolute;
            z-index: 334;
            right: 10px;
            top: 10px;
            z-index: 2; }
          html body .toppage .characterBlock .innerWrap .ayakarienWrap .innerLine .charaImg00 {
            position: absolute;
            left: 0;
            bottom: 0; }
            html body .toppage .characterBlock .innerWrap .ayakarienWrap .innerLine .charaImg00 img {
              pointer-events: none;
              user-select: none; }
          html body .toppage .characterBlock .innerWrap .ayakarienWrap .innerLine .textBox {
            min-height: 260px;
            margin-left: 440px;
            padding-top: 50px;
            color: #333333; }
            html body .toppage .characterBlock .innerWrap .ayakarienWrap .innerLine .textBox .charaname01 {
              margin-bottom: 10px;
              display: block; }
        html body .toppage .characterBlock .innerWrap .ayakarienWrap .innerLine::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          border-top: 75px solid rgba(92, 92, 92, 0.5);
          border-bottom: 75px solid transparent;
          border-left: 75px solid transparent;
          border-right: 75px solid rgba(92, 92, 92, 0.5);
          z-index: 1; }
      html body .toppage .characterBlock .innerWrap .chara_list {
        position: relative;
        z-index: 1; }
        html body .toppage .characterBlock .innerWrap .chara_list .chara_main {
          margin-bottom: 30px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          html body .toppage .characterBlock .innerWrap .chara_list .chara_main li {
            width: 20%;
            margin-left: -5%;
            position: relative; }
            html body .toppage .characterBlock .innerWrap .chara_list .chara_main li .imgLink {
              display: block;
              position: absolute;
              transform: skewX(-7deg);
              width: 73%;
              top: 0;
              left: 10%;
              background: rgba(0, 0, 255, 0.01);
              height: calc(100% / 1.2); }
            html body .toppage .characterBlock .innerWrap .chara_list .chara_main li .nameLink {
              text-align: center;
              color: #000000;
              background: rgba(0, 0, 255, 0.01);
              display: block;
              font-size: 2.5em;
              line-height: 1em;
              margin-top: 15px;
              width: 80%;
              margin-left: -10px; }
              html body .toppage .characterBlock .innerWrap .chara_list .chara_main li .nameLink .nameLinkspan {
                display: block;
                text-align: center; }
              html body .toppage .characterBlock .innerWrap .chara_list .chara_main li .nameLink .readname {
                display: block;
                text-align: center;
                font-size: 0.5em; }
            html body .toppage .characterBlock .innerWrap .chara_list .chara_main li img {
              width: 100%;
              height: auto; }
          html body .toppage .characterBlock .innerWrap .chara_list .chara_main li:first-of-type {
            margin-left: 0; }
        html body .toppage .characterBlock .innerWrap .chara_list .chara_sub {
          display: flex;
          justify-content: center;
          margin-top: 30px; }
          html body .toppage .characterBlock .innerWrap .chara_list .chara_sub li {
            display: block;
            width: 20%; }
            html body .toppage .characterBlock .innerWrap .chara_list .chara_sub li img {
              width: 100%;
              height: auto; }
            html body .toppage .characterBlock .innerWrap .chara_list .chara_sub li .nameLink {
              text-align: center;
              color: #000000;
              background: rgba(0, 0, 255, 0.01);
              display: block;
              font-size: 2.5em;
              line-height: 1em;
              margin-top: 3px;
              margin-top: 10px; }
              html body .toppage .characterBlock .innerWrap .chara_list .chara_sub li .nameLink .nameLinkspan {
                display: block;
                text-align: center; }
              html body .toppage .characterBlock .innerWrap .chara_list .chara_sub li .nameLink .readname {
                display: block;
                text-align: center;
                font-size: 0.5em; }
  html body .toppage .musicBlock {
    background: url("../img/common/back_mori.png");
    background-size: cover;
    position: relative; }
    html body .toppage .musicBlock .innerWrap {
      width: 80%;
      display: block;
      margin: 0 auto;
      padding: 90px 0 90px;
      color: #ffffff; }
      html body .toppage .musicBlock .innerWrap .ttlh1 {
        color: #ffffff; }
      html body .toppage .musicBlock .innerWrap .slider {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%); }
        html body .toppage .musicBlock .innerWrap .slider .item:active {
          cursor: grabbing; }
        html body .toppage .musicBlock .innerWrap .slider .item {
          width: 100%;
          margin: 0 auto;
          cursor: grab;
          padding: 10px 20px; }
          html body .toppage .musicBlock .innerWrap .slider .item .movie__list__item {
            outline: 1px solid #ffffff;
            outline-offset: -6px;
            display: block; }
          html body .toppage .musicBlock .innerWrap .slider .item img {
            width: 100%;
            height: auto;
            border: 1px solid #ffffff; }
          html body .toppage .musicBlock .innerWrap .slider .item h2 {
            background: #ffffff;
            padding: 5px;
            margin-bottom: 30px;
            margin-top: 5px;
            width: 70%; }
            html body .toppage .musicBlock .innerWrap .slider .item h2 a {
              color: #333333;
              display: block;
              font-size: 1.5em; }
            html body .toppage .musicBlock .innerWrap .slider .item h2 a::before {
              content: "「"; }
            html body .toppage .musicBlock .innerWrap .slider .item h2 a::after {
              content: "」"; }
        html body .toppage .musicBlock .innerWrap .slider .player {
          position: relative;
          width: 100%;
          height: 0;
          padding-top: 56.25%; }
          html body .toppage .musicBlock .innerWrap .slider .player iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      html body .toppage .musicBlock .innerWrap .music_name {
        text-align: center;
        font-size: 3em;
        margin: 20px auto; }
      html body .toppage .musicBlock .innerWrap .name_higuchikaedesan {
        display: block;
        margin: 30px auto 60px;
        text-align: center; }
      html body .toppage .musicBlock .innerWrap .ume_big00 {
        position: absolute;
        top: -130px;
        left: -100px; }
      html body .toppage .musicBlock .innerWrap .ume_big01 {
        position: absolute;
        bottom: -130px;
        right: -100px; }
      html body .toppage .musicBlock .innerWrap .music_info {
        border: 1px solid #ffffff;
        position: relative;
        background: #ffffff;
        overflow: hidden;
        max-width: 1000px;
        margin: 0 auto; }
        html body .toppage .musicBlock .innerWrap .music_info .openingmusic {
          position: absolute;
          right: 10px;
          top: 10px;
          z-index: 2;
          max-width: 17%; }
          html body .toppage .musicBlock .innerWrap .music_info .openingmusic img {
            width: 100%;
            height: auto;
            pointer-events: none; }
        html body .toppage .musicBlock .innerWrap .music_info .textWrap {
          margin-left: 40%;
          padding-top: 2%;
          max-width: 1000px;
          padding-bottom: 2%; }
        html body .toppage .musicBlock .innerWrap .music_info .ttl {
          border-top: 1px solid #ffffff;
          border-bottom: 1px solid #ffffff;
          text-align: center;
          padding: 20px;
          width: 50%;
          margin: 60px auto 20px; }
        html body .toppage .musicBlock .innerWrap .music_info .text {
          text-align: left; }
          html body .toppage .musicBlock .innerWrap .music_info .text .big {
            font-size: 1.2em; }
        html body .toppage .musicBlock .innerWrap .music_info .chara_higuchisan {
          position: absolute;
          bottom: 0px;
          left: -3%;
          z-index: 33; }
          html body .toppage .musicBlock .innerWrap .music_info .chara_higuchisan img {
            pointer-events: none; }
        html body .toppage .musicBlock .innerWrap .music_info .ttl_higuchisan {
          display: block;
          margin-bottom: 20px; }
          html body .toppage .musicBlock .innerWrap .music_info .ttl_higuchisan img {
            pointer-events: none; }
        html body .toppage .musicBlock .innerWrap .music_info .text {
          color: #333333; }
        html body .toppage .musicBlock .innerWrap .music_info .officialLink {
          position: absolute;
          bottom: 20px;
          left: 23%;
          z-index: 33;
          display: block; }
          html body .toppage .musicBlock .innerWrap .music_info .officialLink img {
            pointer-events: none; }
      html body .toppage .musicBlock .innerWrap .music_info::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-top: 75px solid #E79E42;
        border-bottom: 75px solid transparent;
        border-left: 75px solid transparent;
        border-right: 75px solid #E79E42;
        z-index: 1; }
      html body .toppage .musicBlock .innerWrap .music_info::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 75px solid #E79E42;
        border-top: 75px solid transparent;
        border-right: 75px solid transparent;
        border-left: 75px solid #E79E42;
        z-index: 1; }
      html body .toppage .musicBlock .innerWrap .limited_cd {
        display: block;
        margin: 0 auto;
        width: 80%;
        max-width: 1120px;
        padding: 30px 0 40px; }
        html body .toppage .musicBlock .innerWrap .limited_cd img {
          width: 100%;
          height: auto;
          pointer-events: none;
          user-select: none; }
      html body .toppage .musicBlock .innerWrap .kumo01 {
        position: absolute;
        bottom: 42%;
        left: -3%; }
        html body .toppage .musicBlock .innerWrap .kumo01 .fillwhite {
          fill: none;
          stroke: #ffffff;
          stroke-miterlimit: 10; }
      html body .toppage .musicBlock .innerWrap .kumo02 {
        position: absolute;
        top: 3%;
        right: -4%; }
        html body .toppage .musicBlock .innerWrap .kumo02 .fillwhite {
          fill: none;
          stroke: #ffffff;
          stroke-miterlimit: 10; }
  html body .toppage .specialBlock {
    position: relative; }
    html body .toppage .specialBlock .innerWrap {
      width: 80%;
      max-width: 1000px;
      margin: 0 auto;
      position: relative;
      z-index: 33;
      padding-top: 60px;
      padding-bottom: 60px; }
      html body .toppage .specialBlock .innerWrap .specialList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        z-index: 2; }
        html body .toppage .specialBlock .innerWrap .specialList li {
          width: 32%;
          margin-bottom: 3%; }
          html body .toppage .specialBlock .innerWrap .specialList li a {
            width: 100%;
            height: 100%;
            cursor: pointer; }
            html body .toppage .specialBlock .innerWrap .specialList li a picture {
              display: block;
              position: relative; }
              html body .toppage .specialBlock .innerWrap .specialList li a picture .kakkoBefore {
                position: absolute;
                z-index: 444;
                top: -6px;
                left: -6px; }
              html body .toppage .specialBlock .innerWrap .specialList li a picture .kakkoAfter {
                position: absolute;
                z-index: 444;
                right: -6px;
                bottom: -6px; }
              html body .toppage .specialBlock .innerWrap .specialList li a picture .kakkoBefore::before {
                border-color: #333333; }
              html body .toppage .specialBlock .innerWrap .specialList li a picture .kakkoAfter::after {
                border-color: #333333; }
            html body .toppage .specialBlock .innerWrap .specialList li a img {
              width: 100%;
              height: auto; }
            html body .toppage .specialBlock .innerWrap .specialList li a h2.subttl {
              color: #333333;
              padding-top: 5px;
              position: relative;
              display: inline-block;
              line-height: 1.2rem; }
          html body .toppage .specialBlock .innerWrap .specialList li a h2::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #E79E42;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s; }
          html body .toppage .specialBlock .innerWrap .specialList li a:hover h2::after {
            transform: scale(1, 1); }
        html body .toppage .specialBlock .innerWrap .specialList li:first-child {
          transition-duration: 1s; }
        html body .toppage .specialBlock .innerWrap .specialList li:nth-child(2) {
          transition-duration: 2.5s; }
        html body .toppage .specialBlock .innerWrap .specialList li:nth-child(3) {
          transition-duration: 3s; }
        html body .toppage .specialBlock .innerWrap .specialList li:nth-child(4) {
          transition-duration: 5s; }
        html body .toppage .specialBlock .innerWrap .specialList li:nth-child(5) {
          transition-duration: 6.5s; }
        html body .toppage .specialBlock .innerWrap .specialList li:nth-child(6) {
          transition-duration: 8s; }
        html body .toppage .specialBlock .innerWrap .specialList li:nth-of-type(n+4) {
          display: none; }
  html body .toppage .productBlock {
    position: relative;
    background: #E79E42;
    overflow: hidden;
    z-index: 50;
    padding-top: 454px;
    background: url("../img/top/product_main.png") no-repeat;
    background-position: top center;
    background-size: auto; }
    html body .toppage .productBlock .innerWrap {
      width: 80%;
      max-width: 1000px;
      margin: 0 auto;
      position: relative;
      padding-bottom: 60px;
      z-index: 33; }
      html body .toppage .productBlock .innerWrap .effect01 {
        position: absolute;
        top: 240px;
        left: -8%;
        z-index: 1; }
      html body .toppage .productBlock .innerWrap .effect02 {
        position: absolute;
        bottom: -1%;
        right: -8%;
        z-index: 1; }
      html body .toppage .productBlock .innerWrap .tyleSelect {
        display: flex;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
        padding: 30px 0; }
        html body .toppage .productBlock .innerWrap .tyleSelect .btn {
          padding: 10px;
          margin-bottom: 20px;
          cursor: pointer;
          transition: 0.5s;
          font-size: 1.8em; }
        html body .toppage .productBlock .innerWrap .tyleSelect .btn.on {
          color: #E79E42;
          position: relative; }
        html body .toppage .productBlock .innerWrap .tyleSelect .btn:hover {
          color: #E79E42;
          cursor: pointer; }
          html body .toppage .productBlock .innerWrap .tyleSelect .btn:hover img {
            pointer-events: none; }
        html body .toppage .productBlock .innerWrap .tyleSelect .btn.on::after {
          content: url("../img/common/double_arrow.png");
          position: absolute;
          bottom: -25px;
          left: 50%;
          transform: translateX(-50%); }
        html body .toppage .productBlock .innerWrap .tyleSelect .subbtn {
          padding: 10px;
          margin-bottom: 20px;
          cursor: pointer;
          transition: 0.5s; }
        html body .toppage .productBlock .innerWrap .tyleSelect .subbtn.on {
          color: #E79E42;
          position: relative; }
        html body .toppage .productBlock .innerWrap .tyleSelect .subbtn:hover {
          color: #E79E42;
          cursor: pointer; }
          html body .toppage .productBlock .innerWrap .tyleSelect .subbtn:hover img {
            pointer-events: none; }
        html body .toppage .productBlock .innerWrap .tyleSelect .subbtn.on::after {
          content: url("../img/common/double_arrow.png");
          position: absolute;
          bottom: -25px;
          left: 50%;
          transform: translateX(-50%); }
      html body .toppage .productBlock .innerWrap .productWrapList {
        opacity: 0;
        height: 0;
        display: none; }
        html body .toppage .productBlock .innerWrap .productWrapList .selectinnerWrap {
          padding: 20px;
          margin: 10px;
          outline: 1px solid #E79E42;
          outline-offset: 10px;
          background: #ffffff;
          z-index: 2;
          position: relative;
          transition: 0.5s; }
          html body .toppage .productBlock .innerWrap .productWrapList .selectinnerWrap .voiceList {
            margin-bottom: 40px; }
            html body .toppage .productBlock .innerWrap .productWrapList .selectinnerWrap .voiceList .voiceBtn {
              width: 100%;
              display: flex;
              cursor: pointer;
              transition: 1s; }
              html body .toppage .productBlock .innerWrap .productWrapList .selectinnerWrap .voiceList .voiceBtn .voice {
                opacity: 100;
                pointer-events: all;
                width: 80px;
                height: auto;
                display: block; }
              html body .toppage .productBlock .innerWrap .productWrapList .selectinnerWrap .voiceList .voiceBtn .stop {
                opacity: 0;
                pointer-events: none;
                width: 80px;
                height: 0;
                display: none; }
              html body .toppage .productBlock .innerWrap .productWrapList .selectinnerWrap .voiceList .voiceBtn span {
                display: block;
                padding-top: 13px; }
            html body .toppage .productBlock .innerWrap .productWrapList .selectinnerWrap .voiceList .voiceBtn + .voiceBtn {
              padding-top: 3px; }
            html body .toppage .productBlock .innerWrap .productWrapList .selectinnerWrap .voiceList .voiceBtn:hover {
              opacity: 0.7; }
            html body .toppage .productBlock .innerWrap .productWrapList .selectinnerWrap .voiceList .voiceBtn.on .voice {
              opacity: 0;
              pointer-events: none;
              width: 80px;
              height: 0;
              display: none; }
            html body .toppage .productBlock .innerWrap .productWrapList .selectinnerWrap .voiceList .voiceBtn.on .stop {
              opacity: 100;
              pointer-events: all;
              width: 80px;
              height: auto;
              display: block; }
      html body .toppage .productBlock .innerWrap .productWrapList.on {
        opacity: 1;
        height: auto;
        display: block; }
      html body .toppage .productBlock .innerWrap .productBtn {
        display: flex;
        justify-content: space-between; }
        html body .toppage .productBlock .innerWrap .productBtn .btn {
          padding: 10px;
          color: #E79E42;
          background: #333333;
          text-align: center;
          width: 33%;
          height: 50px;
          cursor: pointer;
          transition: 0.5s; }
          html body .toppage .productBlock .innerWrap .productBtn .btn .offImg {
            display: block; }
          html body .toppage .productBlock .innerWrap .productBtn .btn .onImg {
            display: none; }
          html body .toppage .productBlock .innerWrap .productBtn .btn span.mini {
            display: block; }
        html body .toppage .productBlock .innerWrap .productBtn .btn:hover {
          background: #E79E42;
          color: #ffffff;
          cursor: pointer; }
        html body .toppage .productBlock .innerWrap .productBtn .btn-00 {
          width: 30%; }
        html body .toppage .productBlock .innerWrap .productBtn .btn-01 {
          margin: 0 0.5%; }
        html body .toppage .productBlock .innerWrap .productBtn .btn.on {
          color: #000000;
          background: #ffffff;
          border: 1px solid #E79E42;
          outline: 1px solid #E79E42;
          outline-offset: -5px;
          cursor: default; }
          html body .toppage .productBlock .innerWrap .productBtn .btn.on .offImg {
            display: none; }
          html body .toppage .productBlock .innerWrap .productBtn .btn.on .onImg {
            display: block; }
      html body .toppage .productBlock .innerWrap .productList {
        background: #ffffff;
        opacity: 0;
        height: 0;
        padding: 0;
        pointer-events: none; }
        html body .toppage .productBlock .innerWrap .productList .subttl img {
          max-width: 100%; }
        html body .toppage .productBlock .innerWrap .productList .productLink {
          display: block;
          margin: 0 auto;
          width: 250px;
          text-align: center; }
        html body .toppage .productBlock .innerWrap .productList .addTxt {
          color: #E79E42;
          font-size: 1.5em;
          line-height: 1.5em;
          padding: 5px 0;
          margin-left: -10px; }
        html body .toppage .productBlock .innerWrap .productList .flexBox {
          color: #000000;
          display: flex;
          justify-content: space-between;
          margin-top: 30px;
          margin-bottom: 30px; }
          html body .toppage .productBlock .innerWrap .productList .flexBox .leftBox {
            width: 48%; }
            html body .toppage .productBlock .innerWrap .productList .flexBox .leftBox img {
              width: 100%;
              height: auto;
              pointer-events: none;
              box-shadow: 0 0 10px #333333; }
          html body .toppage .productBlock .innerWrap .productList .flexBox .rightBox {
            width: 48%; }
            html body .toppage .productBlock .innerWrap .productList .flexBox .rightBox .minittl {
              text-align: center;
              margin: 20px auto 20px;
              padding: 10px;
              color: #E79E42;
              font-size: 3em;
              border-bottom: 1px solid #E79E42;
              width: auto;
              line-height: 1.3em; }
              html body .toppage .productBlock .innerWrap .productList .flexBox .rightBox .minittl img {
                display: block;
                margin: 0 auto; }
            html body .toppage .productBlock .innerWrap .productList .flexBox .rightBox .betattl {
              background: #E79E42;
              color: #ffffff;
              padding: 10px;
              margin: 0 auto 20px;
              width: 80%;
              text-align: center;
              font-size: 2em;
              max-width: 300px; }
            html body .toppage .productBlock .innerWrap .productList .flexBox .rightBox .price {
              font-size: 2em;
              text-align: center;
              margin-bottom: 30px; }
            html body .toppage .productBlock .innerWrap .productList .flexBox .rightBox .addText {
              text-align: center;
              color: #333333; }
            html body .toppage .productBlock .innerWrap .productList .flexBox .rightBox .addList {
              margin-bottom: 30px; }
              html body .toppage .productBlock .innerWrap .productList .flexBox .rightBox .addList li {
                position: relative;
                width: 100%;
                padding: 5px;
                margin-left: 3%;
                margin-bottom: 2%; }
                html body .toppage .productBlock .innerWrap .productList .flexBox .rightBox .addList li span.point {
                  color: #0F69EA;
                  margin-left: 5px; }
              html body .toppage .productBlock .innerWrap .productList .flexBox .rightBox .addList li::before {
                left: -15px;
                position: absolute;
                top: 10px;
                left: -14px;
                content: '';
                display: inline-block;
                width: 15px;
                height: 14px;
                background-size: cover;
                vertical-align: middle; }
        html body .toppage .productBlock .innerWrap .productList .flexBox .sampleImg {
          max-width: 200px;
          margin: 0 auto;
          display: block; }
          html body .toppage .productBlock .innerWrap .productList .flexBox .sampleImg img {
            width: 100%;
            height: auto; }
        html body .toppage .productBlock .innerWrap .productList .flexBox + .flexBox {
          border-top: 1px solid #E79E42;
          padding-top: 30px; }
          html body .toppage .productBlock .innerWrap .productList .flexBox + .flexBox .leftBox img {
            box-shadow: none;
            pointer-events: none; }
      html body .toppage .productBlock .innerWrap .productList.on {
        opacity: 1;
        height: auto;
        pointer-events: all; }
  html body .toppage .specBlock {
    background: #EFEFEF;
    background-image: url("../img/common/tile_en.png");
    position: relative; }
    html body .toppage .specBlock .innerWrap {
      width: 80%;
      max-width: 1000px;
      margin: 0 auto;
      position: relative;
      z-index: 33;
      padding: 60px 0; }
      html body .toppage .specBlock .innerWrap .sannana {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between; }
        html body .toppage .specBlock .innerWrap .sannana .leftBox {
          width: 30%; }
          html body .toppage .specBlock .innerWrap .sannana .leftBox img {
            width: 100%;
            height: auto; }
        html body .toppage .specBlock .innerWrap .sannana .rightBox {
          width: 65%;
          color: #333333;
          padding: 20px;
          position: relative; }
          html body .toppage .specBlock .innerWrap .sannana .rightBox .kakkoBefore {
            position: absolute;
            z-index: 444;
            top: -6px;
            left: -6px; }
          html body .toppage .specBlock .innerWrap .sannana .rightBox .kakkoAfter {
            position: absolute;
            z-index: 444;
            right: -6px;
            bottom: -6px; }
          html body .toppage .specBlock .innerWrap .sannana .rightBox .kakkoBefore::before {
            border-color: #333333; }
          html body .toppage .specBlock .innerWrap .sannana .rightBox .kakkoAfter::after {
            border-color: #333333; }
          html body .toppage .specBlock .innerWrap .sannana .rightBox li {
            line-height: 2.6em;
            font-size: 1.3em; }
            html body .toppage .specBlock .innerWrap .sannana .rightBox li .minittl {
              width: 120px;
              display: inline-block;
              vertical-align: top; }
            html body .toppage .specBlock .innerWrap .sannana .rightBox li .text {
              display: inline-block;
              vertical-align: top; }
    html body .toppage .specBlock .specBlock::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 200px;
      background: linear-gradient(to top, transparent 0%, transparent 0%, #fff 100%); }
    html body .toppage .specBlock .kumo01 {
      position: absolute;
      left: -10%;
      top: 1%;
      width: 160px; }
    html body .toppage .specBlock .kumo02 {
      position: absolute;
      right: -7%;
      top: 28%;
      width: 180px; }

@media screen and (max-width: 1120px) {
  html body .product_link {
    bottom: 10%;
    top: auto;
    transform: none; }
    html body .product_link a {
      width: 50px; }
    html body .product_link .product_link_img {
      width: 100%; }
  html body header {
    width: 100%; }
    html body header .innerWrap .pagelink_pc {
      display: none; }
    html body header .innerWrap .pagelink_sp {
      display: block; }
      html body header .innerWrap .pagelink_sp .sp_logo {
        width: 130px;
        height: auto;
        position: absolute;
        left: 10px;
        z-index: 3; }
        html body header .innerWrap .pagelink_sp .sp_logo a {
          display: block;
          padding: 2px 5px 5px; }
          html body header .innerWrap .pagelink_sp .sp_logo a img {
            width: 100%;
            height: auto; }
      html body header .innerWrap .pagelink_sp .top_icon {
        position: absolute;
        top: 4px;
        right: 334px;
        display: block; }
      html body header .innerWrap .pagelink_sp li .buy_link {
        position: fixed;
        top: 0;
        right: 60px;
        padding: 0; }
        html body header .innerWrap .pagelink_sp li .buy_link .official_link img {
          height: 60px; }
      html body header .innerWrap .pagelink_sp .menu {
        list-style: none;
        position: absolute;
        width: 100%;
        height: auto;
        top: 60px;
        left: 0;
        padding: 0 0 10px 0;
        clear: both;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
        transform: scale(1, 0);
        transform-origin: top;
        background: #E79E42; }
      html body header .innerWrap .pagelink_sp .menu-btn:checked ~ .menu {
        transform: scale(1, 1);
        transform-origin: top;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s; }
      html body header .innerWrap .pagelink_sp .menu a {
        text-decoration: none;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 3em;
        text-transform: capitalize;
        color: #ffffff;
        opacity: 0;
        transition: 0.5s; }
      html body header .innerWrap .pagelink_sp .menu li {
        border-top: 1px solid white;
        padding: 15px 0;
        margin: 0 54px;
        opacity: 0;
        transition: 0.5s; }
      html body header .innerWrap .pagelink_sp .menu li:first-child {
        border-top: none; }
      html body header .innerWrap .pagelink_sp .menu-btn:checked ~ .menu a,
      html body header .innerWrap .pagelink_sp .menu-btn:checked ~ .menu li {
        opacity: 1;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s; }
      html body header .innerWrap .pagelink_sp .menu-btn {
        display: none; }
      html body header .innerWrap .pagelink_sp .menu-icon {
        display: inline-block;
        position: relative;
        cursor: pointer;
        padding: 28px 16px;
        -webkit-tap-highlight-color: #ffffff;
        position: absolute;
        top: 0;
        right: 0; }
      html body header .innerWrap .pagelink_sp .navicon {
        background: #ffffff;
        display: block;
        height: 3px;
        width: 26px;
        position: relative;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s; }
      html body header .innerWrap .pagelink_sp .navicon:before,
      html body header .innerWrap .pagelink_sp .navicon:after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        background: #ffffff;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s; }
      html body header .innerWrap .pagelink_sp .navicon:before {
        top: 9px; }
      html body header .innerWrap .pagelink_sp .navicon:after {
        bottom: 9px; }
      html body header .innerWrap .pagelink_sp .menu-btn:checked ~ .menu-icon .navicon:before {
        transform: rotate(-45deg); }
      html body header .innerWrap .pagelink_sp .menu-btn:checked ~ .menu-icon .navicon:after {
        transform: rotate(45deg); }
      html body header .innerWrap .pagelink_sp .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
        top: 0; }
      html body header .innerWrap .pagelink_sp .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        bottom: 0; }
      html body header .innerWrap .pagelink_sp .menu-btn:checked ~ .menu-icon .navicon {
        background: rgba(255, 255, 255, 0);
        transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s; }
      html body header .innerWrap .pagelink_sp .navtext-container {
        width: 100%;
        height: 52px;
        position: absolute;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center; }
      html body header .innerWrap .pagelink_sp .navtext {
        position: absolute;
        text-transform: uppercase;
        color: #ddd;
        letter-spacing: 4px;
        font-size: 20px; }
  html body .toppage .topBlock .innerWrap {
    width: 100%;
    max-width: none; }
    html body .toppage .topBlock .innerWrap .mainText .top_icon {
      display: none; }
  html body .toppage .musicBlock .innerWrap {
    width: 100%; }
    html body .toppage .musicBlock .innerWrap .music_info {
      width: 100%; } }
@media screen and (max-width: 960px) {
  html {
    width: 960px;
    overflow-x: hidden; }
    html body .pc {
      display: none; }
    html body .sp {
      display: block; }
    html body .about_ttl {
      transform: scale(1.2); }
    html body .ttlh2 {
      transform: scale(1.4); }
    html body .moreBtn {
      max-width: 350px; }
      html body .moreBtn .innerLine {
        padding: 20px; }
        html body .moreBtn .innerLine .en {
          font-size: 3em;
          display: block; }
    html body .text,
    html body .btn,
    html body .subbtn,
    html body .minittl {
      font-size: 1.25rem;
      line-height: 2rem; }
    html body header {
      height: 90px; }
      html body header .innerWrap {
        height: 90px; }
        html body header .innerWrap .pagelink_sp {
          display: block; }
          html body header .innerWrap .pagelink_sp .sp_logo {
            width: 210px;
            height: auto;
            position: absolute;
            left: 10px;
            top: -10px;
            z-index: 3; }
          html body header .innerWrap .pagelink_sp li .buy_link {
            top: 15px;
            right: 125px;
            padding: 0;
            transform: scale(1.3); }
            html body header .innerWrap .pagelink_sp li .buy_link .official_link img {
              height: 60px; }
          html body header .innerWrap .pagelink_sp .menu {
            list-style: none;
            position: absolute;
            width: 100%;
            height: auto;
            top: 89px;
            left: 0;
            padding: 0 0 10px 0;
            clear: both;
            transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
            transform: scale(1, 0);
            transform-origin: top;
            background: #333333; }
          html body header .innerWrap .pagelink_sp .menu-btn:checked ~ .menu {
            transform: scale(1, 1);
            transform-origin: top;
            transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s; }
          html body header .innerWrap .pagelink_sp .menu a {
            text-decoration: none;
            font-weight: 500;
            letter-spacing: 2px;
            font-size: 3em;
            text-transform: capitalize;
            color: #ffffff;
            opacity: 0;
            transition: 0.5s;
            padding: 15px;
            display: block; }
          html body header .innerWrap .pagelink_sp .menu li {
            border-top: 1px solid white;
            padding: 15px 0;
            margin: 0 54px;
            opacity: 0;
            transition: 0.5s; }
          html body header .innerWrap .pagelink_sp .menu li.now a {
            color: #E79E42; }
          html body header .innerWrap .pagelink_sp .menu-icon {
            padding: 41px 30px; }
          html body header .innerWrap .pagelink_sp .navicon {
            width: 36px; }
          html body header .innerWrap .pagelink_sp .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
            top: 0; }
          html body header .innerWrap .pagelink_sp .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
            bottom: 0; }
          html body header .innerWrap .pagelink_sp .navtext-container {
            height: 90px; }
        html body header .innerWrap .pagelink_sp .top_icon {
          right: 444px;
          top: 16px; }
    html body .toppage {
      /*topBlock*/
      /*newstwitterBlock*/
      /*aboutBlock*/
      /*storyBlock*/
      /*characterBlock*/
      /*musicBlock*/
      /*specialBlock*/
      /*productBlock*/
      /*specBlock*/ }
      html body .toppage .padiingShift {
        height: 90px; }
      html body .toppage .topBlock .innerWrap {
        width: 100%;
        height: 1520px;
        background: url("../img/top/mainImg@2x.jpg") no-repeat;
        background-size: contain; }
        html body .toppage .topBlock .innerWrap .mainImg {
          display: none; }
        html body .toppage .topBlock .innerWrap .mainText {
          position: relative;
          width: 100%; }
          html body .toppage .topBlock .innerWrap .mainText .catch_sp {
            position: absolute;
            top: 180px;
            right: 60px;
            display: block; }
          html body .toppage .topBlock .innerWrap .mainText .mainttlh1 {
            display: block;
            margin: 830px auto 0; }
            html body .toppage .topBlock .innerWrap .mainText .mainttlh1 img {
              margin: 0 auto 60px;
              transform: scale(1.2); }
            html body .toppage .topBlock .innerWrap .mainText .mainttlh1 .releaseDade {
              color: #ffffff;
              font-size: 4em;
              padding: 30px;
              display: block;
              background: #0F69EA; }
          html body .toppage .topBlock .innerWrap .mainText .mainttlh2 {
            display: none; }
          html body .toppage .topBlock .innerWrap .mainText .musicBlockLink {
            position: absolute;
            left: 25%;
            bottom: -82%;
            transform: scale(1.7); }
        html body .toppage .topBlock .innerWrap .top_icon {
          display: none; }
      html body .toppage .newstwitterBlock .innerWrap {
        display: block; }
        html body .toppage .newstwitterBlock .innerWrap .leftBox,
        html body .toppage .newstwitterBlock .innerWrap .rightBox {
          width: 100%;
          max-width: none; }
        html body .toppage .newstwitterBlock .innerWrap .rightBox {
          margin-top: 60px; }
      html body .toppage .aboutBlock {
        padding-top: 170px;
        background-size: contain; }
        html body .toppage .aboutBlock .innerWrap {
          width: 90%; }
          html body .toppage .aboutBlock .innerWrap .kumo01 {
            top: 0%; }
          html body .toppage .aboutBlock .innerWrap .kumo02 {
            right: -8%;
            top: 17%; }
          html body .toppage .aboutBlock .innerWrap .about_ttl + p {
            font-size: 2em;
            width: 80%;
            text-align: left; }
          html body .toppage .aboutBlock .innerWrap .systemWrap .effect01 {
            top: -50px;
            left: -170px; }
          html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox {
            display: block; }
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .system01 {
              transform: rotate(0);
              width: 100%;
              margin-bottom: 20px; }
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .number01 {
              left: -20px; }
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .number02 {
              left: -20px; }
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .system02 {
              transform: rotate(0);
              width: 100%;
              margin-bottom: 20px; }
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .leftBox {
              width: 100%; }
            html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .rightBox {
              width: 100%; }
              html body .toppage .aboutBlock .innerWrap .systemWrap .systemBox .rightBox .text {
                font-size: 2em; }
      html body .toppage .storyBlock .innerWrap {
        width: 90%; }
        html body .toppage .storyBlock .innerWrap .kumo01 {
          top: 8%;
          right: -14%; }
        html body .toppage .storyBlock .innerWrap .kumo02 {
          bottom: 7%;
          left: -16%; }
        html body .toppage .storyBlock .innerWrap .flexWrap.sannana {
          display: block; }
          html body .toppage .storyBlock .innerWrap .flexWrap.sannana .leftBox {
            display: none; }
          html body .toppage .storyBlock .innerWrap .flexWrap.sannana .rightBox {
            width: 100%; }
            html body .toppage .storyBlock .innerWrap .flexWrap.sannana .rightBox .text {
              font-size: 2.2em;
              line-height: 2.2em;
              text-align: justify; }
            html body .toppage .storyBlock .innerWrap .flexWrap.sannana .rightBox .subttl02 {
              transform: scale(1.4);
              margin-left: 125px;
              margin-bottom: 50px;
              display: block; }
            html body .toppage .storyBlock .innerWrap .flexWrap.sannana .rightBox .lightBlueBtn {
              margin: 60px auto 0; }
      html body .toppage .characterBlock .innerWrap {
        width: 90%; }
        html body .toppage .characterBlock .innerWrap .ayakarienWrap .innerLine .charaImg00 {
          left: -50px; }
        html body .toppage .characterBlock .innerWrap .ayakarienWrap .innerLine .textBox {
          min-height: 260px;
          margin-left: 260px;
          padding-top: 50px; }
          html body .toppage .characterBlock .innerWrap .ayakarienWrap .innerLine .textBox .text {
            background: #ffffff;
            z-index: 3;
            position: relative;
            padding: 10px;
            margin-left: -10px;
            font-size: 2em;
            line-height: 2em; }
        html body .toppage .characterBlock .innerWrap .chara_list .chara_main li {
          width: 40%;
          margin-left: -14%;
          margin-bottom: 50px; }
          html body .toppage .characterBlock .innerWrap .chara_list .chara_main li .nameLink {
            font-size: 3.5em; }
        html body .toppage .characterBlock .innerWrap .chara_list .chara_main li:nth-child(4) {
          margin-left: -20px; }
        html body .toppage .characterBlock .innerWrap .chara_list .chara_sub li {
          width: 50%; }
      html body .toppage .musicBlock .innerWrap {
        width: 90%; }
        html body .toppage .musicBlock .innerWrap .slider {
          width: auto;
          left: auto;
          transform: none; }
        html body .toppage .musicBlock .innerWrap .kumo01 {
          bottom: auto;
          top: 620px; }
        html body .toppage .musicBlock .innerWrap .kumo02 {
          top: 5%;
          right: -10%; }
        html body .toppage .musicBlock .innerWrap .music_info .openingmusic {
          max-width: none; }
        html body .toppage .musicBlock .innerWrap .music_info .officialLink {
          display: block; }
        html body .toppage .musicBlock .innerWrap .music_info .textWrap {
          margin-left: 0;
          padding: 60px;
          width: 100%; }
        html body .toppage .musicBlock .innerWrap .music_info .ttl_higuchisan {
          transform: scale(1.4);
          margin-left: 123px;
          padding-top: 50px;
          margin-bottom: 60px; }
        html body .toppage .musicBlock .innerWrap .music_info .chara_higuchisan {
          transform: scale(1.2);
          left: 11%; }
        html body .toppage .musicBlock .innerWrap .music_info .text {
          margin-bottom: 57%;
          font-size: 2em;
          line-height: 2em; }
        html body .toppage .musicBlock .innerWrap .music_info .officialLink {
          left: 66%;
          transform: scale(1.5);
          bottom: 80px; }
      html body .toppage .specialBlock .innerWrap {
        width: 90%; }
        html body .toppage .specialBlock .innerWrap .specialList li {
          width: 48%; }
          html body .toppage .specialBlock .innerWrap .specialList li a h2.subttl {
            padding: 20px 0;
            font-size: 2.2em;
            line-height: 2.2em; }
      html body .toppage .productBlock {
        background-size: contain;
        padding-top: 260px; }
        html body .toppage .productBlock .innerWrap {
          width: 90%; }
          html body .toppage .productBlock .innerWrap .tyleSelect {
            width: 100%;
            margin: 0 auto;
            padding: 30px 0; }
            html body .toppage .productBlock .innerWrap .tyleSelect .btn {
              font-size: 2.2em;
              padding: 20px; }
            html body .toppage .productBlock .innerWrap .tyleSelect .subbtn {
              font-size: 2em; }
          html body .toppage .productBlock .innerWrap .flexBox + .flexBox {
            display: block; }
            html body .toppage .productBlock .innerWrap .flexBox + .flexBox .leftBox {
              width: 100%; }
            html body .toppage .productBlock .innerWrap .flexBox + .flexBox .rightBox {
              width: 100%; }
              html body .toppage .productBlock .innerWrap .flexBox + .flexBox .rightBox .betattl {
                padding: 20px;
                font-size: 2.5em; }
              html body .toppage .productBlock .innerWrap .flexBox + .flexBox .rightBox .price {
                font-size: 2.5em; }
              html body .toppage .productBlock .innerWrap .flexBox + .flexBox .rightBox .addText {
                font-size: 1.8em; }
          html body .toppage .productBlock .innerWrap .effect01 {
            top: 280px; }
      html body .toppage .specBlock .innerWrap {
        width: 90%; }
        html body .toppage .specBlock .innerWrap .kumo01 {
          left: -13%;
          top: 5%;
          width: 201px; }
        html body .toppage .specBlock .innerWrap .kumo02 {
          right: -17%;
          top: 8%;
          width: 260px; }
        html body .toppage .specBlock .innerWrap .flexBox.sannana {
          display: block; }
          html body .toppage .specBlock .innerWrap .flexBox.sannana .leftBox {
            display: none; }
          html body .toppage .specBlock .innerWrap .flexBox.sannana .rightBox {
            width: 100%; }
            html body .toppage .specBlock .innerWrap .flexBox.sannana .rightBox li {
              display: flex;
              border-bottom: 1px solid #333333;
              padding: 15px; }
              html body .toppage .specBlock .innerWrap .flexBox.sannana .rightBox li .minittl {
                width: 170px;
                display: block;
                font-size: 1.7em; }
              html body .toppage .specBlock .innerWrap .flexBox.sannana .rightBox li .text {
                display: block;
                font-size: 1.7em; } }
