@font-face {
  font-family: "dekiru";
  src: url("font/Dekiru.ttf") format("woff2"),
    url("font/Dekiru.ttf") format("woff");
}

body {
  margin: 0;
}

#hd {
  position: fixed;
  display: flex;
  width: 100%;
  height: 5vw;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

#lg {
  display: flex;
  padding: 0 0 0 0.5vw;
  align-items: center;
}

.lg {
  width: 5vw;
}

.lg:hover {
  width: 5vw;
}

#ls {
  list-style-type: none;
  display: flex;
  width: 30%;
  justify-content: space-evenly;
  align-items: flex-end;
}

.ls_nv {
  font-size: 1vw;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: transparent;
}

.ls_nv:hover {
  color: #f0f0f0;
}

#divhd {
  display: none;
}

#mnm {
  display: none;
}

#mn_dv {
  display: none;
}

#lsm {
  display: none;
}

.nv {
  font-family: "dekiru";
  font-size: 1vw;
  text-decoration: none;
  color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nv:hover {
  color: #f0f0f0;
}

.im {
  width: 2vw;
  padding: 0.5vw;
}

.ls_la {
  font-size: 1vw;
  text-decoration: none;
  color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ls_im {
  width: 1.5vw;
  padding: 0.5vw;
}

.ls_la:hover {
  color: #f0f0f0;
  cursor: pointer;
}

.ls_la:hover .ls_ls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
}

.ls_ls {
  list-style-type: none;
  position: absolute;
  display: none;
  width: 5vw;
  height: 15vw;
  top: 4vw;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 1vw;
}

.ls_ls_li {
  display: none;
  position: relative;
  padding: 0.5vw;
}

.ls_ls_li:hover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: slideDown 1s ease-in-out;
}

#ft {
  position: absolute;
  display: flex;
  width: 100%;
  height: 5vw;
  bottom: revert;
  justify-content: center;
  align-items: center;
  background: #000000;
}

.fttx {
  font-family: "dekiru";
  font-size: 1.25vw;
  color: #f0f0f0;
}

.ftlk {
  text-decoration: none;
  color: #f0f0f0;
}

.ftlk:hover {
  color: #701310;
}

#sc1 {
  position: relative;
  display: flex;
  width: 100%;
  height: 50vw;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(315deg, #701310, #000000);
}

.dv1 {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.tt1 {
  font-family: "dekiru";
  font-size: 3vw;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.5vw;
  color: #f0f0f0;
  width: 80%;
  z-index: 1;
}
.tt11 {
  font-family: "dekiru";
  font-size: 3vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5vw;
  color: #f0f0f0;
  width: 100%;
  z-index: 1;
}
.tt12 {
  font-family: "dekiru";
  font-size: 3vw;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.5vw;
  color: #f0f0f0;
  width: 80%;
  z-index: 1;
}

.bt1 {
  font-family: "dekiru";
  font-size: 1.25vw;
  font-weight: 700;
  text-decoration: none;
  color: #f0f0f0;
  display: flex;
  width: 15vw;
  height: 2vw;
  padding: 0.5vw 0;
  justify-content: center;
  align-items: center;
  background: #000000;
  border-radius: 50vw;
  cursor: pointer;
}

.bt1:hover {
  background: #701310;
  box-shadow: 0 0.1vw 0.5vw #000000;
}

.im1 {
  width: 50vw;
  height: 50vw;
  -webkit-mask-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
  mask-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
  z-index: 0;
  overflow: hidden;
}

#sc2 {
  position: relative;
  display: flex;
  width: 100%;
  height: 50vw;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(225deg, #701310, #000000);
}

.dv2 {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tt2 {
  font-family: "dekiru";
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5vw;
  color: #f0f0f0;
  width: 80%;
  padding: 0 5vw 5vw 5vw;
}

.tx2 {
  font-family: "dekiru";
  font-size: 1.25vw;
  text-align: justify;
  color: #f0f0f0;
  width: 80%;
}

.im2 {
  display: flex;
  width: 35vw;
  height: 35vw;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 65% 100%, 25% 100%, 25% 65%, 0 65%);
  border-radius: 10vw;
}

#sobre {
  position: relative;
  display: flex;
  width: 100%;
  height: 50vw;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(315deg, #701310, #000000);
}

.dv3 {
  display: flex;
  width: 95%;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.dv31 {
  display: flex;
  width: 100%;
  height: auto;
  margin: 1vw;
  padding: 2vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5vw;
}

.dv31:hover {
  display: flex;
  width: 100%;
  height: auto;
  margin: 1vw;
  padding: 2vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #701310;
  box-shadow: 0 0.1vw 0.5vw #000000;
  border-radius: 5vw;
  cursor: pointer;
}

.tt3 {
  font-family: "dekiru";
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5vw;
  color: #f0f0f0;
  width: 100%;
  height: 5vw;
  margin: 0;
}

.tx3 {
  font-family: "dekiru";
  font-size: 1.25vw;
  text-align: justify;
  color: #f0f0f0;
  width: 80%;
  height: 10vw;
}

.im3 {
  width: 5vw;
  height: 5vw;
}

.sc4 {
  display: flex;
  width: 100%;
  height: 50vw;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(225deg, #701310, #000000);
  overflow: hidden;
}

.dv4 {
  display: flex;
  width: 40%;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
}

.dv41 {
  display: flex;
  width: 80%;
  height: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.tt4 {
  font-size: 2vw;
  font-family: "dekiru";
  font-weight: 700;
  text-align: center;
  text-shadow: 0.1vw 0.1vw 0.1vw #000000;
  color: #f0f0f0;
  display: flex;
  width: 100%;
  padding: 0 0;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.tx4 {
  font-size: 1.25vw;
  font-family: "dekiru";
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-shadow: 0.1vw 0.1vw 0.1vw #000000;
  hyphens: auto;
  color: #f0f0f0;
  width: 100%;
}

.tx41 {
  font-family: "dekiru";
  font-size: 1.25vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  hyphens: auto;
  color: #f0f0f0;
  width: 100%;
}

.tx41:hover {
  color: #701310;
  text-shadow: 0 0.1vw 0.1vw #f0f0f0;
}

.dv42 {
  display: flex;
  width: 80%;
  height: 50%;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.im4 {
  width: 2vw;
  padding: 1vw;
  background: #000000;
  border-radius: 5vw;
}

.im4:hover {
  background: #701310;
  box-shadow: 0 0.1vw 0.5vw #000000;
  cursor: pointer;
}

.im41 {
  width: 40vw;
  height: 30vw;
  border-radius: 2vw;
  box-shadow: 0 0.1vw 0.5vw #000000;
}

.dv43 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.im42 {
  position: absolute;
  width: 70vw;
  height: 50vw;
  bottom: -156.5vw;
  right: 0;
  opacity: 0;
}
.whatson {
  position: fixed;
  width: 5vw;
  bottom: 2vw;
  right: 2vw;
  z-index: 2;
  animation: shake 2s infinite ease-in-out;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 768px) {
  #hd {
    width: 100%;
    height: 16vw;
  }
  .lg {
    width: 15vw;
  }
  #ls {
    display: none;
  }
  #divhd {
    display: flex;
  }
  #mnm {
    display: flex;
    width: 10vw;
  }
  #mn_dv {
    display: flex;
  }
  #lsm {
    list-style-type: none;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100vh;
    top: 15vw;
    right: 0;
    margin: 0;
    padding: 5vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    background: #701310;
    box-shadow: 0.1vw 0.1vw 1vw #000000;
    border-bottom-left-radius: 10vw;
  }
  .nvlg h1 {
    font-size: 3vw;
    color: #f0f0f0;
  }
  .nvls {
    font-size: 5vw;
    font-family: "dekiru";
    text-decoration: none;
    color: #f0f0f0;
    display: flex;
    padding: 10vw 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .imls {
    width: 8vw;
    padding: 1vw 2vw;
  }
  .ls_li {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    padding: 15vw 0;
  }
  .ls_im {
    width: 5vw;
    padding: 0 2vw;
  }
  .ls_nv {
    font-size: 5vw;
    display: flex;
    flex-direction: row;
    width: 40%;
    justify-content: flex-end;
    align-items: flex-start;
    text-decoration: none;
    color: #f0f0f0;
  }
  .ls_la {
    font-size: 5vw;
    text-decoration: none;
    color: #f0f0f0;
    padding: 15vw 0;
  }
  .ls_la {
    font-size: 5vw;
    text-decoration: none;
    position: relative;
    display: flex;
    width: 50%;
    left: 0;
    flex-direction: row;
    justify-content: flex-end;
    transition: 0.5s ease-in-out;
  }

  .ls_ls {
    display: flex;
    width: 100%;
    top: 30vw;
    right: 10vw;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: rgba(22, 18, 18, 0);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  .ls_la:hover .ls_ls_li {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    animation: slideDown 1s ease-in-out;
  }

  .ls_la:hover .ls_ls {
    justify-content: space-around;
    align-items: flex-end;
  }
  .ls_ls_li {
    padding: 5vw 0;
  }
  #ft {
    width: 100%;
    height: 16vw;
  }
  .fttx {
    font-size: 5vw;
    text-align: center;
  }
  #sc1 {
    height: 100%;
    padding: 10vw 0;
    flex-direction: column;
  }
  .tt1 {
    font-size: 8vw;
    text-align: center;
  }
  .tt11 {
    font-size: 8vw;
    text-align: center;
  }
  .tt12 {
    font-size: 8vw;
    text-align: center;
  }
  .bt1 {
    font-size: 6vw;
    width: 70vw;
    height: 10vw;
  }
  .im1 {
    width: 120vw;
    height: 120vw;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0)
    );
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0)
    );
  }
  #sc2 {
    height: 100%;
    padding: 10vw 0;
    flex-direction: column;
  }
  .dv2 {
    width: 90%;
  }
  .tt2 {
    font-size: 8vw;
    width: 90%;
    padding: 0 0 5vw 0;
  }
  .tx2 {
    font-size: 5vw;
    line-height: 6vw;
    width: 90%;
  }
  .im2 {
    width: 80vw;
    height: 80vw;
  }
  #sobre {
    height: 100%;
    padding: 0;
    justify-content: center;
  }
  .dv3 {
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .dv31 {
    display: flex;
    width: 80%;
    height: 40vh;
    padding: 10vw 2vw 10vw 2vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5vw;
  }
  .tt3 {
    font-size: 8vw;
  }
  .tt31 {
    font-family: "dekiru";
    font-size: 6vw;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5vw;
    color: #f0f0f0;
    width: 100%;
    height: 5vw;
  }
  .tx3 {
    font-family: "dekiru";
    font-size: 5vw;
    text-align: justify;
    letter-spacing: 0.1vw;
    color: #f0f0f0;
    width: 85%;
    padding: 3vw 0 0 0;
  }
  .im3 {
    width: 10vw;
    height: 10vw;
  }
  .sc4 {
    height: 254vw;
    flex-direction: column;
  }
  .dv4 {
    width: 100%;
  }
  .dv41 {
    width: 80%;
    justify-content: space-evenly;
  }
  .tt4 {
    font-size: 8vw;
  }
  .tx4 {
    font-size: 5vw;
  }
  .tx41 {
    font-size: 5vw;
  }
  .im4 {
    width: 10vw;
    padding: 5vw;
    border-radius: 50vw;
  }
  .im41 {
    width: 80vw;
    height: 80vw;
    margin: 0 0 10vw 0;
  }
  .im42 {
    position: absolute;
    width: 90vw;
    height: 70vw;
    bottom: -480vw;
    right: 5vw;
    left: 5vw;
  }
  .whatson {
    width: 20vw;
    bottom: 15vw;
    right: 2vw;
  }
}
