@charset "UTF-8";

/* hero-container
-------------------------------------------------------------------------- */
#page-container .hero-container {
  width: 100%;
  padding: 0 0 21px 0;
}

/* CAROUSEL
-------------------------------------------------------------------------- */
#page-container .carousel-container {
  width: 100%;
  height: 386px;
  position: relative;
  overflow: hidden;
}
#page-container .carousel__body {
  width: 2964px;
  height: 386px;
  position: absolute;
  left: 350px;
  top: 0;
}
#page-container .carousel__item {
  width: 494px;
  float: left;
}
#page-container .carouselitem__body {
  display: block;
  width: 466px;
  margin: 0 auto;
  color: #5E5E5E;
  text-decoration: none;
}
#page-container .carouselitem__img {
  width: 466px;
  height: 276px;
  padding-top: 36px;
  position: relative;
  line-height: 0;
  letter-spacing: 0;
}
#page-container .carouselitem__img img {
  vertical-align: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  overflow: hidden;
}
#page-container .carouselitem__img:after {
  content: "";
  width: 494px;
  height: 100%;
  display: block;
  position: absolute;
  left: -14px;
  top: 0;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#page-container .carouselitem__body:hover .carouselitem__img:after {
  opacity: 0.25;
  filter: alpha(opacity=25);
}

#page-container .carouselitem__ttl {
  font-size: 100%;
  line-height: 1.4;
  display: table-cell;
  vertical-align: middle;
  padding: 12px 0 6px 0;
}
#page-container .icon-blank .carouselitem__ttl:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 7px;
  background: transparent url(../../common/img/link_blank_01.png) 0 0 no-repeat;
}

#page-container .carouselitem__info {
  font-size: 85.71429%;
  line-height: 1.4;
}

#page-container .carousel__pager{
  padding-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
#page-container .carousel__prev,
#page-container .carousel__next{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 10px;
  width: 33px;
  height: 33px;
  white-space:nowrap;
  text-indent: 100%;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .carousel__prev{
  background: url(img/btn_prev_2x.png) 0 0 no-repeat;
  -webkit-background-size: 33px 33px;
  background-size: 33px 33px;
}
#page-container .carousel__next{
  background: url(img/btn_next_2x.png) 0 0 no-repeat;
  -webkit-background-size: 33px 33px;
  background-size: 33px 33px;
}
#page-container .carousel__prev:hover,
#page-container .carousel__next:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#page-container .carousel__pager ol{
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#page-container .carousel__pager li{
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #DCDCDC;
  cursor: pointer;
}
#page-container .carousel__pager li.current{
  background: #ce181e;
}
#page-container .carousel__pager li:hover{
  opacity: 0.75;
  filter: alpha(opacity=75);
}


#page-container .eshopinfo-container{
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 5px 0 10px 0;
}
.eshopinfo__body{
  width: 960px;
  margin: 0 auto;
}
.eshopinfo__header{
  width: 260px;
  float: left;
  text-align: center;
  padding: 18px 0 0 0;
}
.eshopinfo__article{
  width: 662px;
  float: right;
}
.eshopinfoitem__body{
  padding: 23px 0 15px 0;
  background: url(../../common/css/img/dot_h_01.png) 0 0 repeat-x;
}
.eshopinfoitem__body:first-child{
  background: none;
}
.eshopinfoitem__body:before,
.eshopinfoitem__body:after{
  content: "";
  display: table;
}
.eshopinfoitem__body:after{
  clear: both;
}
.eshopinfoitem__title{
  float: left;
  width: 304px;
  margin: 0 18px 12px 0;
  font-size: 92.85714%;
  line-height: 1.6;
}
.eshopinfoitem__title:before,
.eshopinfoitem__title:after{
  content: "";
  display: table;
}
.eshopinfoitem__title:after{
  clear: both;
}
.eshopinfoitem__title span{
  display: block;
  float: left;
  width: 220px;
}
.eshopinfo-sale .eshopinfoitem__title:before{
  content: "";
  width: 84px;
  height: 21px;
  background: url(img/eshopinfo_icon-sale.png) 14px 3px no-repeat;
  display: block;
  float: left;
}
.eshopinfo-trial .eshopinfoitem__title:before{
  content: "";
  width: 84px;
  height: 21px;
  background: url(img/eshopinfo_icon-trial.png) 14px 3px no-repeat;
  display: block;
  float: left;
}
.eshopinfo-delivery .eshopinfoitem__title:before{
  content: "";
  width: 84px;
  height: 21px;
  background: url(img/eshopinfo_icon-delivery.png) 14px 3px no-repeat;
  display: block;
  float: left;
}
.eshopinfoitem__list{
  width: 340px;
  float: left;
}
.deliveryitem__body:before,
.deliveryitem__body:after{
  content: "";
  display: table;
}
.deliveryitem__body:after{
  clear: both;
}
.deliveryitem__category{
  margin-left: 322px;
  font-size: 11px;
  line-height: 1.6;
  padding: 14px 0 10px 0;
}
.deliveryitem__date{
  float: left;
  width: 304px;
  margin: 0 18px 0 0;
  text-align: right;
  font-size: 92.85714%;
  line-height: 1.6;
  color: #9C9C9C;
}
.deliveryitem__list{
  width: 340px;
  float: left;
}
.eshopinfo__more{
  clear: both;
  font-size: 92.85714%;
  color: #5e5e5e;
  margin-left: 850px;
}
.eshopinfo__more a{
  color: #5e5e5e;
  text-decoration: none;
}
.eshopinfo__more a:before{
  content: "";
  width: 11px;
  height: 11px;
  background: url(img/eshopinfo_arrow-more.png) 0 0 no-repeat;
  display: inline-block;
  margin: 0 8px 0 0;
}
.eshopinfo__more a:after{
  content: "";
  background: url(img/eshopinfo_arrow-close.png) -11px -11px no-repeat;
  width: 0;
  height: 0;
}
.eshopinfo__more.hide a:before{
  content: "";
  width: 11px;
  height: 11px;
  background: url(img/eshopinfo_arrow-close.png) 0 0 no-repeat;
  display: inline-block;
  margin: 0 8px 0 0;
}
.eshopinfo-delivery .eshopinfoitem__title{
  float: none;
  width: 100%;
}
.eshopinfoitem__list li,
.deliveryitem__list li{
  font-size: 92.85714%;
  line-height: 1.6;
  margin-bottom: 5px;
}

.eshopinfoitem__list li a,
.deliveryitem__list li a{
  display: inline-block;
  padding-left: 17px;
  text-indent: -17px;
  color: #5e5e5e;
}

.eshopinfoitem__list li span,
.deliveryitem__list li span{
  display: inline-block;
  padding-left: 17px;
  text-indent: -17px;
  color: #5e5e5e;
  background: transparent url(../../common/css/img/arrow_link_dl_nolink.png) 0 7px no-repeat;
}

.eshopinfoitem__list li a:before,
.deliveryitem__list li a:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px 0 0;
  content: '';
  vertical-align: middle;
  background: transparent url(../../common/css/img/arrow_link_dl.png) 0 0 no-repeat;
}
.eshopinfoitem__archivedate{
  margin-left: 14px;
}

.eshopinfoitem__list li span:before,
.deliveryitem__list li span:before{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px 0 0;
  content: '';
  vertical-align: middle;
}




#page-container .software__header,
#page-container .softwarevc__header {
  width: 960px;
  height: 110px;
  margin: 0 auto 0 auto;
  display: table;
}
#page-container .software__headerttl,
#page-container .softwarevc__headerttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 200%;
  line-height: 32px;
}
#page-container .software__headerttl {
  color: #ce181e;
}
#page-container .softwarevc__headerttl {
  color: #9e9e9e;
}
#page-container .software__headerttl:before,
#page-container .softwarevc__headerttl:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  margin: 0 9px 0 0;
}
#page-container .software__headerttl:before {
  background: transparent url(../../common/css/img/icon_hlv1_red.png) 0 0 no-repeat;
}
#page-container .softwarevc__headerttl:before {
  background: transparent url(../../common/css/img/icon_hlv1_vc.png) 0 0 no-repeat;
}
#page-container .software__headertext,
#page-container .softwarevc__headertext {
  display: table-cell;
  font-size: 85.71429%;
  text-align: right;
  vertical-align: middle;
}
#page-container .softwaretop-container,
#page-container .softwarevc-container {
  width: 960px;
  margin: 0 auto 60px auto;
  padding: 10px 0 0 0;
}
#page-container .softwarevc-container {
  background: url(../../common/css/img/dot_h_01.png) 0 0 repeat-x;
}
#page-container .software__link {
  width: 264px;
  height: 30px;
  margin: 6px auto 0 auto;
}
#page-container .c-btnpkg__round,
#page-container .c-btnvc__round {
  display: block;
  border-width: 2px;
  border-style: solid;
  border-radius: 17px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 1;
}
#page-container .c-btnpkg__round:before,
#page-container .c-btnvc__round:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 10px;
}
#page-container .c-btnpkg__round span,
#page-container .c-btnvc__round span {
  font-size: 85.71429%;
  display: inline-block;
  padding: 8px 0 8px 0;
}
#page-container .c-btnpkg__round {
  border-color: #ce181e;
}
#page-container .c-btnpkg__round:before {
  background: transparent url(../../../common/css/img/arrow_3ds_00.png) 0 0 no-repeat;
}
#page-container .c-btnpkg__round span {
  color: #ce181e;
}
#page-container .c-btnvc__round {
  border-color: #999999;
}
#page-container .c-btnvc__round:before {
  background: transparent url(../../../common/css/img/arrow_other_00.png) 0 0 no-repeat;
}
#page-container .c-btnvc__round span {
  color: #999999;
}
#page-container .buld-insoft__header {
  width: 960px;
  margin: 0 auto;
  display: table;
  padding: 30px 0 30px 2px;
}
#page-container .buld-insoft__headerttl span {
  font-size: 128.57143%;
  color: #ce181e;
  display: table-cell;
  line-height: 18px;
  vertical-align: middle;
  padding-left: 10px;
}
#page-container .buld-insoft__headerttl:before {
  background: #ce181e;
  content: "";
  display: table-cell;
  width: 6px;
  height: 100%;
  border-radius: 3px;
}
#page-container .buld-insoft__headerbtn {
  width: 126px;
  height: 22px;
  float: right;
}
#page-container .c-btn__round {
  display: block;
  border-width: 2px;
  border-style: solid;
  border-radius: 13px;
  border-color: #ce181e;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 1;
}
#page-container .c-btn__round:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 10px;
  background: transparent url(../../../../common/css/img/arrow_3ds_00.png) 0 0 no-repeat;
}
#page-container .c-btn__round span {
  font-size: 71.42857%;
  color: #ce181e;
  display: inline-block;
  padding: 6px 0 6px 10px;
}
#page-container .buld-insoft__block {
  width: 958px;
  margin: 0 auto 40px;
}
#page-container .buld-insoft__block:after {
    content: "";
    display: table;
    clear: both;
}
#page-container .buld-insoft__body {
  margin-left: -13px;
  width: 984px;
  overflow: hidden;
}
#page-container .buld-insoft__item {
  width: 302px;
  margin: 0 13px 26px 13px;
  float: left;
}
#page-container .buld-insoftitem__body {
  display: block;
  text-decoration: none;
}
#page-container .buld-insoftitem__rect {
  border: #E6E6E6 3px solid;
  border-radius: 16px;
  margin-bottom: 10px;
  position:relative;
  width:296px;
  height:89px;
}
#page-container .buld-insoftitem__rect:before {
  content: "";
  display: block;
  border: #E6E6E6 0 solid;
  border-radius: 16px;
  position:absolute;
  top:-3px;
  left:-3px;
  width:302px;
  height:95px;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .buld-insoft__item:hover .buld-insoftitem__rect:before {
  border-width:6px;
  width:290px;
  height:83px;
}
#page-container .buld-insoftitem__icon {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 18px 12px 12px;
}
#page-container .buld-insoftitem__icon img {
  vertical-align: bottom;
}
#page-container .buld-insoftitem__ttl {
  display: table-cell;
  vertical-align: middle;
}
#page-container .buld-insoft__caption {
  font-size: 85.71429%;
  color: #4B4B4B;
}
#page-container .ttl-miiverse {
  color: #ef8100;
}
#page-container .ttl-browser {
  color: #000000;
}
#page-container .ttl-tvii {
  color: #1965dd;
}
#page-container .ttl-karaoke {
  color: #00a7ea;
}
#page-container .ttl-chat {
  color: #016e50;
}
#page-container .ttl-miistudio {
  color: #008c46;
}

/* saleinfo
-------------------------------------------------------------------------- */
.saleinfo-container {
  padding-bottom: 56px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.is--saleinfo-hide {
  display: none;
}
.saleinfo__new:after {
  content: "";
  display: inline-block;
  background: url(../img/icon_saleinfo_new.png) no-repeat center top;
  width: 37px;
  height: 17px;
  vertical-align: middle;
  margin-left: 4px;
}
.saleinfo__more {
  text-align: center;
}
.saleinfo__more_btn {
  display: inline-block;
}
.saleinfo__more_btn a {
  color: #CE181E;
  font-size: 85.7142857%;
  display: block;
  padding: 3px 22px 4px 27px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.saleinfo__more_btn a:before {
  content: "";
  background: url(../../../common/css/img/arrow_3ds_00.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
  width: 10px;
  height: 10px;
}
.saleinfo__more_btn a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #CE181E;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 45px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.saleinfo__body {
  width: 960px;
  margin: 0 auto;
  padding-top: 17px;
}
.saleinfo__body:after {
  content: "";
  display: table;
  clear: both;
}
.saleinfo__update {
  color: #0a0a0a;
  font-size: 85.71429%;
  text-align: right;
  margin-right: 5px;
  margin-bottom: 13px;
  letter-spacing: -0.01em;
}
.saleinfo__campaignsale {
  padding-bottom: 31px;
}
.saleinfo__header {
  color: #fff;
  font-size: 114.28571%;
  padding: 6px 0 7px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #CE181E;
  letter-spacing: 0.2em;
}
.saleinfo__campaignsale_article {
  margin-bottom: 22px;
  padding-top: 27px;
  background: url(../../common/css/img/dot_h_01.png) repeat-x left top;
}
.saleinfo-container .is--saleinfo-article-first {
  background: none;
}
.saleinfo__campaignsale_article:after {
  content: "";
  display: table;
  clear: both;
}
.saleinfo__campaignsale_header {
  float: left;
  width: 460px;
  background: url(../../common/css/img/dot_v_01.png) right top repeat-y;
  padding-top: 4px;
  padding-left: 1px;
  margin-right: 20px;
}
.saleinfo__campaignsale_header:after {
  content: "";
  display: table;
  clear: both;
}

.saleinfo__campaignsale_banner {
  float: left;
  width: 214px;
  margin-right: 27px;
}
.saleinfo__campaignsale_title {
  padding-right: 10px;
}
.saleinfo__campaignsale_title_text {
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin-bottom: 3px;
}
.saleinfo__campaignsale_title_date {
  font-size: 85.7142857%;
  letter-spacing: 0.07em;
}
.saleinfo__campaignsale_body {
  float: left;
  width: 430px;
}
.saleinfo__campaignsale_item {
  font-size: 85.7142857%;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.saleinfo__campaignsale_item:first-child {
  margin-top: -3px;
}
.saleinfo__campaignsale_item a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px 0 0;
  vertical-align: middle;
  background: transparent url(../../common/css/img/arrow_link_dl.png) 0 0 no-repeat;
}
.saleinfo__campaignsale_item a {
  color: #3c3c3c;
  padding-left: 17px;
  text-indent: -17px;
  display: inline-block;
}

.saleinfo__delivery {
  width: 590px;
  float: left;
  margin-right: 30px;
}
.saleinfo__delivery_header {
  width: 110px;
  float: left;
  margin-right: 14px;
  font-size: 85.7142857%;
  color: #CE181E;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
.saleinfo__delivery_body {
  width: 466px;
  float: left;
}
.saleinfo__delivery_item {
  font-size: 85.7142857%;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.saleinfo__delivery_item:first-child {
  margin-top: -3px;
}
.saleinfo__delivery_item a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px 0 0;
  vertical-align: middle;
  background: transparent url(../../common/css/img/arrow_link_dl.png) 0 0 no-repeat;
}
.saleinfo__delivery_item a {
  color: #3c3c3c;
  padding-left: 17px;
  text-indent: -17px;
  display: inline-block;
}
.saleinfo__delivery_article {
  padding-top: 24px;
  margin-bottom: 18px;
  background: url(../../common/css/img/dot_h_01.png) repeat-x left top;
}
.saleinfo__delivery_article:after {
  content: "";
  display: table;
  clear: both;
}
.saleinfo__trial_version {
  width: 340px;
  float: left;
}
.saleinfo__trial_version_body {
  padding-bottom: 21px;
}
.saleinfo__trial_version .saleinfo__header {
  margin-bottom: 23px;
}
.saleinfo__trial_version_list {
  padding-left: 4px;
}
.saleinfo__trial_version_item {
  font-size: 85.7142857%;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.saleinfo__trial_version_item a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px 0 0;
  vertical-align: middle;
  background: transparent url(../../common/css/img/arrow_link_dl.png) 0 0 no-repeat;
}
.saleinfo__trial_version_item a {
  color: #3c3c3c;
  padding-left: 17px;
  text-indent: -17px;
  display: inline-block;
}
.not_saleinfo__campaignsale .saleinfo__campaignsale {
  display: none;
}
.not_saleinfo__delivery .saleinfo__delivery {
  display: none;
}
.not_saleinfo__delivery .saleinfo__trial_version {
  width: 100%;
  float: none;
}
.not_saleinfo__trial_version .saleinfo__trial_version {
  display: none;
}
.not_saleinfo__trial_version .saleinfo__delivery {
  width: 100%;
  float: none;
}


/* HOVER
-------------------------------------------------------------------------- */
#page-container .software__link a span,
#page-container .software__link a:before,
#page-container .buld-insoft__headerbtn a span,
#page-container .buld-insoft__headerbtn a:before,
#page-container .form_btn,
#page-container .carouselitem__body .carouselitem__ttl,
#page-container .carouselitem__body .carouselitem__info,
#page-container .item__body{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .software__link a:hover span,
#page-container .software__link a:hover:before,
#page-container .buld-insoft__headerbtn a:hover span,
#page-container .buld-insoft__headerbtn a:hover:before,
#page-container .form_btn:hover,
#page-container .carouselitem__body:hover .carouselitem__ttl,
#page-container .carouselitem__body:hover .carouselitem__info,

#page-container .item__body:hover{
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#page-container .software__link a:after,
#page-container .buld-insoft__headerbtn a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 0 #ce181e solid;
  border-radius: 15px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .software__link .c-btnvc__round:after {
  border: 0 #999 solid;
}
#page-container .software__link a:hover:after,
#page-container .buld-insoft__headerbtn a:hover:after {
  border-width: 3px;
}
#page-container .software__link a:after {
  width: 266px;
  height: 32px;
}
#page-container .buld-insoft__headerbtn a:after {
  width: 128px;
  height: 24px;
}
#page-container .form_btn:hover {
  -webkit-transition-timing-function: none;
  transition-timing-function: none;
  -webkit-animation: none;
   animation: none;
}

.saleinfo__more_btn a:hover,
.saleinfo__more_btn a:active,
.saleinfo__more_btn a:focus {
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.saleinfo__more_btn a:hover:before {
  opacity: 0.75;
}
.saleinfo__more_btn a:hover:after {
  border-width: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.saleinfo__more_btn a:hover span {
  opacity: 0.75;
}