@-webkit-keyframes overray {
  0% {
    left: 0%;
    width: 0%;
  }
  40% {
    left: 0%;
    width: 100%;
  }
  60% {
    left: 0%;
    width: 100%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
@keyframes overray {
  0% {
    left: 0%;
    width: 0%;
  }
  40% {
    left: 0%;
    width: 100%;
  }
  60% {
    left: 0%;
    width: 100%;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
@-webkit-keyframes flash {
  0% {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  30% {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  70% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  90% {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes flash {
  0% {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  30% {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  70% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  90% {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.block_recorder-lp {
  position: relative;
}
.block_recorder-lp .cmn-text-box {
  text-align: center;
}
.block_recorder-lp .cmn-cap {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
@media (max-width: 1150px) {
  .block_recorder-lp .cmn-cap {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .block_recorder-lp .cmn-cap {
    font-size: 20px;
  }
}
.block_recorder-lp .cmn-text {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 1150px) {
  .block_recorder-lp .cmn-text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .block_recorder-lp .cmn-text {
    font-size: 14px;
  }
}
.block_recorder-lp .cmn-btn {
  margin: 0;
}
.block_recorder-lp .cmn-btn a {
  padding: 1em 2.7em;
  background-color: #7b47d2;
  color: #191d1f;
  display: inline-block;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
  -webkit-transition: background 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, color 0.4s, box-shadow 0.4s;
  transition: background 0.4s, color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media (max-width: 1150px) {
  .block_recorder-lp .cmn-btn a {
    padding: 0.75em 2em 0.75em 1.7em;
  }
}
.block_recorder-lp .cmn-btn a:after {
  display: block;
  content: "";
  position: absolute;
  width: 0.75em;
  height: 0.75em;
  border-right: 0.2em solid #191d1f;
  border-top: 0.2em solid #191d1f;
  right: 0.85em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border 0.4s, right 0.5s;
  transition: border 0.4s, right 0.5s;
}
@media (max-width: 1150px) {
  .block_recorder-lp .cmn-btn a:after {
    width: 0.65em;
    height: 0.65em;
  }
}
@media (any-hover: hover) {
  .block_recorder-lp .cmn-btn a:hover {
    text-decoration: none;
    background-color: #4b1e78;
    color: #fff;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
  }
  .block_recorder-lp .cmn-btn a:hover:after {
    border-color: #fff;
    right: 0.7em;
  }
  .block_recorder-lp .cmn-btn a:hover img {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.block_recorder-lp .cmn-btn_fig {
  display: none;
}
@media (max-width: 991px) {
  .block_recorder-lp .cmn-btn_fig {
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }
  .block_recorder-lp .cmn-btn_fig img {
    -webkit-transition: -webkit-filter 0.4s, -webkit-transform 0.4s;
    transition: -webkit-filter 0.4s, -webkit-transform 0.4s;
    transition: filter 0.4s, transform 0.4s;
    transition: filter 0.4s, transform 0.4s, -webkit-filter 0.4s, -webkit-transform 0.4s;
  }
}

.recorder-lp_top img {
  -webkit-transform: translateY(-1.5px);
      -ms-transform: translateY(-1.5px);
          transform: translateY(-1.5px);
}
.recorder-lp_btm img {
  -webkit-transform: translateY(1.5px);
      -ms-transform: translateY(1.5px);
          transform: translateY(1.5px);
}

html {
  scroll-behavior: smooth;
}

.free-html .container-fluid {
  padding: 0;
  max-width: 100%;
}

.heading-h1 {
  margin-bottom: 0;
}

.block_recorder-lp sup {
  font-size: 60%;
}
.block_recorder-lp small {
  line-height: inherit;
}
.block_recorder-lp img {
  display: block;
  max-width: 100%;
}
.block_recorder-lp .inner_pad {
  max-width: 1200px;
  padding: 0 32px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .block_recorder-lp .inner_pad {
    padding: 0 25px;
  }
}
@media (max-width: 600px) {
  .block_recorder-lp .inner_pad {
    padding: 0 16px;
  }
}
.block_recorder-lp .visible-xxl {
  display: none;
}
@media (max-width: 1150px) {
  .block_recorder-lp .visible-xxl {
    display: block;
  }
}
.block_recorder-lp .visible-xl {
  display: none;
}
@media (max-width: 991px) {
  .block_recorder-lp .visible-xl {
    display: block;
  }
}
.block_recorder-lp .visible-mdl {
  display: none;
}
@media (max-width: 900px) {
  .block_recorder-lp .visible-mdl {
    display: block;
  }
}
.block_recorder-lp .visible-xss {
  display: none;
}
@media (max-width: 450px) {
  .block_recorder-lp .visible-xss {
    display: block;
  }
}
@media (max-width: 1300px) {
  .block_recorder-lp .hidden-xxxl {
    display: none;
  }
}
@media (max-width: 1150px) {
  .block_recorder-lp .hidden-xxl {
    display: none;
  }
}
@media (max-width: 991px) {
  .block_recorder-lp .hidden-xl {
    display: none;
  }
}
@media (max-width: 900px) {
  .block_recorder-lp .hidden-mdl {
    display: none;
  }
}
.block_recorder-lp .font-en {
  font-family: Oswald, "Lucida Grande", sans-serif;
  letter-spacing: 0.05em;
}
.block_recorder-lp small {
  color: inherit;
}
.block_recorder-lp a:focus, .block_recorder-lp a:active {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.recorder-lp_mv {
  background-color: #2dc2a8;
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .recorder-lp_mv {
    margin-bottom: 90px;
  }
}
.recorder-lp_mv h2 {
  margin: 0;
}
.recorder-lp_mv p {
  line-height: 1.9;
  margin: -7vw 0 1em;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding-bottom: 2vw;
}
@media (max-width: 991px) {
  .recorder-lp_mv p {
    padding-bottom: 3.5vw;
  }
}
@media (max-width: 600px) {
  .recorder-lp_mv p {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 25px;
    text-align: left;
  }
}
.recorder-lp_mv_fx img {
  position: absolute;
  max-width: 287px;
}
.recorder-lp_mv_fx1 {
  width: 18vw;
  left: 10vw;
  bottom: 7vw;
}
@media (max-width: 1300px) {
  .recorder-lp_mv_fx1 {
    left: 5vw;
  }
}
@media (max-width: 1150px) {
  .recorder-lp_mv_fx1 {
    left: 3vw;
  }
}
@media (max-width: 991px) {
  .recorder-lp_mv_fx1 {
    left: 1vw;
  }
}
.recorder-lp_mv_fx2 {
  right: 10vw;
  bottom: 4vw;
  width: 18vw;
}
@media (max-width: 1300px) {
  .recorder-lp_mv_fx2 {
    right: 5vw;
  }
}
@media (max-width: 1150px) {
  .recorder-lp_mv_fx2 {
    right: 3vw;
  }
}
@media (max-width: 991px) {
  .recorder-lp_mv_fx2 {
    right: 1vw;
  }
}

.recorder-lp_nav_main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 1150px) {
  .recorder-lp_nav_main {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .recorder-lp_nav_main {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 20px;
  }
}
@media (max-width: 650px) {
  .recorder-lp_nav_main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-bottom: 15px;
  }
}
.recorder-lp_nav_list {
  border-radius: 28px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .recorder-lp_nav_list {
    padding-bottom: 30px;
    margin-bottom: 5px;
    border-radius: 20px;
  }
}
.recorder-lp_nav_list dt {
  position: relative;
}
.recorder-lp_nav_list dt em {
  border-radius: 28px 28px 0 0;
  display: block;
  font-size: 18px;
  font-style: normal;
  padding: 14px 20px 10px;
}
@media (max-width: 767px) {
  .recorder-lp_nav_list dt em {
    font-size: 16px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 600px) {
  .recorder-lp_nav_list dt em {
    font-size: 14px;
    border-radius: 20px 20px 0 0;
  }
}
.recorder-lp_nav_list dt figure {
  position: absolute;
}
.recorder-lp_nav_list dt span {
  font-size: 30px;
  padding: 20px;
  display: block;
  line-height: 1.3;
  min-height: 5em;
}
@media (max-width: 767px) {
  .recorder-lp_nav_list dt span {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .recorder-lp_nav_list dt span {
    min-height: auto;
    font-size: 26px;
  }
}
.recorder-lp_nav_list dd {
  padding: 0 20px 10px;
  line-height: 1;
  font-size: 0%;
}
@media (max-width: 767px) {
  .recorder-lp_nav_list dd {
    padding: 0 20px 5px;
  }
}
.recorder-lp_nav_list dd a {
  display: block;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (max-width: 600px) {
  .recorder-lp_nav_list dd a {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .recorder-lp_nav_list dd a:hover {
    text-decoration: none;
  }
  .recorder-lp_nav_list dd a:hover .icon {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.recorder-lp_nav_list dd .text {
  padding: 0.15em 0 0.6em;
  line-height: 1.5;
}
.recorder-lp_nav_list dd .icon {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  height: 18px;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: relative;
}
@media (max-width: 767px) {
  .recorder-lp_nav_list dd .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
  }
}
.recorder-lp_nav_list dd .icon:before {
  display: block;
  content: "";
  position: absolute;
  width: 30%;
  height: 42%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  left: 40%;
  top: 30%;
}
.recorder-lp_nav_list dd .line {
  font-size: 1%;
}
.recorder-lp_nav_list dd .line img {
  vertical-align: baseline;
}
.recorder-lp_nav_list1 {
  color: #dc5f62;
  background-color: #feecd7;
}
.recorder-lp_nav_list1.recorder-lp_nav_list dd a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recorder-lp_nav_list1 em {
  background-color: #fef4e7;
}
.recorder-lp_nav_list1 figure {
  width: 97px;
  right: 17px;
  top: -95px;
}
@media (max-width: 1150px) {
  .recorder-lp_nav_list1 figure {
    width: 67.9px;
    top: -80px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .recorder-lp_nav_list1 figure {
    width: 56px;
    top: -52px;
  }
}
@media (max-width: 600px) {
  .recorder-lp_nav_list1 figure {
    width: 63.05px;
    top: -50px;
    right: 15px;
  }
}
.recorder-lp_nav_list1 a {
  color: #dc5f62;
}
@media (any-hover: hover) {
  .recorder-lp_nav_list1 a:hover {
    color: rgb(210.8461538462, 53.1538461538, 56.9384615385);
  }
}
.recorder-lp_nav_list1 .icon {
  background: #dc5f62;
}
.recorder-lp_nav_list2 {
  color: #dc5f62;
  background-color: #f8e4da;
}
.recorder-lp_nav_list2.recorder-lp_nav_list dd a {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.recorder-lp_nav_list2 em {
  background-color: #fceee6;
}
.recorder-lp_nav_list2 figure {
  width: 58px;
  right: 20px;
  top: -25px;
}
@media (max-width: 1150px) {
  .recorder-lp_nav_list2 figure {
    width: 52.2px;
    top: -30px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .recorder-lp_nav_list2 figure {
    width: 56px;
    top: -20px;
  }
}
@media (max-width: 600px) {
  .recorder-lp_nav_list2 figure {
    width: 46.4px;
    top: -10px;
    right: 20px;
  }
}
.recorder-lp_nav_list2 .icon {
  margin-bottom: 1em;
  background: #dc5f62;
}
.recorder-lp_nav_list2 a {
  color: #dc5f62;
}
@media (any-hover: hover) {
  .recorder-lp_nav_list2 a:hover {
    color: rgb(210.8461538462, 53.1538461538, 56.9384615385);
  }
}
.recorder-lp_nav_list3 {
  color: #00978c;
  background-color: #c8e4cc;
}
.recorder-lp_nav_list3.recorder-lp_nav_list dd a {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.recorder-lp_nav_list3 em {
  background-color: #e3f0e2;
}
.recorder-lp_nav_list3 figure {
  width: 138px;
  right: 13px;
  top: -100px;
}
@media (max-width: 1150px) {
  .recorder-lp_nav_list3 figure {
    width: 96.6px;
    top: -80px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .recorder-lp_nav_list3 figure {
    width: 56px;
    top: -20px;
  }
}
@media (max-width: 600px) {
  .recorder-lp_nav_list3 figure {
    width: 82.8px;
    top: -40px;
    right: 15px;
  }
}
.recorder-lp_nav_list3 .icon {
  margin-bottom: 1em;
  background-color: #00978c;
}
.recorder-lp_nav_list3 a {
  color: #00978c;
}
@media (any-hover: hover) {
  .recorder-lp_nav_list3 a:hover {
    color: rgb(0, 100, 92.7152317881);
  }
}

.recorder-lp_cont_in {
  margin-top: -130px;
}
@media (max-width: 600px) {
  .recorder-lp_cont_in {
    margin-top: -100px;
  }
}
.recorder-lp_cont_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
.recorder-lp_cont_ttl em {
  -webkit-text-stroke: 3px #dc5f62;
  font-style: normal;
  color: transparent;
  font-size: 270px;
  font-family: "Oswald", Lucida, "Grande", sans-serif;
}
@media (max-width: 767px) {
  .recorder-lp_cont_ttl em {
    font-size: 180px;
  }
}
.recorder-lp_cont_ttl .text {
  color: #dc5f62;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
}
@media (max-width: 767px) {
  .recorder-lp_cont_ttl .text {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .recorder-lp_cont_ttl .text {
    font-size: 12px;
  }
}
.recorder-lp_cont_ttl .fig {
  width: 200px;
}
.recorder-lp_cont_ttl .fig img {
  width: 150px;
}
@media (max-width: 767px) {
  .recorder-lp_cont_ttl .fig img {
    width: 99px;
  }
}
.recorder-lp_cont h4 {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  color: #dc5f62;
  margin: 70px 0 45px;
}
@media (max-width: 767px) {
  .recorder-lp_cont h4 {
    margin: 70px 0 20px;
    font-size: 40px;
  }
}
.recorder-lp_cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .recorder-lp_cont_flex {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .recorder-lp_cont_flex {
    padding-bottom: 20px;
    display: block;
  }
}
.recorder-lp_cont_text, .recorder-lp_cont_fig {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
}
@media (max-width: 1150px) {
  .recorder-lp_cont_text, .recorder-lp_cont_fig {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}
.recorder-lp_cont_fig {
  text-align: center;
  text-align: right;
}
.recorder-lp_cont_fig img {
  width: 100%;
}
@media (max-width: 767px) {
  .recorder-lp_cont_fig {
    margin: 10px 0 30px;
  }
  .recorder-lp_cont_fig img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .recorder-lp_cont dl {
    margin-bottom: 7vw;
  }
}
.recorder-lp_cont dt {
  background-color: #dc5f62;
  color: #fff;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .recorder-lp_cont dt {
    margin-bottom: 25px;
  }
}
.recorder-lp_cont dt em {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recorder-lp_cont dt span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 90%;
          flex: 0 1 90%;
  font-size: 20px;
  padding: 0.5em 1em 0.5em 0;
}
@media (max-width: 600px) {
  .recorder-lp_cont dt span {
    font-size: 18px;
  }
}
.recorder-lp_cont dd em {
  display: block;
  margin-bottom: 10px;
}
.recorder-lp_cont dd span {
  color: #dc5f62;
  line-height: 1.7;
  font-size: 18px;
  padding-left: 10px;
  display: block;
}
@media (max-width: 767px) {
  .recorder-lp_cont dd span {
    font-size: 16px;
  }
}
.recorder-lp_cont dd span small {
  font-size: 12px;
  display: block;
  padding-left: 2em;
  text-indent: -2em;
}
.recorder-lp_cont dd span small.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.recorder-lp_cont dd span small:nth-of-type(1) {
  margin-top: 1em;
}
.recorder-lp_cont dd .recorder-lp_cont_fig {
  margin-bottom: 15px;
}

.recorder-lp_point_in {
  background-color: #feecd7;
}
.recorder-lp_point .recorder-lp_cont_ttl .fig {
  text-align: right;
}
.recorder-lp_point .recorder-lp_cont_ttl .fig img {
  margin-left: auto;
}
.recorder-lp_point .recorder-lp_cont_ttl .text {
  padding-left: 0.4em;
}
.recorder-lp_point .recorder-lp_cont_fig img {
  max-width: 500px;
}
.recorder-lp_point dt em {
  padding: 10px 15px 10px 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
}
.recorder-lp_point dt em img {
  width: 45px;
}
@media (max-width: 767px) {
  .recorder-lp_point dt em img {
    width: 43px;
  }
}
.recorder-lp_point dd em img {
  width: 64px;
}
@media (max-width: 767px) {
  .recorder-lp_point dd em img {
    width: 61px;
  }
}
.recorder-lp_trouble_in {
  background-color: #f8e4da;
}
.recorder-lp_trouble dt em {
  padding: 15px 30px 15px 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
}
.recorder-lp_trouble dt em img {
  width: 17px;
}
@media (max-width: 767px) {
  .recorder-lp_trouble dt em img {
    width: 15px;
  }
}
.recorder-lp_trouble .recorder-lp_cont_ttl .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}
.recorder-lp_trouble .recorder-lp_cont_ttl em {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.recorder-lp_trouble .recorder-lp_cont_ttl .fig {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.recorder-lp_trouble .recorder-lp_cont_ttl .fig img {
  margin-right: auto;
}
.recorder-lp_trouble1 .recorder-lp_cont_fig img {
  max-width: 437px;
  margin: 0 auto;
}
.recorder-lp_trouble2 .recorder-lp_cont_fig img {
  max-width: 515px;
  margin-left: auto;
}
.recorder-lp_trouble3 .recorder-lp_cont_in {
  padding-bottom: 30px;
}
@media (max-width: 600px) {
  .recorder-lp_trouble3 .recorder-lp_cont_in {
    padding-bottom: 0;
  }
}
.recorder-lp_trouble3 .recorder-lp_cont_fig img {
  max-width: 518px;
  margin-left: auto;
}
.recorder-lp_feature_in {
  background-color: #c8e4cc;
}

.recorder-lp_footer {
  background-color: #2dc2a8;
  padding-bottom: 95px;
}
@media (max-width: 767px) {
  .recorder-lp_footer {
    padding-bottom: 45px;
  }
}
.recorder-lp_footer_head {
  position: relative;
}
.recorder-lp_footer_head .inner_pad {
  margin-top: -15vw;
}
.recorder-lp_footer h2 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 1.9;
  margin: 50px 0 80px;
}
@media (max-width: 767px) {
  .recorder-lp_footer h2 {
    margin: 20px 0 35px;
    text-align: left;
    line-height: 1.7;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .recorder-lp_footer h2 {
    font-size: 16px;
  }
}
.recorder-lp_footer_line {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .recorder-lp_footer_line {
    margin-bottom: 35px;
  }
  .recorder-lp_footer_line img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 3px;
    width: 100%;
  }
}
.recorder-lp_footer_ban {
  position: relative;
  padding-bottom: 30px;
}
.recorder-lp_footer_ban_fx {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .recorder-lp_footer_ban_fx {
    display: none;
  }
}
.recorder-lp_footer_ban_list {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 0;
}
@media (max-width: 1150px) {
  .recorder-lp_footer_ban_list {
    gap: 4vw 0;
  }
}
@media (max-width: 767px) {
  .recorder-lp_footer_ban_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10vw 0;
  }
}
@media (max-width: 600px) {
  .recorder-lp_footer_ban_list {
    gap: 12vw 0;
  }
}
.recorder-lp_footer_ban_single {
  text-align: center;
}
.recorder-lp_footer_ban_single:has(a:hover) .photo {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
.recorder-lp_footer_ban_single h3 {
  position: relative;
  margin: 0 auto;
  width: 65%;
  max-width: 340px;
}
@media (max-width: 767px) {
  .recorder-lp_footer_ban_single h3 {
    max-width: 65%;
  }
}
.recorder-lp_footer_ban_single h3 .catch {
  width: 100%;
}
.recorder-lp_footer_ban_single h3 .fx {
  display: none;
}
@media (max-width: 767px) {
  .recorder-lp_footer_ban_single h3 .fx {
    display: block;
    position: absolute;
    width: 6vw;
  }
  .recorder-lp_footer_ban_single h3 .fx1 {
    right: -7.5vw;
    bottom: -4vw;
  }
  .recorder-lp_footer_ban_single h3 .fx2 {
    left: -2.5vw;
    bottom: -2.5vw;
  }
  .recorder-lp_footer_ban_single h3 .fx3 {
    right: 0;
    bottom: 3vw;
  }
  .recorder-lp_footer_ban_single h3 .fx4 {
    left: -4vw;
    bottom: -3vw;
  }
}
.recorder-lp_footer_ban_single figure {
  position: relative;
  width: 395px;
  height: 395px;
  margin: -35px auto 25px;
}
@media (max-width: 1150px) {
  .recorder-lp_footer_ban_single figure {
    margin-top: -3vw;
    width: 34vw;
    height: 34vw;
  }
}
@media (max-width: 767px) {
  .recorder-lp_footer_ban_single figure {
    margin-top: -6vw;
    width: 70vw;
    height: 70vw;
  }
}
@media (max-width: 600px) {
  .recorder-lp_footer_ban_single figure {
    width: 80vw;
    height: 80vw;
  }
}
.recorder-lp_footer_ban_single figure span {
  overflow: hidden;
  border-radius: 300px;
  position: relative;
  z-index: 1;
  display: block;
}
.recorder-lp_footer_ban_single .photo {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-filter 0.4s, -webkit-transform 0.4s;
  transition: -webkit-filter 0.4s, -webkit-transform 0.4s;
  transition: filter 0.4s, transform 0.4s;
  transition: filter 0.4s, transform 0.4s, -webkit-filter 0.4s, -webkit-transform 0.4s;
}
.recorder-lp_footer_ban_single .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(15px, 15px);
      -ms-transform: translate(15px, 15px);
          transform: translate(15px, 15px);
}
@media (max-width: 767px) {
  .recorder-lp_footer_ban_single .shadow {
    -webkit-transform: translate(3%, 3%);
        -ms-transform: translate(3%, 3%);
            transform: translate(3%, 3%);
  }
}
.recorder-lp_footer_ban_single ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recorder-lp_footer_ban_single li {
  list-style: none;
  color: #fff;
  text-align: center;
}
.recorder-lp_footer_ban_single li + li {
  margin-left: 80px;
}
@media (max-width: 1150px) {
  .recorder-lp_footer_ban_single li + li {
    margin-left: 4vw;
  }
}
@media (max-width: 767px) {
  .recorder-lp_footer_ban_single li + li {
    margin-left: 10vw;
  }
}
.recorder-lp_footer_ban_single a {
  display: block;
  color: #fff;
  font-size: 22px;
}
@media (max-width: 767px) {
  .recorder-lp_footer_ban_single a {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .recorder-lp_footer_ban_single a {
    font-size: 19px;
  }
}
@media (any-hover: hover) {
  .recorder-lp_footer_ban_single a:hover {
    text-decoration: none;
  }
  .recorder-lp_footer_ban_single a:hover .icon {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.recorder-lp_footer_ban_single .icon {
  display: inline-block;
  width: 20px;
  height: 18px;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: relative;
  background-color: #fff;
}
@media (max-width: 767px) {
  .recorder-lp_footer_ban_single .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
  }
}
.recorder-lp_footer_ban_single .icon:before {
  display: block;
  content: "";
  position: absolute;
  width: 30%;
  height: 42%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #2dc2a8;
  left: 40%;
  top: 30%;
}

.add_anim.recorder-lp_mv {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-filter 0.5s;
  transition: opacity 1s, -webkit-filter 0.5s;
  transition: filter 0.5s, opacity 1s;
  transition: filter 0.5s, opacity 1s, -webkit-filter 0.5s;
}
.add_anim.recorder-lp_mv h3 {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.5s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: opacity 0.3s 0.5s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: opacity 0.3s 0.5s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: opacity 0.3s 0.5s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}
.add_anim.recorder-lp_mv p {
  opacity: 0;
  -webkit-transition: opacity 1s 0.75s;
  transition: opacity 1s 0.75s;
}
.add_anim.recorder-lp_mv.js_on {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
}
.add_anim.recorder-lp_mv.js_on h3 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.add_anim.recorder-lp_mv.js_on p {
  opacity: 1;
}

.recorder-lp_nav.add_anim {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.recorder-lp_nav.add_anim figure {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s 0.5s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: opacity 0.3s 0.5s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: opacity 0.3s 0.5s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transition: opacity 0.3s 0.5s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}
.recorder-lp_nav.add_anim.js_on {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.recorder-lp_nav.add_anim.js_on figure {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.recorder-lp_cont.add_anim {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.recorder-lp_cont.add_anim .recorder-lp_cont_ttl em {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
}
.recorder-lp_cont.add_anim .recorder-lp_cont_ttl .fig {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.3s 0.65s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.65s;
  transition: opacity 0.3s 0.65s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.65s;
  transition: opacity 0.3s 0.65s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.65s;
  transition: opacity 0.3s 0.65s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.65s, -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.65s;
}
.recorder-lp_cont.add_anim.js_on {
  opacity: 1;
}
.recorder-lp_cont.add_anim.js_on .recorder-lp_cont_ttl em,
.recorder-lp_cont.add_anim.js_on .recorder-lp_cont_ttl .fig {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.recorder-lp_point.add_anim .recorder-lp_cont_ttl .text {
  opacity: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
.recorder-lp_point.add_anim.js_on .recorder-lp_cont_ttl .text {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.recorder-lp_trouble.add_anim .recorder-lp_cont_ttl .text {
  opacity: 0;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
.recorder-lp_trouble.add_anim.js_on .recorder-lp_cont_ttl .text {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.recorder-lp_footer.add_anim {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.recorder-lp_footer.add_anim.js_on {
  opacity: 1;
}