@charset "UTF-8";
/* prCSS Document */
/*---------------
settings
---------------*/
/*color*/
/*---------------
mixin
---------------*/
/* animation */
/* keyframes */
/*----------keyframes animation----------*/
@-webkit-keyframes openPage {
  0% {
    -webkit-transform: scale(0, 0);
  }
  49% {
    -webkit-transform: scale(0, 0);
  }
  50% {
    -webkit-transform: scale(20, 0.1);
  }
  51% {
    -webkit-transform: scale(0.5, 3);
  }
  52% {
    -webkit-transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes openPage {
  0% {
    transform: scale(0, 0);
  }
  49% {
    transform: scale(0, 0);
  }
  50% {
    transform: scale(20, 0.1);
  }
  51% {
    transform: scale(0.5, 3);
  }
  52% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes wink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.96;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.96;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flick {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flick {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logoWink {
  to {
    background-position: 0px -110px;
  }
}
@keyframes logoWink {
  to {
    background-position: 0px -110px;
  }
}
@-webkit-keyframes inputWink {
  0% {
    -moz-box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
    -webkit-box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
    box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
  }
  50% {
    -moz-box-shadow: 0 0 30px 0 rgba(94, 239, 211, 0.75);
    -webkit-box-shadow: 0 0 30px 0 rgba(94, 239, 211, 0.75);
    box-shadow: 0 0 30px 0 rgba(94, 239, 211, 0.75);
  }
  100% {
    -moz-box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
    -webkit-box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
    box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
  }
}
@keyframes inputWink {
  0% {
    -moz-box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
    -webkit-box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
    box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
  }
  50% {
    -moz-box-shadow: 0 0 30px 0 rgba(94, 239, 211, 0.75);
    -webkit-box-shadow: 0 0 30px 0 rgba(94, 239, 211, 0.75);
    box-shadow: 0 0 30px 0 rgba(94, 239, 211, 0.75);
  }
  100% {
    -moz-box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
    -webkit-box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
    box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
  }
}
@keyframes checking01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes checking01 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes checking02 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes checking02 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes checking03 {
  to {
    background-position: 0px -126px;
  }
}
@keyframes checking03 {
  to {
    background-position: 0px -126px;
  }
}
@-webkit-keyframes successMove {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -65px center;
  }
}
@keyframes successMove {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -65px center;
  }
}
@-webkit-keyframes successText {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes successText {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes faildedMove {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -60px center;
  }
}
@keyframes faildedMove {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -60px center;
  }
}
@-webkit-keyframes working {
  to {
    background-position: center -256px;
  }
}
@keyframes working {
  to {
    background-position: center -256px;
  }
}
@-webkit-keyframes unable {
  to {
    background-position: center -724px;
  }
}
@keyframes unable {
  to {
    background-position: center -724px;
  }
}
@-webkit-keyframes delete {
  to {
    background-position: center -152px;
  }
}
@keyframes delete {
  to {
    background-position: center -152px;
  }
}
@-webkit-keyframes completeMove {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -82px center;
  }
}
@keyframes completeMove {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -82px center;
  }
}
@-webkit-keyframes whoLoad01 {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes whoLoad01 {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes whoLoad02 {
  29% {
    -webkit-transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(3, 1);
  }
  31% {
    -webkit-transform: scale(1, 1);
  }
  49.5% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(2, 0.8);
  }
  50.5% {
    -webkit-transform: scale(1, 1);
  }
  59.5% {
    -webkit-transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(0.5, 3);
  }
  60.5% {
    -webkit-transform: scale(1, 1);
  }
  90% {
    background-position: 0px 0px;
  }
  91% {
    background-position: 0px -238px;
  }
  92% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@keyframes whoLoad02 {
  29% {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(3, 1);
  }
  31% {
    transform: scale(1, 1);
  }
  49.5% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(2, 0.8);
  }
  50.5% {
    transform: scale(1, 1);
  }
  59.5% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(0.5, 3);
  }
  60.5% {
    transform: scale(1, 1);
  }
  90% {
    background-position: 0px 0px;
  }
  91% {
    background-position: 0px -238px;
  }
  92% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-webkit-keyframes logoBreak {
  49.5% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(200, 0.1);
  }
  50.5% {
    -webkit-transform: scale(1, 1);
  }
  59.5% {
    -webkit-transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(0.5, 3);
  }
  60.5% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes logoBreak {
  49.5% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(200, 0.1);
  }
  50.5% {
    transform: scale(1, 1);
  }
  59.5% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(0.5, 3);
  }
  60.5% {
    transform: scale(1, 1);
  }
}
/*alt*/
/*---------------
□□□layout□□□
---------------*/
#wrapperCover_01{
  width: 100%;
}
#PR {
  background: url("../images/bg.png") repeat left top;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#PR .inner {
  background: url("../images/globe.png") no-repeat center center;
  width: 100%;
  height: 100%;
}
#PR .block {
  margin: -280px 0 0 -308px;
  width: 615px;
  height: 560px;
  position: absolute;
  top: 50%;
  left: 50%;
}
#PR .block .box {
  background: rgba(22, 173, 147, 0.1);
  width: 611px;
  height: 556px;
  border: 2px solid #fff;
  position: relative;
  -webkit-animation: wink 0.1s infinite;
  -moz-animation: wink 0.1s infinite;
  animation: wink 0.1s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR .block .box .h2_tit {
  padding: 20px 0 0 30px;
  height: 70px;
  position: relative;
}
#PR .block .box .h2_tit #eraselogo {
  background-image: url(../images/eraselogo.png);
  width: 317px;
  height: 55px;
  -webkit-animation: logoWink 0.1s steps(2) infinite;
  -moz-animation: logoWink 0.1s steps(2) infinite;
  animation: logoWink 0.1s steps(2) infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
#PR .block .box .h2_tit:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #fff;
  position: absolute;
  border-right-color: transparent;
  border-bottom-color: transparent;
  top: 5px;
  left: 5px;
}
#PR .block .box:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #fff;
  position: absolute;
  border-top-color: transparent;
  border-right-color: transparent;
  bottom: 5px;
  left: 5px;
}
#PR .block .box:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #fff;
  position: absolute;
  border-top-color: transparent;
  border-left-color: transparent;
  bottom: 5px;
  right: 5px;
}
#PR .block .box .h3_tit {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 64px;
  position: relative;
}
#PR .block .box .h3_tit img {
  position: absolute;
  top: 50%;
  left: 50%;
}
#PR .block .box .h3_tit.login img {
  margin: -13px 0 0 -71px;
}
#PR .block .box .h3_tit.success {
  background-color: rgba(22, 173, 147, 0.9);
  background-image: url(../images/success.png);
  background-repeat: repeat-x;
  background-position: center center;
  -webkit-animation: successMove 1s linear infinite;
  -moz-animation: successMove 1s linear infinite;
  animation: successMove 1s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR .block .box .h3_tit.success img {
  margin: -13px 0 0 -141px;
}
#PR .block .box .h3_tit.failded {
  background-color: rgba(247, 2, 0, 0.9);
  background-image: url(../images/failded.png);
  background-repeat: repeat-x;
  background-position: center center;
  -webkit-animation: faildedMove 1s linear infinite;
  -moz-animation: faildedMove 1s linear infinite;
  animation: faildedMove 1s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR .block .box .h3_tit.failded img {
  margin: -13px 0 0 -107px;
}
#PR .block .box .h3_tit.running img {
  margin: -13px 0 0 -231px;
}
#PR .block .box .h3_tit.running .working {
  background: url(../images/h3_working.png) no-repeat center 0;
  height: 64px;
  width: 611px;
  display: block;
  -webkit-animation: working 0.5s steps(4) infinite;
  -moz-animation: working 0.5s steps(4) infinite;
  animation: working 0.5s steps(4) infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
#PR .block .box .h3_tit.complete {
  background-color: rgba(22, 173, 147, 0.9);
  background-image: url(../images/complete.png);
  background-repeat: repeat-x;
  background-position: center center;
  -webkit-animation: completeMove 1s linear infinite;
  -moz-animation: completeMove 1s linear infinite;
  animation: completeMove 1s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR .block .box .h3_tit.complete img {
  margin: -13px 0 0 -80px;
}
#PR .block .box .attention {
  padding: 10px 20px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#PR .block .box .btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#PR .block .box2 {
  width: 615px;
  height: 560px;
  position: relative;
}
#PR .block .note {
  position: absolute;
  top: -1.6em;
  left: 0;
}
#PR .block .btn_close2 {
  position: absolute;
  bottom: -55px;
  right: 0;
  width: 100%;
  text-align: center;
}
#PR .block .copy {
  position: absolute;
  bottom: -20px;
  right: 0;
}
#PR .block .btn_skip {
  position: absolute;
  top: -30px;
  right: 10px;
}
#PR #A2.on {
  -webkit-animation: openPage 3s;
  -moz-animation: openPage 3s;
  animation: openPage 3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR #A2 .content .txt01 {
  padding: 30px 0 20px;
  text-align: center;
}
#PR #A2 .content .textarea {
  margin: 0 auto;
  width: 418px;
  border: 1px solid #fff;
  -moz-box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
  -webkit-box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
  box-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
  -webkit-animation: inputWink 1s linear infinite;
  -moz-animation: inputWink 1s linear infinite;
  animation: inputWink 1s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR #A2 .content .textarea input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 15px;
  width: 388px;
}
#PR #A2 .content .btn {
  padding-top: 40px;
  text-align: center;
}
#PR #A3 .content .checking {
  padding-top: 65px;
  text-align: center;
}
#PR #A3 .content #checking {
  margin: 65px auto 0;
  width: 230px;
  height: 230px;
  position: relative;
}
#PR #A3 .content #checking p {
  width: 230px;
  height: 230px;
  position: absolute;
}
#PR #A3 .content #checking p#checking_01 {
  background-image: url(../images/checking_01.png);
  -webkit-animation: checking01 2s linear infinite;
  -moz-animation: checking01 2s linear infinite;
  animation: checking01 2s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR #A3 .content #checking p#checking_02 {
  background-image: url(../images/checking_02.png);
  -webkit-animation: checking02 2s linear infinite;
  -moz-animation: checking02 2s linear infinite;
  animation: checking02 2s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR #A3 .content #checking p#checking_03 {
  width: 123px;
  height: 42px;
  background-image: url(../images/checking_03.png);
  -webkit-animation: checking03 1s steps(3) infinite;
  -moz-animation: checking03 1s steps(3) infinite;
  animation: checking03 1s steps(3) infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: 52px;
  top: 93px;
}
#PR #B1 .box {
  border: 2px solid #1fcaac;
}
#PR #B1 .box .h2_tit:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #1fcaac;
  position: absolute;
  border-right-color: transparent;
  border-bottom-color: transparent;
  top: 5px;
  left: 5px;
}
#PR #B1 .box:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #1fcaac;
  position: absolute;
  border-top-color: transparent;
  border-right-color: transparent;
  bottom: 5px;
  left: 5px;
}
#PR #B1 .box:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #1fcaac;
  position: absolute;
  border-top-color: transparent;
  border-left-color: transparent;
  bottom: 5px;
  right: 5px;
}
#PR #B1 .content .user {
  margin: 0 auto;
  padding: 30px 0 20px;
  width: 515px;
}
#PR #B1 .content .user .photo {
  width: 110px;
  float: left;
}
#PR #B1 .content .user .personal {
  padding-bottom: 20px;
  width: 380px;
  float: right;
}
#PR #B1 .content .user .total {
  width: 380px;
  float: right;
}
#PR #B1 .content .user .total img:last-child {
  margin-left: 10px;
}
#PR #B1 .content .comp {
  padding: 10px;
  text-align: center;
  clear: both;
}
#failed_txt {
  text-align: center;
}
#failed_txt p {
  width: 330px;
  display: inline-block;
  color: #FF0000;
}
#PR #B1 .content #success_txt {
  margin: 10px auto;
  height: 45px;
  width: 357px;
  position: relative;
  clear: both;
}
#PR #B1 .content #success_txt .alt {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#PR #B1 .content #success_txt .txt {
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 45px;
  width: 357px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#PR #B1 .content #success_txt .txt.txt01 {
  background-image: url(../images/success_txt_01.png);
}
#PR #B1 .content #success_txt .txt.txt02 {
  background-image: url(../images/success_txt_02.png);
  -webkit-animation: successText 3s infinite;
  -moz-animation: successText 3s infinite;
  animation: successText 3s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR #B1 .content .sns_share {
  background: url("../images/sns/bg_share.png") no-repeat center center;
  margin: 0 auto;
  width: 430px;
  height: 128px;
}
#PR #B1 .content .sns_share .h4_share {
  padding-top: 10px;
  height: 30px;
  text-align: center;
}
#PR #B1 .content .sns_share .btns {
  font-size: 0;
  text-align: center;
}
#PR #B1 .content .sns_share .btns li {
  width: 140px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#PR #C1 .box {
  border: 2px solid #f70200;
}
#PR #C1 .box .h2_tit:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #f70200;
  position: absolute;
  border-right-color: transparent;
  border-bottom-color: transparent;
  top: 5px;
  left: 5px;
}
#PR #C1 .box:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #f70200;
  position: absolute;
  border-top-color: transparent;
  border-right-color: transparent;
  bottom: 5px;
  left: 5px;
}
#PR #C1 .box:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #f70200;
  position: absolute;
  border-top-color: transparent;
  border-left-color: transparent;
  bottom: 5px;
  right: 5px;
}
#PR #C1 .content .logoinfailed {
  padding-top: 65px;
  height: 45px;
  text-align: center;
}
#PR #C1 .content .notfound {
  padding: 30px 0;
  text-align: center;
}
#PR #C1 .content .btn {
  text-align: center;
}
#PR #C2_1 .content .unable {
  padding-top: 70px;
  text-align: center;
}
#PR #C2_1 .content .unable .txt {
  background: url("../images/unable.png") no-repeat 0 0;
  margin: 0 auto;
  width: 372px;
  height: 181px;
  display: block;
  overflow: visible;
  position: relative;
  -webkit-animation: unable 1s steps(4) infinite;
  -moz-animation: unable 1s steps(4) infinite;
  animation: unable 1s steps(4) infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
#PR #C2_1 .content .unable .txt:before {
  content: "";
  background: url("../images/icon_exc.png") no-repeat 0 0;
  height: 78px;
  width: 86px;
  position: absolute;
  left: 142px;
  top: -9px;
  -webkit-animation: successText 4s infinite;
  -moz-animation: successText 4s infinite;
  animation: successText 4s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR #C2_1 .content .deleterun {
  padding-top: 20px;
  text-align: center;
}
#PR #C2_2 .content .unable {
  padding-top: 70px;
  text-align: center;
}
#PR #C2_2 .content .unable .txt {
  background: url("../images/unable.png") no-repeat 0 0;
  margin: 0 auto;
  width: 372px;
  height: 181px;
  display: block;
  overflow: visible;
  position: relative;
  -webkit-animation: unable 1s steps(4) infinite;
  -moz-animation: unable 1s steps(4) infinite;
  animation: unable 1s steps(4) infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
#PR #C2_2 .content .unable .txt:before {
  content: "";
  background: url("../images/icon_exc.png") no-repeat 0 0;
  height: 78px;
  width: 86px;
  position: absolute;
  left: 142px;
  top: -9px;
  -webkit-animation: successText 4s infinite;
  -moz-animation: successText 4s infinite;
  animation: successText 4s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR #C2_2 .content .deleterun {
  padding-top: 20px;
  text-align: center;
}
#PR #C2_3 .box {
  border: 2px solid #f70200;
}
#PR #C2_3 .box .h2_tit:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #f70200;
  position: absolute;
  border-right-color: transparent;
  border-bottom-color: transparent;
  top: 5px;
  left: 5px;
}
#PR #C2_3 .box:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #f70200;
  position: absolute;
  border-top-color: transparent;
  border-right-color: transparent;
  bottom: 5px;
  left: 5px;
}
#PR #C2_3 .box:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #f70200;
  position: absolute;
  border-top-color: transparent;
  border-left-color: transparent;
  bottom: 5px;
  right: 5px;
}
#PR #C2_3 .box .h3_tit.running {
  background-color: rgba(247, 2, 0, 0.9);
}
#PR #C2_3 .content .delete {
  background: url("../images/delete.png") no-repeat 0 0;
  margin: 40px auto 0;
  width: 292px;
  height: 38px;
  -webkit-animation: delete 0.5s steps(4) infinite;
  -moz-animation: delete 0.5s steps(4) infinite;
  animation: delete 0.5s steps(4) infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
#PR #C2_3 .content .loading {
  padding-top: 35px;
  text-align: center;
}
#PR #C3_1 .box {
  border: 2px solid #1fcaac;
}
#PR #C3_1 .box .h2_tit:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #1fcaac;
  position: absolute;
  border-right-color: transparent;
  border-bottom-color: transparent;
  top: 5px;
  left: 5px;
}
#PR #C3_1 .box:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #1fcaac;
  position: absolute;
  border-top-color: transparent;
  border-right-color: transparent;
  bottom: 5px;
  left: 5px;
}
#PR #C3_1 .box:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 7px;
  border-color: #1fcaac;
  position: absolute;
  border-top-color: transparent;
  border-left-color: transparent;
  bottom: 5px;
  right: 5px;
}
#PR #C3_1 .content .complete {
  padding-top: 25px;
  text-align: center;
}
#PR #C3_1 .content .loading {
  margin: 0 auto;
  height: 247px;
  width: 110px;
  position: relative;
}
#PR #C3_1 .content .loading:before, #PR #C3_1 .content .loading:after {
  content: "";
  height: 247px;
  width: 110px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
#PR #C3_1 .content .loading:before {
  background: url("../images/loading_01.png") no-repeat 0 0;
}
#PR #C3_1 .content .loading:after {
  background: url("../images/loading_02.png") no-repeat 0 0;
  -webkit-animation: successText 4s infinite;
  -moz-animation: successText 4s infinite;
  animation: successText 4s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR #C4_1 .content .who {
  padding-top: 110px;
  text-align: center;
}
#PR #C4_1 .content .loading {
  margin: 0 auto;
  height: 247px;
  width: 110px;
  position: relative;
}
#PR #C4_1 .content .loading:before, #PR #C4_1 .content .loading:after {
  content: "";
  height: 247px;
  width: 110px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
#PR #C4_1 .content .loading:before {
  background: url("../images/loading_03.png") no-repeat 0 0;
  -webkit-animation: whoLoad01 1s infinite alternate;
  -moz-animation: whoLoad01 1s infinite alternate;
  animation: whoLoad01 1s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR #C4_1 .content .loading:after {
  background: url("../images/loading_04.png") no-repeat 0 0;
  -webkit-animation: whoLoad02 1s infinite;
  -moz-animation: whoLoad02 1s infinite;
  animation: whoLoad02 1s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR #C5_1 .content .delete {
  padding-top: 220px;
  text-align: center;
}
#PR #C5_2.block {
  margin-top: -305px;
  height: 610px;
}
#PR #C5_2 .content .delete {
  margin: 0 auto 15px auto;
  padding: 10px 0 5px 0;
  width: 75%;
  text-align: center;
  border: 1px solid #fff;
}
#PR #C5_2 .content .delete img {
  margin-top: 5px;
}
#PR #C5_2 .content .logo {
  height: 172px;
  width: 478px;
  margin: 5px auto 0;
  -webkit-animation: logoBreak 7s steps(2) infinite alternate;
  -moz-animation: logoBreak 7s steps(2) infinite alternate;
  animation: logoBreak 7s steps(2) infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#PR #C5_2 .content .logo span {
  background: url("../images/logo_soshidare.png") no-repeat 0 0;
  height: 172px;
  width: 478px;
  display: block;
  -webkit-animation: flick 0.1s infinite;
  -moz-animation: flick 0.1s infinite;
  animation: flick 0.1s infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  overflow: visible;
}
#PR #C5_2 .content .oadate {
  padding: 5px 0 10px;
  text-align: center;
}
#PR #C5_2 .content .sns_share {
  background: url("../images/sns/bg_share.png") no-repeat center center;
  margin: 0 auto;
  width: 430px;
  height: 128px;
}
#PR #C5_2 .content .sns_share .h4_share {
  padding-top: 10px;
  height: 30px;
  text-align: center;
}
#PR #C5_2 .content .sns_share .btns {
  font-size: 0;
  text-align: center;
}
#PR #C5_2 .content .sns_share .btns li {
  width: 140px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#PR #C5_2 .content .attention {
  padding-top: 10px;
  text-align: center;
}
#PR #C5_2 .content .btn_close3 {
  padding-top: 20px;
  text-align: center;
}

/*---------------
□□□font□□□
---------------*/
#PR .block .box .attention {
  font-size: 14px;
  color: #fff;
}
#PR .block .note {
  font-size: 14px;
  color: #f00;
}
#PR #A2 .content .textarea input {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(94, 239, 211, 0.75);
  text-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
}
#PR #B1 .content .user .total {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
}
#PR #C1 .content .notfound {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
}
#PR #C3_1 .content .complete {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
  color: #1fcaac;
  text-shadow: 0 0 10px rgba(94, 239, 211, 0.75);
  text-shadow: 0 0 10px 0 rgba(94, 239, 211, 0.75);
}
#PR #C5_2 .content .delete {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
}
#PR #C5_2 .content .attention {
  font-size: 14px;
  color: #fff;
}
