/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top {
  padding-top: 60px;
  padding-bottom: 125px;
  position: relative;
}

main.top:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 60px;
  width: calc(100% - 140px);
  height: 1340px;
  background: url(../img/top/bg.svg) no-repeat center/100% 100%;
}

main.top:after {
  position: absolute;
  left: 0;
  top: 120px;
  content: "RENTALCAR";
  font-family: korolev, sans-serif;
  font-weight: 500;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  font-size: 230px;
  font-size: 14.375rem;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ede9e6;
}

main.top > section {
  position: relative;
  z-index: 2;
}

main.top #link {
  padding-top: 90px;
  padding-bottom: 100px;
  overflow: hidden;
}

main.top #link h2 {
  text-align: center;
  line-height: 1.4;
}

main.top #link h2 > span {
  display: block;
}

main.top #link h2 > span:nth-child(1) {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

main.top #link h2 > span:nth-child(2) {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 64px;
  font-size: 4rem;
  font-weight: bold;
}

main.top #link h2 > span:nth-child(2) span {
  color: #eb1446;
}

main.top #link h2 + p {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

main.top #link h2 + p:not(:last-child) {
  margin-bottom: 100px;
}

main.top #link .link-list {
  position: relative;
  padding-bottom: 90px;
}

main.top #link .link-list:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: calc(100% - 70px);
  bottom: 0;
  right: -40px;
  background: url(../img/top/bg-link.svg) no-repeat center/100% 100%;
  z-index: 2;
}

main.top #link .link-list .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

main.top #link .link-list .item-bg:before {
  content: "";
  width: 588px;
  height: 121px;
  background: no-repeat center/auto;
  background-image: url(../img/top/line-link_01.svg);
  position: absolute;
  right: -120px;
  top: -20px;
  z-index: -1;
}

main.top #link .link-list .item-bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 124px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100px;
  background: url(../img/top/line-link_02.svg) no-repeat left bottom;
  z-index: 3;
}

main.top #link .link-list .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  margin-right: -50px;
  margin-bottom: -30px;
}

main.top #link .link-list .item-list li {
  margin-right: 50px;
  margin-bottom: 30px;
  width: calc(33.3333333333% - 50px);
  position: relative;
}

main.top #link .link-list .item-list li:nth-child(2) {
  margin-top: 110px;
}

main.top #link .link-list .item-list li:nth-child(3) {
  margin-top: 220px;
}

main.top #link .link-list .item-list li > a {
  display: block;
  color: #111f34;
}

main.top #link .link-list .item-list li > a:hover {
  text-decoration: none;
}

main.top #link .link-list .item-list li > a:hover .item-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.top #link .link-list .item-list li > a:hover .item-text:after {
  -webkit-transform: translate(5px, -50%);
  -moz-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  -o-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

main.top #link .link-list .item-number {
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 2;
}

main.top #link .link-list .item-img {
  position: relative;
  margin-bottom: -10px;
}

main.top #link .link-list .item-img:after {
  content: "";
  width: 138px;
  height: 16px;
  background: no-repeat center/auto;
  background-image: url(../img/top/link-link_img.svg);
  position: absolute;
  left: -30px;
  bottom: 20px;
}

main.top #link .link-list .item-img > span {
  display: block;
  overflow: hidden;
}

main.top #link .link-list .item-img img {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

main.top #link .link-list .item-text {
  padding-right: 80px;
  padding-left: 25px;
  position: relative;
}

main.top #link .link-list .item-text > span {
  display: -moz-inline-box;
  display: inline-block;
  background: #FFF;
  font-family: korolev, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 8px;
}

main.top #link .link-list .item-text h3 {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  text-align: left;
}

main.top #link .link-list .item-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 58px;
  height: 58px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e0f15d url(../img/common/arrow-link.svg) no-repeat center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.top #news {
  overflow: hidden;
}

main.top #news h2 {
  color: #d9082b;
  line-height: 1;
  margin-left: 140px;
}

main.top #news h2 span {
  display: block;
}

main.top #news h2 span:nth-child(1) {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 0.9;
}

main.top #news h2 span:nth-child(2) {
  font-family: korolev, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 110px;
  font-size: 6.875rem;
  font-weight: bold;
  line-height: 0.8;
}

main.top #news .news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding-top: 50px;
}

main.top #news .news-block:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: calc(100% - 130px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/top/bg-news.svg) no-repeat right center/calc(100% - 115px) 100%;
}

main.top #news .news-block > * {
  position: relative;
}

main.top #news .news-block .item-img {
  margin-left: auto;
  margin-left: -140px;
  margin-right: 46px;
}

@media screen and (min-width: 751px) {
  main.top #news .news-block .item-img {
    max-width: 70%;
  }
}

main.top #news .news-block .item-fb {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-top: 40px;
}

main.top #news .news-block .item-fb > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: bold;
  color: #FFF;
  line-height: 0.8;
}

main.top #news .news-block .item-fb > a:hover {
  text-decoration: none;
}

main.top #news .news-block .item-fb > a:after {
  content: "";
  width: 58px;
  height: 58px;
  background: #FFF url(../img/common/arrow-link.svg) no-repeat center;
}

main.top #news .news-block .item-fb > div {
  border: 2px solid #eb1446;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 570px;
  overflow: scroll !important;
}

main.top #news .news-block .item-fb > div iframe {
  width: 100%;
}

main.top #price {
  margin-bottom: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}

main.top #price .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

main.top #price:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: calc(100% - 90px);
  height: 60%;
  bottom: 0;
  background: url(../img/top/bg-price.svg) no-repeat center/100% 100%;
}

main.top #price .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}

main.top #price .item-text .title {
  margin-bottom: 30px;
}

main.top #price .item-text .title > span {
  font-family: korolev, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fad5db;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}

main.top #price .item-text .title h2 {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: bold;
  color: #eb1446;
  line-height: 1.4;
}

main.top #price .item-text .title h2 .line {
  display: -moz-inline-box;
  display: inline-block;
  font-size: 58px;
  font-size: 3.625rem;
  color: #111f34;
  position: relative;
  z-index: 2;
}

main.top #price .item-text .title h2 .line:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  width: calc(100% + 25px * 2);
  height: 50%;
  bottom: 0;
  background: url(../img/top/bg-hd_price.svg) no-repeat center/100% 100%;
  z-index: -1;
}

main.top #price .item-text .title h2 .fs48 {
  font-size: 48px;
  font-size: 3rem;
}

main.top #price .item-text .title h2 .fs50 {
  font-size: 50px;
  font-size: 3.125rem;
}

main.top #price .item-text > p {
  color: #FFF;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

main.top #price .item-img {
  margin-left: -40px;
  margin-right: -150px;
  max-width: 70%;
}

main.top #price-new {
  overflow: hidden;
}

main.top #price-new:not(:last-child) {
  margin-bottom: 70px;
}

main.top #price-new .item-hd {
  text-align: center;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.4;
}

main.top #price-new .item-hd span {
  display: block;
  color: #eb1446;
  font-size: 48px;
  font-size: 3rem;
}

main.top #price-new .item-hd:not(:last-child) {
  margin-bottom: 50px;
}

main.top #price-new .item-content {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

main.top #price-new .item-content > * {
  position: relative;
}

main.top #price-new .item-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #111f34 url(../img/top/price/line.svg) no-repeat left bottom 10%;
}

main.top #price-new .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

main.top #price-new .item-bg span {
  position: absolute;
}

main.top #price-new .item-bg span:nth-child(1) {
  left: -10%;
  top: 10%;
}

main.top #price-new .item-bg span:nth-child(2) {
  right: -10%;
  bottom: 5%;
}

main.top #price-new .item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: -55px;
}

main.top #price-new .item-list li:not(:last-child) {
  margin-bottom: 35px;
}

main.top #price-new .item-list li:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

main.top #price-new .item-list li > * {
  margin-right: 55px;
}

@media screen and (min-width: 751px) {
  main.top #price-new .item-img {
    max-width: 45%;
  }
}

main.top #price-new .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top #price-new .item-text > span {
  margin-right: 25px;
}

main.top #price-new .item-text .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.top #price-new .item-text .text h3 {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

main.top #price-new .item-text .text h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100px;
  height: 4px;
  background: #eb1446;
}

main.top #price-new .item-text .text p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 751px) and (max-width: 1160px) {
  /* main top
------------------------------------------------------------*/
  main.top:after {
    line-height: 1.2;
  }
  main.top #link h2 + p:not(:last-child) {
    margin-bottom: 60px;
  }
  main.top #link .link-list {
    position: relative;
    padding-bottom: 90px;
  }
  main.top #link .link-list:before {
    right: -20px;
    top: 30px;
  }
  main.top #link .link-list .item-list {
    margin-right: -30px;
    margin-bottom: -20px;
  }
  main.top #link .link-list .item-list li {
    margin-right: 30px;
    margin-bottom: 20px;
    width: calc(33.3333333333% - 30px);
  }
  main.top #link .link-list .item-list li:nth-child(2) {
    margin-top: 70px;
  }
  main.top #link .link-list .item-list li:nth-child(3) {
    margin-top: 140px;
  }
  main.top #link .link-list .item-text {
    padding-right: 70px;
    padding-left: 10px;
    position: relative;
  }
  main.top #link .link-list .item-text h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  main.top #link .link-list .item-text:after {
    right: 10px;
  }
  main.top #price .item-text .title h2 {
    font-size: 48px;
    font-size: 3rem;
  }
  main.top #price .item-text .title h2 .line {
    font-size: 53px;
    font-size: 3.3125rem;
  }
  main.top #price .item-text .title h2 .fs48 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  main.top #price .item-text .title h2 .fs50 {
    font-size: 47px;
    font-size: 2.9375rem;
  }
  main.top #price .item-img {
    margin-right: -40px;
    max-width: 60%;
  }
}

/*sp*/
@media screen and (max-width: 750px) {
  /* main top
------------------------------------------------------------*/
  main.top {
    padding-top: 30px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  main.top:before {
    width: calc(100% + 20px);
    height: 95%;
    top: 20px;
  }
  main.top:after {
    line-height: 1.1;
    top: 80px;
    font-size: 120px;
    font-size: 7.5rem;
  }
  main.top #link {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  main.top #link h2 > span:nth-child(1) {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main.top #link h2 > span:nth-child(2) {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: bold;
  }
  main.top #link h2 + p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.top #link h2 + p:not(:last-child) {
    margin-bottom: 50px;
  }
  main.top #link .link-list {
    padding-bottom: 40px;
  }
  main.top #link .link-list:before {
    height: calc(100% - 20px);
    right: -20px;
  }
  main.top #link .link-list .item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  main.top #link .link-list .item-bg:before {
    width: 290px;
    height: 60px;
    background-size: contain;
    right: -40px;
    top: -20px;
  }
  main.top #link .link-list .item-bg:after {
    background-size: contain;
    height: 80px;
    bottom: 50px;
  }
  main.top #link .link-list .item-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: -20px;
    margin-bottom: -20px;
  }
  main.top #link .link-list .item-list li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
  }
  main.top #link .link-list .item-list li:nth-child(2) {
    margin-top: 30px;
  }
  main.top #link .link-list .item-list li:nth-child(3) {
    margin-top: 2px;
  }
  main.top #link .link-list .item-number {
    left: -15px;
    top: -15px;
    width: 50px;
  }
  main.top #link .link-list .item-img:after {
    width: 90px;
    height: 10px;
    background-size: contain;
    left: -15px;
    bottom: 20px;
  }
  main.top #link .link-list .item-text {
    padding-right: 50px;
    padding-left: 0px;
  }
  main.top #link .link-list .item-text h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  main.top #link .link-list .item-text:after {
    width: 45px;
    height: 45px;
    right: 0;
    background-size: 20px auto;
  }
  main.top #news h2 {
    margin-left: 20px;
  }
  main.top #news h2 span:nth-child(1) {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main.top #news h2 span:nth-child(2) {
    font-size: 85px;
    font-size: 5.3125rem;
  }
  main.top #news .news-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
  }
  main.top #news .news-block:before {
    background-size: calc(100% + 15px) 100%;
  }
  main.top #news .news-block .item-img {
    margin-left: -20px;
    margin-right: 20px;
  }
  main.top #news .news-block .item-fb {
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }
  main.top #news .news-block .item-fb > a {
    font-size: 42px;
    font-size: 2.625rem;
  }
  main.top #news .news-block .item-fb > a:after {
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
  main.top #news .news-block .item-fb > div {
    display: -moz-inline-box;
    display: inline-block;
    width: 500px;
    max-width: 100%;
    height: 380px;
  }
  main.top #price {
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
  main.top #price .content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #price:before {
    width: calc(100% - 20px);
    height: 50%;
  }
  main.top #price .item-text {
    width: 100%;
  }
  main.top #price .item-text .title {
    margin-bottom: 10px;
  }
  main.top #price .item-text .title > span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  main.top #price .item-text .title h2 {
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: bold;
  }
  main.top #price .item-text .title h2 .line {
    font-size: 44px;
    font-size: 2.75rem;
  }
  main.top #price .item-text .title h2 .fs48 {
    font-size: 34px;
    font-size: 2.125rem;
  }
  main.top #price .item-text .title h2 .fs50 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  main.top #price .item-text > p {
    color: #111f34;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.top #price .item-img {
    margin-left: 0;
    margin-right: -20px;
    max-width: calc(100% + 20px);
  }
  main.top #price-new:not(:last-child) {
    margin-bottom: 35px;
  }
  main.top #price-new .item-hd {
    font-size: 28px;
    font-size: 1.75rem;
  }
  main.top #price-new .item-hd span {
    font-size: 32px;
    font-size: 2rem;
  }
  main.top #price-new .item-hd:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #price-new .item-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main.top #price-new .item-content:before {
    background-size: 40% auto;
  }
  main.top #price-new .item-bg span:nth-child(1) {
    max-width: 70%;
  }
  main.top #price-new .item-bg span:nth-child(2) {
    max-width: 70%;
  }
  main.top #price-new .item-list li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
  main.top #price-new .item-list li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #price-new .item-list li > * {
    margin-right: 0;
  }
  main.top #price-new .item-img {
    width: 100%;
    text-align: center;
  }
  main.top #price-new .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
  main.top #price-new .item-text > span {
    margin-right: 15px;
  }
  main.top #price-new .item-text > span img {
    height: 50px;
    width: auto;
  }
  main.top #price-new .item-text .text h3 {
    font-size: 27px;
    font-size: 1.6875rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  main.top #price-new .item-text .text h3:after {
    height: 2px;
  }
  main.top #price-new .item-text .text p {
    font-size: 16px;
    font-size: 1rem;
  }
}
