.btn_signin {
  width: 145px;
  cursor: default;
}

#g_menu_search .search_input {
  z-index: 2;
}

.g_menu_btn:not(.g_menu_help) {
  position: relative;
}
.g_menu_btn:not(.g_menu_help)::before, .g_menu_btn:not(.g_menu_help)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  background: #e45151;
  z-index: 1;
}
.g_menu_btn:not(.g_menu_help)::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.g_menu_btn:not(.g_menu_help)::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.superpack .sp-cv-img-main-wrapper {
  background: url(/img/vocaloid/kanreki-pack/bg_kanrekipack.jpg) no-repeat top center/100% auto #fff;
}

.superpack .sp-cv-img-main {
  max-width: 1000px;
  margin: 60px auto 0;
}

.superpack .sp-cv-top-inner .sp-cv-title {
  max-width: inherit;
}

.superpack #cont_cart {
  background: #e94542;
}

.superpack #cont_cart .sp-cv-price {
  color: #fff;
}

.superpack h3 {
  margin-bottom: 20px;
}

.superpack .yutai-box {
  background: url(/img/vocaloid/kanreki-pack/img_misojiru.webp) no-repeat bottom center/47% auto #fff;
  padding-bottom: 60px;
}

.section-inner-cv .sp-cv-price-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-inner-cv .sp-cv-price-pkg {
  width: 350px;
}

.superpack .misojiru_pkg {
  width: 27%;
  margin-top: 20px;
}

.superpack .demo_comingsoon {
  font-size: 24px;
}

.superpack .other_banner {
  max-width: 800px;
  margin: auto;
}
.superpack .other_banner img {
  width: 100%;
  height: auto;
  display: block;
}
.superpack .other_banner p {
  margin-bottom: 20px;
}
.superpack .other_banner + .other_banner {
  margin-top: 40px;
}

.superpack #cont_demo {
  background: #666;
}

.superpack #cont_db {
  background: #505050;
}

.superpack #cont_other {
  background: #333;
}

.superpack #cont_db .sp-cv-db .sp-cv-db-box .sp-cv-db-title {
  font-weight: normal;
}

#cont_uso {
  text-align: center;
  background: #0c0c0c;
}
#cont_uso .section-inner {
  padding: 40px 100px;
}
#cont_uso p {
  font-size: 12px;
}
#cont_uso p.credit {
  font-size: 11px;
  margin-top: 40px;
  color: #666;
}

#modal_uso {
  position: relative;
  max-width: 800px;
  height: 450px;
  margin: auto;
  background: #525252;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
}
#modal_uso > div {
  width: 800px;
  min-height: 500px;
}

.uso_img {
  position: absolute;
  width: 70%;
  margin-left: auto;
  -webkit-transform: translate(32%, -30px) rotate(-20deg);
          transform: translate(32%, -30px) rotate(-20deg);
}
.uso_img img {
  width: 100%;
  height: auto;
  display: block;
}

.uso_txt {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 300px;
  color: #fff;
}