﻿:root {
  --main_distance: min(100px, 14vw);
  --wrap_width: 90%;
  --base_font_size: clamp(14px, 2vw, 16px);
  --base_line_height: 1.7em;

  --font_jp:YakuHanJP, "Noto Sans JP", "Noto Sans", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  --font_en:"Teko", "Noto Sans JP", sans-serif;
}


html.html_reset {margin: 0 !important;padding: 0 !important}
body {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  font-family: var(--font_jp);
  font-size: var(--base_font_size);
  line-height: var(--base_line_height);
  word-break: break-word
}

main {position: relative;overflow: clip;}
main.visible, 
.loading_hidden.visible {opacity: 1 !important}

a {color: #ee0577;transition: 0.2s;}
img {max-width: 100%;height: auto}
a img{transition: 0.2s;}
a:hover img{ opacity: 0.8;transition: 0.2s;}

.disactive {pointer-events: none}
.scroll_bar_delete {-ms-overflow-style: none;scrollbar-width: none}
.scroll_bar_delete::-webkit-scrollbar {display: none}

@media only screen and (max-width:835px) {
  body {
    overflow: hidden;
    min-height: 100%
  }
  body.scroll_on {
    overflow-y: scroll;
    overflow-x: hidden;
    pointer-events: auto
  }
}

/* pc/sp */
.pc_only {display: block}
.sp_only {display: none !important}
@media only screen and (max-width:835px) {
  .pc_only {display: none !important}
  .sp_only {display: block !important}
}



/* loading */
#loading {position: fixed;top: 0;left: 50%;transform: translateX(-50%);display: block;width: 100%;height: 100vh;height: 100lvh;overflow: hidden;background-color: #0E31C0;z-index: 20000;display: flex;justify-content: center;flex-direction: column}
#loading .bg_rack {position: relative;width: 100%;height: calc(100% / 3)}
#loading .bg_rack::after {position: absolute;display: block;content: "";top: 0;left: 0;width: 400%;min-width: 4000px;height: 100%;background: repeat-X center url(../images/2025/bmgjt2025.webp);opacity: 0.2}
#loading .bg_rack:nth-of-type(1) {background-color: #15a4df}
#loading .bg_rack:nth-of-type(1)::after {animation: hor_move_r_half 30s linear infinite;background-size: calc(100% / 10) 100%}
#loading .bg_rack:nth-of-type(2) {background-color: #ee0577}
#loading .bg_rack:nth-of-type(2)::after {animation: hor_move_r_half 60s linear infinite;background-size: calc(100% / 5) 100.5%}
#loading .bg_rack:nth-of-type(3) {background-color: #f79902}
#loading .bg_rack:nth-of-type(3)::after {animation: hor_move_r_half 20s linear infinite;background-size: calc(300% / 10) 100%}
#loading .logo {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: min(210px, 40vw);height: auto}
#loading .logo img {width: 100%}
#loading.is_loaded {display: none}
#loading.open {animation: fade_out 0.4s ease forwards;animation-delay: 0s;pointer-events: none;}

@keyframes load_rack_slide {
  0% {
    transform: translateZ(0) translateX(0%)
  }
  100% {
    transform: translateZ(0) translateX(50%)
  }
}
@keyframes load_clip_out {
  0% {
    transform: translateZ(0) translateX(0%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
  }
  100% {
    transform: translateZ(0) translateX(0%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
  }
}

/* sns */
.side_sns_links {position: fixed;left: 2%;bottom: 2%;width: 36px;z-index: 9997}
.side_sns_links .text {display: block;width: 40%;height: auto;margin: 0 auto 20px}
.side_sns_links .text img {width: 100%}
.side_sns_links .links li {display: block;width: 100%;margin-bottom: 10px}
.side_sns_links .links li a {display: block;width: 100%;transition: 0.2s}
.side_sns_links .links li a img {width: 100%}
.side_sns_links .links li a:hover {transform: translateX(2px)}
.side_sns_links.position_contact_page {bottom: 9%}
.grecaptcha-badge {right: calc(40vh - 186px) !important}

@media only screen and (max-width:835px) {
  .grecaptcha-badge {right: calc(-186px) !important;bottom: calc(100vw / 3 + 14px) !important}
}

/* in page tit */
.in_page_head {position: relative;margin: 0 auto;padding: calc(var(--main_distance)*1.5) 0 calc(var(--main_distance)*0.5);width: 90%;max-width: 1000px;text-align: left;}
.in_page_head .page_title {display: block;font-family: var(--font_en);font-size: min(14vw, 120px);font-weight: bold;line-height: 1.5em;margin: 0;text-align: center;}
.in_page_head .page_title img {width: auto;height: 100%}

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

/* in page content */
.in_page_content_area {width: min(calc(100% - (2vw + 36px + 3%)*2), var(--wrap_width));max-width: 1000px;margin: 0 auto calc(var(--main_distance)*2)}
@media only screen and (max-width:835px) {
  .in_page_content_area {width: var(--wrap_width)}
}

.single_content_box {width: 100%;max-width: 800px;margin: 0 auto calc(var(--main_distance)*1)}

.link_btn {display: inline-block;width: auto;height: auto;padding: 0.6em 2em 0.7em;min-width: min(300px, 70vw);border: 1px solid #fcfcfc;border-radius: 9999px;color: #fcfcfc;font-weight: bold;font-size: clamp(18px, 2vw, 22px);line-height: 1.2em;text-align: center;transition: 0.2s}
.link_btn:hover {background-color: #fcfcfc;color: #0E31C0}
.link_btn.color_r {background-color: #fcfcfc;color: #0E31C0}
.link_btn.color_r:hover {background-color: transparent;color: #fcfcfc}

/* wrap */
.wrap_800px {position: relative;margin: 0 auto;max-width: 800px;width: var(--wrap_width)}
.wrap_900px {position: relative;margin: 0 auto;max-width: 900px;width: var(--wrap_width)}
.wrap_1000px {position: relative;margin: 0 auto;max-width: 1000px;width: var(--wrap_width)}
.wrap_1100px {position: relative;margin: 0 auto;max-width: 1100px;width: var(--wrap_width)}
.wrap_1200px {position: relative;margin: 0 auto;max-width: 1200px;width: var(--wrap_width)}
.wrap_1300px {position: relative;margin: 0 auto;max-width: 1300px;width: var(--wrap_width)}
.wrap_1400px {position: relative;margin: 0 auto;max-width: 1400px;width: var(--wrap_width)}
.wrap_1500px {position: relative;margin: 0 auto;max-width: 1500px;width: var(--wrap_width)}
.wrap_1600px {position: relative;margin: 0 auto;max-width: 1600px;width: var(--wrap_width)}
.wrap_1700px {position: relative;margin: 0 auto;max-width: 1700px;width: var(--wrap_width)}

/* accordion */
.accordion_box .accordion_trigger {cursor: pointer}
.accordion_box .accordion_content {overflow: hidden;height: 0;transition: 0.4s ease}
.accordion_box .accordion_content.accordion_open {height: auto}

/* white box */
.white_box_outer {margin-top: calc(var(--main_distance) * -0.5);padding-top: calc(var(--main_distance) * 0.5);margin-bottom: calc(var(--main_distance) * 0.5)}
.white_box_outer:last-of-type {margin-bottom: 0}
.white_box {position: relative;text-align: left;font-size: clamp(14px, 2vw, 15px);line-height: 1.6em;width: 100%}
.white_box .title_box {position: relative;display: block;padding-bottom: calc(clamp(18px, 2vw, 22px)*1);margin-bottom: calc(var(--main_distance)/3);border-bottom: 2px solid #0e31c0;}
.white_box .date_box{margin-bottom: 8px; display: flex;}
.white_box .date {width: 5em;background-color: #F9CD00;color: #000;font-family: var(--font_en);font-size: 1.1em;font-weight: 500;text-align: center;line-height: 1.2em;padding-top: 0.2em;}
.white_box .title {position: relative;display: block;width: 100%;line-height: 1.4em;font-size: 1.4em;font-weight: bold}
.white_box .title::before {position: absolute;display: block;content: "";left: 0;top: 0;width: calc(1.4em *1);height: calc(1.4em *1);background: no-repeat center url(../images/svg/parts/menu03.svg);background-size: contain;display: none}
.white_box iframe {width: 100%}
.white_box figure {margin-bottom: 14px}
.white_box img {display: block;max-width: 100%;height: auto;margin: 0 auto;margin-bottom: 1.5em}
.white_box img.app_badge {width: 170px !important;padding-top: 5px}
.white_box p {line-height: 1.7em}
.white_box a {overflow-wrap: break-word;text-decoration: underline;font-weight: bold}
.white_box ul {margin-bottom: 1em}
.white_box hr {border-top: 1px solid #15a4df;border-right: none;border-bottom: none;border-left: none;margin-bottom: 2em;margin-top: 2em}
.white_box strong {font-weight: bold;font-size: 1.1em}
.white_box .link_btn {text-decoration: none}
.white_box .youtube_iframe_outer {position: relative;display: block;width: 100%;padding-top: calc(100% *1080 / 1920);margin-bottom: 1em;overflow: hidden}
.white_box .youtube_iframe_outer iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%}
.white_box.single h2 {position: relative;display: block;padding-bottom: 0.4em;padding-left: 1.4em;font-size: 1.4em;font-weight: bold;margin-bottom: 0.7em;margin-top: 2em;line-height: 1.4em;border-bottom: 1px solid #15a4df;border-style: dashed;border-top: none;border-left: none;border-right: none;color: #15a4df}
.white_box.single h2::before {position: absolute;display: block;content: "";left: 0;top: 0.3em;width: 0.8em;height: 0.8em;background-color: #15a4df}
.white_box.single h3 {position: relative;display: block;font-size: 1.3em;font-weight: bold;margin-bottom: 0.7em;margin-top: 1.5em;line-height: 1.4em;padding-left: 0.7em;border-left: 3px solid #15a4df;color: #15a4df}
.white_box.single h4 {display: inline-block;padding: 0 0.5em;margin-top: 0.5em;margin-bottom: 0.4em;line-height: 1.6em;background-color: #fcfcfc;color: #191919;font-weight: bold}
.white_box.in_page h3 {position: relative;display: block;padding-bottom: 0.4em;padding-left: 1.4em;font-size: 1.4em;font-weight: bold;margin-bottom: 0.7em;margin-top: 2em;line-height: 1.5em;border-bottom: 1px solid #15a4df;border-style: dashed;border-top: none;border-left: none;border-right: none;color: #15a4df}
.white_box.in_page h3::before {position: absolute;display: block;content: "";left: 0;top: 0.3em;width: 0.8em;height: 0.8em;background-color: #15a4df}
.white_box.in_page h4 {position: relative;display: block;font-size: 1.3em;font-weight: bold;margin-bottom: 0.7em;margin-top: 1.5em;line-height: 1.4em;padding-left: 0.7em;border-left: 3px solid #15a4df;color: #15a4df}
.white_box.in_page h5 {display: inline-block;padding: 0 0.5em;margin-top: 0.5em;margin-bottom: 0.4em;line-height: 1.6em;background-color: #fcfcfc;color: #191919;font-weight: bold}
.white_box.no_space {padding: 0;margin: 0;width: 100%;margin-bottom: 0.3em}

/* note box */
.notes_box {position: relative;display: block;width: min(1100px, 100%);height: auto;padding: calc(var(--main_distance)/4);margin: 0 auto 1em;border: 1px solid #191919;text-align: left;font-size: clamp(12px, 2vw, 14px);line-height: 1.6em;background-color: rgba(0, 0, 0, 0.8)}
.notes_box.simple {border: none;border-top: 1px solid #191919;border-bottom: 1px solid #191919;background-color: transparent}
.notes_box.text_large {font-size: clamp(13px, 2vw, 16px);line-height: 1.6em}
.notes_box.margin_bottom {margin-bottom: calc(var(--main_distance)/2.5)}
.notes_box p {margin-bottom: 0.6em}
@media only screen and (max-width:835px) {
  .notes_box {padding: calc(var(--main_distance)/3) calc(var(--main_distance)/3)}
}

/* list */
ul.list_asterisk li, ul.list_circle li, ul.list_kome li {position: relative;display: block;margin-bottom: 0.5em;padding-left: 1.2em}
ul.list_asterisk li:last-of-type, ul.list_circle li:last-of-type, ul.list_kome li:last-of-type {margin-bottom: 0}
ul.list_asterisk li {padding-left: 0.8em;font-size: 0.9em;line-height: 1.4em}
ul.list_asterisk li::before {position: absolute;display: block;content: "";content: "*";top: 0;left: 0;width: 1em;height: 1em;transform: translateY(0em);color: #15a4df}
ul.list_kome li {padding-left: 1.2em;font-size: 0.9em;line-height: 1.4em}
ul.list_kome li::before {position: absolute;display: block;content: "";content: "※";top: 0;left: 0;width: 1em;height: 1em;transform: translateY(0em);color: #ffffff}
ul.list_circle li::before {position: absolute;display: block;content: "";top: 0;left: 0;width: 1em;height: 1em;transform: translateY(0.3em) scale(0.4);background-color: #15a4df;border-radius: 9999px}

/* head logo */
.head_logo {position: fixed;left: 20px;top: 20px;width: 80px;height: auto;z-index: 9997}
.head_logo img {width: 100%}
.head_fanclub {position: fixed;right: 20px;top: 20px;height: 38px;z-index: 9997;display: flex;}
.head_fanclub .txt{font-family: var(--font_en);color: #fff;font-size: 1.6em;line-height: 42px;margin-right: 0.6em;transition: 0.2s;}
.head_fanclub .txt.deco{border: 1px solid;padding: 0 0.8em;border-radius: 50px;display: inline-block;}
.head_fanclub .txt:hover {transform: translateY(-2px)}
.head_fanclub.in_page {right: 1%;}

.head_fanclub .bg_box{display: none;}
@media only screen and (max-width:835px) {
  .head_logo {width: 50px;left: 3%;top: 1.5%}
  .head_fanclub {top: 0;right: initial;left: 0;width: 100%;height: 100lvh;background-color: #000;flex-direction: column;justify-content: center;padding: 5vw;}
  .head_fanclub.active {opacity: 1; visibility: visible; pointer-events: auto;}
  .head_fanclub a {margin-bottom: 1em;}
  .head_fanclub .txt {display: block;white-space: nowrap;margin-right: 0;font-size: 2.4em;line-height: 1em;padding: 10px 0;margin-bottom: 0em;}
  .head_fanclub .txt.deco{padding: 0.3em 0 0.1em;margin-bottom: 0.5em;}

  .head_fanclub .bg_box{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 0;pointer-events: none;display: block;}
  .head_fanclub .bg_box .main_bg{background-image: url(../images/2025/main_bg_txt.svg);background-position: center;background-repeat: no-repeat;background-size: 120%;width: 100%;height: 100%;opacity: 0.14;}
  .head_fanclub .bg_box .left{position: absolute;top: 0;left: 0;width: min(86vw,1000px);}
  .head_fanclub .bg_box .right{position: absolute;bottom: 0;right: 0;width: min(76vw,1000px);}
}

/* nav trigger
-------------------------------*/
:root {
  --nav_trigger_size: clamp(50px , 10vw , 90px);
}
.nav_trigger_outer {display: block;position: fixed;top: 0;right: 0;width: var(--nav_trigger_size);height: var(--nav_trigger_size);cursor: pointer;border-radius: 9999px;z-index: 9999;transform: translate(-10% , 10%);}
.nav_trigger_outer .bg {position: absolute;display: block;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;pointer-events: none;}
.nav_trigger_outer .bg::before {position: absolute;display: block;content: "";top: 0;left: 0;width: 100%;height: 100%;border: 1px solid #fff;background-color: rgba(0, 0, 0, 0.4);border-radius: 50%;background-size: contain;}
.nav_trigger_outer .nav_trigger_bar {position: absolute;width: 54%;height: 12%;top: 50%;left: 50%;transform: translate(-50%, -50%);display: block;transition: 0.6s;}
.nav_trigger_outer .nav_trigger_bar span {position: absolute;left: 50%;transform: translate(-50%, -50%) rotateZ(0deg);width: 100%;height: clamp(2px, 0.5vw, 3px);display: block;transition: 0.2s;background-color: #fff;border-radius: 9999px;}
.nav_trigger_outer .nav_trigger_bar span:nth-last-of-type(1) {top: 0%;width: 100%;}
.nav_trigger_outer .nav_trigger_bar span:nth-last-of-type(2) {top: 100%;width: 100%;}
.nav_trigger_outer.active .nav_trigger_bar span:nth-last-of-type(1) {transform: translate(-50%, -50%) rotateZ(-135deg);top: 50%;}
.nav_trigger_outer.active .nav_trigger_bar span:nth-last-of-type(2) {transform: translate(-50%, -50%) rotateZ(135deg);top: 50%;}

/* footer */
footer {position: relative;display: block;width: 100%;height: auto;padding: calc(var(--main_distance)*2) 0;margin-right: auto}
footer .copyright {font-size: 12px;margin-bottom: 0}
footer.in {width: 100%}

@media only screen and (max-width:835px) {
  footer {width: 100%;padding: 0 0 50vw;}
  footer.in {padding: 0 0 50vw;}
}

/* video bg */
.vidwrap {width: 100%;height: 100dvh;position: fixed;top: 0;left: 0}
#bgvid {position: absolute;left: 50%;top: 50%;min-width: 100%;min-height: 100%;opacity: 1;transform: translate(-50%, -50%)}
.vidwrap .overlay {background-image: url(../images/webp/bg_line.webp);background-color: rgba(0, 0, 0, 0);position: absolute;left: 0;top: 0;height: 100%;width: 100%}
.vidwrap.in_page .overlay {background-color: rgba(0, 0, 0, 0.8)}
.vidwrap .under_text {position: fixed;left: 0;bottom: 0;width: calc(100% - 40vh);height: auto;opacity: 0.5;}
.vidwrap .under_text img {width: 100%;height: auto}
.vidwrap.in_page .under_text {opacity: 0.5}
.vidwrap.in_page.full {width: 100%;padding: 1.7vw}
.vidwrap.in_page.full .under_text {width: 100%;opacity: 0.1}
.vidwrap.in_page.full .under_text.band {width: 100%;opacity: 1;}

@media only screen and (max-width:835px) {
  .vidwrap {width: 100%}
  #bgvid {opacity: 0.7}
  .vidwrap .overlay {height: 100%;background-color: rgba(0, 0, 0, 0)}
  .vidwrap .under_text {bottom: calc(100vw / 3);width: 100%;opacity: 0.5}
  .vidwrap.in_page.full .under_text {bottom: 50px}
  .vidwrap.in_page.full .under_text.band {bottom: 0;}
}

/* modal */
.modal_layer {--modal_btn_size: clamp(50px, 5vw, 70px);position: fixed;top: 0px;left: 0;right: 0;bottom: 0;width: 100%;height: calc(100%);z-index: 11000;opacity: 0;visibility: hidden;pointer-events: none;transition: 0.2s}
.modal_layer .modal_bg {position: absolute;top: 0px;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8)}
.modal_layer .modal_inner {position: absolute;width: auto;height: auto;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);text-align: left}
.modal_layer .modal_inner img {width: auto !important;height: auto;max-width: min(1400px, 94vw);max-height: 75vh}
.modal_layer .modal_inner .yt_video_box {width: min(1200px, 94vw);padding-top: min(90vh, calc(100% * 1080 / 1920))}
.modal_layer .modal_inner .yt_video_box iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%}
.modal_layer .modal_inner .yt_video_box img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: contain}
.modal_layer .modal_inner .modal_textbox {width: min(1000px, 94vw);height: calc(75vh);background-color: #fcfcfc;padding: clamp(12px, 4vw, 50px);text-align: left;overflow: hidden;font-size: clamp(13px, 2vw, 16px);filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1))}
.modal_layer .modal_inner .modal_textbox.scrollable {overflow-x: hidden;overflow-y: scroll;overscroll-behavior: contain}
.modal_layer .modal_close_btn {position: absolute;top: 4px;right: 4px;width: var(--modal_btn_size);height: var(--modal_btn_size);background: no-repeat center url("../images/svg/parts/btn_close_v02.svg");background-size: contain;cursor: pointer}
.modal_layer.op_modal {display: none}
.modal_layer.op_modal.is_active {display: block}
.modal_layer.visible {opacity: 1;visibility: visible;pointer-events: auto}

/* slide modal */
.slide_modal .modal_inner.slide_modal_content_box .slide_modal_content {position: absolute;width: auto;height: auto;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);opacity: 0;visibility: hidden;transition: 0.2s;pointer-events: none}
.slide_modal .modal_inner.slide_modal_content_box .slide_modal_content.slide_visible {opacity: 1;visibility: visible;pointer-events: inherit}
.slide_modal .modal_prev_btn, .slide_modal .modal_next_btn {position: absolute;top: 50%;transform: translateY(-50%);height: 50vh;width: min(200px, 40vw);background: no-repeat center url(../images/svg/parts/icon_arrow_slidemodal.svg);background-size: 24% auto;cursor: pointer;transition: 0.2s;background-position: right center;-webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
.slide_modal .modal_prev_btn.disactive, .slide_modal .modal_next_btn.disactive {opacity: 0.2;pointer-events: none}
.slide_modal .modal_prev_btn:focus, .slide_modal .modal_next_btn:focus {outline: none}
.slide_modal .modal_prev_btn {left: 3vw;transform: translateY(-50%) scale(-1, 1)}
.slide_modal .modal_prev_btn:hover {transform: translateY(-50%) translateX(-4px) scale(-1, 1)}
.slide_modal .modal_next_btn {right: 3vw}
.slide_modal .modal_next_btn:hover {transform: translateY(-50%) translateX(4px)}

@media only screen and (max-width:835px) {
  .slide_modal .modal_prev_btn, .slide_modal .modal_next_btn {width: 15%;height: 20vh;background-size: 30% auto}
  .slide_modal .modal_prev_btn {left: 1vw}
  .slide_modal .modal_next_btn {right: 1vw}
}

/* 404 */
#error_404 {padding: calc(var(--main_distance)*2) 0}
#error_404 .container_s p {color: #15a4df}
#error_404 .container_s .stit {font-size: 26px;line-height: 1em;margin-bottom: 1em}
#error_404 .container_s .text {margin-bottom: 3em}
#error_404 .container_s .error_toplink {position: relative;display: block;margin: 0 auto;width: min(230px, 70%);height: 60px;display: grid;place-items: center;background-color: #ee0577;color: #fcfcfc;font-weight: bold;font-size: min(18px, 1.8vw);white-space: nowrap;letter-spacing: 0.05em;transition: 0.2s;border-radius: 5px}
#error_404 .container_s .error_toplink:hover {transform: translateY(-2px)}

/* first popup */
.popup{position: fixed;width: 100%;height: 100lvh;top: 0;left: 0;background: #000000da;z-index: 10000;opacity: 0;}
.intro_on .popup{opacity: 1;transition:.6s;transition-delay: 0.5s;}
.intro_on .popup.del{pointer-events: none;opacity: 0;visibility: hidden;transition:.4s;}
.popup .img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: min(1200px,96%);}
.popup .img img{max-height: 90vh;object-fit: contain;}
.popup .close{position: absolute;top: 0;right: 0;width: max(50px,5vw);cursor: pointer;}



/* animation
-------------------------------*/
@-webkit-keyframes move_l {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes move_l {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* animation: move_l 60s linear infinite; */
@-webkit-keyframes move_r {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes move_r {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* animation: move_r 60s linear infinite; */