@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  text-decoration: unset;
  box-sizing: border-box;
}

#ip-vfx {
  background: #ffffff;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  #ip-vfx {
    zoom: 80%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  #ip-vfx {
    zoom: 90%;
  }
}
@media only screen and (min-width: 1000px) {
  #ip-vfx .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pc-only {
    display: none !important;
  }
}
#ip-vfx .Montserrat {
  font-family: "Montserrat";
  line-height: 0.7;
}
#ip-vfx .inner {
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .inner {
    padding: 0;
  }
}
#ip-vfx img {
  max-width: 100%;
}
#ip-vfx .common-blk-ot .common-blk {
  display: flex;
  align-items: center;
  color: #3C3C3C;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .common-blk-ot .common-blk {
    display: block;
    text-align: center;
  }
}
#ip-vfx .common-blk-ot .common-blk .common-til {
  font-size: 120px;
  font-weight: bold;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .common-blk-ot .common-blk .common-til {
    font-size: 13.3vw;
  }
}
#ip-vfx .common-blk-ot .common-blk .common-sbtil {
  font-size: 32px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .common-blk-ot .common-blk .common-sbtil {
    font-size: 4.8vw;
  }
}
#ip-vfx .header {
  padding: 33.8px 50px 0 57px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .header {
    padding: 2.67vw 2.67vw 2.67vw 5.3vw;
    position: absolute;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 999px) {
  #ip-vfx .header.fixed {
    position: fixed;
  }
}
#ip-vfx .header .inner {
  max-width: 1353px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .header .inner {
    position: unset;
  }
}
#ip-vfx .header .header-blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ip-vfx .header .header-blk .header-img {
  display: flex;
  width: 163px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .header .header-blk .header-img {
    width: 26.13vw;
    height: 11.73vw;
    position: relative;
    z-index: 3;
  }
}
#ip-vfx .header .header-blk .header-img img {
  width: 100%;
}
#ip-vfx .header .header-blk .header-menu-list {
  display: flex;
  gap: 23px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .header .header-blk .header-menu-list {
    flex-direction: column;
    gap: 5.3vw;
  }
}
#ip-vfx .header .header-blk .header-menu-list .menu-list {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .header .header-blk .header-menu-list .menu-list {
    font-size: 4.267vw;
    text-align: center;
    line-height: 1.7;
  }
}
#ip-vfx .header .header-blk .header-menu-btn {
  width: 11.73vw;
  height: 11.73vw;
  border-radius: 50%;
  background: #F54F04;
  position: relative;
  z-index: 3;
  cursor: pointer;
  position: fixed;
  top: 2.67vw;
  right: 2.67vw;
}
#ip-vfx .header .header-blk .header-menu-btn:before, #ip-vfx .header .header-blk .header-menu-btn:after {
  content: "";
  width: 5.067vw;
  height: 1px;
  border-radius: 1px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center center;
  transition: 0.3s;
}
#ip-vfx .header .header-blk .header-menu-btn:before {
  top: 4.8vw;
}
#ip-vfx .header .header-blk .header-menu-btn:after {
  bottom: 4.8vw;
}
#ip-vfx .header .header-blk .sp-menu-blk {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #3C3C3C;
  width: 100vw;
  height: 100vh;
  padding: 32.3vw 0 24.8vw;
  overflow: auto;
  display: none;
}
#ip-vfx .header .header-blk .sp-menu-blk .header-btn-group {
  margin-top: 19.73vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.67vw;
}
#ip-vfx .header .header-blk .sp-menu-blk .header-btn-group .hb-btn {
  width: 50.13vw;
  height: 11.73vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.3vw;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  color: #ffffff;
}
#ip-vfx .header .header-blk .sp-menu-blk .header-btn-group .hb-btn.btn01 {
  background: #F54F04;
}
#ip-vfx .header .header-blk .sp-menu-blk .header-btn-group .hb-btn.btn02 {
  background: #323232;
}
#ip-vfx .header .header-blk.active .header-menu-btn:before, #ip-vfx .header .header-blk.active .header-menu-btn:after {
  width: 5.3vw;
  top: 50%;
  bottom: unset;
  transform: translate(-50%, -50%) rotate(45deg);
}
#ip-vfx .header .header-blk.active .header-menu-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#ip-vfx .header .header-blk.active .sp-menu-blk {
  display: block;
}
#ip-vfx .header.bg-grey {
  background: #323232;
}
#ip-vfx .footer {
  background: #1E1E1E;
  padding: 62px 50px 123px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .footer {
    padding: 14.13vw 0 22.4vw;
  }
}
#ip-vfx .footer .inner {
  max-width: 1360px;
}
#ip-vfx .footer .logo-list-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .footer .logo-list-blk {
    justify-content: center;
  }
}
#ip-vfx .footer .logo-list-blk .logo {
  display: flex;
  width: 163px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .footer .logo-list-blk .logo {
    width: 32.5vw;
  }
}
#ip-vfx .footer .logo-list-blk .logo img {
  width: 100%;
}
#ip-vfx .footer .logo-list-blk .list-blk {
  display: flex;
  gap: 22px;
}
#ip-vfx .footer .logo-list-blk .list-blk .list {
  display: flex;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
#ip-vfx .footer .copyright {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 35.4px;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .footer .copyright {
    margin-top: 4.93vw;
    font-size: 3.5vw;
    text-align: center;
  }
}
#ip-vfx .header-grey {
  background: #323232;
  padding: 22px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
}
#ip-vfx .header-grey .inner {
  max-width: 1343px;
}
#ip-vfx .header-grey .header-blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ip-vfx .header-grey .header-blk .header-img {
  width: 130px;
  display: flex;
}
#ip-vfx .header-grey .header-blk .header-img img {
  width: 100%;
}
#ip-vfx .header-grey .header-blk .header-menu-list {
  display: flex;
  align-items: center;
  gap: 22px;
}
#ip-vfx .header-grey .header-blk .header-menu-list .menu-list {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
#ip-vfx .sec01 {
  padding: 196px 0 115px;
  background: url("/lp/img/ip-vfx/sec01-01.png") center bottom no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 8;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec01 {
    padding: 55.2vw 8vw 35.73vw;
    background: url("/lp/img/ip-vfx/sec01-01-sp.png") center bottom no-repeat;
    background-size: cover;
  }
}
#ip-vfx .sec01 .video-group {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec01 .video-group {
    height: 100%;
    flex-direction: column;
    align-items: center;
  }
}
#ip-vfx .sec01 .video-group .video-blk {
  width: 50%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec01 .video-group .video-blk {
    width: 100%;
    flex: 1;
    overflow: hidden;
  }
}
#ip-vfx .sec01 .video-group .video-blk video {
  width: 100%;
}
#ip-vfx .sec01 .video-group .video-bg {
  background: rgba(0, 0, 0, 0.33) url("/lp/img/ip-vfx/sec01-bg.svg") center bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec01 .video-group .video-bg {
    background: rgba(0, 0, 0, 0.33) url("/lp/img/ip-vfx/sec01-bg.svg") center bottom no-repeat;
    background-size: cover;
  }
}
#ip-vfx .sec01 .video-group .video-bg img {
  width: 100%;
}
#ip-vfx .sec01 .main-blk {
  padding-left: 125px;
  color: #ffffff;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec01 .main-blk {
    padding-left: 0;
  }
}
#ip-vfx .sec01 .main-blk .sec-txt01 {
  font-size: 67px;
  font-weight: bold;
  line-height: 1.47;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec01 .main-blk .sec-txt01 {
    font-size: 8vw;
    line-height: 1.5;
  }
}
#ip-vfx .sec01 .main-blk .sec-txt02 {
  font-size: 165px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -9px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec01 .main-blk .sec-txt02 {
    font-size: 24.8vw;
    letter-spacing: -0.5vw;
  }
}
#ip-vfx .sec01 .main-blk .sec-txt02 span {
  letter-spacing: -20px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec01 .main-blk .sec-txt02 span {
    letter-spacing: -3vw;
  }
}
#ip-vfx .sec01 .main-blk .sec-txt03 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec01 .main-blk .sec-txt03 {
    font-size: 4.8vw;
    line-height: 1.78;
  }
}
#ip-vfx .sec01 .main-blk .txt-btn-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec01 .main-blk .txt-btn-blk {
    margin-top: 4vw;
  }
}
#ip-vfx .sec01 .main-blk .txt-btn-blk .header-btn-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
#ip-vfx .sec01 .main-blk .txt-btn-blk .header-btn-group .hb-btn {
  width: 250px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
#ip-vfx .sec01 .main-blk .txt-btn-blk .header-btn-group .hb-btn.btn01 {
  background: #F54F04;
}
#ip-vfx .sec01 .main-blk .txt-btn-blk .header-btn-group .hb-btn.btn02 {
  background: #323232;
}
#ip-vfx .sec02 {
  padding: 102px 0 0;
  color: #323232;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec02 {
    padding: 10.93vw 8vw 0;
  }
}
#ip-vfx .sec02 .sec-til {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.48;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec02 .sec-til {
    font-size: 8.267vw;
  }
}
#ip-vfx .sec02 .sec-sbtil {
  text-align: center;
  font-size: 145px;
  font-weight: bold;
  line-height: 0.95;
  margin-top: -10px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec02 .sec-sbtil {
    font-size: 20vw;
    margin: 0 -2vw;
    font-feature-settings: "palt";
  }
}
#ip-vfx .sec02 .sec-sbtil span {
  font-size: 122px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec02 .sec-sbtil span {
    font-size: 16.8vw;
  }
}
#ip-vfx .sec02 .txt-blk-group {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec02 .txt-blk-group {
    gap: 2.67vw;
    margin-top: 12.3vw;
    justify-content: unset;
    flex-direction: column;
  }
}
#ip-vfx .sec02 .txt-blk-group .txt-blk {
  width: 340px;
  height: 139px;
  border-radius: 20px;
  background: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.83;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec02 .txt-blk-group .txt-blk {
    width: 53.867vw;
    height: 22.13vw;
    border-radius: 2.67vw;
    font-size: 4vw;
    line-height: 1.867;
  }
}
#ip-vfx .sec02 .txt-blk-group .txt-blk.tb01, #ip-vfx .sec02 .txt-blk-group .txt-blk.tb03 {
  margin-top: 40px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec02 .txt-blk-group .txt-blk.tb01, #ip-vfx .sec02 .txt-blk-group .txt-blk.tb03 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec02 .txt-blk-group .txt-blk.tb02 {
    margin-left: 28.8vw;
  }
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec02 .txt-blk-group .txt-blk.tb03 {
    margin-left: 7.2vw;
  }
}
#ip-vfx .sec02 .sec02-01 {
  margin: 0 auto;
  margin-top: -30px;
  display: flex;
  width: 565px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec02 .sec02-01 {
    margin: unset;
    margin-top: -8vw;
    margin-left: 6.93vw;
    width: 66.4vw;
  }
}
#ip-vfx .sec02 .sec02-01 img {
  width: 100%;
}
#ip-vfx .sec02 .sec02-02 {
  display: flex;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  margin-top: -131px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec02 .sec02-02 {
    width: auto;
    margin: 0 -8vw;
    margin-top: 9.6vw;
  }
}
#ip-vfx .sec02 .sec02-02 img {
  width: 100%;
}
#ip-vfx .sec03 {
  padding: 135px 0 0;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 {
    padding: 20.267vw 0 0;
  }
}
#ip-vfx .sec03 .sec-til {
  font-size: 46px;
  font-weight: bold;
  color: #323232;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .sec-til {
    font-size: 5.867vw;
  }
}
#ip-vfx .sec03 .sec-sbtil {
  text-align: center;
  color: #323232;
  font-size: 58px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .sec-sbtil {
    font-size: 7.2vw;
    line-height: 1.44;
    margin-top: 1.8vw;
    font-feature-settings: "palt";
  }
}
#ip-vfx .sec03 .sec-sbtil span {
  font-size: 88px;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .sec-sbtil span {
    font-size: 14.4vw;
    line-height: 1.44;
  }
}
#ip-vfx .sec03 .txt-blk {
  margin-top: 122px;
  position: relative;
  padding-top: 211px;
  text-align: center;
  color: #ffffff;
  height: 850px;
  background: url("/lp/img/ip-vfx/sec03-01.png") no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .txt-blk {
    margin: 0;
    margin-top: 18.67vw;
    padding-top: 26.67vw;
    height: 157.3vw;
    background: url("/lp/img/ip-vfx/sec03-01-sp.png") no-repeat;
    background-size: 100%;
  }
}
#ip-vfx .sec03 .txt-blk .tb-til {
  position: absolute;
  left: 50%;
  top: -37px;
  transform: translateX(-50%);
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3C3C3C;
  font-size: 55px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .txt-blk .tb-til {
    top: -5.6vw;
    width: 28vw;
    height: 28vw;
    font-size: 6.93vw;
    line-height: 1.2;
  }
}
#ip-vfx .sec03 .txt-blk .tb-txt01 {
  font-size: 71px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .txt-blk .tb-txt01 {
    font-size: 8.53vw;
  }
}
#ip-vfx .sec03 .txt-blk .tb-txt01 span {
  font-size: 124px;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .txt-blk .tb-txt01 span {
    font-size: 15.5vw;
  }
}
#ip-vfx .sec03 .txt-blk .tb-txt02 {
  width: fit-content;
  margin: 0 auto;
  margin-top: 23px;
  font-size: 40px;
  font-weight: bold;
  padding: 11px 30px 15px;
  background: #323232;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .txt-blk .tb-txt02 {
    margin-top: 6.4vw;
    font-size: 5.6vw;
    padding: 0;
    background: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.2vw;
  }
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .txt-blk .tb-txt02 span {
    padding: 1.3vw 4.267vw 2.67vw;
    background: #323232;
    display: block;
    width: fit-content;
  }
}
#ip-vfx .sec03 .txt-blk .tb-txt03 {
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  margin-top: 40px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .txt-blk .tb-txt03 {
    padding: 0 8vw;
    text-align: left;
    margin-top: 8vw;
    font-size: 4.267vw;
    line-height: 1.9375;
  }
}
#ip-vfx .sec03 .img-txt-group {
  display: flex;
  justify-content: center;
  gap: 117px;
  margin-top: 136px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .img-txt-group {
    gap: 11.73vw;
    margin-top: 9.867vw;
  }
}
#ip-vfx .sec03 .img-txt-group .it-blk .it-img {
  display: flex;
  width: 280px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .img-txt-group .it-blk .it-img {
    width: 34.67vw;
  }
}
#ip-vfx .sec03 .img-txt-group .it-blk .it-img img {
  width: 100%;
}
#ip-vfx .sec03 .img-txt-group .it-blk .it-txt {
  margin-top: 40px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #3C3C3C;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .img-txt-group .it-blk .it-txt {
    margin-top: 4.8vw;
    font-size: 3.73vw;
  }
}
#ip-vfx .sec03 .img-txt-group .it-blk .it-txt span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: max-content;
}
#ip-vfx .sec03 .img-txt-group .it-blk .it-txt.have-bg span {
  padding: 7px 14px;
  color: #ffffff;
  background: #3C3C3C;
  top: -7px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec03 .img-txt-group .it-blk .it-txt.have-bg span {
    padding: 0.8vw 1.267vw;
    top: -0.8vw;
  }
}
#ip-vfx .sec04 {
  margin-top: 166px;
  padding: 131px 0 234px;
  background: #F2F2F2;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 {
    margin-top: 18.4vw;
    padding: 16.8vw 0 0;
  }
}
#ip-vfx .sec04 .til {
  font-size: 100px;
  font-weight: bold;
  color: #3C3C3C;
  text-align: center;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 .til {
    font-size: 12vw;
    font-feature-settings: "palt";
  }
}
#ip-vfx .sec04 .sbtil {
  margin-top: 12px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #3C3C3C;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 .sbtil {
    margin-top: 1.3vw;
    font-size: 4.267vw;
  }
}
#ip-vfx .sec04 .check-group {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 .check-group {
    margin-top: 8vw;
    gap: 2.67vw;
  }
}
#ip-vfx .sec04 .check-group .check {
  width: 748px;
  padding: 14px 20px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 21px;
  font-size: 21px;
  font-weight: bold;
  color: #3C3C3C;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 .check-group .check {
    width: 84vw;
    padding: 4.53vw 3.73vw 4vw 5.3vw;
    gap: 3.73vw;
    font-size: 4.53vw;
    align-items: unset;
    line-height: 1.58;
  }
}
#ip-vfx .sec04 .check-group .check:before {
  content: "";
  display: block;
  background: url("/lp/img/ip-vfx/sec04-01.svg") no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 .check-group .check:before {
    background-size: 5.867vw 5.867vw;
    width: 5.867vw;
    height: 5.867vw;
    margin-top: 0.53vw;
  }
}
#ip-vfx .sec04 .check-group .check span {
  flex: 1;
  font-feature-settings: "palt";
}
#ip-vfx .sec04 .data-blk-group {
  width: 1000px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 .data-blk-group {
    width: 100%;
    flex-direction: column;
    position: unset;
    transform: unset;
    margin-top: 31.2vw;
    border-radius: unset;
  }
}
#ip-vfx .sec04 .data-blk-group .data-blk {
  flex: 1;
  background: #000000;
  padding: 40px 50px 30px;
  color: #FFFFFF;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 .data-blk-group .data-blk {
    padding: 8.53vw 0 10.867vw;
  }
}
#ip-vfx .sec04 .data-blk-group .data-blk.bg-grey {
  background: #323232;
}
#ip-vfx .sec04 .data-blk-group .data-blk .db-til {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 .data-blk-group .data-blk .db-til {
    text-align: center;
    font-size: 5.3vw;
  }
}
#ip-vfx .sec04 .data-blk-group .data-blk .db-til + .db-detail {
  margin-top: 36px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 .data-blk-group .data-blk .db-til + .db-detail {
    margin-top: 4vw;
  }
}
#ip-vfx .sec04 .data-blk-group .data-blk .db-detail {
  display: flex;
  justify-content: center;
}
#ip-vfx .sec04 .data-blk-group .data-blk .db-detail .detail.have-line {
  border-right: 1px solid #555555;
  padding-right: 37px;
  margin-right: 37px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 .data-blk-group .data-blk .db-detail .detail.have-line {
    padding-right: 6.8vw;
    margin-right: 4.67vw;
    border-right: 2px solid #555555;
  }
}
#ip-vfx .sec04 .data-blk-group .data-blk .db-detail .detail .detail-til {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 .data-blk-group .data-blk .db-detail .detail .detail-til {
    font-size: 4.267vw;
    line-height: 1;
    text-align: center;
  }
}
#ip-vfx .sec04 .data-blk-group .data-blk .db-detail .detail .detail-num {
  text-align: center;
  font-size: 73px;
  font-weight: bold;
  font-family: "Roboto";
  line-height: 1;
  margin-top: 8px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 .data-blk-group .data-blk .db-detail .detail .detail-num {
    font-size: 19.5vw;
    margin-top: 5.73vw;
    line-height: 0.7;
  }
}
#ip-vfx .sec04 .data-blk-group .data-blk .db-detail .detail .detail-num span {
  font-size: 33px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec04 .data-blk-group .data-blk .db-detail .detail .detail-num span {
    font-size: 8.8vw;
  }
}
#ip-vfx .sec05 {
  padding: 307px 0 90px;
  background: linear-gradient(to top, #3C3C3C 511px, #ffffff 511px);
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 {
    padding: 16vw 0 21.3vw;
    background: linear-gradient(to top, #3C3C3C 77.3vw, #ffffff 77.3vw);
    width: 100%;
    overflow: hidden;
  }
}
#ip-vfx .sec05 .til {
  font-size: 50px;
  text-align: center;
  color: #3C3C3C;
  font-weight: bold;
  line-height: 1.54;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 .til {
    font-size: 5.6vw;
    line-height: 1.57;
  }
}
#ip-vfx .sec05 .txt-blk-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 .txt-blk-group {
    margin-top: 5.1vw;
    flex-direction: column;
    gap: 3.3vw;
  }
}
#ip-vfx .sec05 .txt-blk-group .txt-blk {
  position: relative;
  width: 316px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  color: #3C3C3C;
  border: 1px solid #707070;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 .txt-blk-group .txt-blk {
    width: 55.5vw;
    height: 16vw;
    font-size: 6.93vw;
  }
}
#ip-vfx .sec05 .txt-blk-group .txt-blk span {
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: -16px;
  transform: translateX(100%);
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 .txt-blk-group .txt-blk span {
    font-size: 6.67vw;
    right: -2.4vw;
    bottom: 2.67vw;
  }
}
#ip-vfx .sec05 .txt-blk-group .tb-img {
  display: flex;
  width: 95px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 .txt-blk-group .tb-img {
    width: 10vw;
  }
}
#ip-vfx .sec05 .txt-blk-group .tb-img img {
  width: 100%;
}
#ip-vfx .sec05 .sb-til {
  text-align: center;
  margin-top: 19px;
  font-size: 65px;
  font-weight: bold;
  color: #3C3C3C;
  line-height: 1.53;
  margin-left: 58px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 .sb-til {
    margin-top: 3.2vw;
    font-size: 8vw;
    line-height: 1.63;
    margin-left: unset;
  }
}
#ip-vfx .sec05 .swiper-ot {
  margin-top: 58px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 .swiper-ot {
    margin-top: 12.88vw;
  }
}
#ip-vfx .sec05 .swiper-ot .swiper-container {
  overflow: unset;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 .swiper-ot .swiper-container {
    width: 45.3vw;
    margin: 0 auto;
  }
}
#ip-vfx .sec05 .swiper-ot .swiper-slide {
  width: 248px;
  margin-right: 28px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 .swiper-ot .swiper-slide {
    width: 45.3vw;
    margin-right: 5.44vw;
  }
}
#ip-vfx .sec05 .swiper-ot .img-txt-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
#ip-vfx .sec05 .swiper-ot .img-txt .it-video-img {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 .swiper-ot .img-txt .it-video-img {
    border-radius: 5vw;
  }
}
#ip-vfx .sec05 .swiper-ot .img-txt .it-video-img .it-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  width: 230px;
  height: 490px;
  justify-content: center;
  overflow: hidden;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 .swiper-ot .img-txt .it-video-img .it-video {
    width: 42.13vw;
    height: 89.5vw;
  }
}
#ip-vfx .sec05 .swiper-ot .img-txt .it-video-img .it-pause {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: url("/lp/img/ip-vfx/icon-play.svg?v=1") no-repeat center center;
  background-size: 100% auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 .swiper-ot .img-txt .it-video-img .it-pause {
    width: 20vw;
    height: 20vw;
  }
}
#ip-vfx .sec05 .swiper-ot .img-txt .it-img {
  width: 100%;
  display: flex;
}
#ip-vfx .sec05 .swiper-ot .img-txt .it-img img {
  width: 100%;
}
#ip-vfx .sec05 .swiper-ot .img-txt .it-txt {
  text-align: center;
  margin-top: 27px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.56;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec05 .swiper-ot .img-txt .it-txt {
    margin-top: 5.867vw;
    font-size: 3.73vw;
    line-height: 1.57;
  }
}
#ip-vfx .sec06 {
  padding: 230px 0 180px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 {
    padding: 14vw 8vw 41.1vw;
  }
}
#ip-vfx .sec06 .ot-blk-border {
  background: #ffffff;
  border-radius: 30px;
  border: 3px solid #707070;
  padding: 176px 87px 115px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border {
    border-radius: unset;
    padding: 0;
    border: none;
  }
}
#ip-vfx .sec06 .ot-blk-border .sec-til-blk {
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 55px;
  background: #ffffff;
  color: #3C3C3C;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .sec-til-blk {
    position: unset;
    transform: unset;
    padding: 0;
  }
}
#ip-vfx .sec06 .ot-blk-border .sec-til-blk .sec-til {
  font-size: 120px;
  font-weight: bold;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .sec-til-blk .sec-til {
    font-size: 13.3vw;
  }
}
#ip-vfx .sec06 .ot-blk-border .sec-til-blk .sec-sbtil {
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .sec-til-blk .sec-sbtil {
    font-size: 4.8vw;
  }
}
#ip-vfx .sec06 .ot-blk-border .case-group {
  display: flex;
  gap: 120px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .case-group {
    gap: 10.587vw;
    flex-direction: column;
  }
}
#ip-vfx .sec06 .ot-blk-border .case-group .case {
  width: calc((100% - 240px) / 3);
  color: #3C3C3C;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .case-group .case {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 5.84vw;
  }
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .case-group .case .txt-blk {
    flex: 1;
  }
}
#ip-vfx .sec06 .ot-blk-border .case-group .case .c-img {
  width: 214px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .case-group .case .c-img {
    width: 31.2vw;
  }
}
#ip-vfx .sec06 .ot-blk-border .case-group .case .c-img img {
  width: 100%;
}
#ip-vfx .sec06 .ot-blk-border .case-group .case .data-blk-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .case-group .case .data-blk-group {
    margin-top: 2.32vw;
    gap: 1.787vw;
  }
}
#ip-vfx .sec06 .ot-blk-border .case-group .case .data-blk-group .data-blk {
  width: 100%;
  height: 57px;
  background: #3C3C3C;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .case-group .case .data-blk-group .data-blk {
    height: 10.13vw;
    padding: 4.93vw 3.73vw;
    display: flex;
  }
}
#ip-vfx .sec06 .ot-blk-border .case-group .case .data-blk-group .data-blk .db-til {
  font-size: 22px;
  letter-spacing: -2px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .case-group .case .data-blk-group .data-blk .db-til {
    font-size: 3.73vw;
    letter-spacing: unset;
  }
}
#ip-vfx .sec06 .ot-blk-border .case-group .case .data-blk-group .data-blk .db-num {
  font-size: 22px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .case-group .case .data-blk-group .data-blk .db-num {
    font-size: 3.73vw;
  }
}
#ip-vfx .sec06 .ot-blk-border .case-group .case .data-blk-group .data-blk .db-num span {
  margin-right: 2px;
  font-size: 32px;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .case-group .case .data-blk-group .data-blk .db-num span {
    margin-right: 1.5vw;
    font-size: 5.1vw;
  }
}
#ip-vfx .sec06 .ot-blk-border .case-group .case .c-txt01 {
  font-size: 24px;
  margin-top: 38px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .case-group .case .c-txt01 {
    font-size: 4.8vw;
    margin-top: unset;
  }
}
#ip-vfx .sec06 .ot-blk-border .case-group .case .c-txt02 {
  margin-top: 13px;
  font-size: 22px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .case-group .case .c-txt02 {
    margin-top: 2.32vw;
    font-size: 3.73vw;
  }
}
#ip-vfx .sec06 .ot-blk-border .case-group .case .c-txt03 {
  margin-top: 15px;
  font-size: 42px;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .case-group .case .c-txt03 {
    margin-top: 3.73vw;
    font-size: 6.93vw;
  }
}
#ip-vfx .sec06 .ot-blk-border .case-group .case .c-txt03 span {
  font-size: 70px;
  line-height: 0.7;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec06 .ot-blk-border .case-group .case .c-txt03 span {
    font-size: 10.67vw;
  }
}
#ip-vfx .sec07 {
  padding: 91px 0 0;
  background: #F2F2F2;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 {
    padding: 13.3vw 8vw 0;
  }
}
#ip-vfx .sec07 .price-blk {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk {
    display: block;
  }
}
#ip-vfx .sec07 .price-blk .p-til-blk {
  width: fit-content;
  text-align: center;
  font-weight: bold;
  color: #3C3C3C;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .p-til-blk {
    width: unset;
  }
}
#ip-vfx .sec07 .price-blk .p-til-blk .p-til-txt01 {
  font-family: "Roboto";
  font-size: 120px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .p-til-blk .p-til-txt01 {
    font-size: 13.3vw;
  }
}
#ip-vfx .sec07 .price-blk .p-til-blk .p-til-txt02 {
  font-size: 32px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .p-til-blk .p-til-txt02 {
    font-size: 4.8vw;
  }
}
#ip-vfx .sec07 .price-blk .p-til-blk .p-til-txt03 {
  margin: 0 auto;
  margin-top: 18px;
  width: 187px;
  height: 57px;
  background: #3C3C3C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .p-til-blk .p-til-txt03 {
    margin-top: 4.53vw;
    width: 37.1vw;
    height: 11.5vw;
    font-size: 4.267vw;
  }
}
#ip-vfx .sec07 .price-blk .type-gorup {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .type-gorup {
    gap: 24.3vw;
    margin-top: 26.1vw;
  }
}
#ip-vfx .sec07 .price-blk .type-gorup .type {
  width: 736px;
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 51px 44px 54.5px;
  display: flex;
  align-items: center;
  gap: 46.3px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .type-gorup .type {
    width: 100%;
    border-radius: 5.3vw;
    padding: 46.13vw 5.6vw 14.4vw 8.3vw;
    gap: 24.3vw;
    position: relative;
    display: block;
  }
}
#ip-vfx .sec07 .price-blk .type-gorup .type .type-img {
  display: flex;
  width: 120px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .type-gorup .type .type-img {
    width: 26.4vw;
    position: absolute;
    left: 50%;
    top: -14.48vw;
    transform: translateX(-50%);
  }
}
#ip-vfx .sec07 .price-blk .type-gorup .type .type-img img {
  width: 100%;
}
#ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group {
  padding-left: 34px;
  border-left: 2px solid #F54F04;
  font-weight: bold;
  color: #3C3C3C;
  font-feature-settings: "palt";
  flex: 1;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group {
    padding-left: 5.3vw;
  }
}
#ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group .type-txt01 {
  font-size: 40px;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group .type-txt01 {
    font-size: 7.5vw;
  }
}
#ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group .type-txt02 {
  margin-top: 2px;
  font-size: 20px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group .type-txt02 {
    margin-top: 1.1vw;
    font-size: 4.5vw;
  }
}
#ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group .type-txt03 {
  margin-top: 23px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group .type-txt03 {
    margin-top: 4vw;
    font-size: 3.867vw;
    line-height: 1.867;
  }
}
#ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group .type-txt03 div {
  font-size: 22px;
  margin-bottom: 4px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group .type-txt03 div {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
#ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group .type-txt04 {
  margin-top: 26px;
  line-height: 1;
  font-size: 42px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group .type-txt04 {
    margin-top: 4vw;
    font-size: 9.6vw;
  }
}
#ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group .type-txt04 span {
  font-size: 70px;
  line-height: 0.7;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-blk .type-gorup .type .type-txt-group .type-txt04 span {
    font-size: 16vw;
    margin-right: 1.3vw;
  }
}
#ip-vfx .sec07 .price-group {
  display: flex;
  gap: 40px;
  margin-top: 72px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-group {
    flex-direction: column;
    gap: 8vw;
    margin-top: 14.4vw;
  }
}
#ip-vfx .sec07 .price-group-blk {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  padding: 65px 50px 110px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-group-blk {
    border-radius: 5.6vw;
    padding: 12vw 8vw 10.667vw;
  }
}
#ip-vfx .sec07 .price-group-blk .b-title {
  font-size: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-group-blk .b-title {
    font-size: 8.8vw;
  }
}
#ip-vfx .sec07 .price-group-blk .b-sub-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-group-blk .b-sub-title {
    font-size: 4.56vw;
    margin-top: 0;
  }
}
#ip-vfx .sec07 .price-group-blk .b-line {
  width: 200px;
  height: 2px;
  background: #F54F04;
  margin: 26px auto 0;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-group-blk .b-line {
    width: 26.4vw;
    margin-top: 7.2vw;
  }
}
#ip-vfx .sec07 .price-group-blk .b-text {
  font-size: 26px;
  font-weight: bold;
  margin-top: 32px;
  line-height: 1.75;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-group-blk .b-text {
    font-size: 4.56vw;
    margin-top: 6.4vw;
    letter-spacing: -1.5px;
  }
}
#ip-vfx .sec07 .price-group-blk .b-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 35px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-group-blk .b-list {
    margin-top: 7.2vw;
    gap: 2.667vw;
  }
}
#ip-vfx .sec07 .price-group-blk .b-list .line {
  padding: 12px 25px;
  width: 100%;
  border-radius: 10px;
  background: #F2F2F2;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-group-blk .b-list .line {
    padding: 2.4vw 5.6vw;
    font-size: 4vw;
    border-radius: 1.36vw;
  }
}
#ip-vfx .sec07 .price-group-blk .b-tips {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 20px;
  bottom: 46px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .price-group-blk .b-tips {
    position: relative;
    bottom: unset;
    font-size: 4.56vw;
    margin-top: 8.8vw;
  }
}
#ip-vfx .sec07 .plan-blk {
  margin-top: 108px;
  padding-top: 70px;
  border-top: 1px solid #C8C8C8;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk {
    margin-top: 16.53vw;
    padding-top: 10.8vw;
  }
}
#ip-vfx .sec07 .plan-blk .pb-til {
  font-size: 40px;
  font-weight: bold;
  color: #3C3C3C;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk .pb-til {
    font-size: 6.4vw;
    line-height: 1.75;
    text-align: center;
  }
}
#ip-vfx .sec07 .plan-blk .plan-group {
  margin-top: 39px;
  display: flex;
  gap: 41px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk .plan-group {
    margin-top: 10.8vw;
  }
}
#ip-vfx .sec07 .plan-blk .plan {
  background: #ffffff;
  border-radius: 20px;
  padding: 61px 45px;
  font-weight: bold;
  color: #3C3C3C;
  width: calc((100% - 82px) / 3);
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk .plan {
    border-radius: 5.3vw;
    padding: 8.8vw 8vw;
    width: 84vw;
    height: 100%;
  }
}
#ip-vfx .sec07 .plan-blk .plan .plan-txt01 {
  font-size: 38px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk .plan .plan-txt01 {
    font-size: 6.93vw;
  }
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk .plan .sp-col-txt {
    display: flex;
    justify-content: space-between;
  }
}
#ip-vfx .sec07 .plan-blk .plan .plan-txt02 {
  margin-top: 6px;
  font-size: 20px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk .plan .plan-txt02 {
    margin-top: 0.53vw;
    font-size: 4.267vw;
  }
}
#ip-vfx .sec07 .plan-blk .plan .plan-txt03 {
  margin-top: 22px;
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk .plan .plan-txt03 {
    margin-top: 0;
    font-size: 4vw;
  }
}
#ip-vfx .sec07 .plan-blk .plan .plan-txt03 span {
  margin-right: 3px;
  font-size: 32px;
  line-height: 0.7;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk .plan .plan-txt03 span {
    margin-right: 0.8vw;
    font-size: 7.2vw;
  }
}
#ip-vfx .sec07 .plan-blk .plan .plan-txt04 {
  margin-top: 25px;
  padding-top: 34px;
  border-top: 2px solid #F54F04;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk .plan .plan-txt04 {
    margin-top: 4.267vw;
    padding-top: 5.867vw;
    font-size: 4vw;
    line-height: 1.867;
  }
}
#ip-vfx .sec07 .plan-blk .plan-swiper {
  margin-top: 10.8vw;
}
#ip-vfx .sec07 .plan-blk .plan-swiper .swiper-container {
  overflow: unset;
}
#ip-vfx .sec07 .plan-blk .plan-swiper .swiper-slide {
  width: 84vw;
  margin-right: 2.67vw;
  height: auto;
}
#ip-vfx .sec07 .plan-blk .link-blk {
  margin-top: 115px;
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #3C3C3C;
  padding: 68px 0 65px;
  color: #ffffff;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk .link-blk {
    margin-top: 17.6vw;
    border-top-right-radius: 5.3vw;
    border-top-left-radius: 5.3vw;
    padding: 12.3vw 0 11.2vw;
  }
}
#ip-vfx .sec07 .plan-blk .link-blk .link-til {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk .link-blk .link-til {
    font-size: 6.4vw;
    line-height: 1.625;
  }
}
#ip-vfx .sec07 .plan-blk .link-blk .link-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 38px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk .link-blk .link-group {
    gap: 2.67vw;
    margin-top: 6.67vw;
    flex-direction: column;
  }
}
#ip-vfx .sec07 .plan-blk .link-blk .link-group .link {
  width: 306px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 23px;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec07 .plan-blk .link-blk .link-group .link {
    width: 58.67vw;
    height: 12.8vw;
    font-size: 4.53vw;
  }
}
#ip-vfx .sec07 .plan-blk .link-blk .link-group .link.link01 {
  background: #F54F04;
}
#ip-vfx .sec07 .plan-blk .link-blk .link-group .link.link02 {
  background: #000000;
}
#ip-vfx .sec08 {
  padding: 175px 0 148px;
  border-bottom: 1px solid #DCDCDC;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec08 {
    padding: 29.3vw 8vw 27.6vw;
    overflow: hidden;
  }
}
#ip-vfx .sec08 .common-til {
  margin-right: 53px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec08 .common-til {
    margin-right: unset;
  }
}
#ip-vfx .sec08 .step-group {
  margin-top: 26px;
  display: flex;
  gap: 9px;
}
#ip-vfx .sec08 .step-swiper {
  margin-top: 11.73vw;
  width: 100%;
}
#ip-vfx .sec08 .step-swiper .swiper-container {
  width: 100%;
  overflow: unset;
}
#ip-vfx .sec08 .step-swiper .swiper-container .swiper-slide {
  width: 84vw;
  margin-right: 2.67vw;
  height: auto;
}
#ip-vfx .sec08 .step {
  width: calc((100% - 37px) / 3);
  padding: 19px 26px;
  min-height: 387px;
  background: #3C3C3C;
  border-radius: 29px;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec08 .step {
    width: 100%;
    padding: 4.267vw 8.8vw 9.867vw;
    min-height: unset;
    border-radius: 5.3vw;
    height: 100%;
  }
}
#ip-vfx .sec08 .step .s-num {
  font-family: "Roboto";
  font-size: 80px;
  color: #3C3C3C;
  text-stroke: 2px #ffffff;
  -webkit-text-stroke: 2px #ffffff;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec08 .step .s-num {
    font-size: 10.67vw;
  }
}
#ip-vfx .sec08 .step .s-num span {
  position: absolute;
  top: 0;
  left: 0;
  text-stroke: 2px transparent;
  -webkit-text-stroke: 2px transparent;
  color: #3C3C3C;
}
#ip-vfx .sec08 .step .s-til {
  margin-top: 16px;
  font-size: 28px;
  line-height: 1.61;
  min-height: 90px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec08 .step .s-til {
    margin-top: 0;
    font-size: 5.867vw;
    line-height: 1.5;
    min-height: unset;
    font-feature-settings: "palt";
    letter-spacing: -0.5px;
  }
}
#ip-vfx .sec08 .step .s-art {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec08 .step .s-art {
    margin-top: 2.678vw;
    font-size: 4vw;
  }
}
#ip-vfx .sec09 {
  padding: 113px 0 206px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec09 {
    padding: 22vw 8vw 38.13vw;
    overflow: hidden;
  }
}
#ip-vfx .sec09 .common-til {
  margin-right: 30px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec09 .common-til {
    margin-right: unset;
  }
}
#ip-vfx .sec09 .voice-swiper {
  margin-top: 41px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec09 .voice-swiper {
    margin-top: 10vw;
  }
}
#ip-vfx .sec09 .voice-swiper .swiper-container {
  overflow: unset;
}
#ip-vfx .sec09 .voice-swiper .swiper-container .swiper-slide {
  width: 485px;
  margin-right: 30px;
  height: unset;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec09 .voice-swiper .swiper-container .swiper-slide {
    width: 100%;
    margin-right: 2.67vw;
  }
}
#ip-vfx .sec09 .voice-swiper .swiper-container .swiper-slide .voice {
  width: 100%;
  height: 100%;
  background: #EFEFEF;
  border-radius: 20px;
  padding: 63px 50px;
  color: #3C3C3C;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec09 .voice-swiper .swiper-container .swiper-slide .voice {
    border-radius: 5.3vw;
    padding: 14.61vw 8vw 11vw;
  }
}
#ip-vfx .sec09 .voice-swiper .swiper-container .swiper-slide .voice .v-img-til .v-img {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  width: 140px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec09 .voice-swiper .swiper-container .swiper-slide .voice .v-img-til .v-img {
    width: 33.6vw;
  }
}
#ip-vfx .sec09 .voice-swiper .swiper-container .swiper-slide .voice .v-img-til .v-img img {
  width: 100%;
}
#ip-vfx .sec09 .voice-swiper .swiper-container .swiper-slide .voice .v-img-til .v-til {
  margin-top: 38px;
  font-size: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec09 .voice-swiper .swiper-container .swiper-slide .voice .v-img-til .v-til {
    flex: 1;
    margin-top: 6.4vw;
    margin-bottom: 8.8vw;
    font-size: 4vw;
    line-height: 1.67;
  }
}
#ip-vfx .sec09 .voice-swiper .swiper-container .swiper-slide .voice .v-art {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec09 .voice-swiper .swiper-container .swiper-slide .voice .v-art {
    margin-top: 8vw;
    font-size: 4vw;
    line-height: 1.67;
  }
}
#ip-vfx .sec10 {
  padding: 95px 0 175px;
  background: #EFEFEF;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec10 {
    padding: 16.64vw 8vw 23.36vw;
  }
}
#ip-vfx .sec10 .common-til {
  margin-right: 33px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec10 .common-til {
    margin-right: unset;
  }
}
#ip-vfx .sec10 .faq-group {
  margin-top: 44px;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec10 .faq-group {
    margin-top: 8vw;
    padding: 0;
    gap: 2.67vw;
  }
}
#ip-vfx .sec10 .faq-group .faq {
  border-radius: 10px;
  overflow: hidden;
  color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec10 .faq-group .faq {
    border-radius: 2.67vw;
  }
}
#ip-vfx .sec10 .faq-group .faq:before {
  content: "";
  width: 18.5px;
  height: 2px;
  background: #F54F04;
  position: absolute;
  top: 33px;
  right: 17.5px;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec10 .faq-group .faq:before {
    width: 4.93vw;
    height: 0.53vw;
    top: 8.67vw;
    right: 4.13vw;
  }
}
#ip-vfx .sec10 .faq-group .faq:after {
  content: "";
  height: 18.5px;
  width: 2px;
  background: #F54F04;
  position: absolute;
  top: 24px;
  right: 26px;
  transition: 0.2s;
  opacity: 1;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec10 .faq-group .faq:after {
    height: 4.93vw;
    width: 0.53vw;
    top: 6.6vw;
    right: 6.3vw;
  }
}
#ip-vfx .sec10 .faq-group .faq .q {
  padding: 16px 74px;
  background: #323232;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec10 .faq-group .faq .q {
    padding: 5.3vw 12.8vw;
    padding-right: 13.86vw;
    font-size: 4.8vw;
  }
}
#ip-vfx .sec10 .faq-group .faq .q:before {
  content: "Q";
  font-size: 30px;
  color: #F54F04;
  position: absolute;
  left: 30px;
  top: 13px;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec10 .faq-group .faq .q:before {
    font-size: 6.93vw;
    left: 5.1vw;
    top: 4.267vw;
  }
}
#ip-vfx .sec10 .faq-group .faq .a {
  padding: 28px 74px 34px;
  background: #464646;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  display: none;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec10 .faq-group .faq .a {
    padding: 5.3vw 8vw 8vw;
    font-size: 4vw;
  }
}
#ip-vfx .sec10 .faq-group .faq.active:after {
  display: none;
  opacity: 0;
}
#ip-vfx .sec10 .faq-group .faq.active .a {
  display: block;
}
#ip-vfx .sec11 {
  background: #3C3C3C;
  padding: 141px 0 138px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 {
    padding: 18.5vw 8vw 22.67vw;
  }
}
#ip-vfx .sec11 .inner {
  max-width: 870px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .inner {
    max-width: unset;
  }
}
#ip-vfx .sec11 .til {
  text-align: center;
  font-size: 120px;
  font-weight: bold;
  color: #000000;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .til {
    font-size: 13.3vw;
  }
}
#ip-vfx .sec11 .sbtil {
  text-align: center;
  margin-top: 4px;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .sbtil {
    margin-top: 2.83vw;
    font-size: 5.867vw;
    line-height: 1.55;
  }
}
#ip-vfx .sec11 .form {
  margin-top: 68px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form {
    margin-top: 9.973vw;
  }
}
#ip-vfx .sec11 .form .input-blk-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form .input-blk-group {
    gap: 5.3vw;
  }
}
#ip-vfx .sec11 .form .input-blk-group .input-blk {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form .input-blk-group .input-blk {
    display: block;
  }
}
#ip-vfx .sec11 .form .input-blk-group .input-blk .ib-til {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 12px;
  display: flex;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form .input-blk-group .input-blk .ib-til {
    font-size: 4vw;
    margin-top: 0;
  }
}
#ip-vfx .sec11 .form .input-blk-group .input-blk .ib-til span {
  color: #F54F04;
  font-size: 10px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form .input-blk-group .input-blk .ib-til span {
    font-size: 2.6vw;
  }
}
#ip-vfx .sec11 .form .input-blk-group .input-blk .ib-input {
  width: 620px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form .input-blk-group .input-blk .ib-input {
    width: 100%;
    margin-top: 2.93vw;
  }
}
#ip-vfx .sec11 .form .input-blk-group .input-blk .ib-input input, #ip-vfx .sec11 .form .input-blk-group .input-blk .ib-input textarea {
  width: 100%;
  height: 52px;
  background: #F4F4F4;
  border-radius: 5px;
  padding: 12.5px 20px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form .input-blk-group .input-blk .ib-input input, #ip-vfx .sec11 .form .input-blk-group .input-blk .ib-input textarea {
    height: 11.2vw;
    border-radius: 1.3vw;
    padding: 2.67vw 4.8vw;
    font-size: 4vw;
  }
}
#ip-vfx .sec11 .form .input-blk-group .input-blk .ib-input textarea {
  height: 285px;
  resize: none;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form .input-blk-group .input-blk .ib-input textarea {
    height: 54.13vw;
  }
}
#ip-vfx .sec11 .form .input-blk-group .input-blk .ib-input .errorMsg {
  display: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  color: #f94e4e;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form .input-blk-group .input-blk .ib-input .errorMsg {
    font-size: 3.5vw;
  }
}
#ip-vfx .sec11 .form .input-blk-group .input-blk .ib-input.error input, #ip-vfx .sec11 .form .input-blk-group .input-blk .ib-input.error textarea {
  border: 1px solid red;
  background: #fef1f1;
}
#ip-vfx .sec11 .form .input-blk-group .input-blk .ib-input.error .errorMsg {
  display: block;
}
#ip-vfx .sec11 .form .form-art {
  margin: 0 auto;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  width: fit-content;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form .form-art {
    margin-top: 6.13vw;
    gap: 0.8vw;
    font-size: 2.93vw;
  }
}
#ip-vfx .sec11 .form .form-art a {
  text-decoration: underline;
  color: #fff;
}
#ip-vfx .sec11 .form .form-art input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #B4B4B4;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form .form-art input {
    width: 4.267vw;
    height: 4.267vw;
  }
}
#ip-vfx .sec11 .form .form-art input:checked {
  position: relative;
}
#ip-vfx .sec11 .form .form-art input:checked:after {
  content: "";
  display: block;
  background: url("/lp/img/ip-vfx/icon-check-w.svg") no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form .form-art input:checked:after {
    background-size: 4vw;
    width: 4vw;
    height: 4vw;
  }
}
#ip-vfx .sec11 .form .form-art .errorMsg {
  display: none;
  position: absolute;
  bottom: 2px;
  transform: translateY(100%);
  color: #f94e4e;
  font-size: 13px;
  font-weight: 500;
  left: 0;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form .form-art .errorMsg {
    font-size: 3.5vw;
  }
}
#ip-vfx .sec11 .form .form-art.error .errorMsg {
  display: block;
}
#ip-vfx .sec11 .form .form-send {
  margin: 0 auto;
  margin-top: 36px;
  width: 306px;
  height: 72px;
  background: #323232;
  border: 1px solid #7C7C7C;
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .sec11 .form .form-send {
    width: 100%;
    height: 12.8vw;
    margin-top: 5.6vw;
    font-size: 4.53vw;
  }
}
#ip-vfx .btm-fixed {
  position: fixed;
  z-index: 6;
  right: 0;
  bottom: 0;
  display: flex;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .btm-fixed {
    width: 100%;
  }
}
#ip-vfx .btm-fixed .hb-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 65px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .btm-fixed .hb-btn {
    flex: 1;
    width: unset;
    height: 11.73vw;
    font-size: 4.3vw;
  }
}
#ip-vfx .btm-fixed .hb-btn.btn01 {
  background: #F54F04;
}
#ip-vfx .btm-fixed .hb-btn.btn02 {
  background: #323232;
}
#ip-vfx .pop-blk {
  display: none;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 82px 10px;
  left: 0;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk {
    padding: 13.3vw 8vw 23.5vw;
  }
}
#ip-vfx .pop-blk .pop-bg-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #555555;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-bg-close {
    position: fixed;
  }
}
#ip-vfx .pop-blk .pop-main {
  margin: 0 auto;
  width: 800px;
  position: relative;
  border-radius: 14px;
  background: #ffffff;
  padding-bottom: 58px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main {
    width: 100%;
    border: 2.67vw;
    padding-bottom: 9.3vw;
  }
}
#ip-vfx .pop-blk .pop-main .pop-close {
  position: absolute;
  top: -13px;
  right: -8px;
  display: flex;
  width: 53px;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .pop-close {
    top: -4vw;
    right: 0;
    width: 9.6vw;
  }
}
#ip-vfx .pop-blk .pop-main .pop-close img {
  width: 100%;
}
#ip-vfx .pop-blk .pop-main .main-til {
  width: 100%;
  text-align: center;
  background: #272727;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: 37px 0 25px;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .main-til {
    border-top-left-radius: 2.647vw;
    border-top-right-radius: 2.647vw;
    padding: 5.6vw 0 4.53vw;
    font-size: 5.3vw;
  }
}
#ip-vfx .pop-blk .pop-main .form-blk-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 95px 0;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-blk-group {
    gap: 3.73vw;
    padding: 6.67vw 8vw 0;
  }
}
#ip-vfx .pop-blk .pop-main .form-blk-group .form-blk {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-blk-group .form-blk {
    flex-direction: column;
    gap: 1.1vw;
  }
}
#ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-til {
  width: 167px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: #505050;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-til {
    width: 100%;
    font-size: 3.73vw;
  }
}
#ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-til span {
  background: #F54F04;
  padding: 2px 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  border-radius: 5px;
  color: #ffffff;
  height: max-content;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-til span {
    padding: 0.8vw 1.867vw;
    font-size: 2.67vw;
    line-height: 1.5;
    border-radius: 1.3vw;
  }
}
#ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input {
  display: flex;
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input {
    width: 100%;
  }
}
#ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input input {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  background: #F4F4F4;
  border: none;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input input {
    height: 10.93vw;
    border-radius: 1.3vw;
    padding: 2.67vw 4.53vw;
    font-size: 3.73vw;
  }
}
#ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  background: #F4F4F4;
  border: 1px solid #B4B4B4;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  width: 235px;
  height: 46px;
  color: #000;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input select {
    height: 10.93vw;
    width: 100%;
    border-radius: 1.3vw;
    padding: 2.67vw 4.53vw;
    font-size: 3.73vw;
  }
}
#ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input .select-ot {
  position: relative;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input .select-ot {
    width: 100%;
  }
}
#ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input .select-ot:after {
  content: "";
  display: block;
  background: url("/lp/img/ip-vfx/icon-select-arrow-blue.svg") no-repeat;
  background-size: 10px 6px;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input .select-ot:after {
    background-size: 2.656vw 1.6vw;
    width: 2.656vw;
    height: 1.6vw;
    right: 4.77vw;
  }
}
#ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input .errorMsg {
  display: none;
  position: absolute;
  bottom: 2px;
  transform: translateY(100%);
  color: #f94e4e;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input .errorMsg {
    font-size: 3.5vw;
  }
}
#ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input.error input, #ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input.error textarea, #ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input.error select {
  border: 1px solid red;
  background: #fef1f1;
}
#ip-vfx .pop-blk .pop-main .form-blk-group .form-blk .fb-input.error .errorMsg {
  display: block;
}
#ip-vfx .pop-blk .pop-main .form-art {
  margin: 0 auto;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #505050;
  width: fit-content;
  position: relative;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-art {
    margin-top: 6.13vw;
    gap: 0.8vw;
    font-size: 2.93vw;
  }
}
#ip-vfx .pop-blk .pop-main .form-art a {
  text-decoration: underline;
  color: #505050;
}
#ip-vfx .pop-blk .pop-main .form-art input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #B4B4B4;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-art input {
    width: 4.267vw;
    height: 4.267vw;
  }
}
#ip-vfx .pop-blk .pop-main .form-art input:checked {
  position: relative;
}
#ip-vfx .pop-blk .pop-main .form-art input:checked:after {
  content: "";
  display: block;
  background: url("/lp/img/ip-vfx/icon-check.svg") no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-art input:checked:after {
    background-size: 4vw;
    width: 4vw;
    height: 4vw;
  }
}
#ip-vfx .pop-blk .pop-main .form-art .errorMsg {
  display: none;
  position: absolute;
  bottom: 2px;
  transform: translateY(100%);
  color: #f94e4e;
  font-size: 13px;
  font-weight: 500;
  left: 0;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-art .errorMsg {
    font-size: 3.5vw;
  }
}
#ip-vfx .pop-blk .pop-main .form-art.error .errorMsg {
  display: block;
}
#ip-vfx .pop-blk .pop-main .form-send {
  margin: 0 auto;
  margin-top: 36px;
  width: 354px;
  height: 52px;
  border-radius: 30px;
  background: #F54F04;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-send {
    margin-top: 5.6vw;
    width: 68vw;
    height: 12.6vw;
    border-radius: 10vw;
    font-size: 4vw;
  }
}
#ip-vfx .pop-blk .pop-main .form-send:after {
  content: "";
  display: block;
  background: url("/lp/img/ip-vfx/icon-arrow-white.svg") no-repeat;
  background-size: 10.72px;
  width: 10.72px;
  height: 10.72px;
  position: absolute;
  top: 50%;
  right: 35.5px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 999px) {
  #ip-vfx .pop-blk .pop-main .form-send:after {
    background-size: 2.5vw;
    width: 2.5vw;
    height: 2.5vw;
    right: 6.56vw;
  }
}
#ip-vfx .thanks-contact {
  padding: 191px 0 242px;
  background: #555555;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-contact {
    padding: 33.867vw 8vw 19.73vw;
  }
}
#ip-vfx .thanks-contact .tc-main {
  padding: 76px 0 72px;
  margin: 0 auto;
  background: #323232;
  border-radius: 14px;
  text-align: center;
  color: #ffffff;
  width: 900px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-contact .tc-main {
    width: 100%;
    background: unset;
    padding: 0;
    border-radius: unset;
    font-feature-settings: "palt";
  }
}
#ip-vfx .thanks-contact .tc-main .tc-txt01 {
  font-size: 90px;
  font-weight: bold;
  color: #F55004;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-contact .tc-main .tc-txt01 {
    font-size: 16vw;
  }
}
#ip-vfx .thanks-contact .tc-main .tc-txt02 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-contact .tc-main .tc-txt02 {
    margin-top: 3.73vw;
    font-size: 6.93vw;
    line-height: 1.46;
  }
}
#ip-vfx .thanks-contact .tc-main .tc-txt03 {
  margin-top: 21px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-contact .tc-main .tc-txt03 {
    margin-top: 4.8vw;
    font-size: 4vw;
  }
}
#ip-vfx .thanks-contact .tc-main .tc-txt04 {
  margin-top: 21px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.13;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-contact .tc-main .tc-txt04 {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 2;
  }
}
#ip-vfx .thanks-contact .tc-main .tc-link {
  margin: 0 auto;
  margin-top: 53px;
  width: 223px;
  height: 44px;
  background: #F54F04;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-contact .tc-main .tc-link {
    margin-top: 6.13vw;
    width: 59.5vw;
    height: 11.73vw;
    border-radius: 10vw;
    font-size: 4vw;
  }
}
#ip-vfx.thanks-contact-ot .header {
  position: fixed;
}
#ip-vfx .thanks-download {
  padding: 191px 0 242px;
  background: #555555;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-download {
    padding: 33.867vw 8vw 19.73vw;
  }
}
#ip-vfx .thanks-download .tc-main {
  padding: 76px 0 72px;
  margin: 0 auto;
  background: #323232;
  border-radius: 14px;
  text-align: center;
  color: #ffffff;
  width: 900px;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-download .tc-main {
    width: 100%;
    background: unset;
    padding: 0;
    border-radius: unset;
    font-feature-settings: "palt";
  }
}
#ip-vfx .thanks-download .tc-main .tc-txt01 {
  font-size: 90px;
  font-weight: bold;
  color: #F55004;
  font-family: "Roboto";
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-download .tc-main .tc-txt01 {
    font-size: 16vw;
  }
}
#ip-vfx .thanks-download .tc-main .tc-txt02 {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-download .tc-main .tc-txt02 {
    margin-top: 9.3vw;
    font-size: 6.93vw;
  }
}
#ip-vfx .thanks-download .tc-main .tc-txt03 {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-download .tc-main .tc-txt03 {
    margin-top: 5.867vw;
    font-size: 4vw;
  }
}
#ip-vfx .thanks-download .tc-main .tc-txt04 {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.13;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-download .tc-main .tc-txt04 {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 2;
  }
}
#ip-vfx .thanks-download .tc-main .tc-txt05 {
  margin-top: 37px;
  font-size: 17px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-download .tc-main .tc-txt05 {
    margin-top: 16.53vw;
    font-size: 4.53vw;
  }
}
#ip-vfx .thanks-download .tc-main .tc-link {
  margin: 0 auto;
  margin-top: 23px;
  width: 223px;
  height: 44px;
  background: #F54F04;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  #ip-vfx .thanks-download .tc-main .tc-link {
    margin-top: 5.6vw;
    width: 59.5vw;
    height: 11.73vw;
    border-radius: 10vw;
    font-size: 4vw;
  }
}
#ip-vfx.thanks-download-ot .header {
  position: fixed;
}

/*# sourceMappingURL=ip-vfx.css.map */
