@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  margin: 0;
}

.llp-wrap video::-webkit-media-controls {
  display:none !important;
}

.llp-wrap video {
  max-width: 100%;
  height: auto;
}

.llp-wrap video source {
  width: 100%;
}

.llp-wrap,
.llp-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
}

.llp-wrap sup {
  font-size: 90%;
}

.llp-red {
  color: #DB3832;
}

.llp-wrap .llp-btn {
  display: inline-block;
  height: 40px;
  padding: 0 24px;
  border-radius: 4px;
  background: #e31235;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.llp-wrap .llp-btn:hover {
  text-decoration: none;
  background: #bd0f2c;
  color: #ffffff;
}

.llp-wrap .llp-btn:active {
  text-decoration: none;
  background: #9c0c24;
  color: #ffffff;
}

.llp-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.llp-wrap {
  position: relative;
}

.llp-header {
  position: relative;
}

.llp-header__content {
  position: absolute;
  top: 16vw;
  left: 7vw;
}

.llp-header__logo {
  width: 24vw;
}

.llp-header__name {
  margin: 3vw 0 0;
  width: 50vw;
  font-size: 7vw;
  line-height: 101%;
  color: #000000;
  font-weight: bold;
}

.llp-header__text {
  margin: 1vw 0 0;
  font-size: 4vw;
  line-height: 110%;
}

.llp-container {
  position: relative;
  margin: 11vw auto 0;
}

.llp-container_nearby {
  margin-top: 0;
}

.llp-content {
  position: relative;
  padding: 0 20px;
}

.llp-content_center {
  text-align: center;
}

.llp-content_slim {
  width: auto;
}

.llp-content_top-left {
  margin: 0;
  text-align: center;
}

.llp-content__name {
  font-size: 6.1vw;
  line-height: 8vw;
  font-weight: bold;
}

.llp-content__text1 {
  margin-top: 5.5vw;
  font-size: 5vw;
  line-height: 127%;
}

.llp-content__text2 {
  margin-top: 3.1vw;
  font-size: 4.1vw;
  line-height: 135%;
}

.llp-content__note {
  margin-top: 4vw;
  padding: 0 20px;
  font-size: 3vw;
  line-height: 143%;
}

.llp-content__note + .llp-content__note {
  margin-top: 3.5vw;
}

.llp-after-content {
  margin: 5vw 0 0;
}

.llp-video__link {
  text-decoration: none;
}

.llp-video__link:hover {
  text-decoration: none;
  opacity: .85;
}

.llp-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 7.9vw;
  height: auto;
  vertical-align: bottom;
}

.llp-block1 {
  position: absolute;
  top: 5.5vw;
  left: 0;
  width: 100%;
}

.llp-flex {
  display: block;
  margin: 9.5vw 0 0;
}

.llp-flex__item {
  margin-top: 5vw;
  text-align: center;
}

.llp-flex3__item + .llp-flex3__item {
  margin-top: 5vw;
}

.llp-flex3 {
  position: relative;
  padding: 0 20px;
}


.llp-flex3__name {
  margin-top: 3.4vw;
  font-size: 5vw;
  line-height: 127%;
  font-weight: bold;
}

.llp-flex3__text {
  margin-top: 2vw;
  font-size: 3.9vw;
  line-height: 150%;
}

@media only screen and (max-width: 767px) {

  .llp-mobile-pic {
    display: block;
    padding: 0 20px;
  }

  .llp-block1_top {
    position: relative;
    left: 0;
    top: 0;
    padding: 0 0 5vw;
  }

}


@media only screen and (min-width: 768px) {

  .llp-header {
    position: relative;
    width: 80.1vw;
    margin: 0 auto;
  }

  .llp-header__content {
    position: absolute;
    top: 5.1vw;
    left: 2.7vw;
  }

  .llp-header__logo {
    width: 12.7vw;
  }

  .llp-header__name {
    margin: 1.2vw 0 0;
    width: auto;
    font-size: 2.9vw;
    line-height: 101%;
    color: #000000;
    font-weight: bold;
  }

  .llp-header__text {
    margin: .9vw 0 0;
    font-size: 1.5vw;
    line-height: 110%;
  }

  .llp-container {
    position: relative;
    margin: 6.3vw auto 0;
    width: 80.1vw;
  }

  .llp-container_big {
    width: 94vw;
  }

  .llp-container_closely {
    margin-top: 2.6vw;
  }

  .llp-container_nearby {
    margin-top: 0;
  }

  .llp-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .llp-content_center {
    text-align: center;
  }

  .llp-content_slim {
    width: 53vw;
    margin-left: auto;
    margin-right: auto;
  }

  .llp-content_top-left {
    width: 39.4vw;
    margin: 0;
    text-align: left;
  }

  .llp-content__name {
    font-size: 2.1vw;
    line-height: 2.6vw;
    font-weight: bold;
  }

  .llp-content__text1 {
    margin-top: 1.3vw;
    font-size: 1.4vw;
    line-height: 127%;
  }

  .llp-content__text2 {
    margin-top: 1.3vw;
    font-size: 1.1vw;
    line-height: 150%;
  }

  .llp-content__note {
    margin-top: 1.3vw;
    padding: 0;
    font-size: .9vw;
    line-height: 143%;
  }

  .llp-content__note + .llp-content__note {
    margin-top: .8vw;
  }

  .llp-after-content {
    margin: 2.6vw 0 0;
  }

  .llp-video__link {
    text-decoration: none;
  }

  .llp-video__link:hover {
    text-decoration: none;
    opacity: .85;
  }

  .llp-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 7.9vw;
    height: auto;
    vertical-align: bottom;
  }

  .llp-block1 {
    position: absolute;
    top: 2.6vw;
    left: 0;
    width: 100%;
  }

  .llp-block1_top {
    top: 0;
  }

  .llp-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .llp-flex_reverse {
    flex-direction: row-reverse;
  }

  .llp-flex__item {
    flex: 0 1 39.4vw;
    margin: 0;
    text-align: left;
  }

  .llp-flex3__item + .llp-flex3__item {
    margin: 0;
  }

  .llp-flex3 {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }

  .llp-flex3__item {
    flex: 0 1 25.6vw;
  }

  .llp-flex3__name {
    margin-top: 2.6vw;
    font-size: 1.4vw;
    line-height: 127%;
    font-weight: bold;
  }

  .llp-flex3__text {
    margin-top: 1.3vw;
    font-size: 1.1vw;
    line-height: 150%;
  }

}


@media only screen and (min-width: 1024px) {

  .llp-header {
    width: 801px;
  }

  .llp-header__content {
    top: 51px;
    left: 27px;
  }

  .llp-header__logo {
    width: 127px;
  }

  .llp-header__name {
    margin: 12px 0 0;
    font-size: 29px;
    line-height: 101%;
  }

  .llp-header__text {
    margin: 9px 0 0;
    font-size: 15px;
    line-height: 110%;
  }

  .llp-container {
    margin: 63px auto 0;
    width: 801px;
  }

  .llp-container_big {
    width: 940px;
  }

  .llp-container_closely {
    margin-top: 26px;
  }

  .llp-container_nearby {
    margin-top: 0;
  }

  .llp-content_slim {
    width: 530px;
  }

  .llp-content_top-left {
    width: 394px;
    margin: 0;
  }

  .llp-content__name {
    font-size: 21px;
    line-height: 26px;
  }

  .llp-content__text1 {
    margin-top: 13px;
    font-size: 14px;
    line-height: 127%;
  }

  .llp-content__text2 {
    margin-top: 13px;
    font-size: 11px;
    line-height: 150%;
  }

  .llp-content__note {
    margin-top: 13px;
    font-size: 9px;
    line-height: 143%;
  }

  .llp-content__note + .llp-content__note {
    margin-top: 8px;
  }

  .llp-after-content {
    margin: 26px 0 0;
  }

  .llp-video__play {
    width: 79px;
  }

  .llp-block1 {
    top: 26px;
  }

  .llp-block1_top {
    top: 0;
  }

  .llp-flex__item {
    flex: 0 1 394px;
  }

  .llp-flex3__item {
    flex: 0 1 256px;
  }

  .llp-flex3__name {
    margin-top: 26px;
    font-size: 14px;
    line-height: 127%;
  }

  .llp-flex3__text {
    margin-top: 13px;
    font-size: 11px;
    line-height: 150%;
  }

}


@media only screen and (min-width: 1280px) {

  .llp-header {
    width: 1047px;
  }

  .llp-header__content {
    top: 67px;
    left: 35px;
  }

  .llp-header__logo {
    width: 166px;
  }

  .llp-header__name {
    margin: 16px 0 0;
    font-size: 38px;
    line-height: 101%;
  }

  .llp-header__text {
    margin: 12px 0 0;
    font-size: 20px;
    line-height: 110%;
  }

  .llp-container {
    margin: 82px auto 0;
    width: 1047px;
  }

  .llp-container_big {
    width: 1228px;
  }

  .llp-container_closely {
    margin-top: 34px;
  }

  .llp-container_nearby {
    margin-top: 0;
  }

  .llp-content_slim {
    width: 692px;
  }

  .llp-content_top-left {
    width: 515px;
    margin: 0;
  }

  .llp-content__name {
    font-size: 27px;
    line-height: 34px;
  }

  .llp-content__text1 {
    margin-top: 17px;
    font-size: 18px;
    line-height: 127%;
  }

  .llp-content__text2 {
    margin-top: 17px;
    font-size: 14px;
    line-height: 150%;
  }

  .llp-content__note {
    margin-top: 17px;
    font-size: 12px;
    line-height: 143%;
  }

  .llp-content__note + .llp-content__note {
    margin-top: 10px;
  }

  .llp-after-content {
    margin: 34px 0 0;
  }

  .llp-video__play {
    width: 103px;
  }

  .llp-block1 {
    top: 34px;
  }

  .llp-block1_top {
    top: 0;
  }

  .llp-flex__item {
    flex: 0 1 515px;
  }

  .llp-flex3__item {
    flex: 0 1 335px;
  }

  .llp-flex3__name {
    margin-top: 34px;
    font-size: 19px;
    line-height: 127%;
  }

  .llp-flex3__text {
    margin-top: 17px;
    font-size: 14px;
    line-height: 150%;
  }

}

@media only screen and (min-width: 1516px) {

  .llp-header {
    width: 1228px;
  }

  .llp-header__content {
    top: 79px;
    left: 41px;
  }

  .llp-header__logo {
    width: 195px;
  }

  .llp-header__name {
    margin: 19px 0 0;
    font-size: 45px;
    line-height: 101%;
  }

  .llp-header__text {
    margin: 14px 0 0;
    font-size: 24px;
    line-height: 110%;
  }

  .llp-container {
    margin: 96px auto 0;
    width: 1228px;
  }

  .llp-container_big {
    width: 1440px;
  }

  .llp-container_closely {
    margin-top: 40px;
  }

  .llp-container_nearby {
    margin-top: 0;
  }

  .llp-content_slim {
    width: 812px;
  }

  .llp-content_top-left {
    width: 604px;
    margin: 0;
  }

  .llp-content__name {
    font-size: 32px;
    line-height: 40px;
  }

  .llp-content__text1 {
    margin-top: 20px;
    font-size: 22px;
    line-height: 127%;
  }

  .llp-content__text2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 150%;
  }

  .llp-content__note {
    margin-top: 20px;
    font-size: 14px;
    line-height: 143%;
  }

  .llp-content__note + .llp-content__note {
    margin-top: 10px;
  }

  .llp-after-content {
    margin: 40px 0 0;
  }

  .llp-video__play {
    width: 121px;
  }

  .llp-block1 {
    top: 40px;
  }

  .llp-block1_top {
    top: 0;
  }

  .llp-flex__item {
    flex: 0 1 604px;
  }

  .llp-flex3__item {
    flex: 0 1 393px;
  }

  .llp-flex3__name {
    margin-top: 40px;
    font-size: 22px;
    line-height: 127%;
  }

  .llp-flex3__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 150%;
  }

}