.tp-mv {
  position: relative;
}

.tp-mv__bg {
  position: absolute;
  width: 100%;
  top: 12rem;
}

.tp-mv__loop {
  width: 105%;
  position: absolute;
  left: -2rem;
  top: 2.6rem;
  transform: translateY(5rem) rotate(-9.4deg);
  display: flex;
  overflow: hidden;
  color: #fff;
  background-color: #191311;
  line-height: 3;
}
.tp-mv__loop span {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 1.8rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .tp-mv__loop span {
    font-size: 2rem;
  }
}
.tp-mv__loop span:nth-child(odd) {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}
.tp-mv__loop span:nth-child(even) {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.tp-mv__man {
  position: relative;
  top: 10rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  width: 38rem;
}

.tp-mv__text {
  position: absolute;
  z-index: 2;
  width: 96rem;
  top: 25rem;
  left: 50%;
  transform: translate(-50%);
}

.tp-mv__scrollWrapper {
  margin-top: -8rem;
}

.tp-mv__scroll {
  display: inline-block;
  z-index: 2;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .tp-mv__scroll {
    font-size: 1.6rem;
  }
}
.tp-mv__scroll img {
  width: 30rem;
}
.tp-mv__scroll div {
  position: absolute;
  top: 45%;
  left: 50%;
  padding-left: 2rem;
  transform: translate(-50%, -50%);
  width: 100%;
}
.tp-mv__scroll .--deco {
  position: absolute;
  display: inline-block;
  font-size: 1.2rem;
  top: 15%;
  left: 2.5rem;
  transform: rotate(-30deg);
}
@media screen and (min-width: 768px) {
  .tp-mv__scroll .--deco {
    font-size: 1.3rem;
  }
}

.tp-mv__banners {
  margin-top: 8rem;
  margin-bottom: -4rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 3rem;
}

.tp-mv__banner {
  
}

@media screen and (max-width: 767px) {
  .tp-mv__bg {
    top: 12rem;
  }

  .tp-mv__loop {
    width: 110%;
    top: -1.4rem;
    transform: rotate(-9.4deg);
  }
  .tp-mv__loop span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .tp-mv__loop span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-mv__man {
    top: 6rem;
    width: 26rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-mv__text {
    width: 28rem;
    top: 18.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-mv__scrollWrapper {
    margin-top: -5rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-mv__banners {
    margin-top: 4rem;
    margin-bottom: -2.4rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tp-mv__banner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .tp-mv__banner + .tp-mv__banner {
    margin-top: 2.4rem;
  }
}
.kansai .tp-mv__bg {
  top: 12rem;
}
.kansai .tp-mv__text {
  top: 34rem;
}
@media screen and (max-width: 767px) {
  .kansai .tp-mv__text {
    width: 24rem;
    top: 18rem;
    z-index: 5;
  }
  .kansai .tp-mv__man {
    top: -2.4rem;
    z-index: 4;
  }
}

.js-load .tp-mv {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  -webkit-animation: z-index 0.5s linear 3.8s both;
          animation: z-index 0.5s linear 3.8s both;
}
.js-load .tp-mv__bg {
  width: 75rem;
  padding-top: 10rem;
  padding-bottom: 1.6rem;
  margin: auto;
  -webkit-animation: apear 1s linear 0.5s both;
          animation: apear 1s linear 0.5s both;
}
.js-load .tp-mv__illust {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.js-load #tp-mv__illust--1, .js-load #tp-mv__illust--2, .js-load #tp-mv__illust--3, .js-load #tp-mv__illust--4, .js-load #tp-mv__illust--5 {
  position: absolute;
}
.js-load #tp-mv__illust--1 img, .js-load #tp-mv__illust--2 img, .js-load #tp-mv__illust--3 img, .js-load #tp-mv__illust--4 img, .js-load #tp-mv__illust--5 img {
  width: 100%;
}
.js-load #tp-mv__illust--1 {
  width: 30rem;
  -webkit-animation: illust-1 0.7s linear 1.5s both, illust-1-move 0.7s linear 3s forwards;
          animation: illust-1 0.7s linear 1.5s both, illust-1-move 0.7s linear 3s forwards;
}
.js-load #tp-mv__illust--2 {
  width: 24rem;
  -webkit-animation: illust-2 0.7s linear 1.5s both, illust-2-move 0.7s linear 3s forwards;
          animation: illust-2 0.7s linear 1.5s both, illust-2-move 0.7s linear 3s forwards;
}
.js-load #tp-mv__illust--3 {
  width: 22rem;
  -webkit-animation: illust-3 0.7s linear 1.5s both, illust-3-move 0.7s linear 3s forwards;
          animation: illust-3 0.7s linear 1.5s both, illust-3-move 0.7s linear 3s forwards;
}
.js-load #tp-mv__illust--4 {
  width: 24rem;
  -webkit-animation: illust-4 0.7s linear 1.5s both, illust-4-move 0.7s linear 3s forwards;
          animation: illust-4 0.7s linear 1.5s both, illust-4-move 0.7s linear 3s forwards;
}
.js-load #tp-mv__illust--5 {
  width: 24rem;
  -webkit-animation: illust-5 0.7s linear 1.5s both, illust-5-move 0.7s linear 3s forwards;
          animation: illust-5 0.7s linear 1.5s both, illust-5-move 0.7s linear 3s forwards;
}
.js-load .tp-mv__circle {
  -webkit-animation: apear 1s linear 3.8s both;
          animation: apear 1s linear 3.8s both;
  position: absolute;
  width: 72rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.js-load .tp-mv__circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.js-load .tp-mv__catch {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -57%);
  font-size: 6rem;
  -webkit-animation: apear 1s linear 0.5s both;
          animation: apear 1s linear 0.5s both;
}
.js-load .tp-mv__catch span {
  font-size: 9.4rem;
}
.js-load .tp-mv__contents {
  opacity: 0;
  position: absolute;
  bottom: 2.4rem;
  left: 2.5%;
  line-height: 6rem;
  font-size: 1.8rem;
  -webkit-animation: apear 1s linear 4.5s both;
          animation: apear 1s linear 4.5s both;
}
@media screen and (min-width: 768px) {
  .js-load .tp-mv__contents {
    font-size: 2rem;
  }
}
.js-load .tp-mv__contents span {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .js-load .tp-mv__contents span {
    font-size: 2.4rem;
  }
}
.js-load .disableScroll {
  -webkit-animation: disableScroll 0.1s linear 4s both;
          animation: disableScroll 0.1s linear 4s both;
}
@media screen and (max-width: 767px) {
  .js-load .tp-mv__bg {
    position: relative;
    width: 46rem;
    padding-top: 11rem;
    padding-bottom: 1.6rem;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .js-load .tp-mv__illust {
    left: 0;
  }
  .js-load #tp-mv__illust--1 {
    width: 12.8rem;
  }
  .js-load #tp-mv__illust--2 {
    width: 11rem;
  }
  .js-load #tp-mv__illust--3 {
    width: 11rem;
  }
  .js-load #tp-mv__illust--4 {
    width: 11.6rem;
  }
  .js-load #tp-mv__illust--5 {
    width: 12.2rem;
  }
  .js-load .tp-mv__circle {
    width: 98%;
  }
  .js-load .tp-mv__catch {
    font-size: 3rem;
  }
  .js-load .tp-mv__catch span {
    font-size: 4.8rem;
  }
  .js-load .tp-mv__contents {
    position: relative;
    margin-top: 2.4rem;
    padding: 0 1.6rem;
    top: 0;
    left: 0;
    line-height: 4.6rem;
  }
  .js-load .tp-mv__contents span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .js-load .tp-mv__contents span {
    font-size: 2.8rem;
  }
}

@-webkit-keyframes z-index {
  0% {
    z-index: 5;
  }
  100% {
    z-index: 0;
  }
}

@keyframes z-index {
  0% {
    z-index: 5;
  }
  100% {
    z-index: 0;
  }
}
@-webkit-keyframes apear {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes apear {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes illust-1 {
  0% {
    opacity: 0;
    top: 55%;
    left: 0;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0.8);
  }
}
@keyframes illust-1 {
  0% {
    opacity: 0;
    top: 55%;
    left: 0;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0.8);
  }
}
@-webkit-keyframes illust-1-move {
  0% {
    opacity: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    top: 1.2rem;
    left: 24rem;
    transform: translateY(0) rotate(-14deg) scale(1);
  }
}
@keyframes illust-1-move {
  0% {
    opacity: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    top: 1.2rem;
    left: 24rem;
    transform: translateY(0) rotate(-14deg) scale(1);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes illust-1 {
    0% {
      opacity: 0;
      top: 35%;
      left: 0;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      opacity: 1;
      top: 40%;
      left: 0;
      transform: translateY(-50%) scale(0.8);
    }
  }
  @keyframes illust-1 {
    0% {
      opacity: 0;
      top: 35%;
      left: 0;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      opacity: 1;
      top: 40%;
      left: 0;
      transform: translateY(-50%) scale(0.8);
    }
  }
  @-webkit-keyframes illust-1-move {
    0% {
      opacity: 1;
      top: 40%;
      left: 0;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      top: 8rem;
      left: 0;
      transform: translateY(0) rotate(-14deg) scale(1);
    }
  }
  @keyframes illust-1-move {
    0% {
      opacity: 1;
      top: 40%;
      left: 0;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      top: 8rem;
      left: 0;
      transform: translateY(0) rotate(-14deg) scale(1);
    }
  }
}
@-webkit-keyframes illust-2 {
  0% {
    opacity: 0;
    top: 55%;
    left: 32rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    top: 50%;
    left: 32rem;
    transform: translateY(-50%) scale(0.8);
  }
}
@keyframes illust-2 {
  0% {
    opacity: 0;
    top: 55%;
    left: 32rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    top: 50%;
    left: 32rem;
    transform: translateY(-50%) scale(0.8);
  }
}
@-webkit-keyframes illust-2-move {
  0% {
    opacity: 1;
    top: 50%;
    left: 32rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    top: 38rem;
    left: 12rem;
    transform: translateY(0) rotate(-18deg) scale(1);
  }
}
@keyframes illust-2-move {
  0% {
    opacity: 1;
    top: 50%;
    left: 32rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    top: 38rem;
    left: 12rem;
    transform: translateY(0) rotate(-18deg) scale(1);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes illust-2 {
    0% {
      opacity: 0;
      top: 55%;
      left: 0;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      opacity: 1;
      top: 60%;
      left: 0;
      transform: translateY(-50%) scale(0.8);
    }
  }
  @keyframes illust-2 {
    0% {
      opacity: 0;
      top: 55%;
      left: 0;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      opacity: 1;
      top: 60%;
      left: 0;
      transform: translateY(-50%) scale(0.8);
    }
  }
  @-webkit-keyframes illust-2-move {
    0% {
      opacity: 1;
      top: 60%;
      left: 0;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      top: 41rem;
      left: 0;
      transform: translateY(0) rotate(-18deg) scale(1);
    }
  }
  @keyframes illust-2-move {
    0% {
      opacity: 1;
      top: 60%;
      left: 0;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      top: 41rem;
      left: 0;
      transform: translateY(0) rotate(-18deg) scale(1);
    }
  }
}
@-webkit-keyframes illust-3 {
  0% {
    opacity: 0;
    top: 55%;
    left: 60rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    top: 50%;
    left: 60rem;
    transform: translateY(-50%) scale(0.8);
  }
}
@keyframes illust-3 {
  0% {
    opacity: 0;
    top: 55%;
    left: 60rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    top: 50%;
    left: 60rem;
    transform: translateY(-50%) scale(0.8);
  }
}
@-webkit-keyframes illust-3-move {
  0% {
    opacity: 1;
    top: 50%;
    left: 60rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    top: 10rem;
    left: 90rem;
    transform: translateY(0) rotate(30deg) scale(1);
  }
}
@keyframes illust-3-move {
  0% {
    opacity: 1;
    top: 50%;
    left: 60rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    top: 10rem;
    left: 90rem;
    transform: translateY(0) rotate(30deg) scale(1);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes illust-3 {
    0% {
      opacity: 0;
      top: 30%;
      left: 35%;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      opacity: 1;
      top: 35%;
      left: 35%;
      transform: translateY(-50%) scale(0.8);
    }
  }
  @keyframes illust-3 {
    0% {
      opacity: 0;
      top: 30%;
      left: 35%;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      opacity: 1;
      top: 35%;
      left: 35%;
      transform: translateY(-50%) scale(0.8);
    }
  }
  @-webkit-keyframes illust-3-move {
    0% {
      opacity: 1;
      top: 35%;
      left: 35%;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      top: 8rem;
      left: 24rem;
      transform: translateY(0) rotate(30deg) scale(1);
    }
  }
  @keyframes illust-3-move {
    0% {
      opacity: 1;
      top: 35%;
      left: 35%;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      top: 8rem;
      left: 24rem;
      transform: translateY(0) rotate(30deg) scale(1);
    }
  }
}
@-webkit-keyframes illust-4 {
  0% {
    opacity: 0;
    top: 55%;
    left: 88rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    top: 50%;
    left: 88rem;
    transform: translateY(-50%) scale(0.8);
  }
}
@keyframes illust-4 {
  0% {
    opacity: 0;
    top: 55%;
    left: 88rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    top: 50%;
    left: 88rem;
    transform: translateY(-50%) scale(0.8);
  }
}
@-webkit-keyframes illust-4-move {
  0% {
    opacity: 1;
    top: 50%;
    left: 88rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    top: 45.2rem;
    left: 108rem;
    transform: translateY(0) rotate(10deg) scale(1);
  }
}
@keyframes illust-4-move {
  0% {
    opacity: 1;
    top: 50%;
    left: 88rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    top: 45.2rem;
    left: 108rem;
    transform: translateY(0) rotate(10deg) scale(1);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes illust-4 {
    0% {
      opacity: 0;
      top: 35%;
      left: 60%;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      opacity: 1;
      top: 40%;
      left: 60%;
      transform: translateY(-50%) scale(0.8);
    }
  }
  @keyframes illust-4 {
    0% {
      opacity: 0;
      top: 35%;
      left: 60%;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      opacity: 1;
      top: 40%;
      left: 60%;
      transform: translateY(-50%) scale(0.8);
    }
  }
  @-webkit-keyframes illust-4-move {
    0% {
      opacity: 1;
      top: 40%;
      left: 60%;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      top: 39rem;
      left: 25rem;
      transform: translateY(0) rotate(10deg) scale(1);
    }
  }
  @keyframes illust-4-move {
    0% {
      opacity: 1;
      top: 40%;
      left: 60%;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      top: 39rem;
      left: 25rem;
      transform: translateY(0) rotate(10deg) scale(1);
    }
  }
}
@-webkit-keyframes illust-5 {
  0% {
    opacity: 0;
    top: 55%;
    left: 118rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    top: 50%;
    left: 118rem;
    transform: translateY(-50%) scale(0.8);
  }
}
@keyframes illust-5 {
  0% {
    opacity: 0;
    top: 55%;
    left: 118rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    opacity: 1;
    top: 50%;
    left: 118rem;
    transform: translateY(-50%) scale(0.8);
  }
}
@-webkit-keyframes illust-5-move {
  0% {
    opacity: 1;
    top: 50%;
    left: 118rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    top: 61rem;
    left: 80rem;
    transform: translateY(0) rotate(7deg) scale(1);
  }
}
@keyframes illust-5-move {
  0% {
    opacity: 1;
    top: 50%;
    left: 118rem;
    transform: translateY(-50%) scale(0.8);
  }
  100% {
    top: 61rem;
    left: 80rem;
    transform: translateY(0) rotate(7deg) scale(1);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes illust-5 {
    0% {
      opacity: 0;
      top: 52%;
      left: 60%;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      opacity: 1;
      top: 57%;
      left: 60%;
      transform: translateY(-50%) scale(0.8);
    }
  }
  @keyframes illust-5 {
    0% {
      opacity: 0;
      top: 52%;
      left: 60%;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      opacity: 1;
      top: 57%;
      left: 60%;
      transform: translateY(-50%) scale(0.8);
    }
  }
  @-webkit-keyframes illust-5-move {
    0% {
      opacity: 1;
      top: 57%;
      left: 60%;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      top: 48rem;
      left: 8.4rem;
      transform: translateY(0) rotate(7deg) scale(1);
    }
  }
  @keyframes illust-5-move {
    0% {
      opacity: 1;
      top: 57%;
      left: 60%;
      transform: translateY(-50%) scale(0.8);
    }
    100% {
      top: 48rem;
      left: 8.4rem;
      transform: translateY(0) rotate(7deg) scale(1);
    }
  }
}
@-webkit-keyframes disableScroll {
  0% {
    display: none;
  }
  100% {
    display: block;
  }
}
@keyframes disableScroll {
  0% {
    display: none;
  }
  100% {
    display: block;
  }
}
.tp-concept {
  position: relative;
  z-index: 1;
  padding-top: 18rem;
  padding-bottom: 10rem;
}

.tp-concept__header {
  line-height: 2;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .tp-concept__header {
    font-size: 3.2rem;
  }
}
.tp-concept__header img {
  width: 13rem;
  display: inline-block;
  margin-right: 1rem;
  margin-top: -1rem;
}

.tp-concept__slider {
  margin-top: 6.4rem;
}
.tp-concept__slider .swiper-wrapper {
  transition-timing-function: linear;
}

tp-concept__item {
  position: relative;
}

.tp-concept__link:hover {
  color: #E4027F;
}
.tp-concept__link:hover .tp-concept__img {
  -webkit-animation: shake 0.5s ease forwards;
          animation: shake 0.5s ease forwards;
}

.tp-concept__img {
  width: 100%;
}

.tp-concept__cate {
  margin-top: 1rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .tp-concept__cate {
    font-size: 2rem;
  }
}

.tp-concept__leftImg {
  position: absolute;
  width: 52rem;
  bottom: -10rem;
  left: -35rem;
}

.tp-concept__aboutImg {
  position: absolute;
  width: 28rem;
  top: -8rem;
  left: 2rem;
}

.tp-concept__content {
  position: relative;
  width: 88rem;
  margin-left: auto;
  right: -6rem;
  margin-top: 12rem;
}

.tp-concept__title {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .tp-concept__title {
    font-size: 3.6rem;
  }
}
.tp-concept__title span {
  font-size: 1.2em;
}

.tp-concept__text {
  margin-top: 5rem;
}

.tp-concept__btns {
  margin-top: 6.4rem;
}

.tp-concept__btn + .tp-concept__btn {
  margin-left: 2rem;
}

@media screen and (max-width: 767px) {
  .tp-concept {
    padding-top: 12rem;
    padding-bottom: 38rem;
  }

  .tp-concept__header {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .tp-concept__header {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-concept__header img {
    width: 10rem;
    margin-right: 0.5rem;
    margin-top: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-concept__slider {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-concept__cate {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-concept__leftImg {
    width: 37.5rem;
    bottom: -38rem;
    left: -12rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-concept__aboutImg {
    position: relative;
    width: 20rem;
    margin-top: 4.8rem;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
}
@media screen and (max-width: 767px) {
  .tp-concept__content {
    width: 100%;
    right: 0;
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-concept__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .tp-concept__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-concept__text {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-concept__btns {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-concept__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .tp-concept__btn + .tp-concept__btn {
    margin-top: 2.4rem;
    margin-left: auto;
  }
}
@-webkit-keyframes shake {
  0% {
    transform: rotate(0);
  }
  16% {
    transform: rotate(12deg);
  }
  32% {
    transform: rotate(-10deg);
  }
  48% {
    transform: rotate(8deg);
  }
  64% {
    transform: rotate(-6deg);
  }
  80% {
    transform: rotate(4deg);
  }
  96% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes shake {
  0% {
    transform: rotate(0);
  }
  16% {
    transform: rotate(12deg);
  }
  32% {
    transform: rotate(-10deg);
  }
  48% {
    transform: rotate(8deg);
  }
  64% {
    transform: rotate(-6deg);
  }
  80% {
    transform: rotate(4deg);
  }
  96% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.tp-number {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.tp-number__header img {
  width: 15rem;
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  top: -0.5rem;
}

.tp-number__works {
  position: absolute;
  top: -5rem;
  right: 0;
  font-size: 3.2rem;
}
.tp-number__works span {
  position: relative;
  top: 1.5rem;
  font-size: 9.6rem;
  display: inline-block;
  margin-left: 1.5rem;
  margin-right: 1rem;
}

.tp-number__numbers {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tp-number__item {
  width: 49.5%;
  padding: 1.5rem;
  padding-right: 5rem;
  display: flex;
  align-items: center;
  border-radius: 30rem 0 0 30rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.tp-number__item:nth-of-type(n+3) {
  margin-top: 4rem;
}

.tp-number__img {
  width: 20rem;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-number__img img {
  width: 90%;
}

.tp-number__content {
  flex-grow: 2;
}

.tp-number__name {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .tp-number__name {
    font-size: 2.4rem;
  }
}

.tp-number__number {
  font-size: 5.5rem;
}
.tp-number__number span {
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .tp-number__number span {
    font-size: 2.8rem;
  }
}

.tp-number__note {
  margin-top: 3rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .tp-number__note {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .tp-number {
    padding-top: 6.4rem;
    padding-bottom: 10rem;
  }

  .tp-number__header {
    width: 103%;
    position: relative;
    left: -1.2rem;
  }
  .tp-number__header img {
    width: 10rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tp-number__works {
    position: relative;
    margin-top: 6.4rem;
    top: 0rem;
    right: 0;
    font-size: 2.4rem;
    text-align: center;
  }
  .tp-number__works span {
    line-height: 1.2;
    top: 0;
    margin-right: 2rem;
    margin-left: 0;
  }

  .tp-number__numbers {
    margin-top: 6.4rem;
  }

  .tp-number__item {
    width: 105%;
    margin-right: -2rem;
    padding: 0.8rem;
    padding-right: 2rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .tp-number__item + .tp-number__item {
    margin-top: 4rem;
  }

  .tp-number__img {
    width: 11.5rem;
    height: 11.5rem;
  }
  .tp-number__img img {
    width: 85%;
  }

  .tp-number__content {
    flex-grow: 1;
  }

  .tp-number__name {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .tp-number__name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-number__number {
    font-size: 3rem;
  }
  .tp-number__number span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .tp-number__number span {
    font-size: 1.6rem;
  }
}
.tp-news {
  padding: 10rem 0;
}

@media screen and (max-width: 767px) {
  .tp-news {
    padding: 6.4rem 0 10rem;
  }

  .tp-news__header {
    display: block;
    text-align: center;
    left: -1rem;
    position: relative;
  }

  .tp-news__btn {
    margin-top: 6.4rem;
  }
}
.tp-feel {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.tp-feel .c-wrapper {
  text-align: right;
}

.tp-feel__img {
  position: absolute;
  width: 38rem;
  left: -5rem;
  bottom: -8rem;
}

.tp-feel__content {
  position: relative;
  text-align: left;
  right: 0;
  display: inline-block;
}

.tp-feel__title {
  font-size: 5rem;
}
.tp-feel__title span {
  font-size: 9.6rem;
}
.tp-feel__title .tp-feel__title--margin {
  margin-left: -2rem;
}
.tp-feel__title .u-text-ac2 {
  display: inline-block;
  margin-right: 1rem;
}

.tp-feel__text {
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .tp-feel__text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .tp-feel {
    padding-top: 6.4rem;
    padding-bottom: 44rem;
  }
  .tp-feel .c-wrapper {
    text-align: left;
  }

  .tp-feel__img {
    width: 100%;
    left: 2rem;
    bottom: -44rem;
  }

  .tp-feel__title {
    font-size: 3rem;
    text-align: center;
  }
  .tp-feel__title span {
    font-size: 7rem;
  }
  .tp-feel__title .tp-feel__title--margin {
    margin-left: 0;
    margin-right: 0;
    font-size: 5.6rem;
  }

  .tp-feel__text {
    margin-top: 6rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .tp-feel__text {
    font-size: 2.4rem;
  }
}
.tp-reason {
  padding-top: 6.4rem;
  padding-bottom: 14rem;
}

.tp-reason__header {
  line-height: 1.3;
}
.tp-reason__header img {
  width: 15rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.tp-reason__header span {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .tp-reason__header span {
    font-size: 2rem;
  }
}

.tp-reason__list {
  margin-top: 8rem;
}

.tp-reason__item {
  position: relative;
}
.tp-reason__item + .tp-reason__item {
  margin-top: 14rem;
}
.tp-reason__item .tp-reason__img {
  position: absolute;
  width: 72rem;
  top: 0;
  right: 2rem;
}
.tp-reason__item:nth-of-type(2n+2) .tp-reason__num {
  z-index: 1;
}
.tp-reason__item:nth-of-type(2n+2) .tp-reason__content {
  margin-left: auto;
  left: -2rem;
}
.tp-reason__item:nth-of-type(2n+2) .tp-reason__img {
  left: 0;
}

.tp-reason__num {
  position: absolute;
  top: -5rem;
  left: 0;
  font-size: 13rem;
  line-height: 1;
}

.tp-reason__content {
  position: relative;
  z-index: 1;
  width: 50rem;
  left: 4rem;
  text-align: center;
}

.tp-reason__title {
  font-size: 9rem;
  line-height: 1.1;
}
.tp-reason__title .--medium {
  display: inline-block;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  font-size: 4.6rem;
}
.tp-reason__title .--small {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  font-size: 2.8rem;
}

.tp-reason__text {
  margin-top: 4rem;
  text-align: left;
}

.tp-reason__item.--1 {
  padding-top: 4rem;
}
.tp-reason__item.--1 .tp-reason__title {
  text-align: left;
}
.tp-reason__item.--1 .tp-reason__btn {
  margin-top: 5rem;
}
.tp-reason__item.--1 .tp-reason__deco {
  position: absolute;
  width: 32rem;
  bottom: -8rem;
  right: -3rem;
}
.tp-reason__item.--2 .tp-reason__content {
  top: -4rem;
}
.tp-reason__item.--2 .tp-reason__btn {
  margin-top: 3rem;
}
.tp-reason__item.--2 .tp-reason__deco {
  position: absolute;
  width: 32rem;
  bottom: 4rem;
  left: -5rem;
}
.tp-reason__item.--3 .tp-reason__title {
  position: relative;
  left: -3rem;
  font-size: 7rem;
}
.tp-reason__item.--3 .tp-reason__title--3 {
  position: relative;
  top: 4rem;
  left: -11rem;
  font-size: 9rem;
}
.tp-reason__item.--3 .tp-reason__title--3 .--medium {
  position: relative;
  top: -3.5rem;
}
.tp-reason__item.--3 .tp-reason__btn {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .tp-reason__item.--3 .tp-reason__text {
    width: 85%;
  }
}
.tp-reason__item.--4 .tp-reason__content {
  top: -4rem;
  left: 0;
}
.tp-reason__item.--4 .tp-reason__title {
  text-align: left;
}
.tp-reason__item.--4 .tp-reason__btn {
  margin-top: 5rem;
}
.tp-reason__item.--5 .tp-reason__content {
  top: -4rem;
  left: 0;
}
.tp-reason__item.--5 .tp-reason__title--5 {
  position: relative;
  top: 4rem;
}
.tp-reason__item.--5 .tp-reason__title {
  text-align: left;
  padding-left: 6rem;
}
.tp-reason__item.--5 .tp-reason__title .--medium.--1 {
  position: relative;
  top: 0.5rem;
  left: 2.5rem;
}
.tp-reason__item.--5 .tp-reason__img {
  right: 0;
}
.tp-reason__item.--5 .tp-reason__btn {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .tp-reason {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }

  .tp-reason__header img {
    width: 10rem;
  }
  .tp-reason__header span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .tp-reason__header span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-reason__item + .tp-reason__item {
    margin-top: 10rem;
  }
  .tp-reason__item .tp-reason__img {
    position: relative;
    width: 100%;
    right: 0rem;
  }
  .tp-reason__item:nth-of-type(2n+2) .tp-reason__content {
    left: 0;
  }
  .tp-reason__item:nth-of-type(2n+2) .tp-reason__img {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tp-reason__num {
    z-index: 1;
    font-size: 8.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-reason__content {
    width: 100%;
    left: 0;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-reason__title {
    font-size: 6.4rem;
  }
  .tp-reason__title .--medium {
    font-size: 3.6rem;
  }
  .tp-reason__title .--small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-reason__text {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tp-reason__item.--1 {
    padding-top: 0;
  }
  .tp-reason__item.--1 .tp-reason__title {
    text-align: center;
  }
  .tp-reason__item.--1 .tp-reason__btn {
    margin-top: 3.2rem;
  }
  .tp-reason__item.--1 .tp-reason__deco {
    width: 17rem;
    top: 4rem;
  }
  .tp-reason__item.--2 .tp-reason__content {
    top: -2rem;
  }
  .tp-reason__item.--2 .tp-reason__btn {
    margin-top: 3.2rem;
  }
  .tp-reason__item.--2 .tp-reason__deco {
    width: 19rem;
    top: 7rem;
    left: -4rem;
  }
  .tp-reason__item.--3 .tp-reason__content {
    margin-top: -1.6rem;
  }
  .tp-reason__item.--3 .tp-reason__title {
    position: relative;
    left: 2rem;
    font-size: 5.6rem;
  }
  .tp-reason__item.--3 .tp-reason__title--3 {
    top: 3rem;
    left: -9rem;
    font-size: 7.2rem;
  }
  .tp-reason__item.--3 .tp-reason__title--3 .--medium {
    position: relative;
    top: -2.2rem;
  }
  .tp-reason__item.--3 .tp-reason__btn {
    margin-top: 3.2rem;
  }
  .tp-reason__item.--4 .tp-reason__content {
    top: -3rem;
  }
  .tp-reason__item.--4 .tp-reason__btn {
    margin-top: 3.2rem;
  }
  .tp-reason__item.--5 .tp-reason__content {
    top: -4rem;
  }
  .tp-reason__item.--5 .tp-reason__title--5 {
    top: 3rem;
  }
  .tp-reason__item.--5 .tp-reason__title .--medium.--1 {
    left: 2rem;
  }
  .tp-reason__item.--5 .tp-reason__btn {
    margin-top: 3.2rem;
  }
}
.kansai .tp-reason__item.--1 .tp-reason__title .--medium {
  position: relative;
  top: -2.4rem;
  margin: 0;
  margin-left: -0.4rem;
}
.kansai .tp-reason__item.--1 .tp-reason__title .--modify {
  position: relative;
  top: -3rem;
  left: 8rem;
}
.kansai .tp-reason__item.--5 .tp-reason__title {
  padding-top: 2.4rem;
  padding-left: 8rem;
}
@media screen and (max-width: 767px) {
  .kansai .tp-reason__item.--1 .tp-reason__title {
    position: relative;
    left: -3.2rem;
  }
  .kansai .tp-reason__item.--1 .tp-reason__title .--medium {
    top: -1.8rem;
    margin-left: -0.2rem;
  }
  .kansai .tp-reason__item.--1 .tp-reason__title .--modify {
    top: -1rem;
    left: 4rem;
  }
  .kansai .tp-reason__item.--1 .tp-reason__text {
    margin-top: 1rem;
  }
  .kansai .tp-reason__item.--4 .tp-reason__title .--modify {
    font-size: 0.9em;
  }
}

.tp-archive__item {
  position: relative;
}

.tp-archive__text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .tp-archive__item {
    height: 40vh;
  }
  .tp-archive__item img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }

  .tp-archive__text {
    font-size: 2.4rem;
  }
}
.tp-case__list {
  padding-left: 20rem;
  overflow: visible;
}
.tp-case__list .p-case__item {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.tp-case__item {
  padding: 0 3rem;
}
.tp-case__item .p-case__img {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.tp-case__sliderbtn {
  position: absolute;
  display: block;
  top: 50%;
  width: 6rem;
  height: 6rem;
  z-index: 2;
}
.tp-case__sliderbtn::after {
  content: "";
  position: absolute;
  z-index: 2;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 1rem;
  width: 1rem;
  height: 1rem;
  border-left: 1rem solid #fff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
.tp-case__sliderbtn.--prev {
  left: 8rem;
  transform: rotate(180deg);
}
.tp-case__sliderbtn.--next {
  right: 8rem;
}

@media screen and (max-width: 767px) {
  .tp-case__header {
    display: block;
    text-align: center;
    left: -1rem;
    position: relative;
  }

  .tp-case__list {
    margin-top: -1.6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tp-case__item {
    padding: 0 2rem;
  }
  .tp-case__item .p-case__title {
    max-width: 95%;
  }

  .tp-case__sliderbtns {
    position: relative;
    margin-top: 6.4rem;
  }

  .tp-case__sliderbtn {
    top: 0;
    width: 5.5rem;
    height: 5.5rem;
  }
  .tp-case__sliderbtn.--prev {
    left: 0;
  }
  .tp-case__sliderbtn.--next {
    right: 0;
  }

  .tp-case__page {
    display: block;
    text-align: center;
    font-size: 3.4rem;
    line-height: 1;
  }
  .tp-case__page .swiper-pagination-current {
    font-size: 5rem;
  }
}
.tp-products {
  padding: 10rem 0;
}

.tp-products__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 6.4rem;
}

.tp-products__item {
  width: 23.5%;
}
.tp-products__item:hover .tp-products__img {
  position: relative;
  -webkit-animation: shake 0.5s ease forwards;
          animation: shake 0.5s ease forwards;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  16% {
    transform: rotate(12deg);
  }
  32% {
    transform: rotate(-10deg);
  }
  48% {
    transform: rotate(8deg);
  }
  64% {
    transform: rotate(-6deg);
  }
  80% {
    transform: rotate(4deg);
  }
  96% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.tp-products__img {
  transition: all 0.3s;
}

.tp-products__title {
  margin-top: 1.6rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .tp-products__title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .tp-products {
    padding: 6.4rem 0 10rem;
  }

  .tp-products__header {
    display: block;
    text-align: center;
    left: -1rem;
    position: relative;
  }

  .tp-products__list {
    display: block;
    margin-top: 4rem;
  }

  .tp-products__item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .tp-products__item + .tp-products__item {
    margin-top: 3.2rem;
  }

  .tp-products__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .tp-products__title {
    font-size: 2.4rem;
  }
}
.tp-staff {
  padding: 12rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .tp-staff {
    padding: 6.4rem 0 10rem;
  }

  .tp-staff__header {
    display: block;
    text-align: center;
    left: -1rem;
    position: relative;
  }

  .tp-staff__btn {
    position: relative;
    margin-top: 6.4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.tp-faq {
  padding: 10rem 0;
}

.tp-faq__list {
  margin-top: 6.4rem;
}

@media screen and (max-width: 767px) {
  .tp-faq {
    padding: 6.4rem 0 10rem;
  }

  .tp-faq__header {
    display: block;
    text-align: center;
    left: -1rem;
    position: relative;
  }
}
.tp-tozai {
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-tozai .tp-mv__man {
  position: absolute;
}

.kansai .tp-tozai {
  background-color: #FFF100;
}

.honyakuactive .tp-tozai {
  -webkit-animation: kansai 2.5s ease;
          animation: kansai 2.5s ease;
}

@-webkit-keyframes kansai {
  0% {
    opacity: 1;
    transform: rotate(360deg);
    z-index: 10;
  }
  1% {
    display: block;
    visibility: visible;
  }
  60% {
    transform: rotate(0);
  }
  80% {
    opacity: 1;
  }
  99% {
    z-index: 10;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}

@keyframes kansai {
  0% {
    opacity: 1;
    transform: rotate(360deg);
    z-index: 10;
  }
  1% {
    display: block;
    visibility: visible;
  }
  60% {
    transform: rotate(0);
  }
  80% {
    opacity: 1;
  }
  99% {
    z-index: 10;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}