html {
  font-size: 16px;
}
@media (max-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
}

a {
  color: #000;
}

.warn {
  color: #FF0000;
}

.-m {
  display: none !important;
}

.-pc {
  display: block !important;
}

@media (max-width: 768px) {
  .-m {
    display: block !important;
  }
  .-pc {
    display: none !important;
  }
}
#toggle-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  height: 30px;
  width: 40px;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 768px) and (max-height: 1080px) {
  #toggle-btn {
    left: 9.2592592593vh;
    height: 2.7777777778vh;
    width: 3.7037037037vh;
  }
}
@media (max-width: 768px) {
  #toggle-btn {
    left: 5.2083333333vw;
    height: 5.9895833333vw;
    width: 8.0729166667vw;
  }
}
#toggle-btn span {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #764636;
  transition: top 0.3s, transform 0.3s 0.3s;
}
@media (max-width: 768px) {
  #toggle-btn span {
    height: 2px;
  }
}
#toggle-btn span:nth-child(1) {
  top: 0%;
}
#toggle-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#toggle-btn span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
#toggle-btn.-active span:nth-child(1) {
  top: 50%;
  transform: translateY(0) rotate(45deg);
}
#toggle-btn.-active span:nth-child(2) {
  top: 50%;
  opacity: 0;
  transform: none;
}
#toggle-btn.-active span:nth-child(3) {
  top: 50%;
  transform: translateY(0) rotate(-45deg);
}
#toggle-btn.-ani-active span {
  transition: transform 0.3s, top 0.3s 0.3s;
}

@keyframes lightSweep {
  0% {
    top: 0;
  }
  100% {
    top: 400%;
  }
}
@keyframes upFloat {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes arrowDown {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(30%);
  }
}
@keyframes floatBtn-1 {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes floatBtn-2 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-20%);
  }
}
@keyframes lightLine {
  0% {
    width: 0;
  }
  100% {
    width: 1030px;
  }
}
.banner {
  background-color: #c8b1a8;
  padding-top: 190px;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .banner {
    padding-top: calc(190 / 1920 * (100vw - var(--scrollbar-width)));
    padding-bottom: calc(65 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .banner {
    padding-top: 22.1354166667vw;
    padding-bottom: 5.2083333333vw;
  }
}

.main-content .bg-container:after {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  right: 60px;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cacaca;
}
@media (max-width: 768px) {
  .main-content .bg-container:after {
    display: none;
  }
}
.main-content .container {
  margin: 0 auto;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  width: 1170px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .main-content .container {
    width: calc(1170 / 1920 * (100vw - var(--scrollbar-width)));
    padding-bottom: calc(100 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .main-content .container {
    width: 92.4479166667vw;
    padding-bottom: 13.0208333333vw;
  }
}

.item-wrap {
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .item-wrap {
    padding-left: calc(30 / 1920 * (100vw - var(--scrollbar-width)));
    padding-right: calc(15 / 1920 * (100vw - var(--scrollbar-width)));
    padding-top: calc(40 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .item-wrap {
    padding-left: 1.953125vw;
    padding-right: 2.2135416667vw;
    padding-top: 5.2083333333vw;
  }
}
.item-wrap .item {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .item-wrap .item {
    margin-bottom: calc(40 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .item-wrap .item {
    margin-bottom: 5.2083333333vw;
  }
}
.item-wrap .item p {
  font-size: 28px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .item-wrap .item p {
    font-size: calc(28 / 1920 * (100vw - var(--scrollbar-width)));
    margin-bottom: calc(15 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .item-wrap .item p {
    font-size: 3.90625vw;
    margin-bottom: 1.953125vw;
  }
}
.item-wrap .item input, .item-wrap .item textarea {
  border: 1px solid #683621;
}
.item-wrap .item input {
  width: 520px;
  height: 55px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .item-wrap .item input {
    width: calc(520 / 1920 * (100vw - var(--scrollbar-width)));
    height: calc(55 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .item-wrap .item input {
    width: 100%;
    height: 7.1614583333vw;
  }
}
.item-wrap .item textarea {
  width: 100%;
  min-height: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .item-wrap .item textarea {
    min-height: calc(300 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .item-wrap .item textarea {
    min-height: 60.546875vw;
  }
}

#send {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #683621;
  margin: 0 auto;
  cursor: pointer;
  width: 190px;
  height: 55px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  #send {
    width: calc(190 / 1920 * (100vw - var(--scrollbar-width)));
    height: calc(55 / 1920 * (100vw - var(--scrollbar-width)));
    margin-top: calc(25 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  #send {
    width: 48.1770833333vw;
    height: 7.1614583333vw;
    margin-top: 4.5572916667vw;
  }
}
#send p {
  color: #fff;
  font-size: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  #send p {
    font-size: calc(30 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  #send p {
    font-size: 3.90625vw;
  }
}

.info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .info {
    margin-top: calc(65 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .info {
    margin-top: 16.9270833333vw;
    flex-direction: column;
    gap: 3.90625vw;
  }
}
.info .logo {
  width: 57px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .info .logo {
    width: calc(57 / 1920 * (100vw - var(--scrollbar-width)));
    margin-right: calc(20 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .info .logo {
    width: 7.421875vw;
    margin: 0;
  }
}
.info .address {
  margin-right: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .info .address {
    margin-right: calc(50 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .info .address {
    margin: 0;
  }
}
.info p {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .info p {
    font-size: calc(22 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .info p {
    font-size: 2.8645833333vw;
  }
}/*# sourceMappingURL=contact.css.map */