@charset "UTF-8";
/*******************************************************************/
/*******************************************************************/
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100;400;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Rowdies:wght@300;400;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  color: #333333;
  font-size: 1.4rem;
  background-color: #f4e100;
  background-image: url("../img/dots_bg.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

/***********************************************************************/
/***********************************************************************/
#wrapper {
  width: 100%;
  margin: 0;
}

.area_contens {
  margin-top: 64px;
  padding-top: 72px;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .area_contens {
    margin-top: 0px;
  }
}

.line_grass {
  width: 100%;
  height: 155px;
  background-image: url("../img/line_grass.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: -80px;
  position: relative;
  z-index: 100;
  margin-bottom: -64px;
}
@media only screen and (max-width:1199px) {
  .line_grass {
    margin-top: -40px;
    height: 75px;
    background-size: auto 100%;
  }
}

.area_contens {
  max-width: 1100px;
  margin: 0 auto;
}

.btn_entry {
  background-color: #f50707;
  width: 80%;
  max-width: 780px;
  height: 80px;
  color: #ffffff;
  text-align: center;
  margin: 180px auto 24px auto;
  border-radius: 40px;
  line-height: 80px;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
}
.btn_entry a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .btn_entry {
    font-size: 1.8rem;
  }
}

.text_sub {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.title_top {
  text-align: center;
  color: #c03623;
  font-size: clamp(2rem, 3vw, 4.8rem);
  font-weight: 900;
  margin-bottom: 72px;
}
@media only screen and (max-width:1199px) {
  .title_top {
    margin-bottom: 42px;
  }
}
.title_top span {
  color: #333333;
  font-size: clamp(1rem, 2vw, 1.8rem);
  display: block;
}

.box_column-3 {
  width: 32%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width:1199px) {
  .box_column-3 {
    padding: 0 2%;
    text-align: center;
  }
}
@media only screen and (max-width:767px) {
  .box_column-3 {
    width: 90%;
    margin: 64px auto;
  }
}
.box_column-3 h2 {
  text-align: center;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  font-weight: bold;
}
.box_column-3 h2 span {
  font-size: clamp(1rem, 1vw, 1.4rem);
}
.box_column-3 p {
  margin: 0 auto;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
  width: 65%;
}
@media only screen and (max-width:767px) {
  .box_column-3 p {
    width: 80%;
  }
}
.box_column-3 img {
  width: 90%;
}

.box_column-4 {
  width: 22%;
  box-sizing: border-box;
}
@media only screen and (max-width:1199px) {
  .box_column-4 {
    padding: 0 2%;
  }
}
@media only screen and (max-width:767px) {
  .box_column-4 {
    width: 90%;
    margin: 64px auto;
  }
}
.box_column-4 h2 {
  text-align: center;
  font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  font-weight: bold;
}
.box_column-4 h2 span {
  font-size: clamp(1rem, 1vw, 1.4rem);
}
.box_column-4 p {
  margin: 24px auto;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
  width: 80%;
}
@media only screen and (max-width:767px) {
  .box_column-4 p {
    width: 80%;
  }
}
.box_column-4 img {
  width: 90%;
}

.box_info {
  width: 94%;
  height: 100%;
  background-color: #00b5b7;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width:767px) {
  .box_info {
    margin: 0 auto;
  }
}
.box_info h2 {
  font-size: clamp(1.8rem, 1.8vw, 2.6rem);
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 12px;
}
.box_info h2 span {
  display: flex;
  margin: 12px auto;
  width: 20%;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  background-color: #055a5b;
  color: #ffffff;
  border-radius: 100%;
  font-size: clamp(1.8rem, 1.8vw, 2.6rem);
}
.box_info p {
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  width: 90%;
  margin: 24px auto;
  color: #ffffff;
}
.box_info p span {
  font-size: 1.2rem;
}
.box_info img {
  display: block;
  margin: 12px auto;
  width: 80%;
}

.area_column {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 92px;
}
@media only screen and (max-width:767px) {
  .area_column {
    display: block;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.font_s {
  margin-top: 12px;
  display: block;
  font-size: 1rem !important;
  font-weight: normal !important;
  text-align: left;
}

/***********************************************************************/
/***********************************************************************/
.header_top {
  width: 100%;
  height: 600px;
  background-image: url("../img/bg_header.png");
  background-size: auto 100%;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .header_top {
    height: 400px;
  }
}

.img_Tyrannosaurus {
  display: block;
  position: absolute;
  right: 50%;
  top: 60px;
  width: auto;
  height: 794px;
}
@media only screen and (max-width:1199px) {
  .img_Tyrannosaurus {
    right: 60%;
  }
}
@media only screen and (max-width:767px) {
  .img_Tyrannosaurus {
    height: 400px;
    top: 30%;
    right: 50%;
  }
}

.img_title_header {
  display: block;
  position: absolute;
  right: 3%;
  top: 60px;
  width: auto;
  height: 40%;
}
@media only screen and (max-width:1199px) {
  .img_title_header {
    width: 60%;
    height: auto;
  }
}
@media only screen and (max-width:767px) {
  .img_title_header {
    width: 70%;
    top: 24px;
  }
}

.img_smartphone {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: auto;
  height: 50%;
}
@media only screen and (max-width:1199px) {
  .img_smartphone {
    left: 40%;
  }
}
@media only screen and (max-width:1199px) {
  .img_smartphone {
    left: 20%;
  }
}

.btn_header_inquiry {
  z-index: 1001;
  position: relative;
  width: 400px;
  height: 64px;
  box-sizing: border-box;
  border: 2px solid #f40829;
  background-color: #f40829;
  border-radius: 32px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
}
.btn_header_inquiry:hover {
  background-color: #ffffff;
  color: #f40829;
}
@media only screen and (max-width:767px) {
  .btn_header_inquiry {
    width: 80%;
    margin-left: -40%;
    font-size: 2rem;
  }
}
.btn_header_inquiry a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***********************************************************************/
/***********************************************************************/
.bg_about {
  background-image: url("../img/bg_about.png");
  background-size: auto 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 90px;
}

.title_about {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 42px;
}
.title_about img {
  width: 100%;
}

.box_video {
  width: 20%;
  aspect-ratio: 7/12;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:1199px) {
  .box_video {
    width: 50%;
  }
}

.video {
  position: absolute;
  top: 1.5%;
  left: 2.5%;
  overflow: hidden;
  width: 94%;
  height: 97%;
  border-radius: 48px;
}
@media only screen and (max-width:1199px) {
  .video {
    border-radius: 68px;
  }
}
@media only screen and (max-width:767px) {
  .video {
    border-radius: 34px;
  }
}
.video video {
  width: 100%;
}

.frame {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.text_video {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.fukidashi-1 {
  width: 24%;
  margin-left: 30%;
}
@media only screen and (max-width:1199px) {
  .fukidashi-1 {
    width: 40%;
    margin-left: 10%;
  }
}
.fukidashi-1 img {
  width: 100%;
}

.fukidashi-2 {
  width: 24%;
  margin-left: 50%;
  margin-top: -36px;
}
@media only screen and (max-width:1199px) {
  .fukidashi-2 {
    width: 40%;
  }
}
.fukidashi-2 img {
  width: 100%;
}

.fukidashi-3 {
  width: 28%;
  margin-left: 24%;
  margin-top: -100px;
}
@media only screen and (max-width:1199px) {
  .fukidashi-3 {
    width: 40%;
    margin-left: 10%;
  }
}
@media only screen and (max-width:767px) {
  .fukidashi-3 {
    margin-top: -50px;
  }
}
.fukidashi-3 img {
  width: 100%;
}

/***********************************************************************/
/***********************************************************************/
.area_event_Examples {
  width: 90%;
  max-width: 1100px;
  background-color: #ffffff;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 58px;
  margin: 72px auto;
  box-shadow: 0px 10px 8.4px 1.6px rgba(10, 10, 9, 0.3);
  background-image: url("../img/bg_implementation.png");
  background-size: 20% auto;
  background-position: right 58px bottom 58px;
  background-repeat: no-repeat;
}
@media only screen and (max-width:767px) {
  .area_event_Examples {
    padding: 48px 24px;
    background-image: none;
  }
}

.title_box_name {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  border-bottom: 2px solid #333333;
  padding-bottom: 12px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .title_box_name {
    font-size: 2rem;
    width: 100%;
  }
}

.box_facility_name {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin-top: 56px;
}
@media only screen and (max-width:767px) {
  .box_facility_name {
    margin-top: 24px;
    width: 100%;
  }
}

.name {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #333333;
  padding-bottom: 8px;
  margin: 24px;
}
@media only screen and (max-width:767px) {
  .name {
    margin: 8px;
  }
}

/***********************************************************************/
/***********************************************************************/
.title_playguide {
  width: 30%;
  margin: 120px auto 12px auto;
  text-align: center;
  margin-bottom: 42px;
}
@media only screen and (max-width:767px) {
  .title_playguide {
    width: 80%;
  }
}
.title_playguide img {
  width: 100%;
}

.area_GameScene {
  width: 80%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 24px auto;
}

.boxGameScene {
  width: 12%;
}
.boxGameScene img {
  width: 100%;
}

/***********************************************************************/
/***********************************************************************/
.title_select {
  width: 30%;
  margin: 120px auto 12px auto;
  text-align: center;
  margin-bottom: 42px;
}
@media only screen and (max-width:767px) {
  .title_select {
    width: 80%;
  }
}
.title_select img {
  width: 100%;
}

.box_select {
  width: 90%;
  max-width: 1100px;
  box-sizing: border-box;
  padding: 12px;
  background-color: #ffffff;
  border-radius: 24px;
  display: flex;
  margin: 24px auto;
}
@media only screen and (max-width:767px) {
  .box_select {
    display: block;
  }
}
.box_select ul {
  font-size: 1.8rem;
}
@media only screen and (max-width:767px) {
  .box_select ul {
    margin: 0 auto;
  }
}
.box_select li {
  margin: 4px;
  font-size: clamp(1.2rem, 1.6vw, 2rem);
}
@media only screen and (max-width:767px) {
  .box_select li {
    font-size: 1.6rem;
  }
}

.select_name {
  width: 30%;
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.select_name img {
  width: 100%;
}
@media only screen and (max-width:767px) {
  .select_name {
    width: 90%;
    margin: 0 auto 12px auto;
  }
}

.box_implementation {
  width: 90%;
  max-width: 1100px;
  margin: 24px auto;
}
.box_implementation img {
  width: 100%;
}

.box_FAQ {
  width: 90%;
  max-width: 1100px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 36px 24px;
  border-radius: 24px;
  margin: 24px auto;
}

.box_Question {
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  font-weight: bold;
  border-bottom: 2px solid #333333;
  padding-bottom: 8px;
  padding-left: 8px;
}

.box_Answer {
  font-size: clamp(1rem, 1.4vw, 1.8rem);
  margin-top: 8px;
  text-indent: -1em;
  padding-left: calc(1em + 10px);
}

/***********************************************************************/
/***********************************************************************/
#inquiry {
  margin-top: 120px;
  width: 100%;
  background-color: #c03623;
  padding: 60px 0;
}

.area_inquiry {
  width: 90%;
  max-width: 1100px;
  background-color: #ffffff;
  padding: 32px 0;
  margin: 0 auto;
}

.title_inquiry {
  text-align: center;
  color: #c03623;
  font-size: clamp(2rem, 3vw, 4.8rem);
  font-weight: 900;
  margin-bottom: 24px;
}
.title_inquiry span {
  color: #333333;
  font-size: clamp(1rem, 2vw, 1.8rem);
  display: block;
}

.text_inquiry {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width:767px) {
  .text_inquiry {
    font-size: 1.6rem;
  }
}

.text_phonenumber {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.text_phonenumber::before {
  position: absolute;
  display: block;
  content: "";
  width: auto;
  height: 100%;
  background-image: url("../img/icon_contact.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
}
.text_phonenumber span {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-top: 4px;
}
@media only screen and (max-width:767px) {
  .text_phonenumber img {
    width: 80%;
  }
}

.btn_inquiry {
  width: 70%;
  height: 60px;
  max-width: 640px;
  text-align: center;
  background-color: #c03623;
  color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  border: 2px solid #c03623;
  margin: 72px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.btn_inquiry:hover {
  background-color: #ffffff;
  color: #c03623;
}
.btn_inquiry a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .btn_inquiry {
    width: 90%;
  }
}

.text_center {
  text-align: center;
  margin: 24px auto 64px;
  font-size: 1.8rem;
  font-weight: bold;
}

/***********************************************************************/
/***********************************************************************/
footer {
  width: 100%;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.footer_copyright {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.area_footer {
  max-width: 1100px;
  margin: 0 auto;
}

.text_footer {
  text-align: left !important;
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
  font-size: 1.3rem;
}

.footer_company {
  padding-right: 42px;
  border-right: 1px solid #000000;
  box-sizing: border-box;
}
@media only screen and (max-width:1199px) {
  .footer_company {
    padding-left: 24px;
  }
}
@media only screen and (max-width:767px) {
  .footer_company {
    display: none;
  }
}

.font_company_name {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

.menu_footer {
  display: flex;
}
@media only screen and (max-width:767px) {
  .menu_footer {
    display: none;
  }
}

.box_menu_footer {
  width: 30%;
  box-sizing: border-box;
  padding-left: 32px;
}
@media only screen and (max-width:1199px) {
  .box_menu_footer {
    width: auto;
    padding-left: 12px;
    margin-right: 32px;
  }
}
@media only screen and (max-width:767px) {
  .box_menu_footer {
    width: 90% !important;
    margin: 24px auto 0 auto;
    border-right: none;
    padding: 0;
  }
}
.box_menu_footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.box_menu_footer li {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.box_menu_footer li a {
  text-decoration: none;
  color: #333333;
}
.box_menu_footer li a:hover {
  text-decoration: underline;
}

.title_footer_menu {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 !important;
  margin-bottom: 0.5em !important;
}

.text_link_footer {
  margin: 0 !important;
  margin-bottom: 0.5em !important;
}
.text_link_footer a {
  text-decoration: none;
  color: #333333;
}
.text_link_footer a:hover {
  text-decoration: underline;
}

.window_title_info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.box_title_info {
  width: 70%;
  padding: 32px;
  border-radius: 24px;
  background-color: #ffffff;
  position: relative;
}
.box_title_info h1 {
  font-size: 2rem, 3vw, 4.8rem;
  text-align: center;
}
.box_title_info p {
  text-align: center;
  font-size: 1.4rem, 2vw, 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.btn_window_close {
  width: 64px;
  height: 64px;
  position: absolute;
  top: -32px;
  right: -32px;
  background-image: url(../img/btn_close.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.flex_photo {
  width: 70%;
  margin: 12px auto;
  display: flex;
  justify-content: space-between;
}
.flex_photo img {
  display: block;
  width: 20%;
}

#window_title_info-1 {
  display: none;
}

#window_title_info-2 {
  display: none;
}

#window_title_info-3 {
  display: none;
}

#window_title_info-4 {
  display: none;
}

#window_title_info-5 {
  display: none;
}

#window_title_info-6 {
  display: none;
}

.box_column-s {
  width: 32%;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .box_column-s {
    width: 90%;
    margin: 0 auto;
  }
}
.box_column-s img {
  width: 56%;
}
@media only screen and (max-width:767px) {
  .box_column-s img {
    width: 50%;
  }
}
.box_column-s p {
  text-align: center;
}

.box_column-l {
  width: 64%;
  box-sizing: border-box;
}
@media only screen and (max-width:767px) {
  .box_column-l {
    width: 90%;
    margin: 48px auto 0 auto;
  }
}
.box_column-l h2 {
  margin: 0;
  font-size: 2.4rem;
}
@media only screen and (max-width:767px) {
  .box_column-l h2 {
    text-align: center;
  }
}
.box_column-l p {
  margin-top: 1.5em;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}

/**************************************************************************/
/**************************************************************************/
footer {
  margin-top: 180px;
  box-sizing: border-box;
  border-top: 1px solid #d8161f;
}

.footer_copyright {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 64px;
  margin-bottom: 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
}

.area_menu_footer {
  display: flex;
  width: 90%;
  max-width: 1024px;
  margin: 42px auto;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width:640px) {
  .area_menu_footer {
    display: none;
  }
}
.area_menu_footer div {
  box-sizing: border-box;
  width: 22%;
  position: relative;
  padding: 0 8px;
}
.area_menu_footer div img {
  width: 90%;
  display: block;
  top: 24px;
  left: 5%;
}
.area_menu_footer div p {
  font-size: 1.6rem;
  font-weight: 800;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
}
.area_menu_footer div ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
}
.area_menu_footer div li {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 10px;
  width: fit-content;
  display: block;
}

.logo_footer {
  display: flex;
  align-items: center;
}

.underline-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #333;
}
.underline-hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 1px;
  background-color: #333;
  transition: transform 0.4s ease;
}
.underline-hover:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.underline-hover a {
  color: #333;
}
.underline-hover a:hover, .underline-hover a:visited, .underline-hover a:active, .underline-hover a:link {
  color: #333;
}

/***********************************************************************/
/***********************************************************************/
.fadeUpTrigger, .fadeSideLeft, .fadeSideRight {
  opacity: 0;
}
@media only screen and (max-width:1199px) {
  .fadeUpTrigger, .fadeSideLeft, .fadeSideRight {
    opacity: 1;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */