@charset "utf-8";

.main-image {
    margin-bottom: 0px;
}

.main-image img {
    width: 100%;
}

.main-info h1 {
    margin: 0 0 20px;
    font-size: 28px;
    font-weight: bold;
}

@media(max-width: 766px){
  .main-info h1 {
    margin-bottom: 10px;
  }
}

.main-info .label {
    margin-bottom: 15px;
}

.main-info .label span {
    background-color: #ff7700;
    font-size: 12px;
    color: #fff;
    padding: 0 6px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    font-weight: bold;
}

.main-info .info-list {
    text-align: left;
    font-size: 0;
    margin-bottom: 10px;
}

.main-info .info-list .i-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    width: 112px;
    height: 20px;
    line-height: 20px;
    margin-right: 12px;
    background-color: #ddc;
    text-decoration: none;
    outline: none;
    margin-bottom: 10px;
}
.main-info .info-list .i-item.mk-monopoly{ background: #f90; }
.main-info .info-list .i-item.mk-limited { background: #f90; }
.main-info .info-list .i-item.mk-rating  { background: #fe0b0b; }
.main-info .info-list .i-item.mk-bl      { background: #ff81aa; }
.main-info .info-list .i-item.mk-reserve { background: #0cc461; }
.main-info .info-list .i-item.mk-all     { background: #7bc7ff; }

.main-info .info-list .i-item:last-child {
    margin-right: 0;
}

/*** ここから main-infosub ***/

.main-infosub .btn-success {
    padding-left: 10px;
    padding-right: 10px;
}

.main-infosub .order-number {
    margin: 0;
    font-size: 12px;
    clear: both;
}
.main-infosub .price {
    font-size: 0;
    margin-bottom: 10px;
    color: #fe0b0b;
}

.main-infosub .price .saleoff {
    font-size: 14px;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 6px;
}

.main-infosub .price .normal {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
    vertical-align: bottom;
}

.main-infosub .price .normal span {
    font-size: 14px;
}
.main-infosub .price .small {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.main-infosub .price .small span {
    font-size: 14px;
}
.clr-orange {
    color: #ff7700;
}

.main-infosub .button-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-infosub .button-list li {
    float: left;
    width: 50%;
    padding: 2px;
}

.main-infosub .button-list li a {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #ff7700;
    background-color: #fff;
    text-decoration: none;
    outline: none;
    height: 32px;
}

.main-infosub .button-list li a:hover {
    opacity: 0.7;
}

.main-infosub .button-list li a span.table {
    display: table;
    width: 100%;
    height: 100%;
}

.main-infosub .button-list li a span span.cell {
    display: table-cell;
    vertical-align: middle;
}

.mail-order {
    text-align: center;
    font-size: 12px;
    height: 40px;
    background-color: #fff1e5;
    line-height: 40px;
    padding: 0 10px;
    width: 135px;
    display: inline-block;
    margin-right: 15px;
}

.quantity {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 100%;
}

.quantity .select-style-2 select {
    height: 40px;
}
.quantity .select-style-2,
.quantity .select-style-2:after {
    height: 100%;
}

.quantity .select-style-2:after {
    background-position: 0;
    background-size: 27px auto;
}

@media (min-width: 767px) {
    .quantity {
        width: 80px;
    }

    .quantity .select-style-2:after {
        background-position: -72px 15px;
        background-size: auto auto;
    }
}

.songs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.songs-list li {
    position: relative;
    border-bottom: 1px solid #dedede;
    padding: 0 0 20px 0;
}

.songs-list .gacha {
    margin: 0 0 0;
    padding: 20px 0 0 0;
}

.songs-list .gacha p {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}

.songs-list .extra-head {
    padding-left: 0;
    margin-bottom: 8px;
}

.songs-list .sng-row {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #dedede;
}

.songs-list .sng-row:last-child {
    margin-bottom: 0;
}

.songs-list .sng-row:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 70%;
    top: 0;
    background-color: #dedede;
}

.songs-list .right {
    float: right;
    width: 30%;
    text-align: center;
    font-size: 11px;
    padding: 8px;
    box-sizing: border-box;
}

.songs-list .left {
    float: left;
    width: 70%;
    padding: 8px;
    font-size: 11px;
    box-sizing: border-box;
}

@media (min-width: 767px) {
    .songs-list .left,
    .songs-list .right {
        font-size: 12px;
        padding: 10px;
    }
}

.main-infosub .schedule {
    font-size: 12px;
}

.main-infosub .arrow-list {
    font-size: 12px;
}

.main-infosub .arrow-list a {
    text-decoration: underline;
    font-size: 12px;
}

.main-infosub .arrow-list li:before {
    top: 10px;
}

.main-infosub .col-wrap {
    margin: 0 -8px;
}

.main-infosub .col-wrap .col {
    float: left;
    width: 50%;
    padding: 0 8px;
}

.button-g a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    background-color: #ff7700;
    height: 40px;
    margin-bottom: 5px;
    text-decoration: none;
}

.button-g a span.table {
    display: table;
    width: 100%;
    height: 100%;
}

.button-g a span.cell {
    display: table-cell;
    vertical-align: middle;
}

.button-g div a {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

.button-g div > span {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: right;
    font-size: 11px;
}

.download-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.download-list li {
    position: relative;
    border-bottom: 1px solid #dedede;
    padding: 0 0 20px 0;
}

.download-list dl {
    margin: 0 0 15px;
    padding: 20px 0 0 0;
}

.download-list dl dt {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
}

.download-list dl dd {
    font-size: 12px;
    color: #9f9f9f;
    padding: 0;
    margin: 0;
}

.infoorder {
    margin-bottom: 15px;
}

.infoorder .table {
    display: table;
    width: 100%;
    border: 1px solid #dedede;
    box-sizing: border-box;
}

.infoorder .table-row {
    display: table-row;
}

.infoorder .cell {
    display: table-cell;
    vertical-align: top;
    font-size: 12px;
    text-align: left;
}

.btn-arrival {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #ff7700;
    background: #fff;
    text-decoration: none;
    outline: none;
    width: 100%;
    margin: 6px 0;
}

.img-responsive {
    max-width: 100%;
}

.img-full {
    width: 100%;
}

.infoorder .th {
    padding: 8px 10px;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    background-color: #ffffff;
}

.infoorder .td {
    padding: 8px 10px;
    border-bottom: 1px solid #dedede;
    background-color: #ffffff;
}

.infoorder .table-row:last-child .th,
.infoorder .table-row:last-child .td {
    border-bottom: none;
}

.sns-pd-small {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 10px;
}

.sns-pd-small li {
    padding: 0 4px;
}

.thumb-image {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.thumb-image div {
    width: 20%;
    padding: 0 2px;
    margin-bottom: 4px;
}

.thumb-image div img {
    display: block;
    border: 1px solid #aaa;
    background: #dedede;
}
.magic-popup {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 12px 0 12px;
}
.magic-popup img {
    width: 100%;
    display: block;
}
.magic-popup .slick-arrow {
    position: absolute;
    border: none;
    font-size: 0;
    background-color: #ff7700;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 40px;
    height: 28px;
    padding: 0;
    outline: none;
}
.magic-popup .slick-disabled {
    background-color: #dddddd;
}
.magic-popup .slick-prev {
    right: -50px;
    top: 0;
    background-image: url(../../commonfiles/images/ico_up.png);
}
.magic-popup .slick-next {
    right: -50px;
    top: 32px;
    background-image: url(../../commonfiles/images/ico_down.png);
}
.magic-popup .slick-dots {
    list-style: none;
    text-align: center;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.magic-popup .slick-dots li {
    padding: 0;
    display: inline-block;
    margin: 10px 2px 0;
    position: relative;
}
.magic-popup .slick-dots button {
    font-size: 0;
    display: block;
    border: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    width: 40px;
    height: 53px;
}
.magic-popup .slick-dots li.slick-active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 4px solid #ff7d0b;
}
.thumb-image .item {
    cursor: pointer;
}
.thumb-image .item span {
    display: block;
    position: relative;
}
.thumb-image .item.active span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 4px solid #ff7700;
}
.magic-popup .mfp-close {
    right: 0;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: url("../../commonfiles/images/btn_close_circle.png") no-repeat center center /cover;
    font-size: 0;
    opacity: 1;
}
.magic-popup .slick-list .slc-item {
    border: 4px solid #fff;
    margin: 0 0 15px;
}
.songs-list .gacha {
    float: left;
    width: 58%;
}
.songs-list li {
    overflow: hidden;
}
.songs-list li .remaining {
    float: right;
    width: 40%;
    margin-top: 20px;
}
@media (max-width: 766px) {
    .magic-popup .mfp-close {
        position: fixed;
        bottom: 15px;
        right: 15px;
        top: inherit;
    }
}
@media (min-width: 767px) {
    .button-g div span {
        font-size: 14px;
    }
    .main-image {
        float: left;
        width: 43.5%;/*width: 400px;*/
    }
    .thumb-image {
        padding: 0;
    }
    .main-info,
    .main-infosub {
        float: right;
        width: 52.83%;/*width: 486px;*/
    }
    .button-g a span.ico-car {
        background: url(../../commonfiles/images/ico-cat.png) no-repeat left center;
        padding-left: 30px;
        display: inline-block;
    }
    .button-g a span.ico-shi {
        background: url(../../commonfiles/images/ico-ship.png) no-repeat left center;
        padding-left: 40px;
        display: inline-block;
    }
    .button-g a:hover {
        opacity: 0.7;
    }
    .songs-list .gacha {
        margin-bottom: 0;
        width: 66%;
    }
    .songs-list .gacha p {
        margin: 12px 0 0 0;
    }
    .songs-list li {
        overflow: hidden;
    }
    .songs-list li .remaining {
        float: right;
        width: 222px;
        margin-top: 20px;
    }
    .songs-list li {
        padding: 0 0 20px 0;
    }
    .download-list dl {
        margin-bottom: 0;
    }
    .download-list li .btn-download {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -23px;
    }
    .download-list li {
        padding: 0 122px 20px 0;
    }
    .main-infosub .button-list li a .ico-sta {
        background: url(../../commonfiles/images/ico-sta.png) no-repeat left center;
        padding-left: 30px;
        padding-top: 3px;
        display: inline-block;
    }
    .main-infosub .button-list li a .ico-lis {
        background: url(../../commonfiles/images/ico-lis.png) no-repeat left center;
        padding-left: 30px;
        padding-top: 3px;
        display: inline-block;
    }
    .main-infosub .button-list li a .ico-tim {
        background: url(../../commonfiles/images/ico-tim.png) no-repeat left center;
        padding-left: 30px;
        padding-top: 3px;
        display: inline-block;
    }
    .main-infosub .button-list li a .ico-gif {
        background: url(../../commonfiles/images/ico-gif.png) no-repeat left center;
        padding-left: 30px;
        padding-top: 3px;
        display: inline-block;
    }
    .detail-spec {
        width: 100%;
    }
    .infoorder-wrap .col {
        float: left;
        width: 82%;/*520px*/
        background: url(../../commonfiles/images/bg_dot2.png) repeat-y right top;
        padding-right: 30px;
    }
    .infoorder-wrap .col:nth-child(2) {
        background: none;
        width: 18%;/*28%*/
        padding-right: 0;
        padding-left: 30px;
    }
    .infoorder .table {
      width: 100%;/*485px*/
    }
    .infoorder .cell.th {
        width: 185px;
    }
    .infoorder .cell.td {
        width: 300px;
    }
    .infoorder-wrap .btn-1 {
        display: block;
    }
    .btn-arrival {
        padding: 4px;
    }
    .btn-arrival:hover {
        opacity: 0.7;
    }
    .btn-arrival .ico-tim {
        background: url(../../commonfiles/images/ico-tim.png) no-repeat left center;
        padding-left: 30px;
        padding-top: 3px;
        display: inline-block;
    }
    .sns-pd-small li {
        width: 25%;
    }
    .sns-pd-small li img {
        width: 100%;
    }
    .infoorder {
        margin-bottom: 0;
    }
    .main-infosub .btn-success {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        max-width: 280px;
    }
    .magic-popup {
        width: 630px;
        padding: 50px 0 0 0;
    }
    .magic-popup .slick-list {
        float: left;
        width: 560px;
        height: 784px;
        border: 8px solid #fff;
    }
    .magic-popup .slick-list .slc-item {
        border: none;
        margin: 0;
    }
    .magic-popup .slick-dots {
        float: right;
        width: 70px;
        padding-left: 30px;
    }
    .magic-popup .slick-dots li {
        display: block;
        margin: 0 0 5px;
    }
    .slick-vertical .slick-slide {
        border: none !important;
        height: 768px;
    }
    .magic-popup .mfp-close {
        background-image: url(../../commonfiles/images/btn_close_white.png);
        background-size: 20px 20px;
        width: 44px;
        height: 44px;
        top: 38px;
        position: absolute;
    }
}

.subttl {
  font-size: 14px;
  margin-bottom: 20px;
}

.detail-video video{
  width: 100%;
  height: auto;
}

.detail-video{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.detail-video > *{
  max-width: 480px;
  min-width: 320px;
  margin: 5px;
  text-align: center;
}

.detail-video > * p{
  line-height: 1.6;
  margin: 0;
}

.image-text {
  overflow: hidden;
}

.image-text .text p {
  line-height: 1.6;
  font-size: 12px;
  margin: 0;
}

.image-text .image {
  margin-bottom: 20px;
}

.image-text .image.video {
    position: relative;
}

.thumb-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}

.image-text .video video {
  width: 100%;
  height: auto;
}

@media (min-width: 767px) {
  .image-text .video {
    width: 400px;
    float: left;
    height: 225px;
  }

  .image-text .image {
    margin-bottom: 0;
  }

  .image-text .video video {
    height: 225px;
  }

  .image-text .video + .text {
    padding: 0 0 0 430px;
  }

  .image-text .text p {
    line-height: 2;
  }
}








/* adding */
.detail-info h1{
  margin: 0;
  padding: 0;
}

.showmore-2{
  border: solid #dedede;
  border-width: 0px 1px 1px 1px;
}

.infoorder-p a{
  margin: 0 5px 0 0;
}

.bd-thin{
  border-bottom: 2px solid #ff7700;
}

.sub-info{
  display: flex;
  flex-wrap: wrap;
}

.sub-info > div{
  margin-right: 10px;
  display: flex;
  white-space: nowrap;
}

.sub-info > div > div{
  margin-right: 5px;
  white-space: nowrap;
  display: inline-block;
}

.sub-info > div > div:first-child{
  font-weight: bold;
}

.sub-info > div > div > *{
  margin: 0;
  padding: 0;
  white-space: normal;
}

.cart-container{
  margin-bottom: 15px !important;
}

.status{
  text-align: center;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  margin-bottom: 5px !important;
}

.cart-container > div{
  display: flex;
}

@media(max-width: 766px){
  .cart-container > div:not(.cart-container-pair2){
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.cart-container > div > div{
  display: inline-block;
  padding: 0 2.5px;
  flex: 0.5;
  min-width: 50%;
}

.resale{
  width: 100%;
  text-align: center;
  border: solid #dedede 1px;
  line-height: 1;
}

.resale td{
  width: 50%;
}

.resale-l{
  font-weight: bold;
  font-size: 16px;
}

.resale-hd{
  font-weight: bold;
}

.resale-or{
  font-weight: bold;
  color: #f70;
}

/* bars(プログレッシブバー) */

body .bar_group__bar.thin::before, body .bar_group__bar.thick::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
}

body .bar_group__bar.thin::before {
  width: 100%;
  height: 14px;
  border-radius: 2px;
  background: #eeeeee;
}

body .bar_group__bar.thin {
  width: 0%;
  height: 14px;
  border-radius: 2px;
  -webkit-transition: width 1s;
          transition: width 1s;
}

body .b_label, body .bar_label_min, body .bar_label_max, body .b_tooltip span {
  color: #929292;
  font-size: 13px;
  padding-top: 3px;
}

body .bar_label_max {
  position: absolute;
  right: 0;
}

body .bar_label_min {
  position: absolute;
  left: 0;
}

body .b_tooltip {
  -webkit-transition: all 1s;
          transition: all 1s;
  position: relative;
  float: left;
  left: 100%;
  padding: 4px 10px 7px 10px;
  background-color: #7b7b7b;
  -webkit-transform: translateX(-50%) translateY(-30px);
      -ms-transform: translateX(-50%) translateY(-30px);
          transform: translateX(-50%) translateY(-30px);
  border-radius: 2px;
  line-height: 11px;
}

body .b_tooltip span {
  color: white;
}

body .b_tooltip--tri {
  width: 0;
  height: 0;
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

body .bar_group__bar:nth-of-type(1) {
  background: #ff7700;
}

body .bar_group {
  position: relative;
}

/*** ここから balloon ***/

.balloon {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 35px;
	color: white;
	line-height: 35px;
	text-align: center;
  background: #f70;
	border-radius: 60px;
	z-index: 0;
	font-weight: bold;
}
.balloon:after {
	content: "";
	position: absolute;
	bottom: -8px; left: 0;
	margin-left: 4px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 15px 0;
  border-color: transparent #f70 transparent transparent;
	z-index: -1;
}

.product-info .sub-info a{
  color: #3a72d5;
}

/* バージョン違い商品のリスト */
.box2 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid #ffd5af 1px;
  background: #fff1e5;
}

.box2 .box-title {
  background: #fff1e5;
  border: solid #ffd5af;
  border-radius: 5px 5px 0 0;
  border-width: 1px 1px 0px 1px;

  position: absolute;
  display: inline-block;
  top: -30px;
  left: -1px;
  padding: 0px 9px;
  height: 30px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.box2g {
  position: relative;
  margin-top: 45px;
  padding: 0;
  border: solid #dedede;
  border-width: 1px 1px 0px 1px;
  background: #eee;
}

.box2g .box-title {
  background: #eee;
  border: solid #dedede;
  border-radius: 5px 5px 0 0;
  border-width: 1px 1px 0px 1px;

  position: absolute;
  display: inline-block;
  top: -30px;
  left: -1px;
  padding: 0px 9px;
  height: 30px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.to-list{
  margin-top: -15px;
}

.mtsp-50 {
  margin-top: 50px;
}

/* count-box */
.form-style-detail input[type="text"],
.form-style-detail input[type="email"],
.form-style-detail input[type="password"] {
  color: #222;
  font-size: 16px;
  border: 1px solid #aaaaaa;
  padding: 0 10px;
  height: 40px;
  outline: none;
  max-width: 101px;
}

.quantity-style-datail {
  width: 105px;
  display: inline-block;
  position: relative;
}

.quantity-style-datail .inc,
.quantity-style-datail .dec {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  width: 7px;
  height: 5px;
  right: 18px;
  text-indent: -9999em;
  cursor: pointer;
}

.quantity-style-datail .inc {
  background-image: url(../../commonfiles/images/ico_inc.png);
  top: 21px;
}

.quantity-style-datail .dec {
  background-image: url(../../commonfiles/images/ico_dec.png);
  bottom: 21px;
}

@media (min-width: 767px) {
  .form-style-detail input[type="text"],
  .form-style-detail input[type="email"],
  .form-style-detail input[type="password"] {
    border-width: 2px;
    height: 40px;
    padding: 0 13px;
    font-size: 14px;
    max-width: 173px;
  }

  .quantity-style-datail {
    width: 180px;
  }

  .quantity-style-datail input {
    height: 40px !important;
  }

  .quantity-style-datail .inc,
  .quantity-style-datail .dec {
    width: 9px;
    height: 7px;
  }

  .quantity-style-datail .inc {
    top: 22px;
  }

  .quantity-style-datail .dec {
    bottom: 22px;
  }
}

/* 20171226 */
.left-contt {
    margin-bottom: 40px;
}

.left-cont img {
    width: 100%;
}

@media (min-width: 767px) {
    .left-cont {
        float: left;
        width: 43.5%;/*width: 400px;*/
        margin-bottom: 0;
    }
}

/* partlist_008 */
.button-mag a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 14px;
    background-color: #ff246d;
    height: 40px;
    margin-bottom: 5px;
    text-decoration: none;
}

.button-mag a span.table {
    display: table;
    width: 100%;
    height: 100%;
}

.button-mag a span.cell {
    display: table-cell;
    vertical-align: middle;
}

.button-mag div a {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

.button-mag div > span {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: right;
    font-size: 11px;
}

.button-mag a:hover {
    opacity: 0.7;
}

.button-dis a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    background-color: #aaa;
    height: 40px;
    margin-bottom: 10px;
    text-decoration: none;
}

.button-dis a span.table {
    display: table;
    width: 100%;
    height: 100%;
}

.button-dis a span.cell {
    display: table-cell;
    vertical-align: middle;
}

.button-dis div a {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

.button-dis div > span {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: right;
    font-size: 11px;
}

.num-gacha-box{
  height: 62px;
  background: white;
  position: relative;
  z-index: 10;
}

.num-gacha{
  line-height: 60px;
}

.detail4-spec td{
  padding: 2px 4px;
}

.detail4-spec-container{
  padding: 0;
}

.detail4-spec{
  border: none;
}

.detail4-spec tr:nth-child(odd){
  background: #ebfbff;
}
.detail4-spec tr:nth-child(even){
  background: #dbefff;
}
.detail4-spec tr td {
  border-bottom: 1px dashed #ddd;
}

.detail4-spec tr td span > a{
  color: #3a72d5;
}

.select-style-2{
  border-width: 1px;
}

.progress .pro-item{
  padding: 0;
}

.detail3-sns-list-item{
  list-style: none;
  padding: 0;
  text-align: right;
}

.tag{
  margin: 0 0 20px 0;
}

.tag-title{
  font-weight: bold;
  font-size: 12px;
}

.tag a {
  color: #3a72d5;
  background: #dbefff;
  border: 1px dashed #3a72d5;
  text-decoration: underline;
  border-radius: 20px;
  text-align: center;
  padding: 5px 20px;
  margin: 0 2px;
}

.item-info{
  padding: 8px;
  border: 1px dashed #f70;
  margin-bottom: 20px;
}