@charset "UTF-8";
#page-container .imgradius {
  border-radius: 12px;
  overflow: hidden;
}
#page-container .imgradius.radiusbor1 {
  border: 1px solid #d6d6d6;
}
#page-container .note {
  font-size: 78.57143%;
  padding: 0 0 0 1em;
  text-indent: -1em;
  color: #7d7d7d;
}
#page-container .c-btn__round {
  display: inline-block;
  *zoom: 1;
  border-width: 2px;
  font-size: 85.7142857143%;
  border-style: solid;
  border-radius: 15px;
  border-color: #ce181e;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#page-container .c-btn__round span {
  font-size: 85.71429%;
  color: #ce181e;
  display: inline-block;
  padding: 8px 48px 8px;
}
#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 {
  position: relative;
  z-index: 1;
}

#page-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 3855px;
  opacity: 0.5;
  z-index: 0;
}

/* MAIN titile
-------------------------------------------------------------------------- */
#page-container .title-container {
  width: 960px;
  height: 111px;
  margin: 0 auto 0 auto;
  position: relative;
}
#page-container .main__ttl {
  padding-top: 40px;
}
#page-container .main__ttl:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  margin: 0 9px 0 0;
  background: transparent url(../../../../3ds/common/css/img/icon_hlv1_red.png) 0 0 no-repeat;
}
#page-container .main__ttl h2 {
  display: inline-block;
  width: 455px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: transparent url(img/ttl_network_hlv1.png) 0 0 no-repeat;
}
#page-container .mainttl__features {
  position: absolute;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 0;
  margin-bottom: auto;
  margin-top: auto;
}
#page-container .mainttl__features .c-btn__round {
  width: 240px;
}
#page-container .mainttl__features .c-btn__round:before {
  background: transparent url(../../../../3ds/common/css/img/arrow_link_10.png) 0 0 no-repeat;
}
#page-container .mainttl__features .c-btn__round span {
  letter-spacing: 0.1em;
  color: #ce181e;
}

/* .streetpass
-------------------------------------------------------------------------- */
#page-container {
  width: 100%;
  overflow: hidden;
}
#page-container .streetpass-container {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  border-top: 1px solid #d6d6d6;
  padding-top: 40px;
  padding-bottom: 72px;
}
#page-container .streetpass__body {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#page-container .streetpass__text {
  font-size: 92.8571428571%;
  line-height: 2;
  letter-spacing: 0.08em;
  /*
  	font-size: percent(13);
  	line-height: 2.0;
  	letter-spacing: 0.08em;
  */
  text-align: center;
  margin-bottom: 56px;
}
#page-container .streetpass__header {
  text-align: center;
  position: relative;
}
#page-container .streetpass__header:before {
  content: "";
  height: 1px;
  width: 100%;
  background: transparent url(../../../../3ds/common/css/img/dot_h_01.png) 0 0 repeat-x;
  position: absolute;
  top: 76px;
  left: 0;
}
#page-container .streetpass_icon {
  display: inline-block;
  width: 152px;
  height: 152px;
  background: #00c900;
  border-radius: 76px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
#page-container .streetpass_icon img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -42px;
}
#page-container .streetpass_title-sub {
  color: #00c900;
  font-size: 121.4285714286%;
  letter-spacing: 0.1em;
}
#page-container .streetpass_title {
  color: #00c900;
  font-size: 200%;
  letter-spacing: 0.1em;
}
#page-container .streetpass__article {
  position: relative;
}
#page-container .streetpass__article__inner {
  margin-left: 347px;
  padding-top: 64px;
  padding-bottom: 96px;
}
#page-container .streetpass__article__image {
  position: absolute;
  left: 16px;
  top: 0;
}
#page-container .streetpass__article__text {
  font-size: 92.8571428571%;
  line-height: 2.0;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
#page-container .streetpass__article__note:not(:last-child) {
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
#page-container .streetpass__exarea {
  position: relative;
  background: url(../css/img/dobutsu_pattern.png);
  border-radius: 12px;
  margin-bottom: 40px;
}
#page-container .streetpass__exarea__title {
  position: absolute;
  top: -14px;
  left: 59px;
  width: 202px;
  display: inline-block;
  border-radius: 20px;
  background: #00c900;
  overflow: hidden;
  text-align: center;
  line-height: 1;
}
#page-container .streetpass__exarea__title span {
  color: #FFF;
  display: inline-block;
  padding: 8px 0 8px 0;
}
#page-container .streetpass__exarea__logo {
  position: absolute;
  top: 45px;
  left: 45px;
}
#page-container .streetpass__exarea__btn .c-btn__round {
  position: absolute;
  top: 157px;
  left: 92px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-color: #00c900;
}
#page-container .streetpass__exarea__btn .c-btn__round:before {
  background-image: url(../css/img/dobutsu_arrow.png);
  width: 12px;
  height: 12px;
}
#page-container .streetpass__exarea__btn .c-btn__round span {
  padding: 6px 22px 6px 32px;
  color: #00c900;
}
#page-container .streetpass__exarea__image {
  position: absolute;
  top: 17px;
  left: 317px;
  line-height: 0;
}
#page-container .streetpass__exarea__inner {
  margin-left: 650px;
  margin-right: 40px;
  padding-top: 72px;
  padding-bottom: 72px;
}
#page-container .streetpass_text {
  font-size: 92.8571428571%;
  line-height: 2.0;
  text-align: center;
  margin-bottom: 112px;
}
#page-container .streetpass__center {
  position: relative;
}
#page-container .streetpass__center:before {
  content: url(img/frameline_l.png);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
#page-container .streetpass__center:after {
  content: url(img/frameline_r.png);
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}
#page-container .streetpass__center__logo {
  position: absolute;
  left: 45px;
  top: 20px;
}
#page-container .streetpass__center__inner {
  padding-top: 4px;
  margin-left: 294px;
  margin-right: 46px;
}
#page-container .streetpass__center__text {
  font-size: 92.8571428571%;
  line-height: 2.0;
  margin-bottom: 16px;
}
#page-container .streetpass__center__btn .c-btn__round {
  border-color: #008c46;
}
#page-container .streetpass__center__btn .c-btn__round:before {
  background-image: url(../css/img/linkingstation_arrow.png);
  width: 12px;
  height: 12px;
}
#page-container .streetpass__center__btn .c-btn__round span {
  padding: 6px 22px 6px 32px;
  color: #008c46;
}

/* .spotpass
-------------------------------------------------------------------------- */
#page-container {
  width: 100%;
  overflow: hidden;
}
#page-container .spotpass-container {
  width: 100%;
  min-width: 960px;
  margin: 0 auto;
  padding-bottom: 72px;
}
#page-container .spotpass__body {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#page-container .spotpass__text {
  font-size: 92.8571428571%;
  line-height: 2.0;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 56px;
}
#page-container .spotpass__header {
  text-align: center;
  position: relative;
}
#page-container .spotpass__header:before {
  content: "";
  height: 1px;
  width: 100%;
  background: transparent url(../../../../3ds/common/css/img/dot_h_01.png) 0 0 repeat-x;
  position: absolute;
  top: 76px;
  left: 0;
}
#page-container .spotpass_icon {
  display: inline-block;
  width: 152px;
  height: 152px;
  background: #00a0e2;
  border-radius: 76px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
#page-container .spotpass_icon img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -42px;
}
#page-container .spotpass_title-sub {
  color: #00a0e2;
  font-size: 121.4285714286%;
  letter-spacing: 0.1em;
}
#page-container .spotpass_title {
  color: #00a0e2;
  font-size: 200%;
  letter-spacing: 0.1em;
}
#page-container .spotpass__article {
  position: relative;
}
#page-container .spotpass__article__inner {
  margin-left: 24px;
  margin-right: 320px;
  padding-top: 48px;
  padding-bottom: 96px;
}
#page-container .spotpass__article__image {
  position: absolute;
  right: 16px;
  top: 32px;
}
#page-container .spotpass__article__text {
  font-size: 92.8571428571%;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
#page-container .spotpass__article__note:not(:last-child) {
  letter-spacing: 0.12em;
  margin-bottom: 8px;
}
#page-container .spotpass__exarea {
  position: relative;
  background: url(../css/img/egokoro_pattern.png);
  border-radius: 12px;
  margin-bottom: 40px;
}
#page-container .spotpass__exarea__title {
  position: absolute;
  top: -14px;
  left: 59px;
  width: 202px;
  line-height: 1;
  display: inline-block;
  border-radius: 20px;
  background: #00a0e2;
  overflow: hidden;
  text-align: center;
}
#page-container .spotpass__exarea__title span {
  color: #FFF;
  display: inline-block;
  padding: 8px 0 8px 0;
}
#page-container .spotpass__exarea__logo {
  position: absolute;
  top: 60px;
  left: 20px;
}
#page-container .spotpass__exarea__btn .c-btn__round {
  position: absolute;
  top: 157px;
  left: 92px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-color: #00a0e2;
}
#page-container .spotpass__exarea__btn .c-btn__round:before {
  background-image: url(../css/img/egokoro_arrow.png);
  width: 12px;
  height: 12px;
}
#page-container .spotpass__exarea__btn .c-btn__round span {
  padding: 6px 22px 6px 32px;
  color: #00a0e2;
}
#page-container .spotpass__exarea__image {
  position: absolute;
  top: -20px;
  left: 322px;
  line-height: 0;
}
#page-container .spotpass__exarea__inner {
  margin-left: 650px;
  margin-right: 40px;
  padding-top: 64px;
  padding-bottom: 64px;
}
#page-container .spotpass_text {
  font-size: 92.8571428571%;
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: 92.8571428571%;
  line-height: 2.0;
  text-align: center;
  margin-bottom: 112px;
}

#page-container .hardwarerfooternav-container {
  border-top: 1px solid #d6d6d6;
}

/* ADD LINK ARROW
-------------------------------------------------------------------------- */
#page-container .link-arrow.ble-wht:before {
  background-image: url(img/icon_arrow_ble-wht.png);
}


/* HOVER
-------------------------------------------------------------------------- */
#page-container .c-btn__round span,
#page-container .c-btn__round: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 .c-btn__round:hover span,
#page-container .c-btn__round:hover:before{
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#page-container .c-btn__round:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 118px;
  height: 26px;
  border: 0 #ce181e solid;
  border-radius: 14px;
  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 .c-btn__round:hover:after {
  border-width: 4px;
}

#page-container .mainttl__features .c-btn__round:after {
    width: 240px;
    height: 30px;
}

#page-container .streetpass__exarea__btn .c-btn__round:after {
  border-color: #00c900;
}
#page-container .streetpass__center__btn .c-btn__round:after{
  border-color: #008c46;
}
#page-container .spotpass__exarea__btn .c-btn__round:after{
  border-color: #00a0e2;
}


#page-container .about3d__btnbody{
  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 .about3d__btnbody:hover{
  opacity: 0.75;
  filter: alpha(opacity=75);
}
