@charset "UTF-8";

body {
  font-family: "Overpass", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Meiryo, sans-serif;
  background-color: #fff;
  color: #fff;
  text-align: center;
  min-width: 100px;
  min-height: 100%;
  margin: auto;
  box-shadow: #bbb 0px 0px 23px;
}

img {
  width: 100%;
  vertical-align: middle;
}

.sp {
  display: inline-block;
  display: none;
}

.pc {
  display: inline-block;
}

@media screen and (max-width:760px) {
  .sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  body {
    box-shadow: none;
  }
}

@media screen and (min-width:760px) {
  .sp {
    display: none;
    margin: 0 auto;
  }

  .pc {
    display: inline-block;
    width: 100%;
  }
}

.mv_pd {
  background: #fff;
  width: 76%;
  margin: 5% 0px 4% 0px;
}

.video-wrap {
  position: relative;
}

.video-wrap img {
  width: 100%;
}

.mov02 {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43%;
}

.video-wrap01 {
  position: relative;
}

.video-wrap01 img {
  width: 100%;
}

.video-wrap02 {
  position: relative;
  display: inline-block;
}

.video-wrap02 img {
  width: 100%;
  display: block;
  ;
}

.mov01 {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43%;
}

.mov03 {
  position: absolute;
  top: 63.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43%;
}

.mov04 {
  position: absolute;
  top: 27.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43%;
}

.mov05 {

  position: absolute;
  bottom: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43%;
}

.close {
  margin-top: -6px;
}


.cta-wrap {
  position: relative;
}

.cta-wrap img.bg {
  width: 100%;
  height: auto;
}

.cta-box {
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20%;
  justify-content: center;
  max-width: 38%;

}

.cta-box img {
  width: 100%;
}

.cta-btn {
  display: block;
}

.cta01 {
  margin-left: 10px;
}

.cta02 {
  margin-right: 20px;
}

.cta-section {
  position: relative;
}

.cta-section__bg {
  width: 100%;
  height: auto;
}

.cta-group {
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}


.cta-btn01 {
  display: inline-block;
  position: relative;
  transition: 0.15s;
}

.cta-btn01 img {
  width: 100%;
}

.cta-btn01:hover {
  transform: translateY(2px);
}

.cta-btn01:active {
  transform: translateY(4px);
}

.cta-btn01::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 123, 123, 0);
  transition: 0.15s;
  pointer-events: none;
}

.cta-btn--01 {
  width: 65%;
}

.cta-btn--02 {
  width: 35%;
}

.sug {
  margin-top: -6px;
}

a.cta_speaker {
  position: absolute;
  max-width: 470px;
  width: 17%;
  top: 67%;
  left: 31%;
  transition: 0.15s;
}

a.cta_speaker:hover {
  transform: translateY(2px);
}

a.cta_earphone {
  position: absolute;
  max-width: 470px;
  width: 17%;
  top: 67%;
  left: 53%;
  transition: 0.15s;
}

a.cta_earphone:hover {
  transform: translateY(2px);
}


/* スマホ */
@media screen and (max-width:760px) {
  .mv_pd {
    width: 100%;
    margin: 0;
  }

  .cta-group {
    position: relative;
    margin: 6% auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 55px;
  }

  .cta-btn--01 {
    width: 35%;
    /* padding: 25px; */
  }

  .cta-btn--02 {
    width: 35%;
  }

  .mov02 {
    position: absolute;
    top: 69.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 87%;
  }

  .mov04 {
    position: absolute;
    top: 20.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 87%;
  }

  .mov05 {
    position: absolute;
    bottom: 93.4%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 87%;
  }

  a.cta_earphone {
    width: 76%;
    top: 38%;
    left: 0;
    right: 0;
    margin: auto;
  }

  a.cta_speaker {
        width: 76%;
        top: 82%;
        left: 0;
        right: 0;
        margin: auto;
  }

a.cta_speaker:hover {
  transform: none;
}

a.cta_earphone:hover {
  transform: none;
}
}