#contents .header {
  background: #004288;
}
#contents .header__inner {
  padding: 5px 15px 15px 15px;
}
@media screen and (max-width: 767px) {
  #contents .header__inner {
    padding: 2vw 5.3333333333vw;
  }
}

main .mv {
  margin-top: -10px;
  padding-bottom: 10px;
  background-color: #004288;
}
@media screen and (max-width: 767px) {
  main .mv {
    margin-top: -1px;
    padding-bottom: 1.3333333333vw;
  }
}
main .mv__inner {
  padding: 26px 0 28px 0;
  background: url(/products/bizprinter/smartcharge/index/images/bg-mv.png) no-repeat center center;
  background-size: 1753px;
}
@media screen and (max-width: 767px) {
  main .mv__inner {
    padding: 2.4vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
    background: url(/products/bizprinter/smartcharge/index/images/bg-mv-sp.png) no-repeat center center;
    background-size: cover;
  }
}
main .mv__text {
  width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .mv__text {
    width: 100%;
  }
}
main .mv__title {
  margin-top: 15px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  main .mv__title {
    margin-top: 2.6666666667vw;
  }
}
main .mv__title.is-active .mv__title--bg {
  animation: slide 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
main .mv__title.is-active .mv__title--bg.bg--01 {
  animation-delay: 0.5s;
}
main .mv__title.is-active .mv__title--bg.bg--01 .mv__title--text {
  transition-delay: 1s;
}
main .mv__title.is-active .mv__title--bg.bg--02 {
  animation-delay: 1.5s;
}
main .mv__title.is-active .mv__title--bg.bg--02 .mv__title--text {
  transition-delay: 2s;
}
main .mv__title.is-active .mv__title--bg.bg--03 {
  animation-delay: 2.5s;
}
main .mv__title.is-active .mv__title--bg.bg--03 .mv__title--text {
  transition-delay: 3s;
}
main .mv__title.is-active .mv__title--text {
  width: 100%;
  transition: width 0.5s;
  transition-delay: 1s;
}
main .mv__title--bg {
  display: inline-block;
  position: relative;
  padding: 2px 10px 4px 10px;
  background-color: #ffffff;
  transform: scale(0) translateX(-5%);
  transform-origin: left center;
}
@media screen and (max-width: 767px) {
  main .mv__title--bg {
    padding: 0.2666666667vw 2vw 0.8vw 2vw;
  }
}
main .mv__title--bg.bg--02, main .mv__title--bg.bg--03 {
  margin-left: 63px;
}
@media screen and (max-width: 767px) {
  main .mv__title--bg.bg--02, main .mv__title--bg.bg--03 {
    margin-top: 1.0666666667vw;
    margin-left: 0;
  }
}
main .mv__title--bg.bg--02::before, main .mv__title--bg.bg--02::after, main .mv__title--bg.bg--03::before, main .mv__title--bg.bg--03::after {
  display: block;
  position: absolute;
  top: 50%;
  left: -31px;
  width: 3px;
  height: 50px;
  background-color: #ffffff;
  content: "";
  transform-origin: top;
}
@media screen and (max-width: 767px) {
  main .mv__title--bg.bg--02::before, main .mv__title--bg.bg--02::after, main .mv__title--bg.bg--03::before, main .mv__title--bg.bg--03::after {
    left: -4.5333333333vw;
    width: 0.4vw;
    height: 6.6666666667vw;
  }
}
main .mv__title--bg.bg--02::before, main .mv__title--bg.bg--03::before {
  transform: rotate(45deg) translateY(-50%);
}
main .mv__title--bg.bg--02::after, main .mv__title--bg.bg--03::after {
  transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  main .mv__title--bg.bg--02 {
    margin-left: 24vw;
  }
}
@media screen and (max-width: 767px) {
  main .mv__title--bg.bg--03 {
    margin-left: 59.3333333333vw;
  }
}
main .mv__title--text {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 0;
  color: #002347;
  font-size: 39px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main .mv__title--text {
    font-size: 6.1333333333vw;
    font-weight: 400;
  }
}
main .mv__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  main .mv__lead {
    line-height: 1;
  }
}
main .mv__lead--bottom {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  main .mv__lead--bottom {
    margin-top: 2.4vw;
  }
}
main .mv__lead--bottom span:nth-of-type(1) {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  main .mv__lead--bottom span:nth-of-type(1) {
    padding-right: 0.8vw;
  }
}
main .mv__lead--bottom span:nth-of-type(2) {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  main .mv__lead--bottom span:nth-of-type(2) {
    padding-right: 0;
    padding-left: 0.8vw;
  }
}
main .mv__lead--bottom span:nth-of-type(3) {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  main .mv__lead--bottom span:nth-of-type(3) {
    padding-right: 0.8vw;
    padding-left: 0;
  }
}
main .mv__lead--bottom span:nth-of-type(4) {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  main .mv__lead--bottom span:nth-of-type(4) {
    padding-left: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  main .mv__lead--bottom span + span {
    margin-top: 0.5em;
  }
}
main .mv__lead span {
  display: inline-block;
  padding: 2px 8px 5px 8px;
  background-color: #002347;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .mv__lead span {
    padding: 0.1333333333vw 0.8vw 0.6666666667vw 0.8vw;
    font-size: 2.6666666667vw;
  }
}
main .lineup {
  margin-top: 30px;
  background-color: #004288;
}
@media screen and (max-width: 767px) {
  main .lineup {
    margin-top: 2.6666666667vw;
  }
}
main .lineup__inner {
  position: relative;
  width: 870px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  main .lineup__inner {
    width: 76%;
  }
}
main .lineup__inner::before, main .lineup__inner::after {
  display: block;
  position: absolute;
  top: 0;
  width: 14px;
  height: 100%;
  background-color: #ffffff;
  content: "";
}
@media screen and (max-width: 767px) {
  main .lineup__inner::before, main .lineup__inner::after {
    width: 2.6666666667vw;
  }
}
main .lineup__inner::before {
  left: -14px;
}
@media screen and (max-width: 767px) {
  main .lineup__inner::before {
    left: -2.6666666667vw;
  }
}
main .lineup__inner::after {
  right: -14px;
}
@media screen and (max-width: 767px) {
  main .lineup__inner::after {
    right: -2.6666666667vw;
  }
}
main .lineup__title {
  padding: 6px 12px;
  background-color: #004288;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .lineup__title {
    padding: 0.6666666667vw 0;
    font-size: 3.0666666667vw;
    text-align: center;
  }
}
main .lineup__list {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  main .lineup__list {
    flex-wrap: wrap;
    margin-top: 2.4vw;
  }
}
main .lineup__item {
  width: 208px;
  height: 204px;
  background: url(/products/bizprinter/smartcharge/index/images/bg-lineup-item-on.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  main .lineup__item {
    width: 48.4210526316%;
    height: 48.7719298246%;
  }
}
@media screen and (max-width: 767px) {
  main .lineup__item:nth-child(n+3) {
    margin-top: 5.3333333333vw;
  }
}
main .lineup__item a {
  display: block;
  position: relative;
}
main .lineup__item a:hover {
  opacity: 1;
}
main .lineup__item a:hover .lineup__item--bg {
  opacity: 0;
  transition: opacity 0.2s;
}
main .lineup__item a:hover .lineup__item--name {
  color: #004288;
  transition: color 0.2s;
}
main .lineup__item a:hover .lineup__item--name::after {
  background: url(/products/bizprinter/smartcharge/index/common/images/ps-link-arrow-hover.svg) no-repeat center center;
  background-size: 100%;
  transition: background 0.2s;
}
main .lineup__item a:hover .lineup__item--img {
  transition: transform 0.2s;
  transform: translateX(-50%) scale(1.25);
}
@media screen and (max-width: 767px) {
  main .lineup__item a:hover .lineup__item--img {
    transform: translateX(-50%) scale(1.1);
  }
}
main .lineup__item--bg {
  transition: opacity 0.2s;
}
main .lineup__item--name {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transition: color 0.2s;
  transform: translateX(-50%);
  line-height: 1.8181818182;
}
@media screen and (max-width: 767px) {
  main .lineup__item--name {
    top: 2.4vw;
    font-size: 2.6666666667vw;
  }
}
main .lineup__item--name::after {
  display: block;
  position: absolute;
  top: 8px;
  right: -22px;
  width: 16px;
  height: 14px;
  background: url(/products/bizprinter/smartcharge/index/common/images/ps-link-arrow.svg) no-repeat center center;
  background-size: 100%;
  content: "";
  transition: background 0.2s;
}
@media screen and (max-width: 767px) {
  main .lineup__item--name::after {
    top: 1.4666666667vw;
    right: -3.3333333333vw;
    width: 2.6666666667vw;
    height: 2.2666666667vw;
  }
}
main .lineup__item--name span {
  display: block;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  main .lineup__item--name span {
    font-size: 1.8666666667vw;
  }
}
main .lineup__item--img {
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 144px;
  transition: transform 0.2s;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  main .lineup__item--img {
    bottom: -2.4vw;
    width: 27.3333333333vw;
  }
}
main .article {
  margin-top: 30px;
  padding: 50px 0;
  background-color: #004288;
}
@media screen and (max-width: 767px) {
  main .article {
    overflow: hidden;
    margin-top: 10.6666666667vw;
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw 2.6666666667vw;
  }
}
main .article__inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 125px;
}
@media screen and (max-width: 767px) {
  main .article__inner {
    width: 100%;
    padding: 0;
  }
}
main .article__inner.is-active .article__item {
  opacity: 1;
}
main .article__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
main .article__list + .article__list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main .article__list + .article__list {
    margin-top: 2.4%;
  }
}
main .article__list--left {
  padding-left: 336px;
}
@media screen and (max-width: 767px) {
  main .article__list--left {
    padding-left: 0;
  }
}
main .article__list--right {
  padding-right: 336px;
}
@media screen and (max-width: 767px) {
  main .article__list--right {
    padding-right: 0;
  }
}
main .article__item {
  width: 320px;
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: opacity;
}
@media screen and (max-width: 767px) {
  main .article__item {
    width: 48.7323943662%;
  }
}
main .article__item a {
  display: block;
  position: relative;
  width: 369px;
  margin: -17px -32px -32px -17px;
  color: #004288;
}
@media screen and (max-width: 767px) {
  main .article__item a {
    width: 115.6069364162%;
    margin: -5.2023121387% -10.4046242775% -10.4046242775% -5.2023121387%;
  }
}
main .article__item a::after {
  display: block;
  position: absolute;
  right: 48px;
  bottom: 44px;
  width: 18px;
  height: 16px;
  background: url(/products/bizprinter/smartcharge/index/common/images/ps-link-arrow-hover.svg) no-repeat center center;
  background-size: 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  main .article__item a::after {
    right: 6.9333333333vw;
    bottom: 6.4vw;
    width: 2.6666666667vw;
    height: 2.2666666667vw;
  }
}
main .article__item:nth-child(n+4) {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  main .article__item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  main .article__item:nth-child(n+3) {
    margin-top: 2.5352112676%;
  }
}
main .article__item--01 {
  position: absolute;
  top: 0;
  left: 0;
  transition-delay: 0.1s;
}
main .article__item--01 .article__item--title {
  top: 52px;
  right: 50px;
  font-size: 33px;
  writing-mode: vertical-rl;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  main .article__item--01 .article__item--title {
    top: 10.7843137255%;
    right: 13%;
    font-size: 4.8vw;
    line-height: 1.4444444444;
  }
}
main .article__item--01 .article__item--copy {
  top: 52px;
  right: 158px;
  letter-spacing: -0.02em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  main .article__item--01 .article__item--copy {
    top: 10.7843137255%;
    right: 43%;
  }
}
main .article__item--01 .article__item--img {
  position: absolute;
  bottom: 45px;
  left: 21px;
  width: 154px;
}
@media screen and (max-width: 767px) {
  main .article__item--01 .article__item--img {
    bottom: 9.8039215686%;
    left: 6%;
    width: 40%;
  }
}
main .article__item--02 {
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  main .article__item--02 {
    margin-left: 51.2676056338%;
  }
}
main .article__item--03 {
  transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  main .article__item--03 {
    margin-left: 51.2676056338%;
  }
}
main .article__item--04 {
  transition-delay: 0.7s;
}
main .article__item--05 {
  transition-delay: 0.9s;
}
main .article__item--06 {
  transition-delay: 1.1s;
}
@media screen and (max-width: 767px) {
  main .article__item--06 {
    margin-right: 51.2676056338%;
  }
}
main .article__item--07 {
  transition-delay: 1.3s;
}
@media screen and (max-width: 767px) {
  main .article__item--07 {
    margin-top: 2.5352112676%;
    margin-right: 51.2676056338%;
  }
}
main .article__item--08 {
  position: absolute;
  top: 0;
  right: 0;
  transition-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  main .article__item--08 {
    margin-top: 0 !important;
  }
}
main .article__item--08 .article__item--tag {
  display: block;
  top: 108px;
  left: 24px;
}
@media screen and (max-width: 767px) {
  main .article__item--08 .article__item--tag {
    top: 21.9607843137%;
    left: 6.5%;
  }
}
main .article__item--08 .article__item--tag > li + li {
  margin-top: 28px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  main .article__item--08 .article__item--tag > li + li {
    margin-top: 3.2vw;
  }
}
main .article__item--08 .article__item--title {
  top: 52px;
  right: 50px;
  font-size: 31px;
  writing-mode: vertical-rl;
  line-height: 1.5483870968;
}
@media screen and (max-width: 767px) {
  main .article__item--08 .article__item--title {
    top: 10.7843137255%;
    right: 13%;
    font-size: 4.8vw;
    letter-spacing: -0.05em;
    line-height: 1.4444444444;
  }
}
main .article__item--08 .article__item--copy {
  top: 52px;
  right: 158px;
  letter-spacing: -0.02em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  main .article__item--08 .article__item--copy {
    top: 10.7843137255%;
    right: 43%;
  }
}
main .article__item--08 .article__item--sub {
  top: 220px;
  left: 50px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  main .article__item--08 .article__item--sub {
    top: 47.0588235294%;
    left: 13.5%;
    white-space: nowrap;
  }
}
main .article__item--09 {
  transition-delay: 1.7s;
}
main .article__item--10 {
  transition-delay: 1.9s;
}
main .article__item--number {
  position: absolute;
  top: 10px;
  left: 33px;
  padding-bottom: 4px;
  border-bottom: 1px solid #004288;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  main .article__item--number {
    top: 2.1333333333vw;
    left: 4.4vw;
    padding-bottom: 0;
    font-size: 6vw;
  }
}
main .article__item--tag {
  display: flex;
  position: absolute;
  top: 56px;
  left: 85px;
}
@media screen and (max-width: 767px) {
  main .article__item--tag {
    top: 7.6vw;
    left: 12.5333333333vw;
  }
}
main .article__item--tag > li {
  border-bottom: 1px solid #004288;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .article__item--tag > li {
    font-size: 2.4vw;
  }
}
main .article__item--tag > li.long {
  width: 110px;
}
@media screen and (max-width: 767px) {
  main .article__item--tag > li.long {
    width: 18.4vw;
  }
}
main .article__item--tag > li.short {
  width: 88px;
}
@media screen and (max-width: 767px) {
  main .article__item--tag > li.short {
    width: 12.6666666667vw;
  }
}
main .article__item--tag > li + li {
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  main .article__item--tag > li + li {
    margin-left: 1.8666666667vw;
  }
}
main .article__item--title {
  position: absolute;
  top: 90px;
  left: 30px;
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  line-height: 1.4230769231;
}
@media screen and (max-width: 767px) {
  main .article__item--title {
    top: 34.9264705882%;
    left: 7.5%;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
main .article__item--copy {
  position: absolute;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  main .article__item--copy {
    font-size: 2.8vw;
    line-height: 1.3333333333;
  }
}
main .article__item--sub {
  position: absolute;
  bottom: 40px;
  left: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3571428571;
}
@media screen and (max-width: 767px) {
  main .article__item--sub {
    bottom: 18.3823529412%;
    left: 7.5%;
    font-size: 2.4vw;
  }
}
main .article__item--sub.sub--small {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  main .article__item--sub.sub--small {
    font-size: 2.2666666667vw;
    transform: scale(0.8, 1);
    transform-origin: center left;
  }
}
main .room {
  padding: 75px 0 0 0;
  background-color: #004288;
}
@media screen and (max-width: 767px) {
  main .room {
    padding: 5.3333333333vw 2.6666666667vw 0 2.6666666667vw;
  }
}
main .room__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1240px;
  margin: 0 auto -10px auto;
  padding: 0 125px;
}
@media screen and (max-width: 767px) {
  main .room__inner {
    display: block;
    width: 100%;
    margin-bottom: -2.6666666667vw;
    padding: 0;
  }
}
main .room__experience {
  display: flex;
  overflow: hidden;
  align-items: center;
  width: 762px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  background-color: #004288;
  transition: background 0.2s;
}
@media screen and (max-width: 767px) {
  main .room__experience {
    justify-content: flex-start;
    width: 100%;
  }
}
main .room__experience:hover {
  background-color: #1cdbf5;
  opacity: 1;
  text-decoration: none;
  transition: background 0.2s;
}
main .room__experience:hover .room__text {
  color: #004288;
  transition: color 0.2s;
}
main .room__experience:hover .room__text--title {
  border-bottom: 1px solid #004288;
  transition: border-bottom 0.2s;
}
main .room__experience:hover .room__text--title::after {
  background: url(/products/bizprinter/smartcharge/index/common/images/ps-link-arrow-hover.svg) no-repeat center center;
  background-size: 100%;
  transition: background 0.2s;
}
main .room__img {
  width: 336px;
}
@media screen and (max-width: 767px) {
  main .room__img {
    width: 34.9858356941%;
  }
}
main .room__text {
  margin-left: 24px;
  color: #ffffff;
  transition: color 0.2s;
}
@media screen and (max-width: 767px) {
  main .room__text {
    margin-left: 3.3333333333vw;
  }
}
main .room__text--copy {
  font-size: 14px;
  line-height: 1.7857142857;
}
@media screen and (max-width: 767px) {
  main .room__text--copy {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
main .room__text--copy span:nth-child(1) {
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  main .room__text--copy span:nth-child(1) {
    margin-right: 0;
  }
}
main .room__text--title {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #ffffff;
  font-size: 30px;
  font-weight: 700;
  transition: border-bottom 0.2s;
}
@media screen and (max-width: 767px) {
  main .room__text--title {
    font-size: 4.8vw;
  }
}
main .room__text--title::after {
  display: block;
  position: absolute;
  right: -27px;
  bottom: 12px;
  width: 18px;
  height: 16px;
  background: url(/products/bizprinter/smartcharge/index/common/images/ps-link-arrow.svg) no-repeat center center;
  background-size: 100%;
  content: "";
  transition: background 0.2s;
}
@media screen and (max-width: 767px) {
  main .room__text--title::after {
    right: -3.7333333333vw;
    bottom: getVW(8);
    width: 2.6666666667vw;
    height: 2.2666666667vw;
  }
}
main .room__text--title span {
  display: block;
  margin-bottom: -8px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main .room__text--title span {
    margin-bottom: -0.8vw;
    font-size: 2.9333333333vw;
  }
}
main .room__text--lead {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6153846154;
}
@media screen and (max-width: 767px) {
  main .room__text--lead {
    margin-top: 1.8666666667vw;
    font-size: 2.2666666667vw;
    line-height: 1.5882352941;
  }
}
main .room__btn {
  display: block;
  position: relative;
  width: 214px;
  height: 190px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  background-color: #004288;
  color: #ffffff;
  font-weight: 700;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 767px) {
  main .room__btn {
    width: 100%;
    height: auto;
    margin-top: 2.6666666667vw;
    padding: 3.7333333333vw 0;
    text-align: center;
  }
}
main .room__btn:hover {
  background-color: #1cdbf5;
  opacity: 1;
  color: #004288;
  transition: background-color 0.2s, color 0.2s;
}
main .room__btn:hover span::after {
  background: url(/products/bizprinter/smartcharge/index/common/images/ps-link-arrow-hover.svg) no-repeat center center;
  background-size: 100%;
  transition: background 0.2s;
}
main .room__btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 43%;
  font-size: 14px;
  transform: translate(-50%, -50%);
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  main .room__btn span {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    font-size: 2.9333333333vw;
    line-height: 1;
    transform: translate(0, 0);
  }
}
main .room__btn span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 18px;
  height: 16px;
  background: url(/products/bizprinter/smartcharge/index/common/images/ps-link-arrow.svg) no-repeat center center;
  background-size: 100%;
  content: "";
  transition: background 0.2s;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  main .room__btn span::after {
    right: -3.7333333333vw;
    width: 2.6666666667vw;
    height: 2.2666666667vw;
  }
}
main .inquiry {
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  main .inquiry {
    margin: 5.3333333333vw auto;
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}