@charset "UTF-8";

/* MAIN
-------------------------------------------------------------------------- */
#page-container .article__ttl {
  font-size: 164.28571%;
  line-height: 1.61;
  color: #0096c8;
}
#page-container .article__text {
  font-size: 92.85714%;
  line-height: 2.16;
}
#page-container .note {
  font-size: 78.57143%;
  padding: 0 0 0 1em;
  text-indent: -1em;
  color: #7d7d7d;
}
#page-container .c-btn__round {
  display: block;
  border-width: 2px;
  border-style: solid;
  border-radius: 15px;
  border-color: #ff8800;
  background: #FFF;
  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_wiiu_00.png) 0 0 no-repeat;
}
#page-container .c-btn__round span {
  font-size: 85.71429%;
  color: #ff8800;
  display: inline-block;
  padding: 6px 0 6px 0;
}

/* COMMON
-------------------------------------------------------------------------- */
/* MAIN title
-------------------------------------------------------------------------- */
#page-container .mainttl-container{
    width: 100%;
    min-width: 960px;
    overflow: hidden;
  }
#page-container .mainttl__body {
  width: 960px;
  height: 140px;
  margin: 0 auto 0 auto;
  position: relative;
}
#page-container .mainttl__ttl {
  position: absolute;
  left: 0;
  top: 26px;
}
#page-container .mainttl__btn {
  position: absolute;
  right: 4px;
  top: 55px;
  width: 236px;
  height: 30px;
  margin-bottom:25px;
}
#page-container .mainttl__btn a {
  display: block;
  border-width: 2px;
  border-style: solid;
  border-radius: 15px;
  border-color: #0096c8;
  background: #FFF;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 1;
}
#page-container .mainttl__btn a: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_back.png) 0 0 no-repeat;
}
#page-container .mainttl__btn a span {
  font-size: 85.71429%;
  color: #0096c8;
  display: table-cell;
  vertical-align:middle;
  padding-left: 12px;
  width:236px;
  height:26px;
}
#page-container .mainttl__3dslink {
  width: 330px;
  height: 23px;
  background: url(img/bg_3dspostimage.png) 0 0 no-repeat;
  position: absolute;
  right: -67px;
  bottom: 0;
}
#page-container .mainttl__3dslink a {
  width: 330px;
  height: 23px;
  color: #FFF;
  font-size: 71.42857%;
  display: block;
  background: url(img/bg_3dspostimage_ov.png) 0 -23px no-repeat;
  -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 .mainttl__3dslink a:hover {
  background: url(img/bg_3dspostimage_ov.png) 0 0 no-repeat;
}
#page-container .mainttl__3dslink a span {
  padding: 5px 0 0 74px;
  display: inline-block;
}
#page-container .mainttl__3dslink a span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  margin-left: 0;
  margin-bottom: -1px;
  background: transparent url(../../../../wiiu/common/css/img/arrow_link_3ds_w.png) 0 0 no-repeat;
}

/* HERO
-------------------------------------------------------------------------- */
#page-container .hero-container {
  width: 100%;
  min-width: 960px;
  margin: 0 auto 65px auto;
  background: #ff8800 url(img/bg_postimage_hero.png);
}
#page-container .hero__body {
  width: 960px;
  margin: 0 auto;
  padding: 51px 0 48px 0;
}
#page-container .hero__img {
  text-align: center;
  margin-bottom: 33px;
}
#page-container .hero__ttl {
  color: #FFF;
  font-size: 228.57143%;
  text-align: center;
  margin-bottom: 29px;
}
#page-container .hero__text {
  color: #FFF;
  font-size: 92.85714%;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 26px;
}
#page-container .heroaccess {
  width: 662px;
  height: 54px;
  overflow: hidden;
  background: #FFF;
  border-radius: 27px;
  margin: 0 auto 23px auto;
  line-height: 54px;
}
#page-container .heroaccess__ttl {
  float: left;
  width: 128px;
  text-align: center;
}
#page-container .heroaccess__block {
  float: left;
  width: 530px;
  height: 46px;
  margin: 4px 4px 4px 0;
  background: #CCC;
  border-radius: 23px;
  text-align: center;
  line-height: 1;
  background: #ff8800 url(img/bg_postimage_hero.png);
}
#page-container .heroaccess__url {
  font-size: 142.85714%;
  padding: 11px 0 12px 0;
  display: inline-block;
  color: #FFF;
}
#page-container .heroaccess__text {
  font-size: 78.57143%;
  display: inline-block;
  padding: 0 20px 0 0;
  color: #FFF;
}
#page-container .hero__body .note {
  text-align: center;
  color: #FFF;
}

/* HERO
-------------------------------------------------------------------------- */
#page-container .postorder-container {
  width: 100%;
  padding: 0 0 59px 0;
}
#page-container .postorder__body {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 0 0;
}
#page-container .postorder__mainheader {
  text-align: center;
  margin-bottom: 43px;
}
#page-container .postorder__mainttl {
  color: #ff8800;
  font-size: 200%;
  line-height: 1.2;
  margin-bottom: 11px;
}
#page-container .postorder__mainsubttl {
  color: #8c8c8c;
  font-size: 107.14286%;
  line-height: 1.2;
}
#page-container .postorder01,
#page-container .postorder02,
#page-container .postorder03 {
  overflow: hidden;
  padding: 0 0 19px 0;
  background: url(img/postimage_order_arrow.png) 0 100% no-repeat;
}
#page-container .postorder__header {
  float: left;
  margin: 0 16px 0 0;
}
#page-container .postorder__headerbody {
  width: 83px;
  height: 83px;
  background: #ff8800;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 12px;
  color: #FFF;
}
#page-container .postorder__headerbody .postorder__ttltext {
  display: block;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  line-height: 1;
  margin-bottom: 2px;
}
#page-container .postorder__headerbody .postorder__num {
  display: block;
  font-size: 285.71429%;
  line-height: 1;
}
#page-container .postorder__block {
  width: 855px;
  float: left;
  border: 3px solid #d5d5d5;
  border-radius: 12px;
  overflow: hidden;
  display: table;
}
#page-container .postorder__img {
  display: table-cell;
  vertical-align: bottom;
  width: 284px;
}
#page-container .postorder__img img {
  vertical-align: bottom;
}
#page-container .postorder__article {
  display: table-cell;
  vertical-align: middle;
  padding: 0 44px 0 19px;
}
#page-container .postorder__article .article__text {
  margin-bottom: 8px;
}
#page-container .postorder-fin {
  background: #ff8800;
  height: 59px;
  border-radius: 12px;
}
#page-container .postorder-fin__text {
  line-height: 59px;
  text-align: center;
  color: #FFF;
  font-size: 128.57143%;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
#page-container .postorder-caption {
  text-align: center;
  margin: 22px 0 0 0;
}

#page-container .footericon-container {
  width: 100%;
  min-width: 960px;
  margin: 0 auto 0 auto;
  text-align: center;
  border-top: #004cfe 6px solid;
  border-bottom: #E0E0E0 1px solid;
  padding: 0 0 0 0;
}
#page-container .footericon__block {
  width: 756px;
  margin: 0 auto;
  padding: 33px 0 0 0;
}
#page-container .footericon__block:before,
#page-container .footericon__block:after {
  content: " ";
  display: table;
}
#page-container .footericon__block:after {
  clear: both;
}
#page-container .footericon__item {
  text-align: center;
  width: 126px;
  height: 117px;
  float: left;
  position: relative;
}
#page-container .footericon__item a {
  display: block;
  color: #5E5E5E;
  text-decoration: none;
}
#page-container .icon__internetbrowser:before {
  content: "";
  display: block;
  width: 11px;
  height: 5px;
  background: url(img/footer_balloon.png) 0 0 no-repeat;
  position: absolute;
  left: 57px;
  top: -33px;
}
#page-container .footericon__img {
  margin: 0 auto 15px auto;
  width: 59px;
  height: 53px;
  position: relative;
}
#page-container .footericon__img img {
  vertical-align: bottom;
}
#page-container .footericon__img:after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  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 .footericon__item a:hover .footericon__img:after {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
#page-container .footericon__text {
  font-size: 71.42857%;
  line-height: 1.4;
}

/* HOVER
-------------------------------------------------------------------------- */
#page-container .mainttl__btn span,
#page-container .mainttl__btn a:before {
  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 .mainttl__btn:hover span,
#page-container .mainttl__btn a:hover:before {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#page-container .mainttl__btn a:hover {
	text-decoration:none;
}

#page-container .mainttl__btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 240px;
  height: 30px;
  border: 0 #0096c8 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);
  cursor:pointer;
}
#page-container .mainttl__btn a:hover:after {
  border-width: 4px;
}
