@font-face {
  font-family: "Chillax";
  src: url("../FONT/Chillax-Variable.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GilroyR";
  src: url("../FONT/Gilroy-Light.otf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GilroyB";
  src: url("../FONT/Gilroy-ExtraBold.otf") format("truetype");
  font-display: swap;
}
* {
  font-family: "Chillax";
  margin: 0;
  padding: 0;
  color: rgb(93, 87, 77);
  list-style-type: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-direction: column;
  gap: 80px;
  min-height: 100vh;
  padding-top: 150px;
  background: rgb(250, 250, 250);
  scroll-behavior: smooth;
}

/* default widget */
.nav-bar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 20px 0;
  background: rgb(250, 250, 250);
  border-bottom: 1px solid rgb(236, 236, 236);
}
.nav-bar .div-info {
  display: flex;
}
.nav-bar .div-info .logo {
  height: 74px;
  max-height: 74px;
  min-height: 74px;
  width: 115px;
  max-width: 115px;
  min-width: 115px;
  background-image: url("../IMG/logoN.png");
  background-size: contain;
}
.nav-bar .div-info .list-link {
  margin: auto;
  display: flex;
}
.nav-bar .div-info .list-link .link {
  transition: 0.2s;
  margin: 0 auto;
  font-size: 20px;
  width: 200px;
  text-align: center;
  display: block;
}
.nav-bar .div-info .list-link .link:hover {
  transition: 0.2s;
  font-weight: 600;
}
.nav-bar .div-info .list-link li .mlink {
  position: absolute;
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: white;
  border-radius: 6px;
  border: 1px solid rgb(236, 236, 236);
}
.nav-bar .div-info .list-link li .mlink a {
  font-size: 18px;
}
.nav-bar .div-info .list-link li .mlink a:hover {
  transition: 0.5s;
  font-weight: 600;
}
.nav-bar .div-info .list-link li:hover .mlink {
  display: flex;
}
.nav-bar .div-info .B1 {
  width: 180px;
  margin: 0;
}
.nav-bar .div-info .burger {
  position: relative;
  display: none;
  width: 55px;
  height: 30px;
  flex-direction: column;
  margin: auto 0 auto auto;
}
.nav-bar .div-info .burger span {
  position: absolute;
  height: 3px;
  background: rgb(93, 87, 77);
  border-radius: 3px;
}
.nav-bar .div-info .burger .top {
  transition: 0.5s;
  width: 100%;
  top: 0;
}
.nav-bar .div-info .burger .mid {
  width: 50%;
  margin: auto 0 auto auto;
  top: 13.25px;
  right: 0;
}
.nav-bar .div-info .burger .bot {
  transition: 0.5s;
  width: 100%;
  bottom: 0;
}
.nav-bar .div-info .burger:hover .mid {
  display: none;
}
.nav-bar .div-info .burger:hover .top {
  transition: 0.5s;
  top: 13.25px;
  transform: rotate(45deg);
}
.nav-bar .div-info .burger:hover .bot {
  transition: 0.5s;
  transform: rotate(-45deg);
  bottom: 13.25px;
}
.nav-bar .div-info .burgeractive .mid {
  display: none;
}
.nav-bar .div-info .burgeractive .top {
  transition: 0.5s;
  top: 13.25px;
  transform: rotate(45deg);
}
.nav-bar .div-info .burgeractive .bot {
  transition: 0.5s;
  transform: rotate(-45deg);
  bottom: 13.25px;
}
@media only screen and (max-width: 1400px) {
  .nav-bar .div-info .list-link {
    display: none;
  }
  .nav-bar .div-info .B1 {
    display: none;
  }
  .nav-bar .div-info .burger {
    display: flex;
  }
}

.nav-mobile {
  z-index: 1;
  display: none;
  position: fixed;
  background: rgb(236, 236, 236);
  flex-direction: column;
  gap: 30px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 150px 50px 50px 50px;
}
.nav-mobile .link {
  font-size: 40px;
  font-weight: 400;
}
.nav-mobile .link:hover {
  transition: 0.2s;
  font-weight: 600;
}
.nav-mobile .list-link {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nav-mobile .B1 {
  margin: auto 0 0 0;
}
.nav-mobile .B1 p {
  font-size: 40px;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: auto 0 0 0;
  background: linear-gradient(111.36deg, #5D574D -10.44%, #35312B 82.87%);
  padding-top: 50px;
}
.footer p, .footer a {
  color: rgb(236, 236, 236);
}
.footer h3 {
  font-family: "GilroyB";
  color: rgb(187, 165, 136);
  font-size: 50px;
}
.footer .div-info {
  display: flex;
}
.footer .div-info .div-plan {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .div-info .div-plan .plan {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .div-info .div-plan a:hover {
  font-weight: 600;
}
.footer .div-info .div-coor {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer .div-info .div-coor h3 {
  text-align: center;
}
.footer .div-info .div-coor .list-info {
  display: flex;
  gap: 30px;
  margin: 0 0 0 auto;
}
.footer .div-info .div-coor .list-info .info .T2 {
  font-weight: 700;
}
.footer .div-info .div-coor .list-info .info .T1 {
  font-weight: 300;
}
.footer .div-info .div-coor .list-network {
  display: flex;
  gap: 50px;
  margin: 0 auto;
}
.footer .div-info .div-coor .list-network a {
  width: 50px;
  height: 50px;
}
.footer .div-info .div-coor .list-network .insta {
  background-image: url("../IMG/insta.png");
}
.footer .div-info .div-coor .list-network .insta:hover {
  background-image: url("../IMG/instaH.png");
}
.footer .div-info .div-coor .list-network .face {
  background-image: url("../IMG/face.png");
}
.footer .div-info .div-coor .list-network .face:hover {
  background-image: url("../IMG/faceH.png");
}
.footer .div-info .div-coor .amiral {
  margin: 0 auto;
  font-weight: 300;
  text-align: center;
}
.footer .div-info .div-coor .amiral span {
  font-weight: 700;
  color: rgb(236, 236, 236);
}
.footer .div-info .div-coor .B1 {
  width: 400px;
  margin: auto auto 0 auto;
}
.footer .div-info .bar {
  display: block;
  margin: auto 0;
  width: 1px;
  height: 300px;
  background: rgb(101, 96, 84);
}
.footer .logo {
  margin: 0 auto;
}
.footer .mention {
  display: flex;
  width: 100%;
  height: 50px;
  background: rgb(93, 87, 77);
}
.footer .mention p {
  margin: auto;
}
@media only screen and (max-width: 1500px) {
  .footer .div-info {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .footer .div-info .bar {
    height: 1px;
    width: 400px;
    margin: 0 auto;
  }
  .footer .div-info .div-plan {
    width: auto;
    margin: 0 auto;
  }
  .footer .div-info .div-coor {
    width: 100%;
  }
  .footer .div-info .div-coor .list-info {
    gap: 30px;
    flex-direction: column;
    margin: 0 auto;
  }
}

/* default div */
.div-center {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.div-img {
  background-size: cover;
  background-position: center;
}

.div-flex {
  display: flex;
}

/* default text*/
.T0 {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media only screen and (max-width: 1080px) {
  .T0 {
    font-size: 18px;
  }
}

.T1 {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media only screen and (max-width: 1080px) {
  .T1 {
    font-size: 20px;
  }
}

.T2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media only screen and (max-width: 1080px) {
  .T2 {
    font-size: 22px;
  }
}

.T3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media only screen and (max-width: 1080px) {
  .T3 {
    font-size: 24px;
  }
}

.T4 {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media only screen and (max-width: 1080px) {
  .T4 {
    font-size: 26px;
  }
}

.t600 {
  font-weight: 600;
}

.t800 {
  font-weight: 800;
}

.title0 {
  font-family: "GilroyB";
  font-weight: 800;
  font-size: 100px;
  text-align: center;
}

.title1 {
  font-family: "GilroyB";
  font-weight: 800;
  font-size: 80px;
}
.title1 .sp1 {
  font-family: "GilroyB";
  color: #8F7F6A;
}
.title1 .sp2 {
  font-family: "GilroyB";
  color: rgb(236, 236, 236);
}
.title1 .sp3 {
  font-family: "GilroyR";
  font-weight: 400;
}
.title1 .g1 {
  font-family: "GilroyB";
  color: rgb(66, 133, 244);
}
.title1 .g2 {
  font-family: "GilroyB";
  color: rgb(234, 67, 53);
}
.title1 .g3 {
  font-family: "GilroyB";
  color: rgb(251, 188, 5);
}
.title1 .g4 {
  font-family: "GilroyB";
  color: rgb(52, 168, 83);
}
@media only screen and (max-width: 1150px) {
  .title1 {
    font-size: 70px;
  }
}

.title2 {
  font-family: "GilroyR";
  font-weight: 400;
  font-size: 80px;
}

.title3 {
  font-family: "GilroyR";
  font-weight: 400;
  font-size: 28px;
}

.title4 {
  font-family: "GilroyB";
  font-weight: 400;
  font-size: 30px;
}

.B1 {
  display: flex;
  padding: 10px;
  border-radius: 3px;
}
.B1 p {
  font-weight: 400;
  margin: auto;
  font-size: 20px;
}

.B1-black {
  border: 1px solid rgb(93, 87, 77);
}
.B1-black:hover {
  transition: 0.2s;
  background: rgb(93, 87, 77);
}
.B1-black:hover p {
  transition: 0.2s;
  color: rgb(250, 250, 250);
}

.B1-white {
  border: 1px solid rgb(250, 250, 250);
}
.B1-white p {
  color: rgb(250, 250, 250);
}
.B1-white:hover {
  transition: 0.2s;
  background: rgb(250, 250, 250);
}
.B1-white:hover p {
  transition: 0.2s;
  color: rgb(93, 87, 77);
}

.B2 {
  transition: 0.2s;
  background: none;
  text-decoration: underline;
  color: rgb(93, 87, 77);
  font-size: 22px;
}
.B2:hover {
  transition: 0.2s;
  font-weight: 600;
}

.input1 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(93, 87, 77);
}

/* default elements */
a, button, input {
  cursor: pointer;
  border: 0;
  text-decoration: none;
  background: none;
}

input, textarea {
  border: 0;
  background: none;
  outline: none;
}

#lkrl-wrapper {
  position: absolute;
}/*# sourceMappingURL=style.css.map */