.backgroundImg {
  width: 100%;
  padding-bottom: 150px;
  background: url(../../img/backImg.jpg) top center / cover no-repeat;
}

#fvContainer {
  width: 100%;
  max-width: calc(50% + 625px);
  height: 520px;
  margin: 0 0 0 auto;
  position: relative;
}

h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-20%);
}

h1 span:first-of-type {
  display: block;
  font-size: 43px;
  letter-spacing: 5px;
  line-height: 1.2;
}
h1 span:last-of-type {
  font-size: 25.9px;
  letter-spacing: 1.5px;
}

.backMovie {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  inset: 0;
}

.backMovie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll {
  font-size: 14.4px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

.scroll span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.scrollBar {
  width: 1px;
  height: 134px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}

.scrollBar::before {
  content: "";
  display: block;
  width: 3px;
  height: 0%;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  inset: 0;
  transform: translateX(-1px);
  animation: scrollbar 3s both infinite;
}
@keyframes scrollbar {
  0%{height: 0%;}
  100%{height: 100%;}
}






#mainContentsContainer {
  width: 95%;
  margin-left: 5%;
  background: #fff;
  padding: 150px 0 150px;
  border-radius: 450px 0 450px 0;
}

#mainContentsContainer .title {
  text-align: center;
}

#mainContentsContainer .title h2 {
  display: inline-block;
  margin: 0 auto;
  font-size: 30px;
  position: relative;
}
#mainContentsContainer .title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--fontColor);
}

#mainContentsContainer .title p {
  margin-top: 40px;
  font-size: 20px;
  line-height: 2.8;
}

#mainContentsContainer .title p a {
  position: relative;
}
#mainContentsContainer .title p a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--fontColor);
  position: absolute;
  bottom: -2px;
  left: 0;
}


.contactform {
  width: 90%;
  max-width: 900px;
  margin: 60px auto 0;
}

.formGroup {
  margin-bottom: 36px;
}

/* .formGroup label {
  display: flex;
  justify-content: space-between;
} */

.itemName {
  /* display: block; */
  font-size: 20px;
  /* margin-bottom: 0px; */
}

.must {
  color: #FF0000;
}

input {
  width: 100%;
  height: 80px;
  margin-top: 5px;
  padding: 0 25px;
  border: 1px solid #A29E9C;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 20px;
}

textarea {
  width: 100%;
  height: 276px;
  margin-top: 5px;
  padding: 20px 25px;
  box-sizing: border-box;
  border: 1px solid #E0DBCF;
  border-radius: 10px;
  font-size: 20px;
}

::placeholder {
  color: #BDBDBD;
}

#btnContainer p {
  width: 320px;
  height: 75px;
  margin: 80px auto 0;
  background: #BFE1F8;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#btnContainer p input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 21px;
  font-weight: bold;
  color: var(--fontColor);
  text-indent: -5px;
  cursor: pointer;
}

#btnContainer p img {
  width: 18.7px;
  position: absolute;
  top: 50%;
  left: calc(50% + 35px);
  transform: translateY(-50%);
  transition: 0.3s;
}

#btnContainer {
  transition: 0.3s;
}
#btnContainer:hover {
  opacity: 0.7;
}
#btnContainer:hover p img {
  left: calc(50% + 40px);
}

.wpcf7-spinner {
  display: none;
}






@media (max-width: 1024px) {
.backgroundImg {
  /* width: 100%; */
  padding-bottom: 120px;
  /* background: url(../../img/backImg.jpg) top center / cover no-repeat; */
}

#fvContainer {
  width: 92%;
  /* max-width: calc(50% + 625px); */
  height: 430px;
  /* margin: 0 0 0 auto;
  position: relative; */
}

/* h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-20%);
  text-align: center;
} */

h1 span:first-of-type {
  /* display: block; */
  font-size: 36px;
  letter-spacing: 4px;
  /* line-height: 1.2; */
}
h1 span:last-of-type {
  font-size: 20px;
  letter-spacing: 1px;
}

/* .backMovie {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  inset: 0;
}

.backMovie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* .scroll {
  font-size: 14.4px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

.scroll span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.scrollBar {
  width: 1px;
  height: 134px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}

.scrollBar::before {
  content: "";
  display: block;
  width: 3px;
  height: 0%;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  inset: 0;
  transform: translateX(-1px);
  animation: scrollbar 3s both infinite;
}
@keyframes scrollbar {
  0%{height: 0%;}
  100%{height: 100%;}
} */






#mainContentsContainer {
  /* width: 95%;
  margin-left: 5%;
  background: #fff; */
  padding: 120px 0 100px;
  border-radius: 250px 0 250px 0;
}

/* .title {
  text-align: center;
} */

/* .title h2 {
  display: inline-block;
  margin: 0 auto;
  font-size: 30px;
  position: relative;
} */
/* .title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--fontColor);
}

.title p {
  margin-top: 40px;
  font-size: 20px;
  line-height: 2;
}

.title p a {
  position: relative;
}
.title p a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--fontColor);
  position: absolute;
  bottom: -2px;
  left: 0;
} */

/* .contactform {
  width: 90%;
  max-width: 900px;
  margin: 60px auto 0;
} */

.formGroup {
  margin-bottom: 36px;
}

/* .formGroup label {
  display: flex;
  justify-content: space-between;
} */

.itemName {
  /* display: block; */
  font-size: 20px;
  /* margin-bottom: 0px; */
}

/* .must {
  color: #FF0000;
}

.wpcf7-form-control-wrap {
  flex: 1 1 auto;
} */

/* input {
  width: 100%;
  height: 80px;
  margin-top: 5px;
  padding: 0 25px;
  border: 1px solid #A29E9C;
  box-sizing: border-box;
  border-radius: 10px;
}

textarea {
  width: 100%;
  height: 276px;
  margin-top: 5px;
  padding: 20px 25px;
  box-sizing: border-box;
  border: 1px solid #E0DBCF;
  border-radius: 10px;
}

::placeholder {
  color: #BDBDBD;
}

#btnContainer p {
  width: 320px;
  height: 75px;
  margin: 80px auto 0;
  background: #BFE1F8;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#btnContainer p input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  color: var(--fontColor);
  text-indent: -5px;
  cursor: pointer;
}

#btnContainer p img {
  width: 18.7px;
  position: absolute;
  top: 50%;
  left: calc(50% + 35px);
  transform: translateY(-50%);
  transition: 0.3s;
}

#btnContainer {
  transition: 0.3s;
}
#btnContainer:hover {
  opacity: 0.7;
}
#btnContainer:hover p img {
  left: calc(50% + 40px);
}

.wpcf7-spinner {
  display: none;
} */
}










@media (max-width: 560px) {
.backgroundImg {
  /* width: 100%; */
  padding-bottom: 60px;
  /* background: url(../../img/backImg.jpg) top center / cover no-repeat; */
}

#fvContainer {
  width: 92%;
  /* max-width: calc(50% + 625px); */
  height: 300px;
  /* margin: 0 0 0 auto;
  position: relative; */
}

h1 {
  /* color: #fff;
  position: absolute;
  top: 50%;
  left: 0; */
  transform: translateY(-10%);
  text-align: left;
}

h1 span:first-of-type {
  /* display: block; */
  font-size: 20px;
  letter-spacing: 2px;
  /* line-height: 1.2; */
}
h1 span:last-of-type {
  font-size: 11px;
  letter-spacing: 0.3px;
}

/* .backMovie {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  inset: 0;
}

.backMovie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.scroll {
  font-size: 11px;
  /* color: #fff;
  position: absolute;
  top: 50%;
  right: 3%; */
  transform: translateY(-10%);
}

/* .scroll span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
} */

.scrollBar {
  /* width: 1px; */
  height: 102px;
  /* margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  position: relative; */
}

.scrollBar::before {
  /* content: "";
  display: block; */
  width: 2px;
  /* height: 0%;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  inset: 0; */
  transform: translateX(-0.5px);
  /* animation: scrollbar 3s both infinite; */
}
/* @keyframes scrollbar {
  0%{height: 0%;}
  100%{height: 100%;}
} */

  
  
  
  
  
#mainContentsContainer {
  width: 100%;
  margin-left: 0%;
  /* background: #fff; */
  padding: 80px 0 70px;
  border-radius: 125px 0 125px 0;
}

/* #mainContentsContainer .title {
  text-align: center;
} */

#mainContentsContainer .title h2 {
  /* display: inline-block;
  margin: 0 auto; */
  font-size: 22px;
  /* position: relative; */
}
/* #mainContentsContainer .title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--fontColor);
} */

#mainContentsContainer .title p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 2;
}

/* #mainContentsContainer .title p a {
  position: relative;
}
#mainContentsContainer .title p a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--fontColor);
  position: absolute;
  bottom: -2px;
  left: 0;
} */

.contactform {
  width: 90%;
  max-width: 900px;
  margin: 40px auto 0;
}

.formGroup {
  margin-bottom: 30px;
}

/* .formGroup label {
  display: flex;
  justify-content: space-between;
} */

.itemName {
  /* display: block; */
  font-size: 20px;
  /* margin-bottom: 0px; */
}

/* .must {
  color: #FF0000;
}

.wpcf7-form-control-wrap {
  flex: 1 1 auto;
} */

/* input {
  width: 100%;
  height: 80px;
  margin-top: 5px;
  padding: 0 25px;
  border: 1px solid #A29E9C;
  box-sizing: border-box;
  border-radius: 10px;
}

textarea {
  width: 100%;
  height: 276px;
  margin-top: 5px;
  padding: 20px 25px;
  box-sizing: border-box;
  border: 1px solid #E0DBCF;
  border-radius: 10px;
}

::placeholder {
  color: #BDBDBD;
} */

#btnContainer p {
  width: 204px;
  height: 48px;
  margin: 30px auto 0;
  /* background: #BFE1F8;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; */
}

#btnContainer p input {
  /* width: 100%;
  height: 100%;
  border: none;
  background: transparent; */
  font-size: 13.4px;
  /* font-weight: bold;
  color: var(--fontColor);
  text-indent: -5px;
  cursor: pointer; */
}

/* #btnContainer {
  transition: 0.3s;
}
#btnContainer:hover {
  opacity: 0.7;
}

.wpcf7-spinner {
  display: none;
} */
  
}