@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap");
@font-face {
  font-family: main1;
  src: url("../Fonts/Azurite Regular.otf");
}

@font-face {
  font-family: main2;
  src: url("../Fonts/Azurite Outline.otf");
}

.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1921px) {
  .common__container {
    width: 1440px;
  }
}

@media (max-width: 1920px) and (min-width: 1300px) {
  .common__container {
    width: 1270px;
  }
}

@media (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}

body {
  background: #000000;
}

.t1000r {
  font-family: "DINPro-Regular";
  overflow: hidden;
  width: 100%;
}

.t1000r .kv__header-item {
  width: 120px;
  position: absolute;
  top: 10px;
  left: 5px;
  z-index: 5;
}

.t1000r .kv__header-item img {
  width: 120px;
  max-width: none;
}

.t1000r #gototop {
  position: fixed;
  z-index: 999;
  width: 50px;
  right: 10px;
  bottom: 10px;
}

.t1000r #gototop img {
  -webkit-animation: tada 8s linear infinite;
     -moz-animation: tada 8s linear infinite;
          animation: tada 8s linear infinite;
  -webkit-filter: drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 5px #ffffff);
}

.t1000r #gototop p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 5px #ffffff, 0 0 1px #ffffff, 0 0 2px #ffffff, 0 0 3px #ffffff;
}

@media screen and (max-width: 991px) {
  .t1000r #gototop p {
    font-size: 12px;
  }
}

.t1000r #buynowN {
  position: fixed;
  z-index: 999;
  width: 50px;
  right: 10px;
  bottom: 150px;
}

.t1000r #buynowN img {
  -webkit-animation: tada 8s linear infinite;
     -moz-animation: tada 8s linear infinite;
          animation: tada 8s linear infinite;
  padding-right: 5px;
  -webkit-filter: drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 5px #ffffff);
}

.t1000r #buynowN p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 5px #ffffff, 0 0 1px #ffffff, 0 0 2px #ffffff, 0 0 3px #ffffff;
}

@media screen and (max-width: 991px) {
  .t1000r #buynowN p {
    font-size: 12px;
  }
}

.t1000r #kokom {
  position: absolute;
  top: 0%;
  z-index: 2;
}

.t1000r .kv {
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.t1000r .kv__backgroundrote {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: none;
}

.t1000r .kv__backgroundrote img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__backgroundrote {
    width: 1920px;
  }
}

.t1000r .kv__block {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .t1000r .kv__block {
    height: 100vh;
  }
}

.t1000r .kv__block-textbox {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__block-textbox {
    top: 72%;
    left: 5%;
  }
}

.t1000r .kv__block-textbox h1 {
  color: #ffffff;
  font-family: main1;
  font-size: 3.5vw;
  font-weight: 100;
  letter-spacing: 0.3vw;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__block-textbox h1 {
    font-size: 7vw;
  }
}

@media screen and (max-width: 575px) {
  .t1000r .kv__block-textbox h1 {
    font-size: 10vw;
  }
}

.t1000r .kv__block-textbox h4 {
  color: #ffffff;
  font-family: main2;
  font-size: 2.8vw;
  letter-spacing: 0.7vw;
  font-weight: 100;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__block-textbox h4 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 575px) {
  .t1000r .kv__block-textbox h4 {
    font-size: 8vw;
  }
}

.t1000r .kv__block-item {
  position: absolute;
  top: 55%;
  left: 35%;
  width: 45%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .t1000r .kv__block-item {
    width: 90%;
    top: 51%;
    left: -8% !important;
  }
}

.t1000r .kv__block-item img {
  position: relative;
  width: 100%;
}

.t1000r .kv__block-item p {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
          transform: translate(-50%);
  color: #ffffff;
  font-size: 12px;
  width: 70%;
  text-align: end;
}

.t1000r .kv__block-title {
  color: #ffffff;
  position: absolute;
  top: 40%;
  left: 15%;
  font-weight: 100;
  line-height: 1;
  width: 40%;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__block-title {
    top: 10%;
    left: 5%;
    width: 90%;
  }
}

.t1000r .kv__block-title span {
  font-family: main1;
  font-size: 48px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.2em;
}

@media (max-width: 1600px) {
  .t1000r .kv__block-title span {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .t1000r .kv__block-title span {
    font-size: 40px;
  }
}

@media (max-width: 1050px) {
  .t1000r .kv__block-title span {
    font-size: 36px;
  }
}

@media (max-width: 800px) {
  .t1000r .kv__block-title span {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .t1000r .kv__block-title span {
    font-size: 28px;
  }
}

@media (max-width: 475px) {
  .t1000r .kv__block-title span {
    font-size: 24px;
  }
}

.t1000r .kv__block-p {
  color: #ffffff;
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  position: relative;
}

@media (max-width: 1600px) {
  .t1000r .kv__block-p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .kv__block-p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .kv__block-p {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .kv__block-p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .kv__block-p {
    font-size: 14px;
  }
}

.t1000r .kv__block-p p {
  position: absolute;
  top: 0;
  left: 0;
}

.t1000r .kv__block-img1 {
  position: relative;
  height: 100vh;
}

.t1000r .kv__block-img1--1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__block-img1--1 {
    display: none;
  }
}

.t1000r .kv__block-img1--2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__block-img1--2 {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.t1000r .kv__why {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100vh;
}

.t1000r .kv__why-title {
  color: #ffffff;
  position: absolute;
  top: 15%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-title {
    padding: 0 15px;
  }
}

.t1000r .kv__why-title h4 {
  font-size: 48px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.2em;
  font-family: main1;
  font-weight: 100;
}

@media (max-width: 1600px) {
  .t1000r .kv__why-title h4 {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .t1000r .kv__why-title h4 {
    font-size: 40px;
  }
}

@media (max-width: 1050px) {
  .t1000r .kv__why-title h4 {
    font-size: 36px;
  }
}

@media (max-width: 800px) {
  .t1000r .kv__why-title h4 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .t1000r .kv__why-title h4 {
    font-size: 28px;
  }
}

@media (max-width: 475px) {
  .t1000r .kv__why-title h4 {
    font-size: 24px;
  }
}

.t1000r .kv__why-p {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: relative;
  font-weight: 400;
}

@media (max-width: 1600px) {
  .t1000r .kv__why-p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .kv__why-p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .kv__why-p {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .kv__why-p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .kv__why-p {
    font-size: 14px;
  }
}

.t1000r .kv__why-p span {
  position: absolute;
  top: 0;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
}

.t1000r .kv__why-box {
  width: 100%;
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 40%;
}

.t1000r .kv__why-box .basep {
  position: absolute;
  color: #ffffff;
  top: -30px;
  width: 20%;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .t1000r .kv__why-box .basep {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .kv__why-box .basep {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .kv__why-box .basep {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .kv__why-box .basep {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .kv__why-box .basep {
    font-size: 14px;
  }
}

.t1000r .kv__why-box .basep1 {
  left: 20%;
  z-index: 3;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .basep1 {
    top: 100%;
    left: 10%;
  }
}

.t1000r .kv__why-box .basep1-b {
  z-index: 3;
  opacity: 0;
  left: 20%;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .basep1-b {
    left: 20%;
    opacity: 0 !important;
  }
}

.t1000r .kv__why-box .basep2 {
  left: 40%;
  z-index: 2;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .basep2 {
    top: 100%;
    left: 30%;
  }
}

.t1000r .kv__why-box .basep2-b {
  left: 40%;
  opacity: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .basep2-b {
    left: 20%;
    opacity: 0 !important;
  }
}

.t1000r .kv__why-box .basep3 {
  left: 60%;
  z-index: 1;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .basep3 {
    top: 100%;
    left: 50%;
  }
}

.t1000r .kv__why-box .basep3-b {
  left: 60%;
  opacity: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .basep3-b {
    left: 20%;
    opacity: 0 !important;
  }
}

.t1000r .kv__why-box .basep4 {
  left: 80%;
  z-index: 0;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .basep4 {
    top: 100%;
    left: 70%;
  }
}

.t1000r .kv__why-box .basep4-b {
  left: 80%;
  z-index: 0;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .basep4-b {
    left: 20%;
    opacity: 0 !important;
  }
}

.t1000r .kv__why-box .baseimg {
  width: 20%;
  -webkit-filter: drop-shadow(4px 4px 10px #000);
          filter: drop-shadow(4px 4px 10px #000);
  position: absolute;
  top: 0;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .baseimg {
    width: 40%;
  }
}

.t1000r .kv__why-box .baseimg1 {
  left: 20%;
  z-index: 3;
  opacity: 0;
}

.t1000r .kv__why-box .baseimg1-b {
  z-index: 3;
  opacity: 0;
  left: 20%;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .baseimg1-b {
    left: 20%;
    opacity: 0 !important;
  }
}

.t1000r .kv__why-box .baseimg2 {
  left: 40%;
  z-index: 2;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .baseimg2 {
    left: 20%;
  }
}

.t1000r .kv__why-box .baseimg2-b {
  left: 40%;
  opacity: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .baseimg2-b {
    left: 20%;
    opacity: 0 !important;
  }
}

.t1000r .kv__why-box .baseimg3 {
  left: 60%;
  z-index: 1;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .baseimg3 {
    left: 20%;
  }
}

.t1000r .kv__why-box .baseimg3-b {
  left: 60%;
  opacity: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .baseimg3-b {
    left: 20%;
    opacity: 0 !important;
  }
}

.t1000r .kv__why-box .baseimg4 {
  left: 80%;
  z-index: 0;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .baseimg4 {
    left: 20%;
  }
}

.t1000r .kv__why-box .baseimg4-b {
  left: 80%;
  z-index: 0;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .baseimg4-b {
    left: 20%;
    opacity: 0 !important;
  }
}

.t1000r .kv__why-box .basemoon {
  width: 6%;
  -webkit-filter: drop-shadow(4px 4px 10px #000);
          filter: drop-shadow(4px 4px 10px #000);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40%;
  z-index: 5;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .basemoon {
    left: 60% !important;
    width: 15%;
  }
}

.t1000r .kv__why-box .basemoon2 {
  width: 6%;
  -webkit-filter: drop-shadow(4px 4px 10px #000);
          filter: drop-shadow(4px 4px 10px #000);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 60%;
  z-index: 5;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .basemoon2 {
    left: 60% !important;
    width: 15%;
  }
}

.t1000r .kv__why-box .basemoon3 {
  width: 6%;
  -webkit-filter: drop-shadow(4px 4px 10px #000);
          filter: drop-shadow(4px 4px 10px #000);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 80%;
  z-index: 5;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .basemoon3 {
    left: 60% !important;
    width: 15%;
  }
}

.t1000r .kv__why-box .basemoon4 {
  width: 6%;
  -webkit-filter: drop-shadow(4px 4px 10px #000);
          filter: drop-shadow(4px 4px 10px #000);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  z-index: 5;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-box .basemoon4 {
    left: 60% !important;
    width: 15%;
  }
}

.t1000r .kv__why-bar {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5vh;
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .t1000r .kv__why-bar-top {
    margin-top: 15vh;
  }
}

.t1000r .kv__why-bartitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
}

.t1000r .kv__why-bartitle img {
  width: 25%;
  display: block;
}

.t1000r .kv__why-bartitle p {
  font-family: main1;
  color: #ffffff;
  letter-spacing: 0.2vw;
  font-size: 0.6vw;
  padding-left: 5%;
}

.t1000r .kv__why-barmain {
  width: 80%;
  position: relative;
}

.t1000r .kv__why-barmain img {
  position: relative;
  z-index: 5;
  display: block;
}

.t1000r .kv__why-l {
  position: absolute;
  font-family: main1;
  color: #ffffff;
  font-size: 0.8vw;
  bottom: 120%;
  left: 0;
  letter-spacing: 0.1vw;
}

.t1000r .kv__why-h {
  position: absolute;
  font-family: main1;
  color: #ffffff;
  font-size: 0.8vw;
  bottom: 120%;
  right: 0;
  letter-spacing: 0.1vw;
}

.t1000r .kv__why-over {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
}

.t1000r .kv__why-ke {
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0%;
  opacity: 0;
}

.t1000r .kv__why-ke--1 {
  width: 25%;
}

.t1000r .kv__why-ke--2 {
  width: 50%;
}

.t1000r .kv__why-ke--3 {
  width: 75%;
}

.t1000r .kv__why-ke--4 {
  width: 100%;
}

.t1000r .kv__why-liner {
  width: 100%;
  height: 100%;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, right top, from(#b1e4f9), to(#297ced));
  background: -moz-linear-gradient(left, #b1e4f9, #297ced);
  background: linear-gradient(to right, #b1e4f9, #297ced);
}

.t1000r .kv__video {
  position: absolute;
  width: 100%;
  -webkit-transform: scale();
     -moz-transform: scale();
          transform: scale();
}

.t1000r .video {
  overflow: hidden;
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
  background: url("../images/5.jpg");
  -moz-background-size: 100%;
       background-size: 100%;
}

@media (max-width: 1300px) {
  .t1000r .video {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .t1000r .video {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .t1000r .video {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.t1000r .video__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: none;
  width: auto;
}

.t1000r .video__main {
  position: relative;
  z-index: 3;
}

.t1000r .video__moon {
  position: absolute;
  width: 40%;
  top: 0;
}

.t1000r .video__moon img {
  position: absolute;
  top: 0;
}

.t1000r .video__moon-1 {
  -webkit-animation: rotart infinite 60s linear;
     -moz-animation: rotart infinite 60s linear;
          animation: rotart infinite 60s linear;
}

.t1000r .video__path {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.t1000r .video__logobox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.t1000r .video__logobox-item {
  width: 100px;
  margin-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.t1000r .video__logobox-item p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

@media (max-width: 1600px) {
  .t1000r .video__logobox-item p {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .t1000r .video__logobox-item p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .t1000r .video__logobox-item p {
    font-size: 11px;
  }
}

@media (max-width: 800px) {
  .t1000r .video__logobox-item p {
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  .t1000r .video__logobox-item p {
    font-size: 10px;
  }
}

.t1000r .video__logobox-item img {
  width: 100%;
}

.t1000r .video__outbox {
  width: 50%;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .t1000r .video__outbox {
    width: 100%;
  }
}

.t1000r .video__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

@media (max-width: 1300px) {
  .t1000r .video__block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .t1000r .video__block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .t1000r .video__block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .t1000r .video__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t1000r .video__block-textbox {
  width: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .t1000r .video__block-textbox {
    width: 100%;
    padding-right: 0px;
  }
}

.t1000r .video__block-uptextbox {
  width: 90%;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 40px;
}

@media screen and (max-width: 991px) {
  .t1000r .video__block-uptextbox {
    width: 100%;
    padding-right: 0px;
  }
}

.t1000r .video__block-title {
  font-family: main1;
  position: relative;
  font-weight: 100;
}

.t1000r .video__block-title h3 {
  position: relative;
  z-index: 3;
  font-weight: 100;
  font-size: 48px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.2em;
}

@media (max-width: 1600px) {
  .t1000r .video__block-title h3 {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .t1000r .video__block-title h3 {
    font-size: 40px;
  }
}

@media (max-width: 1050px) {
  .t1000r .video__block-title h3 {
    font-size: 36px;
  }
}

@media (max-width: 800px) {
  .t1000r .video__block-title h3 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .t1000r .video__block-title h3 {
    font-size: 28px;
  }
}

@media (max-width: 475px) {
  .t1000r .video__block-title h3 {
    font-size: 24px;
  }
}

.t1000r .video__block-title img {
  position: absolute;
  left: -20%;
  bottom: -10%;
}

.t1000r .video__block-subtitle {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-top: 40px;
  font-weight: 900;
  font-style: italic;
  padding-top: 100px;
}

@media (max-width: 1600px) {
  .t1000r .video__block-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .video__block-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .video__block-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .video__block-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .video__block-subtitle {
    font-size: 14px;
  }
}

.t1000r .video__block-queto {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  opacity: 0.9;
}

@media (max-width: 1600px) {
  .t1000r .video__block-queto {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .video__block-queto {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .video__block-queto {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .video__block-queto {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .video__block-queto {
    font-size: 14px;
  }
}

.t1000r .video__block-upqueto {
  width: 70%;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  opacity: 0.9;
}

@media (max-width: 1600px) {
  .t1000r .video__block-upqueto {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .video__block-upqueto {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .video__block-upqueto {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .video__block-upqueto {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .video__block-upqueto {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .t1000r .video__block-upqueto {
    width: 100%;
  }
}

.t1000r .video__block-a {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-top: 40px;
}

@media (max-width: 1600px) {
  .t1000r .video__block-a {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .video__block-a {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .video__block-a {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .video__block-a {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .video__block-a {
    font-size: 14px;
  }
}

.t1000r .video__block-a a {
  display: inline-block;
  background: #297ced;
  text-align: center;
  padding: 7.5px 15px;
  -moz-border-radius: 10px;
       border-radius: 10px;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0 0 5px #00000086;
  margin-top: 10px;
}

.t1000r .video__block-cover {
  display: none;
  position: absolute;
  width: 50vw;
  left: 0;
  height: 28.125vw;
  z-index: 5;
}

@media screen and (max-width: 991px) {
  .t1000r .video__block-cover {
    display: none;
  }
}

.t1000r .video__block-videobox {
  width: 50%;
  position: relative;
  height: 28.125vw;
}

@media screen and (max-width: 991px) {
  .t1000r .video__block-videobox {
    width: 100%;
    height: 56.25vw;
  }
}

.t1000r .video__block-videobox iframe {
  position: absolute;
  width: 49.5vw;
  left: 0;
  height: 28.125vw;
}

@media screen and (max-width: 991px) {
  .t1000r .video__block-videobox iframe {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 56.25vw;
  }
}

.t1000r .behav {
  overflow: hidden;
  padding-top: 12vh;
  padding-bottom: 12vh;
  background: url("../images/ass.jpg");
  -moz-background-size: cover;
       background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}

@media (max-width: 1300px) {
  .t1000r .behav {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .t1000r .behav {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .t1000r .behav {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.t1000r .behav__logobox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .t1000r .behav__logobox {
    margin-top: 140px;
  }
}

.t1000r .behav__logobox-item {
  width: 100px;
  margin-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.t1000r .behav__logobox-item p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

@media (max-width: 1600px) {
  .t1000r .behav__logobox-item p {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .t1000r .behav__logobox-item p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .t1000r .behav__logobox-item p {
    font-size: 11px;
  }
}

@media (max-width: 800px) {
  .t1000r .behav__logobox-item p {
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  .t1000r .behav__logobox-item p {
    font-size: 10px;
  }
}

.t1000r .behav__logobox-item img {
  width: 100%;
}

.t1000r .behav__space {
  position: absolute;
  right: 0;
  top: 15%;
}

@media screen and (max-width: 991px) {
  .t1000r .behav__space {
    top: 19%;
  }
}

.t1000r .behav__space p {
  position: absolute;
  right: 0;
  bottom: 80%;
  font-weight: 100;
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-family: main2;
  text-shadow: 0 0 5px #000000;
}

@media (max-width: 1600px) {
  .t1000r .behav__space p {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .t1000r .behav__space p {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .t1000r .behav__space p {
    font-size: 35px;
  }
}

@media (max-width: 800px) {
  .t1000r .behav__space p {
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .t1000r .behav__space p {
    font-size: 34px;
  }
}

.t1000r .behav__title {
  font-weight: 100;
  font-size: 48px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.2em;
  font-family: main1;
  text-align: center;
}

@media (max-width: 1600px) {
  .t1000r .behav__title {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .t1000r .behav__title {
    font-size: 40px;
  }
}

@media (max-width: 1050px) {
  .t1000r .behav__title {
    font-size: 36px;
  }
}

@media (max-width: 800px) {
  .t1000r .behav__title {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .t1000r .behav__title {
    font-size: 28px;
  }
}

@media (max-width: 475px) {
  .t1000r .behav__title {
    font-size: 24px;
  }
}

.t1000r .behav__outbox {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .t1000r .behav__outbox {
    width: 100%;
  }
}

.t1000r .behav__outbox p {
  font-size: 12px;
}

.t1000r .behav__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .t1000r .behav__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t1000r .behav__block-video {
  position: relative;
  width: 90%;
}

@media screen and (max-width: 991px) {
  .t1000r .behav__block-video {
    width: 100%;
  }
}

.t1000r .behav__block-video img {
  position: relative;
  z-index: 2;
}

.t1000r .behav__block-video canvas {
  width: 99.2%;
  position: absolute;
  top: 3.2%;
  left: 0.5%;
}

.t1000r .behav__block-textbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .t1000r .behav__block-textbox {
    width: 100%;
    margin-top: 70px;
  }
}

.t1000r .behav__block-title {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: 900;
}

@media (max-width: 1600px) {
  .t1000r .behav__block-title {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .behav__block-title {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .behav__block-title {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .behav__block-title {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .behav__block-title {
    font-size: 14px;
  }
}

.t1000r .behav__block-description {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  opacity: 0.9;
}

@media (max-width: 1600px) {
  .t1000r .behav__block-description {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .behav__block-description {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .behav__block-description {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .behav__block-description {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .behav__block-description {
    font-size: 14px;
  }
}

.t1000r .behav__block-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.t1000r .behav__block-icons img {
  width: 20%;
}

.t1000r .beforechange {
  background: url("../images/ass.jpg");
  -moz-background-size: cover;
       background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  padding: 40px 0;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 991px) {
  .t1000r .beforechange {
    width: 100%;
    padding: 0px 0;
  }
}

@media screen and (max-width: 991px) {
  .t1000r .beforechange .behav__logobox {
    margin-top: 0;
  }
}

.t1000r .beforechange__textbox {
  position: relative;
  z-index: 5;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .t1000r .beforechange__textbox {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .beforechange__textbox {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .beforechange__textbox {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .beforechange__textbox {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .beforechange__textbox {
    font-size: 14px;
  }
}

.t1000r .change {
  height: 100vh;
  background: url("../images/ass.jpg");
  -moz-background-size: cover;
       background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}

.t1000r .change__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .t1000r .change__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.t1000r .change__block {
  position: relative;
  height: 100vh;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .t1000r .change__block {
    height: auto;
    width: 100%;
    margin-top: 70px;
  }
}

.t1000r .change canvas {
  width: 48vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-15%, -50%);
     -moz-transform: translate(-15%, -50%);
          transform: translate(-15%, -50%);
}

@media screen and (max-width: 991px) {
  .t1000r .change canvas {
    position: relative;
    top: 0%;
    -webkit-transform: translate(0%, 0%);
       -moz-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 100%;
  }
}

.t1000r .change__word {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .t1000r .change__word {
    width: 100%;
  }
}

.t1000r .change__word p {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
}

@media (max-width: 1600px) {
  .t1000r .change__word p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .change__word p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .change__word p {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .change__word p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .change__word p {
    font-size: 14px;
  }
}

.t1000r .change__word a {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  display: inline-block;
  background: #297ced;
  padding: 7.5px 15px;
  -moz-border-radius: 10px;
       border-radius: 10px;
  margin-top: 10px;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0 0 5px #00000086;
}

@media (max-width: 1600px) {
  .t1000r .change__word a {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .change__word a {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .change__word a {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .change__word a {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .change__word a {
    font-size: 14px;
  }
}

.t1000r .change__title {
  font-size: 48px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
}

@media (max-width: 1600px) {
  .t1000r .change__title {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .t1000r .change__title {
    font-size: 40px;
  }
}

@media (max-width: 1050px) {
  .t1000r .change__title {
    font-size: 36px;
  }
}

@media (max-width: 800px) {
  .t1000r .change__title {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .t1000r .change__title {
    font-size: 28px;
  }
}

@media (max-width: 475px) {
  .t1000r .change__title {
    font-size: 24px;
  }
}

.t1000r .findthb {
  margin-top: -100vh;
  position: relative;
  z-index: 20;
  background: #000000;
  padding-top: 12vh;
  padding-bottom: 12vh;
  background: url("../images/ass2.jpg"), #000000;
  -moz-background-size: 70%;
       background-size: 70%;
  background-position: center right;
  background-repeat: no-repeat;
  color: #ffffff;
}

@media (max-width: 1300px) {
  .t1000r .findthb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .t1000r .findthb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .t1000r .findthb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.t1000r .findthb__title {
  font-size: 48px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.2em;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-family: main1;
}

@media (max-width: 1600px) {
  .t1000r .findthb__title {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .t1000r .findthb__title {
    font-size: 40px;
  }
}

@media (max-width: 1050px) {
  .t1000r .findthb__title {
    font-size: 36px;
  }
}

@media (max-width: 800px) {
  .t1000r .findthb__title {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .t1000r .findthb__title {
    font-size: 28px;
  }
}

@media (max-width: 475px) {
  .t1000r .findthb__title {
    font-size: 24px;
  }
}

.t1000r .findthb__title h3 {
  font-size: 48px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.2em;
  position: relative;
  z-index: 3;
}

@media (max-width: 1600px) {
  .t1000r .findthb__title h3 {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .t1000r .findthb__title h3 {
    font-size: 40px;
  }
}

@media (max-width: 1050px) {
  .t1000r .findthb__title h3 {
    font-size: 36px;
  }
}

@media (max-width: 800px) {
  .t1000r .findthb__title h3 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .t1000r .findthb__title h3 {
    font-size: 28px;
  }
}

@media (max-width: 475px) {
  .t1000r .findthb__title h3 {
    font-size: 24px;
  }
}

.t1000r .findthb__title img {
  margin-top: -60px;
  position: relative;
}

.t1000r .findthb__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .t1000r .findthb__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t1000r .findthb__block-imgbox {
  width: 50%;
  position: relative;
  height: 33.33vw;
}

@media screen and (max-width: 991px) {
  .t1000r .findthb__block-imgbox {
    width: 100%;
    height: 66.66vw;
  }
}

.t1000r .findthb__block-imgbox img {
  position: absolute;
  width: 50vw;
  right: 0;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .t1000r .findthb__block-imgbox img {
    width: 100vw;
  }
}

.t1000r .findthb__block-textbox {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .t1000r .findthb__block-textbox {
    width: 100%;
  }
}

.t1000r .findthb__block-title {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: 900;
}

@media (max-width: 1600px) {
  .t1000r .findthb__block-title {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .findthb__block-title {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .findthb__block-title {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .findthb__block-title {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .findthb__block-title {
    font-size: 14px;
  }
}

.t1000r .findthb__block-queto {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  opacity: 0.9;
}

@media (max-width: 1600px) {
  .t1000r .findthb__block-queto {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .findthb__block-queto {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .findthb__block-queto {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .findthb__block-queto {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .findthb__block-queto {
    font-size: 14px;
  }
}

.t1000r .model {
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
  background: #000000;
}

@media (max-width: 1300px) {
  .t1000r .model {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .t1000r .model {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .t1000r .model {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.t1000r .model__background {
  position: absolute;
  bottom: 0;
}

.t1000r .model__subtitle {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
}

@media (max-width: 1600px) {
  .t1000r .model__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .model__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .model__subtitle {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .model__subtitle {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .model__subtitle {
    font-size: 14px;
  }
}

.t1000r .model__subtitle a {
  color: #ffffff;
  background: #297ced;
  -moz-border-radius: 5px;
       border-radius: 5px;
  margin-right: 10px;
  padding: 5px 5px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t1000r .model__subtitle a img {
  width: 20px;
  margin-right: 5px;
}

.t1000r .model__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .t1000r .model__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.t1000r .model__box-item {
  width: -moz-calc( 100% / 4 - 20px);
  width: calc( 100% / 4 - 20px);
  background: url("../images/ds.jpg");
  -moz-background-size: cover;
       background-size: cover;
  background-position: center;
  padding: 15px 10px;
  margin: 0 10px;
  -webkit-box-shadow: 0 0 5px #ffffff;
     -moz-box-shadow: 0 0 5px #ffffff;
          box-shadow: 0 0 5px #ffffff;
  position: relative;
}

@media screen and (max-width: 991px) {
  .t1000r .model__box-item {
    width: -moz-calc( 100% / 2 - 20px);
    width: calc( 100% / 2 - 20px);
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .t1000r .model__box-item {
    width: 100%;
  }
}

.t1000r .model__box-item h6 {
  color: #000000;
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 0;
  width: 140px;
  height: 140px;
}

.t1000r .model__box-item h6 img {
  position: relative;
  width: 100%;
}

.t1000r .model__box-item h6 span {
  position: absolute;
  top: 45%;
  font-size: 20px;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.t1000r .model__box-a {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
}

@media (max-width: 1600px) {
  .t1000r .model__box-a {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .model__box-a {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .model__box-a {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .model__box-a {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .model__box-a {
    font-size: 14px;
  }
}

.t1000r .model__buynow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.t1000r .model__buynow a {
  width: -moz-calc( 50% - 10px);
  width: calc( 50% - 10px);
  background: #ffffff;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 5px #ffffff,0 0 15px #ffffff;
     -moz-box-shadow: 0 0 5px #ffffff,0 0 15px #ffffff;
          box-shadow: 0 0 5px #ffffff,0 0 15px #ffffff;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.t1000r .model__buynow a:hover {
  opacity: 0.8;
}

.t1000r .model__buynow a:nth-child(n + 3) {
  margin-top: 10px;
}

.t1000r .model__buynow a img {
  max-height: 40px;
  max-width: 80%;
}

.t1000r .model__buynow-btn {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  font-weight: 900;
  background: red;
  padding: 5px 0;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 1600px) {
  .t1000r .model__buynow-btn {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .model__buynow-btn {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .model__buynow-btn {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .model__buynow-btn {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .model__buynow-btn {
    font-size: 14px;
  }
}

.t1000r .model__buynow-btn:hover {
  opacity: 0.8;
}

.t1000r .model__buynow-btn span {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  padding: 5px 0;
  background: red;
  width: 100%;
}

@media (max-width: 1600px) {
  .t1000r .model__buynow-btn span {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .model__buynow-btn span {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .model__buynow-btn span {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .model__buynow-btn span {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .model__buynow-btn span {
    font-size: 14px;
  }
}

.t1000r .model__buynow-btn span:hover {
  background: #ff0000;
}

.t1000r .expert {
  padding-top: 12vh;
  padding-bottom: 12vh;
  color: #ffffff;
}

@media (max-width: 1300px) {
  .t1000r .expert {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .t1000r .expert {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .t1000r .expert {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.t1000r .expert__title {
  font-size: 48px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
  font-family: main1;
}

@media (max-width: 1600px) {
  .t1000r .expert__title {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .t1000r .expert__title {
    font-size: 40px;
  }
}

@media (max-width: 1050px) {
  .t1000r .expert__title {
    font-size: 36px;
  }
}

@media (max-width: 800px) {
  .t1000r .expert__title {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .t1000r .expert__title {
    font-size: 28px;
  }
}

@media (max-width: 475px) {
  .t1000r .expert__title {
    font-size: 24px;
  }
}

.t1000r .expert__block {
  margin-top: 40px;
}

.t1000r .expert__block-item > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 10px;
}

.t1000r .expert__block-top {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.t1000r .expert__block-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.t1000r .expert__block-top::after {
  position: absolute;
  content: '';
  height: -moz-calc( 100% - 10px);
  height: calc( 100% - 10px);
  top: 0;
  left: 0;
  width: -moz-calc( 100% - 10px);
  width: calc( 100% - 10px);
  display: block;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.t1000r .expert__block-bottom {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  background: #2e2e2e;
  padding: 20px;
  padding-bottom: 30px;
}

.t1000r .expert__block-bottom h6 {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
}

@media (max-width: 1600px) {
  .t1000r .expert__block-bottom h6 {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .expert__block-bottom h6 {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .expert__block-bottom h6 {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .expert__block-bottom h6 {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .expert__block-bottom h6 {
    font-size: 14px;
  }
}

.t1000r .expert__block-bottom p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .t1000r .expert__block-bottom p {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .t1000r .expert__block-bottom p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .t1000r .expert__block-bottom p {
    font-size: 11px;
  }
}

@media (max-width: 800px) {
  .t1000r .expert__block-bottom p {
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  .t1000r .expert__block-bottom p {
    font-size: 10px;
  }
}

.t1000r .expert__block a {
  margin-top: -38px;
  display: inline-block;
  margin-left: auto;
  background: #297ced;
  padding: 7.5px 15px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0 0 5px #00000086;
}

.t1000r .expert__block-left {
  position: absolute;
  left: -35px;
  top: 50%;
  width: 35px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

@media screen and (max-width: 1400px) {
  .t1000r .expert__block-left {
    left: -15px;
  }
}

.t1000r .expert__block-right {
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 35px;
}

@media screen and (max-width: 1400px) {
  .t1000r .expert__block-right {
    right: -15px;
  }
}

.t1000r .infomation {
  padding-top: 12vh;
  padding-bottom: 12vh;
  color: #ffffff;
}

@media (max-width: 1300px) {
  .t1000r .infomation {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .t1000r .infomation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .t1000r .infomation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.t1000r .infomation__title {
  font-size: 48px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 1.2em;
  text-align: center;
  font-family: main1;
}

@media (max-width: 1600px) {
  .t1000r .infomation__title {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .t1000r .infomation__title {
    font-size: 40px;
  }
}

@media (max-width: 1050px) {
  .t1000r .infomation__title {
    font-size: 36px;
  }
}

@media (max-width: 800px) {
  .t1000r .infomation__title {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .t1000r .infomation__title {
    font-size: 28px;
  }
}

@media (max-width: 475px) {
  .t1000r .infomation__title {
    font-size: 24px;
  }
}

.t1000r .infomation__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .t1000r .infomation__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t1000r .infomation__block-item {
  width: -moz-calc( 50% - 20px);
  width: calc( 50% - 20px);
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .t1000r .infomation__block-item {
    width: 100%;
    margin: 0 0px;
  }
}

.t1000r .infomation__block-img {
  border: 1px solid #ffffff5b;
  display: block;
  width: 100%;
}

.t1000r .infomation__block-img img {
  width: 100%;
}

.t1000r .infomation__block p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
}

@media (max-width: 1600px) {
  .t1000r .infomation__block p {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .t1000r .infomation__block p {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .t1000r .infomation__block p {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .t1000r .infomation__block p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .t1000r .infomation__block p {
    font-size: 14px;
  }
}

@-webkit-keyframes rotart {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotart {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes rotart {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  2.5%, 5% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  7.5%, 12.5%, 17.5% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  10%, 15% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  20% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-moz-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
  2.5%, 5% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    -moz-transform: scale(0.9) rotate(-8deg);
         transform: scale(0.9) rotate(-8deg);
  }
  7.5%, 12.5%, 17.5% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -moz-transform: scale(1.3) rotate(8deg);
         transform: scale(1.3) rotate(8deg);
  }
  10%, 15% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -moz-transform: scale(1.3) rotate(-8deg);
         transform: scale(1.3) rotate(-8deg);
  }
  20% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
         transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
         transform: scale(1);
  }
  2.5%, 5% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    -moz-transform: scale(0.9) rotate(-8deg);
         transform: scale(0.9) rotate(-8deg);
  }
  7.5%, 12.5%, 17.5% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -moz-transform: scale(1.3) rotate(8deg);
         transform: scale(1.3) rotate(8deg);
  }
  10%, 15% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -moz-transform: scale(1.3) rotate(-8deg);
         transform: scale(1.3) rotate(-8deg);
  }
  20% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
         transform: scale(1) rotate(0);
  }
}
/*# sourceMappingURL=index.css.map */