#main {
  background-color: #FFFFFF;
}

.main-wrapper {
  overflow-x: hidden;
  margin-top: 35px;
}

@media (max-width:640px) {
  .menu-btn_area {
    border-bottom: 1px solid #707070;
    background-color: #FFFFFF;
  }
  .content {
    padding-top: 150px;
  }
  .main-wrapper {
    margin-top: 0px;
  }
}

/* main */
.first_content {
  margin-top: -110px;
  margin-bottom: 10px;
  position: relative;
  padding-top: 155px;
}

.first_content.top {
  padding-top: 190px;
}

.first_content.other {
  padding-top: 100px;
}

.first_content.search {
  padding-top: 110px;
  margin-bottom: 100px;
}

.first_content_cover {
  width: 1080px;
  margin: auto;
}

.first_content_title {
  margin-left: calc(50vw - 540px);
  width: 1080px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.first_content_title_area {
  margin: auto 0 auto 0;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.first_content_title_area > svg {
  margin-right: 25px;
  fill: red;
}

.first_content_big_title {
  font-size: 20px;
  line-height: 20px;
}

.first_content_small_title {
  padding-top: 1px;
  font-size: 14px;
  line-height: 16px;
}

.first_content_title.big {
  font-size: 31.5px;
  margin-left: 0;
}

.first_content_text {
  margin: 10px 0 20px 0;
  font-size: 14px;
  width: 1000px;
  color: rgb(51,51,51);
}

.first_content_text.front {
  margin-bottom: 45px;
}

@media (max-width: 640px) {

  .first_content.search {
    padding-top: 180px;
  }

  .first_content_cover {
    width: 100%;
  }

  .first_content {
    padding-top: 175px;
  }

  .first_content.top {
    padding-top: 285px;
  }

  .first_content_title {
    font-size: 33.54px !important;
    padding-left: 40px;
    width: 100%;
    margin-left: 0;
  }

  .first_content_text {
    margin: 40px auto 0px auto;
    font-size: 24px;
    line-height: 35px;
    width: 560px;
    margin-bottom: 35px;
  }
  .first_content_text.front {
    margin-bottom: 35px;
  }
  .first_content.other {
    padding-top: 170px;
  }
}

.first_content_links_wrap {
  overflow-y: hidden;
  height: 250px;
  margin-top: 10px;
}

.first_content_links_wrap.small_block {
  height: 190px;
}

.first_content_links {
  width: 100%;
  height: 270px;
  margin: 0 0 auto 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  white-space:wrap;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  -webkit-transform: translate3d(0, 0, 0);
  padding-bottom: 17px;
}

.first_content_links.small_block {
  height: 210px;
}

.first_content_link_block {
  display: inline-block;
  width: 320px;
  height: 200px;
  white-space:nowrap;
  margin: 0 10px;
  flex: 0 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.first_content_links.small_block > .first_content_link_block {
  width: 240px;
  height: 140px;
  border: 1px solid #EBEBEB
}

.first_content_link_block.first_block {
  margin-left: calc(50vw - 540px);
}

@media (max-width:640px) {
  .first_content_links_wrap {
    height: 240px;
  }
  .first_content_links {
    padding-left: 40px;
    padding-right: 40px;
    height: 264px;
    width: auto;
  }
  .first_content_link_block.first_block {
    margin-left: 0;
  }
}

.first_content_link_block_last {
  width: calc(50vw - 540px);
  height: 150px;
  flex: 0 0 auto;
}

.first_content_link_block_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
}

@media (max-width:640px) {
  .first_content_link_block {
    width: 360px;
    height: 224px;
    margin-bottom: 30px;
  }

  .first_content_link_block_last {
    width: 30px;
  }

  .first_content_link_block_image {
    /*height: 48vw;*/
  }

  .first_content_title_area {
    padding-left: 40px;
  }

  .first_content_title_area svg {
    transform: scale(1.2);
  }

  .first_content_big_title {
    font-size: 31.56px;
  }

  .first_content_small_title {
    font-size: 21.69px;
    padding-top: 5px;
  }
}

.first_content_link_block_title {
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 130px;
  width: 321px;
  height: 71px;
  /* width: 318px;
  height: 69px; */
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-radius: 0 0 5px 5px;
}

.first_content_link_block_title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 1.4;
}


.first_content_link_block_title.main {
  width: 320px;
  height: 70px;
  background-color: rgba(161,170,178,0.9);
  color: #ffffff;
  border: none;
}

.first_content_links.small_block > .first_content_link_block > a > .first_content_link_block_image {
  display: none;
}

.first_content_links.small_block > .first_content_link_block > a > .first_content_link_block_title {
  display: none;
}

.first_content_link_block_small_titles {
  width: 100%;
  height: 100%;
  display: none;
}

.first_content_links.small_block > .first_content_link_block > a > .first_content_link_block_small_titles {
  display: block;
}

.first_content_link_block_small_small_title {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}

.first_content_link_block_small_large_title {
  font-size: 36px;
  text-align: center;
  margin-top: -10px;
}

.first_content_link-prev-button {
  width: 60px;
  height: 60px;
  background-color: rgba(255,255,255,1);
  border-radius: 100%;
  background-image: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  left: calc(50vw - 540px);
  bottom: 115px;
}

.first_content_link-prev-button.small {
  bottom: 85px;
}

.first_content_link-left_arrow {
  width: 19.195px;
  height: 26.97px;
  background-image: url("../img/first_arrow_left.png");
  background-position: center;
  background-size: cover;
}

.first_content_link-button {
  width: 60px;
  height: 60px;
  background-color: rgba(255,255,255,1);
  border-radius: 100%;
  background-image: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: calc(50vw - 540px);
  bottom: 115px;
  opacity: 1;
}

.first_content_link-button.small {
  bottom: 85px;
}

.first_content_link-right_arrow {
  width: 19.195px;
  height: 26.97px;
  background-image: url("../img/top_right_arrow.png");
  background-position: center;
  background-size: cover;
}

.separator {
  width: 94%;
  height: 1px;
  margin: 0 3%;
  background-color: #707070;
}

.first_content_other_search {
  margin: 30px auto 50px auto;
  width: 1080px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.first_content_other_search_block_cover {
  margin-right: 30px;
}

.first_content_other_search_block {
  width: 340px;
  height: 90px;
  border: 1px solid #EBEBEB;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.first_content_other_search_text {
  font-size: 0.9rem;
  font-weight: bold;
}

@media (max-width:640px) {
  .first_content_other_search {
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
  }

  .first_content_other_search_block_cover {
    margin-right: 0;
  }

  .first_content_other_search_block {
    margin: 10px auto;
    width: 560px;
    height: 120px;
    justify-content: flex-start;
  }

  .first_content_link_block_title {
    width: 360px;
    top: 154px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
  }

  .first_content_other_search_text {
    font-size: 24px;
    font-weight: bold;
  }

  .first_content_link_block_title.main {
    width: 360px;
  }
}

.first_search_activity_logo {
  background-image: url("../img/icon_search_activity.png");
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.first_search_event_logo {
  background-image: url("../img/icon_search_event.png");
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 29.5px;
  margin-right: 10px;
}

.first_search_tour_logo {
  background-image: url("../img/icon_search_tour.png");
  background-size: cover;
  background-position: center;
  width: 28px;
  height: 27.5px;
  margin-right: 10px;
}

@media (max-width:640px) {
  .first_content_other_search_block {
    position: relative;
  }
  .first_search_activity_logo {
    width: 58px;
    height: 58px;
    margin-left: 40px;
    margin-right: 50px;
  }
  .first_search_event_logo {
    width: 42px;
    height: 59px;
    margin-left: 48px;
    margin-right: 60px;
  }
  .first_search_tour_logo {
    width: 56px;
    height: 55px;
    margin-left: 40px;
    margin-right: 58px;
  }
  .first_search_right_arrow {
    width: 27.39px;
    height: 39.94px;
    background-image: url("../img/top_right_arrow.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 45px;
    right: 45px;
  }
}
