@charset "UTF-8";
.card-common {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */ }
  .card-common .swiper-button-prev::after {
    background-image: url("../../img/parts/arrow-slide.svg");
    transform: rotate(180deg); }
  .card-common .swiper-button-next::after {
    background-image: url("../../img/parts/arrow-slide.svg"); }
  .card-common .swiper-button-prev,
  .card-common .swiper-button-next {
    height: 40px;
    width: 40px;
    z-index: 20; }
    @media (min-width: 1024px) {
      .card-common .swiper-button-prev,
      .card-common .swiper-button-next {
        height: 50px;
        width: 50px; } }
  .card-common .swiper-button-prev::after,
  .card-common .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    height: 40px;
    width: 40px;
    border-radius: 50px; }
    @media (min-width: 1250px) {
      .card-common .swiper-button-prev::after,
      .card-common .swiper-button-next::after {
        height: 50px;
        width: 50px; } }

.common-btn-type2 {
  display: inline-block; }
  .common-btn-type2 a:hover .btn-design.aqua {
    border: 1px solid #FFF31D;
    background-color: #FFF31D; }
  @media (min-width: 1024px) {
    .common-btn-type2 a:hover .btn-design > img {
      right: 10px; } }
  .common-btn-type2 a:hover .btn-design.white {
    border: 1px solid #FFF31D;
    background-color: #FFF31D; }
  .common-btn-type2 a:hover .btn-design.white > svg {
    fill: #0014FF; }
  .common-btn-type2 a:hover .btn-design.white > h6 {
    color: #0014FF; }
  @media (min-width: 1024px) {
    .common-btn-type2 a:hover .btn-design > svg {
      right: 10px; } }
  .common-btn-type2 a .btn-design {
    position: relative;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    transition: .5s; }
    @media (min-width: 1024px) {
      .common-btn-type2 a .btn-design {
        width: 270px;
        height: 54px; } }
    .common-btn-type2 a .btn-design.aqua {
      background-color: #fff;
      border: 1px solid #0014FF; }
      .common-btn-type2 a .btn-design.aqua h6 {
        color: #0014FF; }
      .common-btn-type2 a .btn-design.aqua svg {
        fill: #0014ff; }
    .common-btn-type2 a .btn-design.white {
      background-color: #0014FF;
      border: 1px solid #0014FF; }
      .common-btn-type2 a .btn-design.white h6 {
        color: #fff;
        transition: .5s; }
      .common-btn-type2 a .btn-design.white svg {
        fill: #fff; }
    .common-btn-type2 a .btn-design h6 {
      font-size: 1.0em;
      text-align: center;
      line-height: 48px; }
      @media (min-width: 1024px) {
        .common-btn-type2 a .btn-design h6 {
          font-size: 1.125em;
          line-height: 52px; } }
    .common-btn-type2 a .btn-design img, .common-btn-type2 a .btn-design svg {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      display: flex;
      margin: auto;
      width: 18px;
      transition: .5s; }
      @media (min-width: 1024px) {
        .common-btn-type2 a .btn-design img, .common-btn-type2 a .btn-design svg {
          right: 20px;
          width: 22px; } }

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  padding: 18px 20px 18px 28px;
  transition: 0.5S; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background-color: #0014FF; }
  @media (min-width: 1250px) {
    .video-play-button:before {
      width: 50px;
      height: 50px; } }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 200ms;
  transition: .5s;
  background-color: #0014FF; }
  @media (min-width: 1250px) {
    .video-play-button:after {
      width: 50px;
      height: 50px; } }

.video-play-button img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 0;
  z-index: 3;
  width: 10px;
  height: auto;
  margin: auto;
  border-radius: 0; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
