/*** uncss> filename: common.css ***/

* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: 0;
}

img {
  border: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

.b-bnr {
  position: relative;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  text-decoration: none;
  display: block;
  background-color: #fff;
  background-position: 50% 50%;
  line-height: 1.08695652173913;
  font-weight: bold;
}

.b-bnr_n240x400 {
  width: 222px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

.b-bnr_n240x400.banner15 {
  background-image: url("240x400.jpg");
}


.b-bnr__after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: '';
  opacity: 1;
  -webkit-animation-name: sub_move;
  animation-name: sub_move;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.b-bnr__item {
  background-size: cover;
  width: 50px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation-name: item_move;
  animation-name: item_move;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  z-index: 3;
  background-size: cover;
}

.b-bnr__item_n240x400 {
  width: 88px;
  height: 91px;
  right: -16px;
  top: 169px;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  left: auto;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.b-bnr__logo {
  right: 20px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 112px;
  height: 30px;
  background-image: url("bnr_logo_2.svg");
  background-repeat: no-repeat;
  -webkit-animation-name: text_move;
  animation-name: text_move;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 12px;
  color: #0066b3;
  white-space: nowrap;
  margin-top: 3px;
  padding-top: 15px;
  font-weight: 900;
}

.b-bnr__logo>span {
  margin-left: -1px;
}

.b-bnr__logo_n240x400 {
  width: 119px;
  height: 32px;
  right: auto;
  left: 20px;
  padding-top: 0;
  bottom: 20px;
  width: 122px;
  height: 30px;
  padding-top: 0;
  font-size: 12px;
  font-weight: 900;
  padding-top: 18px;
  margin-top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: auto;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.b-bnr__text {
  line-height: 1.225;
  color: #0066b3;
  position: relative;
}

.b-bnr__text_n240x400 {
  display: block;
  font-size: 18px;
  padding-top: 200px;
  padding-left: 20px;
}

.b-bnr__text_n240x400_1 {
  margin-bottom: 12px;
  font-size: 20px;
  position: absolute;
  -webkit-animation-name: text_move;
  animation-name: text_move;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.b-bnr__text_n240x400_2 {
  padding-top: 60px;
}
.b-bnr__text_n240x400_2 {
  -webkit-animation-name: text_move;
  animation-name: text_move;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.strong {
  font-weight: 900;
}

@-webkit-keyframes sub_move {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sub_move {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes item_move {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

@keyframes item_move {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

@-webkit-keyframes text_move {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes text_move {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes item_move {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

@keyframes item_move {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
    transform: translateX(-50%) translateY(-50%) scale(0.6);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

@-webkit-keyframes text_move {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes text_move {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes sub_move {

0% {
  opacity: 1;
}

100% {
  opacity: 0;
}

}

@keyframes sub_move {

0% {
  opacity: 1;
}

100% {
  opacity: 0;
}

}

@-webkit-keyframes final_move {

0% {
  left: -330px;
}

100% {
  left: -568px;
}

}

@keyframes final_move {

0% {
  left: -330px;
}

100% {
  left: -568px;
}

}

@-webkit-keyframes item_move {

0% {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
  transform: translateX(-50%) translateY(-50%) scale(0.6);
}

100% {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

}

@keyframes item_move {

0% {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.6);
  transform: translateX(-50%) translateY(-50%) scale(0.6);
}

100% {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

}

@-webkit-keyframes text_move {

0% {
  opacity: 0;
}

100% {
  opacity: 1;
}

}

@keyframes text_move {

0% {
  opacity: 0;
}

100% {
  opacity: 1;
}

}

@-webkit-keyframes text_hide {

0% {
  opacity: 1;
}

100% {
  opacity: 0;
}

}

@keyframes text_hide {

0% {
  opacity: 1;
}

100% {
  opacity: 0;
}

}

@-webkit-keyframes text_hide2 {

0% {
  opacity: 1;
}

100% {
  opacity: 0;
}

}

@keyframes text_hide2 {

0% {
  opacity: 1;
}

100% {
  opacity: 0;
}

}

