@charset "UTF-8";
.main_image {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0;
  overflow: hidden;
}
.main_image .mv_bg {
  width: 100%;
  height: auto;
  display: block;
}
.main_image .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  right: 0;
  padding: 0 30px 0 50px;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  text-align: left;
  right: 0;
  top: 280px;
  width: 583px;
}
.main_image .text img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 144vw;
    padding-top: 80.3vw;
    box-sizing: border-box;
    background: url(/images/index/mainvisual_sp_2.webp) right 40% top/cover no-repeat;
    overflow: hidden;
    position: relative;
  }
  .main_image .mv_bg {
    display: none;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    position: relative;
    z-index: 5;
    width: 90%;
    padding-left: 2.5vw;
    text-align: left;
  }
}

.pc_space {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.pc_space .mv_img {
  position: absolute;
  right: 260px;
  bottom: -30px;
  z-index: 50;
  width: 320px;
}

@media screen and (min-width: 1281px) {
  .main_image {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0;
    overflow: hidden;
  }
  .main_image .mv_bg {
    width: 100%;
    height: auto;
    display: block;
  }
  .main_image .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    padding: 0 30px 0 50px;
    box-sizing: border-box;
  }
  .main_image .text {
    position: relative;
    z-index: 5;
    text-align: left;
    right: 0vw;
    top: 22vw;
    width: 46vw;
    max-width: 46vw;
  }
  .main_image .text img {
    width: 100%;
    height: auto;
  }
  .pc_space {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .pc_space .mv_img {
    position: absolute;
    right: 20vw;
    bottom: -2vw;
    z-index: 50;
    width: 25vw;
  }
  .pc_space .mv_img img {
    width: 100%;
    height: auto;
    max-width: 25vw;
  }
}
.sec01 {
  padding-top: 110px;
  background: url(/images/index/sec01_bg.webp) center/contain no-repeat;
  width: 100%;
  background-position: top;
  background-size: 100%;
  margin-bottom: 180px;
  position: relative;
  top: 0;
}
.sec01 .top_header {
  width: 1280px;
  margin: 0 auto;
}
.sec01 .inner {
  padding: 0;
  width: 100%;
}
.sec01 .sec_header {
  padding-right: 15px;
  width: 600px;
  margin: 0 0 0 auto;
}
.sec01 .sec_header .sec_title {
  z-index: 5;
  position: relative;
}
.sec01 .sec_header .sec_title::before {
  position: absolute;
  content: "";
  width: 164px;
  height: 324px;
  right: -55px;
  bottom: 50%;
  z-index: -5;
  transform: translateY(30%);
  background: url(/images/index/sec01_right.webp) center/contain no-repeat;
}
.sec01 .sec_header .sec_subtitle {
  text-align: left;
}
.sec01 .machines {
  width: 100%;
  padding: 40px 0 0;
}
.sec01 .slider {
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: visible !important;
  margin: 0 0 0 auto;
  max-width: calc(106rem + (100% - 106rem) / 2);
}
.sec01 .slider .slide {
  width: 550px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .sec01 .slider {
    margin-bottom: 5vw;
    width: 100%;
  }
  .sec01 .slider .slide {
    width: 90vw;
    margin-right: 17.5vw;
  }
}
.sec01 .bottom_white {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.sec01 .brown_bg {
  width: 100%;
  background-color: #928977;
  height: 344px;
  position: absolute;
  bottom: 30px;
  z-index: -1;
}
.sec01 .btn_box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-top: 5vw;
    width: 100%;
    height: 130vw;
    background: url(/images/index/sec01_bg_sp.webp) center/contain no-repeat;
    background-position: top;
    background-size: 100%;
    margin-bottom: 18.8vw;
    top: initial;
  }
  .sec01 .inner {
    padding: 0;
  }
  .sec01 .top_header {
    width: initial;
  }
  .sec01 .sec_header {
    padding-right: 5vw;
    width: 80%;
    margin: 0 0 0 auto;
  }
  .sec01 .sec_header .sec_title {
    z-index: 5;
    position: relative;
  }
  .sec01 .sec_header .sec_title::before {
    position: absolute;
    content: "";
    width: 25vw;
    height: 50vw;
    right: -5vw;
    bottom: 50%;
    z-index: -5;
    transform: translateY(50%);
    background: url(/images/index/sec01_right.webp) center/contain no-repeat;
  }
  .sec01 .sec_header .sec_subtitle {
    text-align: right;
  }
  .sec01 .machines {
    width: 100%;
    padding: 5vw 0 0;
  }
  .sec01 .bottom_white {
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 5vw;
  }
  .sec01 .brown_bg {
    width: 100%;
    background-color: #928977;
    height: 60vw;
    position: absolute;
    bottom: 7vw;
    z-index: 1;
  }
  .sec01 .btn_box {
    margin-top: 5vw;
  }
  .sec01 .about_btn {
    z-index: 5;
  }
  .sec01 a:hover {
    opacity: 1;
    cursor: pointer;
    transition: 0.4s ease;
  }
  .sec01 .animation01 {
    margin: initial;
    margin-top: -10vw;
  }
  .sec01 .animation01 .item {
    flex: 0 0 auto;
    width: 276.8vw;
    height: 54.4vw;
    margin: 0 0px;
    text-align: center;
    line-height: 45.4vw;
    padding-right: 3vw;
  }
}

/* ▼ slick-center は使わない（PC） */
.slide.slick-center img {
  transform: scale(0.8) !important;
}

.slick-slide img {
  transform: scale(0.8);
  transition: transform 0.5s ease;
  transition-delay: 0s;
}

.slick-slide.is-large img {
  transform: scale(1);
  transition-delay: 0.5s; /* スライド移動 time と揃える */
}

/* slick デフォルトの矢印を消す */
.slick-prev:before,
.slick-next:before {
  content: "" !important;
}

/* 矢印ボタンの位置（必要なら）*/
.slider .slick-prev {
  width: 68px;
  height: 47px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(350px, -530%);
}

.slider .slick-next {
  width: 68px;
  height: 47px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(530px, -530%);
}

@media screen and (max-width: 768px) {
  .slider .slick-prev {
    left: 60vw;
    top: -11vw;
    width: 12vw;
    height: 6vw;
    transform: initial;
    right: initial;
  }
  .slider .slick-next {
    right: 5vw;
    top: -11vw;
    width: 12vw;
    height: 6vw;
    left: initial;
    transform: initial;
  }
  .slider .slide {
    margin-right: 5vw; /* または 0vw */
  }
  .slide.slick-center img {
    transform: scale(1) !important;
  }
}
.sec02 {
  margin-bottom: 180px;
}
.sec02 .inner {
  padding: 0;
}
.sec02 .sec_header {
  padding-left: 25px;
  margin-bottom: 90px;
}
.sec02 .sec_header .sec_title {
  text-align: left;
}
.sec02 .sec_header .sec_subtitle {
  text-align: left;
}
.sec02 .gridbox {
  padding: 0 70px;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  row-gap: 40px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-bottom: 60px;
  position: relative;
}
.sec02 .gridbox::before {
  content: "";
  position: absolute;
  width: 352px;
  height: 306px;
  right: 20px;
  top: -260px;
  z-index: -1;
  background: url(/images/index/sec02_right.webp) center/contain no-repeat;
}
.sec02 .gridbox::after {
  content: "";
  position: absolute;
  width: 629px;
  height: 528px;
  left: 60px;
  bottom: -210px;
  z-index: -1;
  background: url(/images/index/sec02_left.webp) center/contain no-repeat;
}
.sec02 .gridbox .box {
  width: 200px;
}
.sec02 .gridbox .box .box_text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 33.8vw;
  }
  .sec02 .inner {
    padding: 0;
  }
  .sec02 .sec_header {
    width: 80%;
    padding-left: 5vw;
    margin-bottom: 0;
  }
  .sec02 .sec_header .sec_title {
    text-align: left;
  }
  .sec02 .sec_header .sec_subtitle {
    text-align: left;
  }
  .sec02 .gridbox {
    padding: 0 5vw;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    row-gap: 5vw;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    margin-bottom: 10vw;
  }
  .sec02 .gridbox::before {
    content: "";
    position: absolute;
    width: 40vw;
    height: 34vw;
    right: 1vw;
    top: -35vw;
    z-index: -100;
    background: url(/images/index/sec02_right.webp) center/contain no-repeat;
  }
  .sec02 .gridbox::after {
    content: "";
    position: absolute;
    width: 65vw;
    height: 57vw;
    left: 5vw;
    bottom: -40vw;
    z-index: -100;
    background: url(/images/index/sec02_left.webp) center/contain no-repeat;
  }
  .sec02 .gridbox .box {
    width: 40vw;
  }
  .sec02 .gridbox .box .box_text {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    margin-top: 1vw;
  }
}

.sec03 {
  margin-bottom: 115px;
}
.sec03 .inner {
  padding: 0;
}
.sec03 .first_box {
  width: 1280px;
}
.sec03 .first_box .imagebox {
  position: relative;
}
.sec03 .first_box .imagebox .flexbox {
  position: absolute;
  bottom: 0;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: flex-end;
  padding: 0 30px;
  width: 1220px;
  margin-bottom: 10px;
}
.sec03 .first_box .imagebox .flexbox .line_box {
  text-align: right;
  width: 50%;
  padding-bottom: 50px;
}
.sec03 .first_box .imagebox .flexbox .line_box .white_line {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  background: none;
}
.sec03 .first_box .imagebox .box_subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  margin-top: 10px;
}
.sec03 .first_box .bottom_box {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 95px;
}
.sec03 .first_box .bottom_box::before {
  content: "";
  position: absolute;
  width: 197px;
  height: 211px;
  right: -20px;
  bottom: 20px;
  background: url(/images/index/sec03_kazari.webp) center/contain no-repeat;
}
.sec03 .first_box .bottom_text {
  width: 955px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec03 .first_box .first_bg {
  position: absolute;
  width: 1280px;
  height: 1061px;
  top: -160px;
  right: 50px;
  z-index: -5;
  background: url(/images/index/sec03_bg.webp) center/contain no-repeat;
}
.sec03 .second_box {
  padding: 0 50px;
}
.sec03 .second_box .brownbox {
  background-color: #928977;
  padding: 70px 0 90px;
  position: relative;
}
.sec03 .second_box .brownbox::before {
  content: "";
  position: absolute;
  width: 288px;
  height: 221px;
  right: -20px;
  bottom: -180px;
  background: url(/images/index/sec03_bottom.webp) center/contain no-repeat;
}
.sec03 .second_box .brownbox .box_title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.sec03 .second_box .brownbox .circle_back {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  z-index: 5;
}
.sec03 .second_box .brownbox .circle_back::before {
  content: "";
  position: absolute;
  width: 301px;
  height: 426px;
  left: 20px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: -1;
  background: url(/images/index/sec03_left.webp) center/contain no-repeat;
}
.sec03 .second_box .brownbox .circle_back::after {
  content: "";
  position: absolute;
  width: 311px;
  height: 426px;
  right: 20px;
  bottom: 50%;
  z-index: -1;
  transform: translateY(50%);
  background: url(/images/index/sec03_right.webp) center/contain no-repeat;
}
.sec03 .second_box .brownbox .circle_back .circle_box {
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.sec03 .second_box .brownbox .circle_back .circle_box .left_circle, .sec03 .second_box .brownbox .circle_back .circle_box .right_circle {
  width: 270px;
}
.sec03 .second_box .brownbox .circle_back .circle_box .left_title, .sec03 .second_box .brownbox .circle_back .circle_box .right_title {
  font-size: 30px;
  font-weight: bold;
  color: #928977;
}
.sec03 .second_box .brownbox .circle_back .circle_box .left_text, .sec03 .second_box .brownbox .circle_back .circle_box .right_text {
  font-size: 20px;
}
.sec03 .second_box .brownbox .circle_back .circle_box .etc {
  text-align: right;
  font-size: 20px;
  padding-right: 20px;
}
.sec03 .second_box .brownbox .bottom_text {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.sec03 .second_box .brownbox .bottom_text .line {
  border-bottom: 1px solid #FFEB00;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .first_box {
    width: 100%;
    margin-bottom: 0;
  }
  .sec03 .first_box .imagebox {
    position: relative;
  }
  .sec03 .first_box .imagebox .flexbox {
    position: absolute;
    flex-direction: column;
    display: block;
    bottom: 1vw;
    right: 0;
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: flex-end;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .sec03 .first_box .imagebox .flexbox .line_box {
    text-align: left;
    margin-top: 5vw;
    margin-bottom: 22vw;
    width: 100%;
    padding-bottom: 0;
  }
  .sec03 .first_box .imagebox .flexbox .line_box .white_line {
    font-size: 4.5vw;
    font-weight: bold;
    padding: 1vw 3vw;
    display: inline-block;
  }
  .sec03 .first_box .imagebox .flexbox .line_box .white_line:nth-of-type(1) {
    margin-bottom: 2vw;
  }
  .sec03 .first_box .imagebox .flexbox .title_box {
    padding-right: 5vw;
  }
  .sec03 .first_box .imagebox .flexbox .title_box .box_title {
    width: 80%;
    margin: 0 0 0 auto;
  }
  .sec03 .first_box .imagebox .box_subtitle {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    text-align: right;
    margin-top: 1vw;
  }
  .sec03 .first_box .bottom_box {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 15vw;
  }
  .sec03 .first_box .bottom_box::before {
    content: "";
    position: absolute;
    width: 25vw;
    height: 27vw;
    right: 0;
    bottom: 1vw;
    background: url(/images/index/sec03_kazari.webp) center/contain no-repeat;
  }
  .sec03 .first_box .bottom_text {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec03 .first_box .first_bg {
    position: absolute;
    width: 150vw;
    height: 130vw;
    top: -20vw;
    right: 0;
    z-index: -5;
    background: url(/images/index/sec03_bg.webp) center/contain no-repeat;
  }
  .sec03 .second_box {
    padding: 0;
    position: relative;
  }
  .sec03 .second_box::before {
    content: "";
    position: absolute;
    width: 90vw;
    height: 40vw;
    z-index: 3;
    top: -2vw;
    right: 50%;
    transform: translateX(50%);
    background: url(/images/index/sec03_top_sp.webp) center/contain no-repeat;
  }
  .sec03 .second_box .brownbox {
    background-color: #928977;
    padding: 20vw 0 25vw;
    position: relative;
  }
  .sec03 .second_box .brownbox::before {
    content: "";
    position: absolute;
    width: 31vw;
    height: 24vw;
    right: 0;
    bottom: -20vw;
    background: url(/images/index/sec03_bottom.webp) center/contain no-repeat;
  }
  .sec03 .second_box .brownbox .box_title {
    font-size: 5vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-bottom: 5vw;
  }
  .sec03 .second_box .brownbox .circle_back {
    text-align: center;
    position: relative;
    z-index: 5;
    width: 90%;
    margin: 0 auto 5vw;
  }
  .sec03 .second_box .brownbox .circle_back::before {
    display: none;
    content: "";
    position: absolute;
    width: 301px;
    height: 426px;
    left: 20px;
    bottom: 50%;
    transform: translateY(50%);
    z-index: -1;
    background: url(/images/index/sec03_left.webp) center/contain no-repeat;
  }
  .sec03 .second_box .brownbox .circle_back::after {
    display: none;
    content: "";
    position: absolute;
    width: 311px;
    height: 426px;
    right: 20px;
    bottom: 50%;
    z-index: -1;
    transform: translateY(50%);
    background: url(/images/index/sec03_right.webp) center/contain no-repeat;
  }
  .sec03 .second_box .brownbox .circle_back .circle_box {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .sec03 .second_box .brownbox .circle_back .circle_box .left_circle, .sec03 .second_box .brownbox .circle_back .circle_box .right_circle {
    width: 40vw;
  }
  .sec03 .second_box .brownbox .circle_back .circle_box .left_title, .sec03 .second_box .brownbox .circle_back .circle_box .right_title {
    font-size: 4.5vw;
    font-weight: bold;
    color: #928977;
  }
  .sec03 .second_box .brownbox .circle_back .circle_box .left_text, .sec03 .second_box .brownbox .circle_back .circle_box .right_text {
    font-size: 3.8vw;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .sec03 .second_box .brownbox .circle_back .circle_box .etc {
    text-align: right;
    font-size: 3.5vw;
    line-height: 1.5;
    padding-right: 5vw;
  }
  .sec03 .second_box .brownbox .bottom_text {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  .sec03 .second_box .brownbox .bottom_text::after {
    content: "";
    position: absolute;
    width: 90vw;
    height: 27vw;
    right: 50%;
    bottom: -24vw;
    transform: translateX(50%);
    background: url(/images/index/sec03_bottom_sp.webp) center/contain no-repeat;
  }
}

.sec04 {
  margin-bottom: 190px;
}
.sec04 .inner {
  padding: 0 65px;
}
.sec04 .sec_header {
  margin-bottom: 50px;
}
.sec04 .sec_header .sec_title {
  font-size: 40px;
  color: #5C5C5C;
  font-weight: bold;
}
.sec04 .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
       column-gap: 35px;
  justify-items: center;
  margin-bottom: 55px;
  position: relative;
}
.sec04 .gridbox::before {
  content: "";
  position: absolute;
  width: 197px;
  height: 211px;
  left: -20px;
  bottom: -180px;
  background: url(/images/index/sec04_kazari.webp) center/contain no-repeat;
}
.sec04 .gridbox .box {
  width: 357px;
}
.sec04 .gridbox .box .box_text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #5C5C5C;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .inner {
    padding: 0 5vw;
  }
  .sec04 .sec_header {
    margin-bottom: 5vw;
  }
  .sec04 .sec_header .sec_title {
    font-size: 5vw;
    color: #5C5C5C;
    font-weight: bold;
  }
  .sec04 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
    justify-items: center;
    margin-bottom: 10vw;
    position: relative;
  }
  .sec04 .gridbox::before {
    content: "";
    position: absolute;
    width: 31vw;
    height: 24vw;
    left: -8vw;
    bottom: -10vw;
    background: url(/images/index/sec04_kazari.webp) center/contain no-repeat;
  }
  .sec04 .gridbox .box {
    width: 100%;
  }
  .sec04 .gridbox .box .imagebox {
    margin-bottom: 2vw;
  }
  .sec04 .gridbox .box .box_text {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    color: #5C5C5C;
  }
}

.sec05 {
  margin-bottom: 115px;
}
.sec05 .inner {
  padding: 0;
}
.sec05 .sec_header {
  padding-left: 30px;
  margin-bottom: 60px;
}
.sec05 .sec_header .sec_title {
  text-align: left;
}
.sec05 .sec_header .sec_subtitle {
  text-align: left;
}
.sec05 .gridbox {
  grid-template-columns: repeat(3, 1fr);
  padding: 0 110px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 10px;
  margin-bottom: 70px;
}
.sec05 .gridbox .box .imagebox {
  position: relative;
}
.sec05 .gridbox .box .imagebox .box_text {
  position: absolute;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sec05 .inner {
    padding: 0 5vw;
  }
  .sec05 .sec_header {
    padding-left: 0;
    margin-bottom: 0;
    width: 80%;
  }
  .sec05 .sec_header .sec_title {
    text-align: left;
  }
  .sec05 .sec_header .sec_subtitle {
    text-align: left;
  }
  .sec05 .gridbox {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    row-gap: 3vw;
    margin-bottom: 10vw;
  }
  .sec05 .gridbox .box .imagebox {
    position: relative;
  }
  .sec05 .gridbox .box .imagebox .box_text {
    position: absolute;
    font-size: 4.5vw;
    font-weight: bold;
    color: #fff;
    width: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}/*# sourceMappingURL=style02.css.map */