<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------- reset.css --------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;family=Shippori+Mincho:wght@400;500;600;700&amp;display=swap");
html,
body,
main,
header,
section,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 16px;
  color: #333;
  scroll-behavior: smooth;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}
* {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "ah-hakushu-fude-thick-script", sans-serif;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
  user-select: none;
  -webkit-user-drag: none;
}
li:not(:last-child) {
  margin-bottom: 0.5rem;
}
a {
  color: #fff;
  display: block;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  user-select: none;
  -webkit-user-drag: none;
}
p,
span {
  font-size: 1rem;
  letter-spacing: 0.1em;
  user-select: none;
  -webkit-user-drag: none;
}
img {
  display: block;
  width: 100%;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
main {
  display: block;
}
/*-------------------- //reset.css --------------------*/
/*-------------------- commmon --------------------*/
#body.fixed {
  overflow: hidden;
  overflow-x: hidden;
}
.fixed_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../images/fire_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -100000;
}
.all_wrapper {
  color: #fff;
  text-align: center;
  overflow-x: hidden;
}
#header .menu_btn {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  filter: drop-shadow(0px 0px 5px rgba(255, 0, 0, 1));
}
#header .menu_btn span {
  display: block;
  background-color: #cf0026;
  border-radius: 10px;
  width: 24px;
  height: 1.5px;
  margin-bottom: 6px;
  transition: all 0.3s;
}
#header .menu_btn span:last-child {
  margin-bottom: 0;
}
#main {
  padding: 0 40px;
}
.sec {
  max-width: 980px;
  margin: 0 auto 60px;
  padding-top: 100px;
}
.sec_tit {
  margin-bottom: 40px;
}
.sec_tit h2 {
  position: relative;
}
.sec_tit h2 p {
  font-size: 3.75rem;
  font-family: "ab-junglecock-01", sans-serif;
  color: #fbf213;
  line-height: 1;
  filter: drop-shadow(-3px 3px 0px rgba(26, 24, 2, 1));
}
.sec_tit h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 200%;
  background-image: url("../images/fire_line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: hard-light;
  z-index: -1;
}
.common_box_bg {
  background-color: rgba(0, 0, 0, 0.6);
}
.font_jungle {
  font-size: 0.9em;
  font-family: "ab-junglecock-01", sans-serif;
}
.sp_br {
  display: none;
}
/*-------------------- //commmon --------------------*/
#header .menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(
    0deg,
    rgba(217, 31, 64, 0),
    rgba(217, 31, 64, 0.31)
  );
  z-index: 1000;
}
#header .menu_wrapper .nav_menu {
  width: 100%;
  height: 100%;
}
#header .menu_wrapper .nav_menu .nav_list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  padding-right: 40px;
}
#header .menu_wrapper .nav_menu .nav_list li a {
  color: #fbf213;
  font-family: ab-junglecock-01, sans-serif;
  transition: all 0.3s;
  position: relative;
}
#header .menu_wrapper .nav_menu .nav_list li a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 200%;
  background-image: url(../images/fire_line.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-blend-mode: hard-light;
  background-size: contain;
  z-index: -1;
  display: none;
}
#header .menu_wrapper .nav_menu .nav_list li a:hover::before {
  display: block;
}
#top {
  padding-top: 12%;
}
#top.sec {
  margin-bottom: 180px;
}
#top .kv_area h1 img {
  filter: drop-shadow(0px 0px 100px rgba(255, 0, 0, 1));
}

#schedule .kumite_list {
  margin-bottom: 80px;
}
#schedule .kumite_list li {
  width: 100%;
  display: flex;
  transition: all 0.5s;
}
#schedule .kumite_list li:not(:last-child) {
  margin-bottom: 40px;
}
#schedule .kumite_list li .jp_num {
  font-family: ab-junglecock-01, sans-serif;
  font-size: 60px;
  margin: auto 0;
  padding-right: 30px;
  z-index: 100;
  filter: drop-shadow(0px 0px 5px rgba(255, 0, 0, 1));
}
#schedule .kumite_list li .soldout {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50%;
  max-width: 200px;
  transform: translate(10%, -30%) rotate(10deg);
}
#schedule .kumite_list li .soldout.js-sold_gradually {
  opacity: 0;
}
#schedule .kumite_list li .soldout.is-inview {
  animation: tit_gradually .3s ease-in forwards;
  animation-delay: .5s;
}
@keyframes tit_gradually {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

#schedule .kumite_list li .kumite_img {
  width: 55%;
  height: auto;
}
#schedule .kumite_list li .kumite_img a {
  position: relative;
}
#schedule .kumite_list li .kumite_img a img {
  width: 100%;
  height: auto;
}
#schedule .kumite_list li .kumite_img a span {
  color: #fbf213;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
  font-size: 32px;
  text-wrap: nowrap;
  line-height: 1.5;
  transition: all 0.5s;
}
#schedule .kumite_list li .kumite_img:hover a span {
  transform: translate(-50%, -50%) rotate(-10deg) scale(1.1, 1.1);
  transition: all 0.5s;
  z-index: 0;
}
#schedule .kumite_list li .kumite_details {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 60%;
  height: auto;
  padding: 30px 40px;
  text-align: left;
}
#schedule .kumite_list li .kumite_details .kumite_date {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
#schedule .kumite_list li .kumite_details .kumite_date em {
  font-style: normal;
  font-size: 1.875rem;
  letter-spacing: -0.075em;
}
#schedule .kumite_list li .kumite_details .kumite_date em.first {
  margin-right: 3px;
}
#schedule .kumite_list li .kumite_details .times .opening_time,
#schedule .kumite_list li .kumite_details .times .starting_time {
  font-size: 1.25rem;
  display: inline-block;
}
#schedule .kumite_list li .kumite_details .times {
  margin-bottom: 1.875rem;
}
#schedule .kumite_list li .kumite_details .times span {
  margin: 0 10px;
}
#schedule .kumite_list li .kumite_details .kumite_name span {
  display: block;
  color: #fbf213;
  margin-bottom: 0.5rem;
}
#schedule .kumite_list li .kumite_details .kumite_name .artist_logo {
  display: block;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
#schedule .kumite_list li .kumite_details .kumite_name .artist_logo.fourlimi {
  font-size: 2rem;
  font-family: "ab-junglecock-01", sans-serif;
}
#schedule .kumite_list li .kumite_details .kumite_name .artist_logo.hormone {
  font-size: 2.25rem;
}
#schedule .sche_contents .place_box {
  display: block;
  padding: 40px 80px;
}
#schedule .sche_contents .place_box h3 {
  display: inline-block;
  font-size: 3.125rem;
  position: relative;
  z-index: 1;
}
#schedule .sche_contents .place_box h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 125%;
  height: 8px;
  background-color: #cf0026;
  transform: skew(-20deg) translateX(-50%);
  z-index: -1;
}
#schedule .sche_contents .place_box h4 {
  display: block;
  font-size: 3.125rem;
  margin: 2rem 0;
  line-height: 1.2;
}
#schedule .sche_contents .place_box h4 span {
  display: block;
  font-size: 1.25rem;
  color: #fbf213;
  margin-bottom: 0.625rem;
}
#schedule .sche_contents .place_box .place_txt p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
#schedule .sche_contents .place_box .place_txt p:last-child {
  margin: 0;
}
#schedule .sche_contents .place_box .place_txt p a {
  display: inline-block;
  text-decoration: underline;
}

/*-------------------- ãƒ¢ãƒ¼ãƒ€ãƒ« --------------------*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(8, 8, 8, 85%);
  padding: 40px 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10000;
}
/* èƒŒæ™¯ã‚’å›ºå®šã™ã‚‹ã‚¯ãƒ©ã‚¹ */
.modal-open-fixed {
  overflow: hidden;
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*ãƒ¢ãƒ¼ãƒ€ãƒ«æž&nbsp;ã®æŒ‡å®š*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 980px;
  width: 90%;
  height: auto;
}
/*ãƒ¢ãƒ¼ãƒ€ãƒ«ã‚’é–‰ã˜ã‚‹ãƒœã‚¿ãƒ³ã®æŒ‡å®š*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*ãƒ¢ãƒ¼ãƒ€ãƒ«å†…ã®ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã®æŒ‡å®š*/
.modal-content {
  background-color: #000;
  text-align: left;
  padding: 40px;
  height: auto;
  overflow: auto;
  filter: drop-shadow(0px 0px 100px rgba(207, 28, 61, 0.3));
  will-change: filter;
}
.modal_kumite_area {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 2.5rem;
}
.modal_kumite_area img {
  pointer-events: none;
}
.modal-content .modal_kumite_img {
  flex: 1;
  text-align: center;
  padding-bottom: 1rem;
}
.modal-content .modal_kumite_img p {
  margin: 1rem 0 0.25rem;
}
.modal-content .modal_kumite_img a.official_link {
  text-decoration: underline;
  letter-spacing: 0.05em;
  font-size: 0.7em;
  line-height: 1.5;
}
.modal_sp_logo {
  display: none;
}
.modal_sp_maruyama {
  display: none;
}
.modal-content .modal_kumite_details {
  flex: 1;
}
.modal-content .modal_kumite_details .modal_pc_logo {
  margin-bottom: 2rem;
  width: 70%;
  min-width: 300px;
}
.modal-content .modal_kumite_details .modal_pc_logo.yabaT {
  width: 85%;
}
.modal-content .modal_kumite_details .modal_pc_logo.fourlimi {
  width: 100%;
}
.modal-content .modal_kumite_details img.kotchi {
  width: 10%;
  min-width: 50px;
  margin: 0 auto 1rem;
}
.modal-content .modal_kumite_details img.hormone {
  width: 55%;
  min-width: 200px;
  margin: 0 auto 2rem;
}
.modal-content .modal_kumite_details .modal_kumite_name {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.modal-content .modal_kumite_details .modal_profile {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.modal-content .modal_kumite_details p {
  line-height: 1.5;
  max-height: 300px;
  overflow: auto;
  font-size: 0.875rem;
}
.modal-content .modal_kumite_details p span a {
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.modal-content .comment_tit {
  display: block;
  font-size: 1.25rem;
  color: #fbf213;
  margin-bottom: 0.5rem;
}
.modal-content .comment_txt {
  line-height: 1.5;
}
.modal-content .comment_txt p {
  font-size: 1.25rem;
}
#modal1 .modal-content p img {
  margin-bottom: 0;
}
/*-------------------- //ãƒ¢ãƒ¼ãƒ€ãƒ« --------------------*/

#ticket .ticket_details {
  padding: 40px 80px 40px;
  margin-bottom: 40px;
}
#ticket .ticket_details:last-child {
  margin-bottom: 0;
}
#ticket .ticket_details h3 {
  margin-bottom: 2rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 1.875rem;
}
#ticket .ticket_details h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120%;
  height: 4px;
  background-color: #cf0026;
  transform: skew(-20deg) translateX(-50%);
  z-index: -1;
}
#ticket .ticket_details h3.adv_fee::before {
  width: 110%;
}
#ticket .ticket_details h3 span {
  font-size: 1.125rem;
  margin-left: 1rem;
}
#ticket .ticket_details .fee_txt_area {
  max-width: 560px;
  margin: 0 auto;
}
#ticket .ticket_details .ticket_txt p {
  font-size: 1.5rem;
  line-height: 1.6;
}
#ticket .ticket_details .ticket_txt p em {
  font-size: 2rem;
  margin-right: 2px;
}
#ticket .ticket_details .ticket_txt p.fee_txt {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  text-wrap: nowrap;
  font-size: 1.875rem;
}
#ticket .ticket_details .ticket_txt p.fee_txt span {
  text-wrap: nowrap;
  font-size: 1.875rem;
}
#ticket .ticket_details .ticket_txt p .fee_line {
  display: inline-block;
  height: 1px;
  background-color: #fff;
  flex: 1 1 160px;
}
#ticket .ticket_details .ticket_notes {
  margin-bottom: 20px;
}
#ticket .ticket_details .ticket_notes .notes_area {
  margin-top: 2rem;
}
#ticket .ticket_details .ticket_notes .notes_area:first-child {
  margin-top: 3.75rem;
}
#ticket .ticket_details .ticket_notes .notes_area h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#ticket .ticket_details .ticket_notes .notes_area p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  text-indent: 1rem;
}
#ticket .ticket_details .sales_term {
  padding-top: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}
#ticket .ticket_details .sales_term:last-child {
  margin: 0;
}
#ticket .ticket_details .sales_term::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
}
#ticket .ticket_details .sales_term h4 {
  font-family: "ab-junglecock-01", sans-serif;
  color: #fbf213;
  margin-bottom: 1rem;
  line-height: 1.5;
}
#ticket .ticket_details .sales_term p {
  line-height: 1;
}
#ticket .ticket_details .sales_term ul {
  margin-bottom: 1rem;
}
#ticket .ticket_details .sales_term ul li,
#ticket .ticket_details .sales_term ul li .font_jungle {
  font-size: 1rem;
  line-height: 1.4;
}
#ticket .ticket_details .sales_term ul li em {
  font-size: 1.5rem;
  margin-right: 2px;
}
#ticket .ticket_details .sales_term p.angle_vertical {
  display: inline-block;
  font-family: "ab-junglecock-01", sans-serif;
  transform: rotate(90deg);
}
#ticket .ticket_details .sales_term .apply_btn {
  display: inline-block;
  margin: 1.5rem auto 1rem;
}
#ticket .ticket_details .sales_term .apply_btn a {
  background-color: #cf0026;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  border-radius: 100px;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
#ticket .ticket_details .sales_term .apply_btn a:hover {
  color: #cf0026;
  background-color: #fff;
  transition: all 0.3s;
  filter: drop-shadow(0px 0px 10px rgba(255, 0, 0, 0.7));
}
#ticket .ticket_details .sales_term .official_link {
  display: block;
  font-size: 0.875rem;
}
#ticket .ticket_details .sales_term .official_link a {
  display: inline-block;
  text-decoration: underline;
}
#info .info_box {
  padding: 40px 80px;
  width: 100%;
  margin-bottom: 40px;
}
#info .info_box h3 {
  line-height: 1.5;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}
#info .info_box h3 span {
  font-size: 1rem;
}
#info .info_box h4 {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  position: relative;
}
#info .info_box h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 110%;
  height: 4px;
  background-color: #cf0026;
  transform: skew(-20deg) translateX(-50%);
  z-index: -1;
}
#info .info_box h5 {
  display: block;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: left;
}
#info .info_box h5.id_card_tit {
  color: #fbf213;
}
#info .info_box h5.id_card_tit em {
  font-size: 1.75rem;
}
#info .info_box h5.id_card_tit small {
  color: #fff;
}
#info .info_box .info_notes li {
  font-size: 0.875rem;
}
#info .info_box .id_card_list_1 {
  margin-bottom: 3rem;
}
#info .info_box .card_list {
  margin-bottom: 1rem;
}
#info .info_box p {
  margin: 0 auto 1rem;
  line-height: 1.6;
  text-align: left;
}
#info .info_box .inquiry_area {
  margin-top: 3rem;
  padding: 1rem;
  border: solid 0.5px #fff;
}
#info .info_box .inquiry_area h5 {
  font-size: 1.25rem;
  text-align: center;
}
#info .info_box .inquiry_area p {
  text-align: center;
}
#info .info_box .inquiry_area a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#info li {
  text-align: left;
  line-height: 1.4;
  font-size: 1rem;
}
#info .info_id_card_notes li {
  font-size: 0.875rem;
}

#goods .goods_box {
  padding: 80px 80px 80px;
  width: 100%;
}
#goods .goods_box p {
  font-size: 2.5rem;
  margin: auto;
  font-family: "ab-junglecock-01", sans-serif;
}
#footer.sec {
  margin-bottom: 120px;
}
#footer .credit li:not(:last-child) {
  margin-bottom: 2rem;
}
#footer .credit li p {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
#footer .credit li span {
  font-size: 0.875rem;
  font-family: "ab-junglecock-01", sans-serif;
}
#footer .credit li span a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#footer .contact span:not(:last-child) {
  display: block;
  margin-bottom: 0.75rem;
}

@media (max-width: 1080px) {
  #schedule .kumite_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    justify-content: center;
  }
  #schedule .kumite_list li {
    position: relative;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
  }
  #schedule .kumite_list li .jp_num {
    position: absolute;
    top: 0%;
    left: 0px;
    transform: translate(-50%, -50%);
    padding: 0;
  }
  #schedule .kumite_list li .kumite_img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  #schedule .kumite_list li .kumite_details {
    width: 100%;
    padding: 15px 20px;
  }
  #schedule .kumite_list li .kumite_details .kumite_name .artist_logo.fourlimi {
    margin-bottom: 8px;
  }
}

@media (max-width: 919px) {
  #schedule .kumite_list li .kumite_details .kumite_name .artist_logo.fourlimi {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .sp_br {
    display: block;
  }
  .sec {
    margin: 0 auto 20px;
  }
  .sec_tit {
    margin-bottom: 30px;
  }
  .sec_tit h2 p {
    font-size: 7.8vw;
    filter: drop-shadow(-2px 2px 0px rgba(26, 24, 2, 1));
  }
  .sec_tit h2::before {
    width: 100%;
    height: 250%;
    background-size: contain;
  }
  #header .menu_btn {
    display: block;
  }
  #header .menu_btn.open {
    z-index: 10000;
  }
  #header .menu_btn.open span {
    transition: all 0.3s;
    background-color: #cf0026;
  }
  #header .menu_btn.open span:first-child {
    transform: rotate(45deg) translate(5px, 6px);
  }
  #header .menu_btn.open span:nth-child(2) {
    opacity: 0;
  }
  #header .menu_btn.open span:last-child {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  #top {
    padding-top: 180px;
  }
  #header .menu_wrapper {
    position: fixed;
    left: 100%;
    transition: all 0.5s;
    height: 100%;
    background-image: none;
  }
  #header .menu_wrapper.open {
    left: 0;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.85);
  }
  #header .menu_wrapper .nav_menu .nav_list {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 200px 0 0 0;
  }
  #main {
    padding: 0 20px;
  }
  #schedule .kumite_list li:not(:last-child) {
    margin-bottom: 30px;
  }
  #schedule .kumite_list li .jp_num {
    transform: translate(-30%, -60%);
    font-size: 50px;
  }
  #schedule .sche_contents .place_box {
    display: block;
    padding: 30px 20px;
  }
  /*-------------------- ãƒ¢ãƒ¼ãƒ€ãƒ« --------------------*/
  .modal-container {
    padding: 10% 0;
  }
  .modal-close {
    top: -30px;
    right: -5px;
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .modal-content {
    padding: 40px 30px;
  }
  .modal-content .modal_kumite_area {
    flex-direction: column;
    gap: 20px;
  }
  .modal_kumite_details .modal_pc_logo {
    display: none;
  }
  .modal_kumite_details .modal_pc_maruyama {
    display: none;
  }
  .modal_sp_logo {
    display: block;
    width: 70%;
    margin: 0 auto;
    min-width: 240px;
  }
  .modal_sp_logo.hormone {
    width: 50%;
  }
  .modal_sp_logo.kotchi {
    width: 10%;
    min-width: 50px;
  }
  .modal_sp_maruyama {
    display: block;
    font-size: 3rem;
    text-align: center;
  }
  /*-------------------- //ãƒ¢ãƒ¼ãƒ€ãƒ« --------------------*/
  #ticket .ticket_details {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  #ticket .ticket_details .sales_term p {
    line-height: 1.4;
  }
  #info .info_box {
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  #goods .goods_box {
    padding: 40px 20px 40px;
    width: 100%;
  }
  #footer.sec {
    margin-bottom: 80px;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 12px;
  }
  #ticket .ticket_details .ticket_txt p .fee_line {
    display: none;
  }
  #ticket .ticket_details .ticket_txt p.fee_txt {
    flex-direction: column;
    gap: 0.5rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
  .modal-content {
    padding: 30px 20px;
  }
}

@media (max-width: 370px) {
  html {
    font-size: 11px;
  }
  #schedule .kumite_list li .kumite_details .kumite_name .artist_logo.fourlimi {
    font-size: 1.875rem;
  }
  #schedule .kumite_list li .kumite_details .kumite_name .artist_logo.hormone {
    font-size: 2rem;
  }
  #goods .goods_box p {
    font-size: 2rem;
  }
}

/* -------------------- inview.css --------------------- */
.js-fadeIn {
  opacity: 0;
  transform: scale(2, 2);
  transition: 0.3s;
}
.js-fadeIn.is-inview {
  opacity: 1;
  transform: scale(1, 1);
}

#schedule .kumite_list li.js-fadeUp {
  opacity: 0;
  transform: rotateX(-90deg);
  transition: all 0.4s;
}
#schedule .kumite_list li.js-fadeUp.is-inview {
  opacity: 1;
  transform: rotateX(0deg);
  transition-delay: 0.1s;
}

.js-fadeUp {
  opacity: 0;
  transform: rotateX(-90deg);
  transition: all 0.6s;
}
.is-inview {
  opacity: 1;
  transform: rotateX(0deg);
  transition-delay: 0.1s;
}
/* -------------------- //inview.css --------------------- */
/* -------------------- ç«ã®ç²‰ã®ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ -------------------- */
.fire_wrapper {
  position: absolute;
}
.fire_wrapper.f_wrapper01 span {
  display: block;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 0%;
  left: 0%;
  background-image: url("../images/fire_ball.svg");
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 1px rgb(255, 205, 24));
  animation: fire_up01 8s infinite linear;
  transform: translateX(var(--randomX)); /* å·¦å³ã®å‹•ã */
  z-index: 0;
}
.fire_wrapper.f_wrapper02 span {
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0%;
  left: 0%;
  background-image: url("../images/fire_ball.svg");
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 2px rgb(255, 205, 24));
  animation: fire_up02 5s infinite linear;
  transform: translateX(var(--randomX)); /* å·¦å³ã®å‹•ã */
  z-index: 0;
}
.fire_wrapper.f_wrapper03 span {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0%;
  left: 0%;
  background-image: url("../images/fire_ball.svg");
  background-repeat: no-repeat;
  filter: blur(1px) drop-shadow(0px 0px 3px rgb(255, 205, 24));
  animation: fire_up03 4s infinite linear;
  transform: translateX(var(--randomX)); /* å·¦å³ã®å‹•ã */
  z-index: 0;
}
.fire_wrapper01 span {
  animation: fire_up01 8s infinite linear;
}
@keyframes fire_up01 {
  0% {
    transform: translate(0, 500px);
    opacity: 0;
  }
  10% {
    transform: translate(-10px, 400px);
    opacity: 1;
  }
  20% {
    transform: translate(-10px, 300px);
    opacity: 1;
  }
  30% {
    transform: translate(-5px, 200px);
    opacity: 1;
  }
  40% {
    transform: translate(-5px, 100px);
    opacity: 1;
  }
  50% {
    transform: translate(0px, 0);
    opacity: 1;
  }
  60% {
    transform: translate(0px, -100px);
    opacity: 1;
  }
  70% {
    transform: translate(5px, -200px);
    opacity: 1;
  }
  80% {
    transform: translate(5px, -300);
    opacity: 1;
  }
  90% {
    transform: translate(0px, -400px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -500px);
    opacity: 0;
  }
}
.f_wrapper02 span {
  animation: fire_up02 5s infinite linear;
}
@keyframes fire_up02 {
  0% {
    transform: translate(0, 500px);
    opacity: 0;
  }
  10% {
    transform: translate(-10px, 400px);
    opacity: 1;
  }
  20% {
    transform: translate(-10px, 300px);
    opacity: 1;
  }
  30% {
    transform: translate(0px, 200px);
    opacity: 1;
  }
  40% {
    transform: translate(0px, 100px);
    opacity: 1;
  }
  50% {
    transform: translate(10px, 0);
    opacity: 1;
  }
  60% {
    transform: translate(10px, -100px);
    opacity: 1;
  }
  70% {
    transform: translate(5px, -200px);
    opacity: 1;
  }
  80% {
    transform: translate(5px, -300);
    opacity: 1;
  }
  90% {
    transform: translate(0px, -400px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -500px);
    opacity: 0;
  }
}
.f_wrapper03 span {
  animation: fire_up03 4s infinite linear;
}
@keyframes fire_up03 {
  0% {
    transform: translate(0, 500px);
    opacity: 0;
  }
  10% {
    transform: translate(-12px, 400px);
    opacity: 1;
  }
  20% {
    transform: translate(-12px, 300px);
    opacity: 1;
  }
  30% {
    transform: translate(-4px, 200px);
    opacity: 1;
  }
  40% {
    transform: translate(-4px, 100px);
    opacity: 1;
  }
  50% {
    transform: translate(6px, 0);
    opacity: 1;
  }
  60% {
    transform: translate(6px, -100px);
    opacity: 1;
  }
  70% {
    transform: translate(-4px, -200px);
    opacity: 1;
  }
  80% {
    transform: translate(-4px, -300);
    opacity: 1;
  }
  90% {
    transform: translate(0px, -400px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -500px);
    opacity: 0;
  }
}
/* -------------------- //ç«ã®ç²‰ã®ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ -------------------- */
</pre></body></html>