.wrapper_slider {
  justify-content: center;
  align-items: center;
  height: 940px;
  display: block;
}

.top_slider {
  z-index: 1;
  background-color: #f5f5f5;
  width: 100%;
  height: 940px;
  position: absolute;
}

.slide {
  background-image: url('../images/sakura_2025_img-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.top_slide_1 {
  background-image: url('../images/sakura_2025_img-00-min.png');
  background-position: 50%;
  background-size: cover;
}

.top_slide_2 {
  background-image: url('../images/sakura_2025_img-01-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.top_slide_3 {
  background-image: url('../images/sakura_2025_img-02-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.top_tittle {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 940px;
  padding-top: 10%;
  padding-left: 20%;
  display: flex;
  position: absolute;
}

.image {
  width: 350px;
  height: 420px;
}

.wrapper_map {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body {
  flex-flow: column;
}

.background {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 850px;
  height: 850px;
  display: flex;
  position: absolute;
}

.front {
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 850px;
  height: 850px;
  display: flex;
  position: absolute;
}

.top {
  width: 100%;
  padding: 40px;
}

.image-2 {
  width: 330px;
  height: 220px;
  margin-left: -5px;
}

.text-block {
  color: gray;
  text-align: justify;
  letter-spacing: 2px;
  width: 20em;
  margin-top: 60px;
  font-family: Noto Serif TC, sans-serif;
  font-weight: 500;
  line-height: 160%;
}

.main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 850px;
  height: 850px;
  display: flex;
  position: absolute;
}

.main_img {
  width: 800px;
  height: 800px;
  position: absolute;
}

.point_area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.point {
  position: absolute;
  top: 50%;
  left: 50%;
}

.point.hokkaido {
  top: 20%;
  left: 70%;
}

.point.tohoku {
  top: 40%;
  left: 65%;
}

.point.kanto {
  top: 62%;
  left: 65%;
}

.point.chubu {
  top: 55%;
  left: 58%;
}

.point.kansai {
  top: 75%;
  left: 45%;
}

.point.kyushu {
  top: 85%;
  left: 23%;
}

.point_dot {
  background-color: #fff;
  border-radius: 999px;
  width: 15px;
  height: 15px;
  box-shadow: 0 0 12px 8px #ff9eaf70;
}

.point_line {
  transform-origin: 0%;
  background-color: #1a1a1a;
  width: 90px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 15px;
}

.point_line.left {
  transform-origin: 100%;
  left: -90px;
}

.point_content {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  top: -27px;
  left: 90px;
}

.point_content.left {
  left: -200px;
}

.point_tittle {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 3px;
  margin-bottom: 10px;
  font-family: Noto Serif TC, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 100%;
}

.point_desc {
  color: gray;
  text-align: center;
  letter-spacing: 2px;
  font-family: Noto Serif TC, sans-serif;
  font-weight: 500;
  line-height: 150%;
}

.columns {
  background-color: #1a1a1a;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kansai_tittle {
  width: 230px;
  height: 100px;
}

.kansai_area, .main_text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main_text._2 {
  margin-top: -60px;
}

.text {
  color: #f2cbc4;
  text-align: left;
  letter-spacing: 3px;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Noto Serif TC, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 150%;
}

.text.white {
  color: #fff;
  margin-top: 0;
}

.desc {
  color: #ccc;
  text-align: justify;
  letter-spacing: 2px;
  width: 22em;
  margin-bottom: 0;
  font-family: Noto Serif TC, sans-serif;
  font-weight: 300;
  line-height: 200%;
}

.desc.dark {
  color: gray;
  width: 25em;
}

.desc.white {
  color: #fff;
}

.button {
  width: 330px;
  height: 60px;
  margin-top: 40px;
}

.button_icon {
  width: 25px;
  height: 25px;
  margin-left: 50px;
}

.button_link {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-top: 40px;
  padding-right: 20px;
  text-decoration: none;
  transition: transform .3s ease-in;
  display: flex;
  transform: translate(0);
}

.button_link:hover {
  background-color: #f2cbc4;
  transform: scale(1.05);
}

.button_text {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
  font-family: Noto Serif TC, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.image-4 {
  background-image: url('../images/sakura_2025_img-03-min.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 1120px;
  height: 450px;
}

.div-block {
  background-image: url('../images/sakura_2025_img-03-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.div-block-2 {
  background-image: url('../images/sakura_2025_img-04-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.column-1, .column-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper_kanto {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
}

.kanto_tittle {
  width: 225px;
  height: 100px;
}

.kanto_img {
  background-image: url('../images/sakura_2025_img-05-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 1120px;
  height: 420px;
  margin-top: 20px;
}

.kanto_area {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.kanto_text_area {
  justify-content: space-between;
  align-items: flex-end;
  width: 1120px;
  display: flex;
}

.wrapper_tohoku {
  background-image: url('../images/sakura_2025_img-07-min.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 900px;
  padding-left: 15%;
  transition: opacity .2s;
  display: flex;
}

.wrapper_tohoku:hover {
  background-image: linear-gradient(#00000059, #00000059), url('../images/sakura_2025_img-07-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.tohoku_area {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tohoku_tittle {
  width: 245px;
  height: 100px;
}

.wrapper_japan {
  background-color: #f5f5f5;
}

.japan_tittle {
  width: 395px;
  height: 220px;
}

.japan_area {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10%;
  padding-top: 10%;
  display: flex;
  position: relative;
}

.columns-2 {
  background-color: #f2cbc4;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: -32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  padding-bottom: 8%;
  display: flex;
}

.hokkaido_tittle {
  width: 280px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: -20px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_link_2 {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-top: 40px;
  padding-right: 20px;
  text-decoration: none;
  transition: transform .3s ease-in;
  display: flex;
  position: relative;
  top: -143px;
  right: -123px;
  transform: translate(0);
}

.button_link_2:hover {
  border: 1px solid #000;
  transform: scale(1.05);
}

.image-6 {
  position: relative;
}

.hokkaido_area {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chubu_area {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.chubu_tittle {
  width: 225px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: -20px;
}

.column-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 7%;
  display: flex;
}

.column-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 14%;
  display: flex;
}

.kyushu_tittle {
  width: 237px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: -20px;
}

.kyushu_area {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrapper_video {
  background-color: #f5f5f5;
  padding-top: 8%;
  padding-bottom: 10%;
}

.image-7 {
  width: 230px;
  height: 220px;
}

.div-block-4 {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  display: flex;
}

.link-block {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: box-shadow .5s, transform .375s;
  display: flex;
}

.link-block:hover {
  transform: scale(1.05);
  box-shadow: 0 0 50px 11px #f2cbc4;
}

.column-6 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-7 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrapper_europe {
  padding-top: 8%;
  padding-bottom: 8%;
}

.columns-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.europe_tittle {
  width: 320px;
  height: 260px;
  margin-bottom: 60px;
}

.europe_area {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.europe_link {
  width: 500px;
  height: 680px;
  margin: 20px;
  text-decoration: none;
  overflow: hidden;
}

.column-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link_area {
  background-image: url('../images/sakura_2025_img-13-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 680px;
}

.link_area._2 {
  background-image: url('../images/sakura_2025_img-14-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.link_dark {
  background-color: #00000054;
  justify-content: center;
  align-items: flex-end;
  width: 500px;
  height: 680px;
  padding-bottom: 15%;
  display: flex;
}

.link_tittle {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  font-family: Noto Serif TC, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 150%;
  text-decoration: none;
}

.wrapper_banner {
  background-image: url('../images/sakura_2025_img-15-min.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  padding-left: 10%;
  display: flex;
}

.banner_tittle {
  color: #fff;
  letter-spacing: 5px;
  margin-right: 10px;
  font-family: Noto Serif TC, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 100%;
}

.marquee-content {
  background-color: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 320px;
  height: 65px;
  padding: 10px 15px;
  display: flex;
  overflow: hidden;
}

.banner_content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner_area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee_tittle {
  color: #1a1a1a;
  letter-spacing: 5px;
  white-space: nowrap;
  margin-right: 10px;
  font-family: Noto Serif TC, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.marquee_tittle_content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .div-block, .div-block-2 {
    height: 450px;
  }

  .kanto_img {
    height: 460px;
  }

  .wrapper_tohoku {
    height: 1000px;
  }

  .columns-2 {
    padding-top: 5%;
  }

  .wrapper_video {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .wrapper_banner {
    height: 600px;
    padding-top: 5%;
  }
}

@media screen and (max-width: 991px) {
  .wrapper_slider, .top_slider {
    height: 700px;
  }

  .top_slide_1 {
    background-position: 65%;
  }

  .top_slide_2, .top_slide_3 {
    background-position: 60%;
  }

  .top_tittle {
    height: 700px;
    padding-left: 8%;
  }

  .image {
    width: 260px;
    height: 320px;
  }

  .wrapper_map {
    height: 950px;
  }

  .background, .front {
    width: 750px;
    height: 750px;
  }

  .text-block {
    width: 20em;
    margin-top: 20px;
  }

  .main, .main_img {
    width: 750px;
    height: 750px;
  }

  .point.hokkaido {
    top: 15%;
  }

  .desc {
    width: 19em;
  }

  .desc.dark {
    width: 20em;
  }

  .button_icon {
    margin-left: 25px;
  }

  .button_link {
    width: 230px;
    height: 50px;
    padding-right: 10px;
  }

  .div-block, .div-block-2 {
    height: 320px;
  }

  .wrapper_kanto {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .kanto_img {
    width: 620px;
    height: 360px;
  }

  .kanto_text_area {
    width: 620px;
  }

  .wrapper_tohoku {
    height: 800px;
    padding-left: 10%;
  }

  .japan_area {
    margin-left: 5%;
  }

  .columns-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15%;
  }

  .button_link_2 {
    width: 230px;
    height: 50px;
    right: -161px;
  }

  .column-4, .column-5 {
    margin-top: 15%;
  }

  .wrapper_video {
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .div-block-4 {
    width: auto;
    padding-left: 5%;
  }

  .columns-3 {
    flex-flow: column;
    width: auto;
  }

  .column-6 {
    justify-content: center;
    align-items: center;
  }

  .column-7 {
    justify-content: center;
    align-items: center;
    margin-top: 10%;
  }

  .columns-4 {
    width: auto;
  }

  .europe_link {
    width: 350px;
    height: 450px;
    margin: 10px;
  }

  .column-9 {
    flex-flow: column;
  }

  .link_area {
    width: 350px;
    height: 450px;
  }

  .link_dark {
    width: 350px;
    height: 450px;
    padding-bottom: 10%;
  }

  .link_tittle {
    font-size: 24px;
  }

  .wrapper_banner {
    background-position: 10%;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding-top: 15%;
    padding-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .top_tittle {
    padding-left: 5%;
  }

  .image {
    width: 220px;
    height: 280px;
  }

  .background {
    width: 550px;
    height: 550px;
  }

  .front {
    width: 500px;
    height: 500px;
  }

  .top {
    margin-top: -161px;
    padding: 10px;
  }

  .image-2 {
    width: 300px;
    height: 200px;
  }

  .main {
    width: 550px;
    height: 550px;
    margin-top: 119px;
  }

  .main_img {
    width: 550px;
    height: 550px;
  }

  .point_dot {
    width: 10px;
    height: 10px;
  }

  .point_line {
    width: 50px;
    left: 10px;
  }

  .point_line.left {
    left: -50px;
  }

  .point_content {
    width: 100px;
    height: 100px;
    left: 60px;
  }

  .point_content.left {
    left: -150px;
  }

  .point_tittle {
    font-size: 20px;
  }

  .point_desc {
    letter-spacing: 0;
  }

  .text {
    margin-top: 40px;
  }

  .button_icon {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-left: 20px;
  }

  .button_link {
    width: 200px;
  }

  .button_text {
    font-size: 18px;
  }

  .div-block, .div-block-2 {
    height: 300px;
  }

  .wrapper_kanto {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .kanto_img {
    width: 520px;
    height: 300px;
  }

  .kanto_text_area {
    width: 520px;
  }

  .wrapper_tohoku {
    background-image: linear-gradient(#00000059, #00000059), url('../images/sakura_2025_img-07-min.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 700px;
  }

  .japan_tittle {
    width: 300px;
    height: 180px;
  }

  .button_link_2 {
    width: 200px;
  }

  .column-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-4, .column-5 {
    margin-top: 10%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-7 {
    width: 200px;
    height: 200px;
  }

  .column-6, .column-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper_europe {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .columns-4 {
    flex-flow: column;
  }

  .europe_tittle {
    width: 280px;
    height: 220px;
    margin-bottom: 40px;
    margin-left: -5px;
  }

  .europe_link {
    width: 500px;
    height: 300px;
  }

  .column-9 {
    margin-top: 10%;
  }

  .link_area {
    background-position: 50% 70%;
    width: 500px;
    height: 300px;
  }

  .link_area._2 {
    background-position: 50% 70%;
  }

  .link_dark {
    width: 500px;
    height: 300px;
    padding-bottom: 5%;
  }

  .wrapper_banner {
    background-position: 90%;
  }

  .banner_tittle {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .marquee-content {
    width: 360px;
    height: 50px;
  }

  .banner_content {
    flex-flow: column;
  }

  .marquee_tittle {
    font-size: 21px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper_slider, .top_slider {
    height: 650px;
  }

  .top_slide_2, .top_slide_3 {
    background-position: 70%;
  }

  .top_tittle {
    justify-content: flex-start;
    align-items: flex-start;
    height: 650px;
  }

  .image {
    width: 200px;
    height: 260px;
  }

  .wrapper_map {
    height: 850px;
    overflow: hidden;
  }

  .body {
    overflow: visible;
  }

  .background, .front {
    width: 320px;
    height: 320px;
  }

  .top {
    margin-top: -233px;
    padding-left: 7%;
  }

  .image-2 {
    width: 260px;
    height: 180px;
  }

  .text-block {
    font-size: 12px;
  }

  .main {
    width: 350px;
    height: 350px;
    margin-top: 185px;
    overflow: visible;
  }

  .main_img {
    width: 350px;
    height: 350px;
  }

  .point.hokkaido {
    top: 9%;
    left: 69%;
  }

  .point.tohoku {
    top: 33%;
    left: 65%;
  }

  .point.kanto {
    left: 63%;
  }

  .point.chubu {
    top: 57%;
    left: 54%;
  }

  .point.kansai {
    left: 44%;
  }

  .point.kyushu {
    top: 91%;
    left: 19%;
  }

  .point_line {
    width: 30px;
  }

  .point_line.left {
    left: -30px;
  }

  .point_content {
    width: 70px;
    height: 90px;
    top: -13px;
    left: 30px;
  }

  .point_content.left {
    width: 70px;
    height: 90px;
    top: -35px;
    left: -100px;
  }

  .point_tittle {
    font-size: 18px;
  }

  .point_desc {
    font-size: 12px;
  }

  .columns {
    flex-flow: column;
  }

  .text {
    margin-top: 20px;
  }

  .desc {
    font-size: 12px;
  }

  .desc.dark {
    width: 21em;
  }

  .div-block, .div-block-2 {
    height: 200px;
  }

  .column-1 {
    padding-top: 15%;
    padding-bottom: 25%;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper_kanto {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .kanto_img {
    width: 300px;
    height: 200px;
  }

  .kanto_text_area {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 300px;
  }

  .wrapper_tohoku {
    background-image: linear-gradient(#00000059, #00000059), url('../images/sakura_2025_img-07-min.jpg');
    background-position: 0 0, 40%;
    justify-content: center;
    align-items: center;
    height: 600px;
    padding-left: 0%;
  }

  .wrapper_tohoku:hover {
    background-image: linear-gradient(#00000059, #00000059), url('../images/sakura_2025_img-07-min.jpg');
    background-position: 0 0, 40%;
  }

  .japan_tittle {
    width: 260px;
    height: 160px;
  }

  .columns-2 {
    margin-top: -28px;
    padding-top: 15%;
    padding-bottom: 25%;
  }

  .button_link_2 {
    top: -135px;
    right: -70px;
  }

  .column-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-4, .column-5 {
    margin-top: 15%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper_video {
    padding-top: 15%;
    padding-bottom: 25%;
  }

  .image-7 {
    width: 180px;
    height: 180px;
  }

  .column-6, .column-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper_europe {
    padding-bottom: 25%;
  }

  .europe_tittle {
    width: 220px;
    height: 200px;
    margin-bottom: 20px;
  }

  .europe_link {
    width: 300px;
    height: 220px;
  }

  .europe_link._2 {
    margin: 5px;
  }

  .link_area, .link_dark {
    width: 300px;
    height: 220px;
  }

  .link_tittle {
    font-size: 21px;
  }

  .wrapper_banner {
    background-position: 70%;
    height: 650px;
  }

  .banner_tittle {
    letter-spacing: 3px;
    text-indent: 3px;
    font-size: 32px;
  }

  .marquee-content {
    width: 300px;
  }

  .banner_content {
    margin-bottom: 40px;
  }
}


