@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
@media (min-width: 900px) {
  a.tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (min-width: 900px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 899px) {
  .pc {
    display: none !important;
  }
}
/* main
==================================*/
main {
  margin-top: 100px;
}
@media (max-width: 1149px) {
  main {
    margin-top: 60px;
  }
}

/*　Retina対応時のCSS↓　*/
/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  background-color: #000;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_inner .menu_btn {
  display: inline-block;
  position: relative;
}
header .header_inner .menu_btn span {
  display: inline-block;
  position: absolute;
  background-color: #fff;
  left: 0;
  transition: 0.3s;
}
header .header_inner .menu_btn span:nth-of-type(1) {
  top: 0;
  transform-origin: left top;
}
header .header_inner .menu_btn span:nth-of-type(2) {
  top: 13px;
}
header .header_inner .menu_btn span:nth-of-type(3) {
  bottom: 0;
  transform-origin: left bottom;
}
header .header_inner .menu_btn.open span:nth-of-type(1) {
  transform: rotate(23deg);
}
header .header_inner .menu_btn.open span:nth-of-type(2) {
  opacity: 0;
}
header .header_inner .menu_btn.open span:nth-of-type(3) {
  transform: rotate(-23deg);
}
header .header_inner nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  overflow: hidden;
  border-top: 1px solid #d70146;
  box-sizing: border-box;
}
header .header_inner nav .sns dt {
  font-family: "Anton";
  font-weight: 400;
  font-style: italic;
  color: #fff;
  text-align: center;
  line-height: 1;
}
header .header_inner nav .sns dd ul {
  display: flex;
  justify-content: center;
  column-gap: 100px;
  margin-top: 35px;
}
header .header_inner nav .sns dd ul li a {
  display: block;
  text-align: center;
}
header .header_inner nav .sns dd ul li a img {
  width: 32px;
  margin-inline: auto;
}
header .header_inner nav .sns dd ul li a span {
  display: block;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 12px;
  margin-top: 6px;
  line-height: 1;
  color: #fff;
}
@media (min-width: 1110px) {
  header {
    padding-inline: 30px 30px;
  }
  header .header_inner {
    height: 100px;
  }
  header .header_inner .logo {
    width: 241px;
    transition: 0.3s;
  }
  header .header_inner .pc_nav {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  header .header_inner .pc_nav li a {
    display: block;
    font-family: "Anton";
    font-weight: 400;
    font-style: italic;
    font-size: 26px;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
  header .header_inner .pc_nav li a span {
    font-family: YakuHanJP_Noto, "Noto Sans JP";
    font-weight: 500;
    font-size: 14px;
    display: block;
    line-height: 1;
    margin-top: 4px;
  }
}
@media (min-width: 1110px) and (hover: hover) {
  header .header_inner .pc_nav li a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1110px) {
  header .header_inner .pc_nav li.btn a {
    display: grid;
    place-content: center;
    width: 150px;
    height: 50px;
  }
}
@media (min-width: 1110px) and (max-width: 1280px) {
  header .header_inner .pc_nav li.btn a {
    width: 120px;
  }
  header .header_inner .pc_nav li.btn a img {
    width: 100px;
  }
}
@media (min-width: 1110px) {
  header .header_inner .menu_btn, header .header_inner nav {
    display: none;
  }
}
@media (min-width: 1110px) and (max-width: 1460px) {
  header {
    padding-right: 30px;
  }
  header .header_inner .logo {
    width: 150px;
  }
  header .header_inner .pc_nav {
    column-gap: 15px;
  }
  header .header_inner .pc_nav li a {
    font-size: 20px;
  }
  header .header_inner .pc_nav li a span {
    font-size: 12px;
  }
}
@media (min-width: 1110px) and (max-width: 1280px) {
  header {
    padding-right: 30px;
  }
  header .header_inner .logo {
    width: 130px;
  }
  header .header_inner .pc_nav {
    column-gap: 10px;
  }
  header .header_inner .pc_nav li a {
    font-size: 18px;
  }
  header .header_inner .pc_nav li a span {
    font-size: 10px;
  }
}
@media (max-width: 1350px) {
  header {
    padding-right: 30px;
  }
  header .header_inner .logo {
    width: 150px;
  }
  header .header_inner .pc_nav {
    column-gap: 15px;
  }
  header .header_inner .pc_nav li a {
    font-size: 20px;
  }
  header .header_inner .pc_nav li a span {
    font-size: 12px;
  }
}
@media (max-width: 1109px) {
  header {
    padding-inline: 13px 20px;
  }
  header .header_inner {
    height: 60px;
  }
  header .header_inner .logo {
    width: 150px;
  }
  header .header_inner .menu_btn {
    width: 30px;
    height: 18px;
  }
  header .header_inner .menu_btn span {
    width: 30px;
    height: 2px;
  }
  header .header_inner .menu_btn span:nth-of-type(2) {
    top: 8px;
  }
  header .header_inner .menu_btn.open span:nth-of-type(1) {
    width: 34px;
    transform: rotate(29deg);
  }
  header .header_inner .menu_btn.open span:nth-of-type(3) {
    width: 34px;
    transform: rotate(-29deg);
  }
  header .header_inner .pc_nav {
    display: none;
  }
  header .header_inner nav {
    top: 60px;
    overflow: scroll;
  }
  header .header_inner nav .container {
    padding-inline: 0;
  }
  header .header_inner nav .list {
    display: block;
    text-align: center;
    border-top: 1px solid #ec2968;
  }
  header .header_inner nav .list dl:nth-of-type(1) {
    z-index: 2;
  }
  header .header_inner nav .list dl dt a {
    display: grid;
    height: 65px;
    place-content: center;
    border-bottom: 1px solid #ec2968;
  }
  header .header_inner nav .list dl dt a img {
    width: 200px;
  }
  header .header_inner nav .list dl dd ul {
    background: #d70146;
  }
  header .header_inner nav .list dl dd ul li + li {
    border-top: 1px solid #ec2968;
  }
  header .header_inner nav .list dl dd ul li a {
    display: grid;
    place-content: center;
    place-items: center;
    height: 55px;
  }
  header .header_inner nav .list dl dd ul li a span {
    color: #fff;
    line-height: 1;
  }
  header .header_inner nav .list dl dd ul li a .en {
    font-family: "Anton";
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    position: relative;
  }
  header .header_inner nav .list dl dd ul li a .en img {
    width: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -22px;
    margin: auto;
  }
  header .header_inner nav .list dl dd ul li a .jp {
    font-size: 11px;
    font-weight: 500;
    margin-top: 2px;
  }
  header .header_inner nav .list dl.here dt a {
    pointer-events: none;
    background-color: #d70146;
    border-bottom-color: #ec2968;
  }
  header .header_inner nav .list dl:not(.here) dt a {
    position: relative;
  }
  header .header_inner nav .list dl:not(.here) dt a::before, header .header_inner nav .list dl:not(.here) dt a::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #fff;
    right: 20px;
    top: 0;
    bottom: 0;
  }
  header .header_inner nav .list dl:not(.here) dt a::after {
    transition: 0.3s;
    transform: rotate(-90deg);
  }
  header .header_inner nav .list dl:not(.here) dt.open a::after {
    transform: rotate(0deg);
  }
  header .header_inner nav .list dl:not(.here) dd {
    display: none;
  }
  header .header_inner nav .list dl:not(.here) dd ul {
    background: #00908b url(/catalertournament/2023/images/sp/nav_bg_gr.jpg) no-repeat 0 0/253px 60px;
  }
  header .header_inner nav .list dl:not(.here) dd ul li + li {
    border-top-color: #1aaba6;
  }
  header .header_inner nav .list dl.second_h:nth-of-type(1) {
    z-index: 2;
  }
  header .header_inner nav .list dl.second_h dt a {
    display: grid;
    height: 65px;
    place-content: center;
    border-bottom: 1px solid #2f3371;
  }
  header .header_inner nav .list dl.second_h dt a img {
    width: 200px;
  }
  header .header_inner nav .list dl.second_h dd ul {
    background: #ec2968 url(/catalertournament/2024/images/sp/nav_bg_pu.jpg) no-repeat 0 0/252px 74px;
  }
  header .header_inner nav .list dl.second_h dd ul li + li {
    border-top: 1px solid #2f3371;
  }
  header .header_inner nav .list dl.second_h dd ul li a {
    display: grid;
    place-content: center;
    place-items: center;
    height: 55px;
  }
  header .header_inner nav .list dl.second_h dd ul li a span {
    color: #fff;
    line-height: 1;
  }
  header .header_inner nav .list dl.second_h dd ul li a .en {
    font-family: "Anton";
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    position: relative;
  }
  header .header_inner nav .list dl.second_h dd ul li a .en img {
    width: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -22px;
    margin: auto;
  }
  header .header_inner nav .list dl.second_h dd ul li a .jp {
    font-size: 11px;
    font-weight: 500;
    margin-top: 2px;
  }
  header .header_inner nav .list dl.second_h.here dt a {
    pointer-events: none;
  }
  header .header_inner nav .list dl.second_h:not(.here) dt a {
    position: relative;
    background-color: #10144d;
    border-bottom-color: #2f3371;
  }
  header .header_inner nav .list dl.second_h:not(.here) dt a::before, header .header_inner nav .list dl.second_h:not(.here) dt a::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #fff;
    right: 20px;
    top: 0;
    bottom: 0;
  }
  header .header_inner nav .list dl.second_h:not(.here) dt a::after {
    transition: 0.3s;
    transform: rotate(-90deg);
  }
  header .header_inner nav .list dl.second_h:not(.here) dt.open a::after {
    transform: rotate(0deg);
  }
  header .header_inner nav .list dl.second_h:not(.here) dd {
    display: none;
  }
  header .header_inner nav .list dl.second_h:not(.here) dd ul {
    background: #10144d url(/catalertournament/2023/images/sp/nav_bg_bl.jpg) no-repeat 0 0/253px 60px;
  }
  header .header_inner nav .list dl.second_h:not(.here) dd ul li + li {
    border-top-color: #2f3371;
  }
  header .header_inner nav .sns {
    margin-top: 30px;
  }
  header .header_inner nav .sns dt {
    font-size: 19px;
  }
  header .header_inner nav .sns dd {
    margin-top: 15px;
  }
  header .header_inner nav .sns dd ul {
    grid-template-columns: repeat(3, 33px);
    column-gap: 30px;
  }
}

/* footer
==================================*/
footer {
  background-color: #000;
  text-align: center;
  position: relative;
}
footer dt, footer dd, footer span, footer p {
  color: #fff;
}
@media (hover: hover) {
  footer a:hover {
    opacity: 0.7;
  }
}
footer .footer_inner {
  padding-block: 65px 50px;
  overflow: hidden;
}
footer .sns_wrap {
  position: relative;
  padding-bottom: 35px;
  border-bottom: 1px solid #292b44;
  z-index: 1;
}
footer .sns_wrap::before {
  content: "FOLLOW US";
  font-family: "Anton";
  font-weight: 400;
  font-style: italic;
  font-size: 180px;
  font-style: normal;
  color: #333;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  pointer-events: none;
  z-index: -1;
}
footer .sns_wrap dl dt {
  font-family: "Anton";
  font-weight: 400;
  font-style: italic;
  font-size: 55px;
  line-height: 1;
}
footer .sns_wrap dl dd {
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
}
footer .sns_wrap ul {
  display: flex;
  justify-content: center;
  column-gap: 100px;
  margin-top: 35px;
}
footer .sns_wrap ul li a img {
  width: 52px;
  margin-inline: auto;
}
footer .sns_wrap ul li a span {
  display: block;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 18px;
  margin-top: 6px;
  line-height: 1;
}
footer .ttl2 {
  padding-top: 20px;
  display: flex;
  gap: 15px;
  justify-content: center;
}
footer .ttl2 a {
  grid-template-columns: 135px 378px;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  max-inline-size: max-content;
  max-width: 250px;
  width: 100%;
}
footer .bn_wrap {
  margin: 18px auto 0;
  width: clamp(1px, 100%, 600px);
}
footer .bn_wrap a {
  display: block;
}
footer .bn_wrap a + a {
  margin-top: 20px;
}
footer .logo {
  margin: 65px auto 0;
  width: 136px;
}
footer .copy {
  background-color: #d70146;
  font-size: 12px;
  line-height: 40px;
}
footer .page_top {
  position: absolute;
  right: 40px;
  top: -20px;
  z-index: 99;
}
footer .page_top a {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}
footer .page_top a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border-left: 2px solid #d70146;
  border-top: 2px solid #d70146;
  box-sizing: border-box;
  transform: rotate(45deg) translate(3px, 3px);
  transition: 0.3s;
}
@media (hover: hover) {
  footer .page_top a:hover::before {
    transform: rotate(45deg) translate(0);
  }
}
footer .fixed_bn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 280px;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
footer .fixed_bn.is-view {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 899px) {
  footer .ttl2 {
    display: block;
  }
  footer .ttl2 a {
    display: block;
    flex-direction: column;
    row-gap: 5px;
    margin: 0 auto 10px;
  }
  footer .ttl2 a:last-child {
    margin-bottom: 0;
  }
  footer .ttl2 a .simbol {
    width: 100%;
  }
  footer .ttl2 a .ttl {
    width: 252px;
  }
  footer .fixed_bn {
    width: 140px;
    transition: 0.3s;
  }
  footer .fixed_bn.out {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 749px) {
  footer .footer_inner {
    padding-block: 45px 25px;
  }
  footer .sns_wrap {
    padding-bottom: 45px;
    margin-inline: -20px;
  }
  footer .sns_wrap::before {
    font-size: 95px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: 54px;
  }
  footer .sns_wrap dl dt {
    font-size: 40px;
  }
  footer .sns_wrap dl dd {
    font-size: 14px;
    margin-top: 12px;
  }
  footer .sns_wrap ul {
    display: flex;
    justify-content: space-between;
    column-gap: 0;
    margin: 35px auto 0;
    max-width: 310px;
  }
  footer .sns_wrap ul li a img {
    width: 32px;
  }
  footer .sns_wrap ul li a span {
    font-size: 12px;
    margin-top: 6px;
  }
  footer .ttl2 {
    padding-block: 10px 20px;
    border-bottom: 1px solid #292b44;
  }
  footer .bn_wrap {
    margin: 0 auto;
    padding-top: 25px;
    width: clamp(1px, 100%, 400px);
  }
  footer .bn_wrap a + a {
    margin-top: 10px;
  }
  footer .logo {
    margin-top: 20px;
    width: 102px;
  }
  footer .copy {
    font-size: 10px;
    line-height: 35px;
  }
  footer .page_top {
    right: 10px;
  }
  footer .page_top a {
    width: 45px;
    height: 45px;
  }
  footer .page_top a::before {
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translate(1px, 1px);
  }
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  backface-visibility: hidden;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.anchor {
  position: absolute;
  top: -100px;
}
@media (max-width: 699px) {
  .anchor {
    top: -55px;
  }
}

#loading {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: grid;
  place-content: center;
}
#loading::before {
  content: "";
  display: block;
  width: 200px;
  height: 188px;
  background: url(/catalertournament/images/simbol_load.svg) no-repeat 0/contain;
  opacity: 0;
}
@media (max-width: 600px) {
  #loading::before {
    width: 160px;
    height: 151px;
  }
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
#loading.loaded::before {
  opacity: 1;
  transition: 0.3s;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main .mv_sec {
  overflow: hidden;
}
#Top main .mv_sec .img_wrap {
  transform: scale(1.2);
  opacity: 0;
}
#Top main .mv_sec .img_wrap img {
  width: 100%;
}
#Top main .mv_sec .text_wrap {
  background-color: #fff;
}
#Top main .mv_sec .text_wrap .ttl {
  transform: scale(1.2);
  opacity: 0;
}
#Top main .mv_sec .text_wrap .ttl img {
  width: 100%;
}
#Top main .mv_sec .text_wrap figure {
  position: absolute;
  opacity: 0;
  transform: translateY(30px);
}
@media (min-width: 900px) {
  #Top main .mv_sec .img_wrap {
    margin-top: 0;
  }
}
@media (min-width: 900px) and (min-width: 1110px) {
  #Top main .mv_sec .img_wrap {
    aspect-ratio: 28/11.9;
  }
  #Top main .mv_sec .img_wrap img {
    object-fit: cover;
    aspect-ratio: 28/11.9;
  }
}
@media (min-width: 900px) {
  #Top main .mv_sec .text_wrap {
    position: relative;
    width: clamp(100px, 100%, 1400px);
    height: clamp(50px, 18.8vw, 267px);
    margin-inline: auto;
  }
  #Top main .mv_sec .text_wrap .ttl {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    max-width: 76%;
    right: 50px;
  }
  #Top main .mv_sec .text_wrap figure {
    width: clamp(100px, 16.64vw, 184px);
    bottom: 15px;
  }
  #Top main .mv_sec .text_wrap figure.kuma2 {
    right: 5.7142857143vw;
  }
}
@media (max-width: 899px) {
  #Top main .mv_sec {
    position: relative;
  }
  #Top main .mv_sec .text_wrap {
    padding-top: 6.6666666667vw;
  }
  #Top main .mv_sec .text_wrap .ttl {
    display: block;
    position: relative;
    z-index: 1;
  }
  #Top main .mv_sec .text_wrap figure.kuma2 {
    width: 21.2vw;
    right: -2vw;
    bottom: 28vw;
  }
}
#Top main .mv_sec.loaded .img_wrap {
  transform: scale(1);
  opacity: 1;
  transition: 0.3s 1.2s ease-out;
}
@media (max-width: 899px) {
  #Top main .mv_sec.loaded .img_wrap {
    padding-bottom: 0;
    margin-top: 0 !important;
  }
}
#Top main .mv_sec.loaded .text_wrap .ttl {
  transform: scale(1);
  opacity: 1;
  transition: 0.3s 1.4s;
}
#Top main .mv_sec.loaded .text_wrap figure {
  opacity: 1;
  transition: 0.3s 1.6s cubic-bezier(0, 0, 0, 2.39);
  transform: translateY(0);
}
#Top main h2 {
  display: grid;
  place-content: center;
  place-items: center;
}
#Top main h2 span {
  line-height: 1;
}
#Top main h2 .en {
  font-family: "Anton";
  font-weight: 400;
  font-style: italic;
  font-size: 70px;
}
#Top main h2 .jp {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 899px) {
  #Top main h2 .en {
    font-size: 50px;
  }
  #Top main h2 .jp {
    font-size: 13px;
    margin-top: 5px;
  }
}
#Top main .dl_btn {
  display: grid;
  place-content: center;
  place-items: center;
  height: 60px;
  background-color: #000;
  font-weight: 700;
  position: relative;
  color: #fff;
  margin-inline: auto;
}
#Top main .dl_btn:hover, #Top main .dl_btn:visited {
  color: #fff;
}
#Top main .dl_btn span {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
#Top main .dl_btn::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 17px;
  height: 16px;
  background: url(/catalertournament/images/icon_dl.svg) no-repeat 0/contain;
  right: 15px;
  top: 0;
  bottom: 0;
}
@media (hover: hover) {
  #Top main .dl_btn:hover {
    background-color: #3f3f3f;
  }
}
@media (max-width: 700px) {
  #Top main .dl_btn {
    height: 55px;
  }
  #Top main .dl_btn span {
    font-size: 12px;
  }
}
#Top main section {
  position: relative;
}
#Top main .news_sec {
  padding-block: 80px 90px;
  background-color: #eaeaea;
  position: relative;
  z-index: 1;
}
#Top main .news_sec::before, #Top main .news_sec::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
#Top main .news_sec::before {
  width: 100%;
  height: auto;
  background: url(/catalertournament/2023/images/news_bg.png) no-repeat center/cover;
  left: 0;
  top: 0;
}
#Top main .news_sec::after {
  width: 100%;
  height: auto;
  background: url(/catalertournament/2023/images/news_bg.png) no-repeat center/cover;
  right: 0;
  bottom: 0;
  z-index: -10;
}
#Top main .news_sec h2 .en {
  background: url(/catalertournament/2026/images/yt_ttl_bg.svg) no-repeat center/cover;
  background-clip: text;
  color: transparent;
  padding-right: 15px;
  text-align: center;
}
#Top main .news_sec .news_flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 0 20px;
}
#Top main .news_sec .news_flex .news_box {
  background: #fff;
  padding: 13px 15px 20px;
  margin: 0 0 20px 0;
}
#Top main .news_sec .news_flex .news_box a {
  display: flex;
  transition: 0.3s;
  flex-direction: column;
  height: 100%;
}
#Top main .news_sec .news_flex .news_box a .day_box {
  margin-bottom: 15px;
}
#Top main .news_sec .news_flex .news_box a .day_box ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#Top main .news_sec .news_flex .news_box a .day_box ul li.day {
  font-size: 14px;
  color: #171c61;
  font-weight: 500;
}
#Top main .news_sec .news_flex .news_box a .day_box ul li.category {
  font-size: 10px;
  color: #fff;
  font-weight: 500;
  background: #000;
  border-radius: 8px;
  text-align: center;
  width: 100px;
  height: 16px;
}
#Top main .news_sec .news_flex .news_box a .day_box p {
  font-size: 14px;
  line-height: 1.85;
}
#Top main .news_sec .news_flex .news_box a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1040px) {
  #Top main .news_sec .news_flex .news_box {
    padding: 13px 0 20px;
  }
}
#Top main .news_sec .news_flex .news_box .img {
  margin-bottom: 10px;
}
#Top main .news_sec .news_flex .look {
  margin-top: auto;
}
#Top main .news_sec .news_flex .look p {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  transition: 0.3s;
}
#Top main .news_sec .news_flex .look p span {
  font-size: 14px;
  transition: 0.3s;
}
#Top main .news_sec .news_flex .look p img {
  width: 9px;
}
#Top main .news_sec .btn_wrap .main_list > li + li {
  margin-top: 10px;
}
#Top main .news_sec .btn_wrap .main_list > li p {
  position: relative;
  background-color: #1e0636;
  transition: 0.3s;
  width: 180px;
  margin: 0 auto;
}
#Top main .news_sec .btn_wrap .main_list > li p::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #000;
  right: 0;
  top: 0;
}
#Top main .news_sec .btn_wrap .main_list > li p a {
  display: block;
  position: relative;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-left: 32px;
  box-sizing: border-box;
}
#Top main .news_sec .btn_wrap .main_list > li p a::before, #Top main .news_sec .btn_wrap .main_list > li p a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #fff;
  right: 12px;
  top: 0;
  bottom: 0;
}
#Top main .news_sec .btn_wrap .main_list > li p a::after {
  transition: 0.3s;
  transform: rotate(-90deg);
}
#Top main .news_sec .btn_wrap .main_list > li p.open a::after {
  transform: rotate(0deg);
}
@media (hover: hover) {
  #Top main .news_sec .btn_wrap .main_list > li p:hover {
    background-color: #000;
  }
}
#Top main .news_sec .btn_wrap .main_list > li ul {
  display: none;
}
#Top main .news_sec .btn_wrap .main_list > li ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding: 13px 25px;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
#Top main .news_sec .btn_wrap .main_list > li ul li a {
  text-decoration: underline;
}
@media (hover: hover) {
  #Top main .news_sec .btn_wrap .main_list > li ul li a:hover {
    opacity: 0.7;
  }
}
#Top main .news_sec .btn_wrap .main_list > li ul li:nth-of-type(2n) {
  background-color: #f2f2f2;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .day_box {
  margin-bottom: 15px;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .day_box ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .day_box ul li {
  padding: 0;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .day_box ul li.day {
  font-size: 14px;
  color: #171c61;
  font-weight: 500;
  width: unset;
  margin: 0;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .day_box ul li.category {
  font-size: 10px;
  color: #fff;
  font-weight: 500;
  background: #171c61;
  border-radius: 8px;
  text-align: center;
  width: 100px;
  height: 16px;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .day_box p {
  font-size: 14px;
  line-height: 1.85;
  width: 100%;
  background: none;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .day_box p::before {
  display: none;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .look p {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  transition: 0.3s;
  background: none;
  color: #000;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .look p::before {
  background: none;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .look p a {
  font-size: 14px;
  transition: 0.3s;
  padding-left: 0;
  font-weight: 400;
  color: #000;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .look p a::before {
  display: none;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .look p a::after {
  display: none;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .look p img {
  width: 9px;
}
#Top main .news_sec .btn_wrap .main_list > li .news_after .look p:hover {
  opacity: 0.7;
}
#Top main .news_sec .look_tb {
  display: none;
}
#Top main .news_sec .look_pc {
  display: block;
}
#Top main .result_sec {
  padding-block: 80px 90px;
  background-color: #eaeaea;
  position: relative;
  z-index: 1;
}
#Top main .result_sec::before, #Top main .result_sec::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
#Top main .result_sec::before {
  width: 100%;
  height: 58.5vw;
  background: url(/catalertournament/2022/images/result_bg01.jpg) no-repeat center/contain;
  left: 0;
  top: 0;
}
#Top main .result_sec::after {
  width: 619px;
  height: 357px;
  background: url(/catalertournament/2022/images/result_bg02.jpg) no-repeat center/contain;
  right: 0;
  bottom: 0;
}
#Top main .result_sec h2 .en {
  background: url(/catalertournament/2025/images/yt_ttl_bg.svg) no-repeat center/cover;
  background-clip: text;
  color: transparent;
  padding-right: 15px;
  text-align: center;
}
#Top main .result_sec .img_wrap {
  margin-top: 40px;
}
#Top main .result_sec .img_wrap .btn_wrap {
  margin-top: 35px;
}
#Top main .result_sec .graph_wrap {
  margin-top: 90px;
}
#Top main .result_sec .graph_wrap .tab_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4px;
}
#Top main .result_sec .graph_wrap .tab_wrap li a {
  display: grid;
  place-content: center;
  place-items: center;
  background-color: #808080;
  line-height: 1;
  width: 100%;
  height: 80px;
}
#Top main .result_sec .graph_wrap .tab_wrap li a span {
  color: #fff;
  line-height: 1;
}
#Top main .result_sec .graph_wrap .tab_wrap li a span:first-of-type {
  font-family: "Anton";
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
}
#Top main .result_sec .graph_wrap .tab_wrap li a span:last-of-type {
  font-weight: 700;
  margin-top: 4px;
}
@media (hover: hover) {
  #Top main .result_sec .graph_wrap .tab_wrap li a:hover {
    background-color: #000;
  }
}
#Top main .result_sec .graph_wrap .tab_wrap li.active a {
  background-color: #000;
}
#Top main .result_sec .graph_wrap .date_wrap {
  display: none;
  background-color: #fff;
  padding: 32px 37px 40px;
  box-sizing: border-box;
}
#Top main .result_sec .graph_wrap .date_wrap.active {
  display: block;
}
#Top main .result_sec .graph_wrap .date_wrap .block + .block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d1d1d1;
}
#Top main .result_sec .graph_wrap .date_wrap .block .place {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 50px 1fr;
}
#Top main .result_sec .graph_wrap .date_wrap .block .place dt {
  display: grid;
  place-content: center;
  height: 60px;
  background-color: #00a29c;
  color: #fff;
  line-height: 1.1;
}
#Top main .result_sec .graph_wrap .date_wrap .block .place dd {
  display: flex;
  align-items: center;
  height: 60px;
  padding-inline: 20px;
  box-sizing: border-box;
  background-color: #f6f6f6;
}
#Top main .result_sec .graph_wrap .date_wrap .block .place dd a {
  color: #5f5f5f;
  border-bottom: 1px solid #000;
}
@media (hover: hover) {
  #Top main .result_sec .graph_wrap .date_wrap .block .place dd a:hover {
    opacity: 0.7;
  }
}
#Top main .result_sec .graph_wrap .date_wrap .block .place dd a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 9px;
  height: 14px;
  background: url(/catalertournament/images/icon_map.svg) no-repeat 0/contain;
  margin-left: 1px;
  top: 1px;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap + .game_wrap {
  margin-top: 30px;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .ttl {
  font-weight: 500;
  height: 30px;
  padding-inline: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #000;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .ttl span {
  color: #fff;
  line-height: 1;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .ttl span + span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  height: 15px;
  background-color: #fff;
  margin-inline: 10px;
  top: 2px;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap {
  margin-top: 38px;
  position: relative;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 175px;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li {
  position: relative;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li span:not(.win) {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  min-height: 62px;
  background-color: #eaeaea;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li small {
  color: #00a29c;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 899px) {
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li small {
    font-size: 12px;
  }
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win {
  position: absolute;
  display: grid;
  place-content: center;
  width: 100%;
  height: 26px;
  border-radius: 8px 8px 0 0;
  background-color: #ef0000;
  left: 0;
  top: -26px;
  color: #fff;
  font-family: "Anton";
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  overflow: hidden;
  z-index: 1;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win::before, #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  height: 26px;
  z-index: -1;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win::before {
  background: url(/catalertournament/2022/images/win_bg01.jpg) no-repeat center/contain;
  left: 0;
  width: 86px;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win::after {
  background: url(/catalertournament/2022/images/win_bg02.jpg) no-repeat center/contain;
  right: 0;
  width: 124px;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 30px);
  column-gap: 40px;
  max-inline-size: max-content;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap::before {
  content: "-";
  font-family: "Anton";
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: -3px;
  right: 0;
  text-align: center;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap p {
  font-family: "Anton";
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  text-align: right;
  line-height: 1;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap p:nth-of-type(2) {
  text-align: left;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap.nocont {
  grid-template-columns: 1fr;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap.nocont::before {
  display: none;
}
#Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap.nocont p {
  font-family: YakuHanJP_Noto, "Noto Sans JP";
  font-weight: 700;
  font-size: 25px;
}
#Top main .result_sec .btn_flex {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-top: 40px;
}
@media (max-width: 899px) {
  #Top main .result_sec .btn_flex {
    display: block;
  }
}
#Top main .result_sec .btn_wrap {
  margin-top: 40px;
}
#Top main .result_sec .btn_wrap a {
  display: grid;
  place-content: center;
  width: 300px;
  height: 60px;
  background-color: #000;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-inline: auto;
}
#Top main .result_sec .btn_wrap a::before {
  width: 17px;
  height: 16px;
  background: url(/catalertournament/2023/images/icon_dl.svg) no-repeat 0/contain;
  right: 15px;
  top: 0;
  bottom: 0;
}
@media (hover: hover) {
  #Top main .result_sec .btn_wrap a:hover {
    opacity: 0.7;
  }
}
#Top main .result_sec .btn_wrap2 {
  margin-top: 40px;
}
#Top main .result_sec .btn_wrap2 a {
  display: grid;
  place-content: center;
  width: 300px;
  height: auto;
  background: url(/catalertournament/2023/images/bg_2022.jpg) no-repeat center center/cover;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-inline: auto;
}
#Top main .result_sec .btn_wrap2 a::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 14px;
  height: 16px;
  background: url(/catalertournament/2023/images/arrow.svg) no-repeat 0/contain;
  right: 15px;
  top: 0;
  bottom: 0;
}
@media (hover: hover) {
  #Top main .result_sec .btn_wrap2 a:hover {
    opacity: 0.7;
  }
}
#Top main .result_sec .btn_wrap2 a.y2025 {
  background: url(/catalertournament/2023/images/bg_2025.jpg) no-repeat center center/cover;
}
@media (max-width: 899px) {
  #Top main .result_sec {
    padding-block: 25px 40px;
  }
  #Top main .result_sec::before {
    width: 100%;
    height: 44.53vw;
    background: url(/catalertournament/2022/images/sp/result_bg01.jpg) no-repeat center/contain;
  }
  #Top main .result_sec::after {
    width: 100%;
    height: 50vw;
    background: url(/catalertournament/2022/images/sp/result_bg02.jpg) no-repeat center/contain;
  }
  #Top main .result_sec h2 .en {
    background: url(/catalertournament/2025/images/yt_ttl_bg.svg) no-repeat right;
    background-clip: text;
    color: transparent;
    padding-right: 15px;
    text-align: center;
    background-size: cover;
  }
  #Top main .result_sec .img_wrap {
    margin-top: 25px;
  }
  #Top main .result_sec .img_wrap .btn_wrap {
    margin-top: 20px;
  }
  #Top main .result_sec .graph_wrap {
    margin-top: 50px;
  }
  #Top main .result_sec .graph_wrap .tab_wrap {
    column-gap: 2px;
  }
  #Top main .result_sec .graph_wrap .tab_wrap li a {
    height: 75px;
  }
  #Top main .result_sec .graph_wrap .tab_wrap li a span:first-of-type {
    font-size: 20px;
  }
  #Top main .result_sec .graph_wrap .tab_wrap li a span:last-of-type {
    font-size: 13px;
    margin-top: 4px;
  }
  #Top main .result_sec .graph_wrap .date_wrap {
    padding: 15px 10px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block + .block {
    margin-top: 15px;
    padding-top: 15px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .place {
    margin-bottom: 10px;
    grid-template-columns: 25px 1fr;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .place dt {
    height: 45px;
    letter-spacing: 0.12em;
    font-size: 12px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .place dd {
    height: 45px;
    padding-inline: 12px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.1;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .place dd a::after {
    width: 8px;
    height: 12px;
    margin-left: 1px;
    top: 1px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap + .game_wrap {
    margin-top: 30px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .ttl {
    height: 20px;
    padding-inline: 7px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .ttl span {
    font-size: 12px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .ttl span + span::before {
    width: 1px;
    height: 10px;
    margin-inline: 10px;
    top: 0;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap {
    margin-top: 21px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul {
    column-gap: 92px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li span:not(.win) {
    font-size: 12px;
    line-height: 1.2;
    min-height: 70px;
    padding: 5px 10px;
    text-align: center;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win {
    height: 15px;
    border-radius: 4px 4px 0 0;
    top: -15px;
    font-size: 11px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win::before, #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win::after {
    height: 15px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win::before {
    background: url(/catalertournament/2022/images/sp/win_bg01.jpg) no-repeat center/contain;
    width: 43px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win::after {
    background: url(/catalertournament/2022/images/sp/win_bg02.jpg) no-repeat center/contain;
    width: 35px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap {
    grid-template-columns: repeat(2, 19px);
    column-gap: 25px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap::before {
    font-size: 19px;
    top: -2px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap p {
    font-size: 19px;
  }
  #Top main .result_sec .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap.nocont p {
    font-size: 18px;
  }
  #Top main .result_sec .btn_wrap {
    margin-top: 25px;
  }
}
#Top main .poster_sec {
  padding-block: 80px 90px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#Top main .poster_sec::before, #Top main .poster_sec::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
#Top main .poster_sec::before {
  width: 575px;
  height: 308px;
  background: url(/catalertournament/2026/images/poster_bg01.svg) no-repeat 0/contain;
  left: 0;
  top: -120px;
}
#Top main .poster_sec::after {
  width: 565px;
  height: 304px;
  background: url(/catalertournament/2026/images/poster_bg02.svg) no-repeat 0/contain;
  right: 0;
  bottom: -120px;
}
#Top main .poster_sec h2 span {
  color: #d70146;
}
#Top main .poster_sec h2 .en {
  background: url(/catalertournament/2026/images/yt_ttl_bg.svg) no-repeat center/cover;
  background-clip: text;
  color: transparent;
  padding-right: 15px;
  text-align: center;
}
#Top main .poster_sec .grid {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  gap: 20px;
}
#Top main .poster_sec .all_h {
  transition: 0.3s;
}
#Top main .poster_sec .all_h:hover {
  opacity: 0.7;
}
#Top main .poster_sec .dl_btn:hover {
  background-color: #000;
}
#Top main .poster_sec .left_wrap {
  width: 30%;
}
#Top main .poster_sec .left_wrap .fig_wrap {
  display: flex;
  justify-content: center;
  column-gap: clamp(10px, 1.5vw, 20px);
}
#Top main .poster_sec .left_wrap .fig_wrap figure {
  position: relative;
}
@media (min-width: 900px) {
  #Top main .poster_sec .left_wrap .fig_wrap figure {
    width: clamp(1px, 24vw, 316px);
  }
}
#Top main .poster_sec .fig_wrap {
  display: flex;
  justify-content: center;
  column-gap: clamp(10px, 1.5vw, 20px);
}
#Top main .poster_sec .fig_wrap figure {
  position: relative;
  padding-bottom: 15px;
}
@media (min-width: 900px) {
  #Top main .poster_sec .fig_wrap figure {
    width: clamp(1px, 24vw, 316px);
  }
}
#Top main .poster_sec p {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin-top: 7px;
}
#Top main .poster_sec p.dl_btn {
  font-size: 14px;
  line-height: 1.2;
}
#Top main .poster_sec .btn_wrap {
  margin-top: 30px;
}
@media (max-width: 899px) {
  #Top main .poster_sec {
    padding-block: 40px 50px;
    position: relative;
    z-index: 1;
  }
  #Top main .poster_sec::before {
    width: 575px;
    height: 205px;
  }
  #Top main .poster_sec .grid {
    display: block;
    margin-top: 0;
  }
  #Top main .poster_sec .grid .left_wrap {
    padding: 30px 0 0 0;
    width: 80%;
    margin: 0 auto;
  }
  #Top main .poster_sec .fig_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 10px;
  }
  #Top main .poster_sec .fig_wrap figure {
    width: 225px;
  }
  #Top main .poster_sec .right_wrap .fig_wrap figure {
    width: clamp(50px, 45%, 225px);
  }
  #Top main .poster_sec p {
    margin-top: 4px;
  }
  #Top main .poster_sec .btn_wrap {
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  #Top main .poster_sec::before {
    width: 100%;
    height: 49.67vw;
  }
  #Top main .poster_sec::after {
    width: 100%;
    height: 72.72vw;
    right: -24vw;
    bottom: -24vw;
  }
}
#Top main .compe_sec {
  background: url(/catalertournament/images/compe_bg.jpg) no-repeat center/cover;
  padding-block: 80px 95px;
}
#Top main .compe_sec h2 .en {
  background: url(/catalertournament/2026/images/compe_ttl_bg.svg) no-repeat center/cover;
  background-clip: text;
  color: transparent;
  padding-right: 15px;
}
#Top main .compe_sec h2 .jp {
  color: #fff;
}
#Top main .compe_sec .grid {
  margin: 40px auto 0;
}
#Top main .compe_sec .grid figure {
  width: 179px;
  margin-inline: auto;
}
#Top main .compe_sec .grid .text_wrap {
  margin-top: -15px;
}
#Top main .compe_sec .grid .text_wrap p {
  color: #fff;
  line-height: 2.2;
}
#Top main .compe_sec .grid .text_wrap p span {
  display: block;
  margin-top: 24px;
}
#Top main .compe_sec .grid .text_wrap p + p {
  padding-top: 2em;
}
#Top main .compe_sec .grid .text_wrap .sign {
  margin: 40px auto 0;
  text-align: right;
}
#Top main .compe_sec .grid .text_wrap .sign img {
  max-width: 200px;
  padding: 12px;
}
@media (max-width: 700px) {
  #Top main .compe_sec {
    background: url(/catalertournament/2023/images/compe_bg.jpg) no-repeat center/cover;
    padding-block: 60px 50px;
  }
  #Top main .compe_sec .grid {
    margin-top: 15px;
    max-width: 500px;
    display: block;
  }
  #Top main .compe_sec .grid figure {
    width: 200px;
    margin-inline: auto;
  }
  #Top main .compe_sec .grid .text_wrap {
    margin-top: 0;
  }
  #Top main .compe_sec .grid .text_wrap p {
    font-size: 15px;
    line-height: 1.7;
  }
  #Top main .compe_sec .grid .text_wrap .logo {
    margin: 30px auto 0;
    width: 116px;
  }
}
@media (max-width: 450px) {
  #Top main .compe_sec {
    background: #000 url(/catalertournament/2023/images/sp/compe_bg.jpg) no-repeat center top/100% auto;
  }
}
#Top main .summery_sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
#Top main .summery_sec h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #000000;
}
#Top main .summery_sec .lead {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}
#Top main .summery_sec .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
  margin: 35px auto 0;
}
#Top main .summery_sec table {
  border-bottom: 1px solid #d1d1d1;
}
#Top main .summery_sec table tr {
  display: block;
  border-top: 1px solid #d1d1d1;
  padding: 15px 5px;
  box-sizing: border-box;
}
#Top main .summery_sec table tr th {
  display: block;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #d70146;
  margin-bottom: 5px;
}
#Top main .summery_sec table tr td {
  display: block;
  font-size: 15px;
  line-height: 1.7;
}
#Top main .summery_sec table tr td li {
  font-size: 15px;
  line-height: 1.7;
}
#Top main .summery_sec table tr td a {
  border-bottom: 1px solid #000;
}
#Top main .summery_sec table tr td a.map {
  white-space: nowrap;
  color: #5f5f5f;
}
#Top main .summery_sec table tr td a.map::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 9px;
  height: 14px;
  background: url(/catalertournament/2023/images/icon_map.svg) no-repeat 0/contain;
  margin-left: 1px;
}
@media (hover: hover) {
  #Top main .summery_sec table tr td a:hover {
    opacity: 0.7;
  }
}
#Top main .summery_sec table tr td .add_list li {
  font-size: 16px;
  line-height: 1.5;
}
#Top main .summery_sec table tr td .add_list li + li {
  margin-top: 5px;
}
#Top main .summery_sec table tr td .dot_list li {
  text-indent: -12px;
  margin-left: 12px;
}
#Top main .summery_sec table tr td .dot_list li::before {
  content: "・";
  margin-right: 2px;
}
#Top main .summery_sec .btn_wrap {
  margin-top: 40px;
}
#Top main .summery_sec .btn_wrap a {
  background-color: #000;
}
@media (hover: hover) {
  #Top main .summery_sec .btn_wrap a:hover {
    background-color: #3f3f3f;
  }
}
@media (max-width: 899px) {
  #Top main .summery_sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #Top main .summery_sec .container {
    max-width: 540px;
  }
  #Top main .summery_sec h3 {
    font-size: 16px;
    line-height: 35px;
  }
  #Top main .summery_sec .lead {
    text-align: left;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.3;
  }
  #Top main .summery_sec .grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-top: 10px;
    border-bottom: 1px solid #d1d1d1;
  }
  #Top main .summery_sec table {
    border: none;
  }
  #Top main .summery_sec table tr {
    padding: 13px 0;
  }
  #Top main .summery_sec table tr th {
    margin-bottom: 5px;
    line-height: 1;
  }
  #Top main .summery_sec table tr td {
    font-size: 14px;
    line-height: 1.5;
  }
  #Top main .summery_sec table tr td li {
    font-size: 14px;
    line-height: 1.5;
  }
  #Top main .summery_sec table tr td li + li {
    margin-top: 7px;
  }
  #Top main .summery_sec table tr td a {
    margin-bottom: 3px;
  }
  #Top main .summery_sec table tr td a.map {
    display: block;
    max-inline-size: max-content;
    line-height: 1.2;
  }
  #Top main .summery_sec table tr td a.map::after {
    width: 8px;
    height: 13px;
    margin-left: 2px;
    top: 1px;
  }
  #Top main .summery_sec table tr td .add_list li {
    font-size: 14px;
  }
  #Top main .summery_sec table tr td .add_list li + li {
    margin-top: 10px;
  }
  #Top main .summery_sec table tr td .dot_list li {
    text-indent: -12px;
    margin-left: 12px;
    line-height: 1.5;
    margin-top: 0;
  }
  #Top main .summery_sec table tr td .dot_list li::before {
    margin-right: 2px;
  }
  #Top main .summery_sec .btn_wrap {
    margin-top: 35px;
  }
  #Top main .summery_sec .btn_wrap a {
    display: flex;
  }
  #Top main .summery_sec .btn_wrap a span {
    margin: 0 0 0 5px;
  }
}
#Top main .yt_sec {
  padding-block: 100px 100px;
}
#Top main .yt_sec h2 .en {
  background: url(/catalertournament/2026/images/yt_ttl_bg.svg) no-repeat center/cover;
  background-clip: text;
  color: transparent;
  padding-right: 15px;
}
#Top main .yt_sec h3 {
  font-size: 20px;
  line-height: 40px;
  background-color: #d70146;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
#Top main .yt_sec p.cs {
  text-align: center;
  padding: 60px 0 0 0;
  font-size: 20px;
  font-weight: bold;
}
#Top main .yt_sec ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  margin: 25px auto 0;
}
#Top main .yt_sec ul li .text_wrap {
  margin-top: 10px;
}
#Top main .yt_sec ul li .text_wrap .ttl {
  font-weight: 500;
  letter-spacing: 0;
}
#Top main .yt_sec ul li .text_wrap .time {
  font-size: 14px;
  line-height: 1;
  color: #5f5f5f;
  margin-top: 10px;
}
@media (hover: hover) {
  #Top main .yt_sec ul li a:hover {
    opacity: 0.7;
  }
}
#Top main .yt_sec .btn_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 50px auto 0;
  gap: 20px;
}
@media (max-width: 1090px) {
  #Top main .yt_sec .btn_flex {
    padding: 0 50px;
  }
}
@media (max-width: 899px) {
  #Top main .yt_sec .btn_flex {
    display: block;
    padding: 0;
  }
}
#Top main .yt_sec .dl_btn {
  box-sizing: border-box;
  height: 70px;
  padding: 0 20px;
  line-height: 1.3;
  background-color: #000;
}
@media (max-width: 1090px) {
  #Top main .yt_sec .dl_btn {
    width: 100%;
  }
}
@media (max-width: 899px) {
  #Top main .yt_sec .dl_btn {
    width: 300px;
  }
}
@media (hover: hover) {
  #Top main .yt_sec .dl_btn:hover {
    background-color: #3f3f3f;
  }
}
#Top main .yt_sec .dl_btn small.txt_ply {
  position: relative;
  display: block;
  padding-left: 36px;
}
#Top main .yt_sec .dl_btn small.txt_ply::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 28px;
  height: 20px;
  background: url(/catalertournament/images/icon_ply_youtube.svg) no-repeat 0/contain;
  right: initial;
  left: 0;
  top: 1px;
  bottom: 0;
}
#Top main .yt_sec .dl_btn::before {
  display: none;
}
#Top main .yt_sec .dl_btn.dl_btn22 {
  background-color: #00ada6;
}
@media (hover: hover) {
  #Top main .yt_sec .dl_btn.dl_btn22:hover {
    opacity: 0.7;
  }
}
#Top main .yt_sec .dl_btn.dl_btn23 {
  background-color: #171c61;
}
@media (hover: hover) {
  #Top main .yt_sec .dl_btn.dl_btn23:hover {
    opacity: 0.7;
  }
}
#Top main .yt_sec .dl_btn.dl_btn24 {
  background-color: #2c0b4c;
}
@media (hover: hover) {
  #Top main .yt_sec .dl_btn.dl_btn24:hover {
    opacity: 0.7;
  }
}
#Top main .yt_sec .dl_btn.dl_btn25 {
  background-color: #ff8709;
}
@media (hover: hover) {
  #Top main .yt_sec .dl_btn.dl_btn25:hover {
    opacity: 0.7;
  }
}
#Top main .yt_sec .readmore button {
  display: none;
}
#Top main .yt_sec .short_container {
  padding-top: 80px;
}
#Top main .yt_sec .short_wrap {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 20px;
}
#Top main .yt_sec .short_wrap .short_inner > div span {
  line-height: 1.5;
  padding-top: 10px;
  display: block;
  font-weight: 500;
  letter-spacing: 0;
}
#Top main .yt_sec .swiper-scrollbar {
  height: 10px;
}
@media (max-width: 800px) {
  #Top main .yt_sec {
    padding-block: 45px 50px;
  }
  #Top main .yt_sec h3 {
    font-size: 18px;
    line-height: 35px;
    margin-top: 16px;
  }
  #Top main .yt_sec ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) and (max-width: 500px) {
  #Top main .yt_sec ul {
    grid-template-columns: 1fr;
    row-gap: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  #Top main .yt_sec ul li a .text_wrap {
    margin-top: 7px;
  }
  #Top main .yt_sec ul li a .text_wrap .ttl {
    font-size: 14px;
    line-height: 1.7;
  }
  #Top main .yt_sec ul li a .text_wrap .time {
    line-height: 1;
    color: #5f5f5f;
    margin-top: 5px;
  }
  #Top main .yt_sec ul li a:hover {
    opacity: 1;
  }
  #Top main .yt_sec .readmore {
    position: relative;
    padding: 0px 0px 75px;
    margin: 50px auto 0;
  }
}
@media (max-width: 800px) and (max-width: 899px) {
  #Top main .yt_sec .readmore {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  #Top main .yt_sec .readmore button {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 0px;
    margin: 0 auto;
    width: 200px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #333;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
    transition: all 0.4s;
  }
  #Top main .yt_sec .readmore-content {
    position: relative;
    height: 190vw;
    transition: all 0.4s;
    overflow: hidden;
  }
  #Top main .yt_sec .readmore-content::before {
    position: absolute;
    display: block;
    content: "";
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    transition: all 0.4s;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  }
  #Top main .yt_sec .readmore-content.is_open:before {
    display: none;
  }
  #Top main .yt_sec .short_container {
    padding-top: 30px;
  }
}
#Top main .team_sec {
  background-color: #eaeaea;
  padding-block: 55px 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#Top main .team_sec::before, #Top main .team_sec::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
#Top main .team_sec::before {
  width: 830px;
  height: 320px;
  background: url(/catalertournament/images/team_bg01.jpg) no-repeat 0/contain;
  left: 0;
  top: 0;
}
#Top main .team_sec::after {
  width: 539px;
  height: 316px;
  background: url(/catalertournament/images/team_bg02.jpg) no-repeat 0/contain;
  right: 0;
  bottom: 0;
}
#Top main .team_sec h2 .en {
  color: #d70146;
}
#Top main .team_sec h2 .jp {
  margin-left: 50px;
}
#Top main .team_sec h2 .jp small {
  font-size: 14px;
  margin-left: 15px;
}
#Top main .team_sec .list_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  margin: 35px auto 0;
}
#Top main .team_sec .main_list > li + li {
  margin-top: 10px;
}
#Top main .team_sec .main_list > li p {
  position: relative;
  background-color: #000;
  transition: 0.3s;
}
#Top main .team_sec .main_list > li p::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #d70146;
  right: 0;
  top: 0;
}
#Top main .team_sec .main_list > li p a {
  display: block;
  position: relative;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-left: 25px;
  box-sizing: border-box;
}
#Top main .team_sec .main_list > li p a::before, #Top main .team_sec .main_list > li p a::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
  right: 15px;
  top: 0;
  bottom: 0;
}
#Top main .team_sec .main_list > li p a::after {
  transition: 0.3s;
  transform: rotate(-90deg);
}
#Top main .team_sec .main_list > li p.open a::after {
  transform: rotate(0deg);
}
@media (hover: hover) {
  #Top main .team_sec .main_list > li p:hover {
    background-color: #000;
  }
}
#Top main .team_sec .main_list > li ul {
  display: none;
}
#Top main .team_sec .main_list > li ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  padding: 13px 25px;
  box-sizing: border-box;
  background-color: #fff;
}
#Top main .team_sec .main_list > li ul li a {
  text-decoration: underline;
}
@media (hover: hover) {
  #Top main .team_sec .main_list > li ul li a:hover {
    opacity: 0.7;
  }
}
#Top main .team_sec .main_list > li ul li:nth-of-type(2n) {
  background-color: #f2f2f2;
}
#Top main .team_sec .main_list > li ul.slide_wrap2 {
  display: none;
}
#Top main .team_sec .main_list > li ul.slide_wrap2 li.white {
  font-weight: 500;
  line-height: 1.3;
  box-sizing: border-box;
  background-color: #fff;
}
#Top main .team_sec .main_list > li ul.slide_wrap2 li.white a {
  text-decoration: underline;
}
@media (hover: hover) {
  #Top main .team_sec .main_list > li ul.slide_wrap2 li.white a:hover {
    opacity: 0.7;
  }
}
#Top main .team_sec .main_list > li ul.slide_wrap2 li.gray {
  background-color: #f2f2f2;
}
#Top main .team_sec .main_list > li ul.slide_wrap2 li.gray a {
  text-decoration: underline;
}
@media (hover: hover) {
  #Top main .team_sec .main_list > li ul.slide_wrap2 li.gray a:hover {
    opacity: 0.7;
  }
}
#Top main .team_sec .btn_wrap {
  margin-top: 50px;
}
#Top main .team_sec .btn_wrap a {
  display: grid;
  place-content: center;
  width: 300px;
  height: 60px;
  background-color: #000;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-inline: auto;
}
#Top main .team_sec .btn_wrap a::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 14px;
  height: 16px;
  background: url(/catalertournament/2023/images/arrow.svg) no-repeat 0/contain;
  right: 15px;
  top: 0;
  bottom: 0;
}
@media (hover: hover) {
  #Top main .team_sec .btn_wrap a:hover {
    background-color: #3f3f3f;
  }
}
@media (max-width: 699px) {
  #Top main .team_sec {
    padding-block: 25px 60px;
  }
  #Top main .team_sec h2 {
    position: relative;
  }
  #Top main .team_sec h2 .jp {
    margin-left: 0;
  }
  #Top main .team_sec h2 .jp small {
    position: absolute;
    font-size: 11px;
    right: 0;
    bottom: -20px;
    margin-left: 0;
  }
  #Top main .team_sec .list_wrap {
    display: block;
    max-width: 400px;
    margin-top: 25px;
  }
  #Top main .team_sec .main_list + .main_list {
    margin-top: 10px;
  }
  #Top main .team_sec .main_list > li p::before {
    width: 45px;
    height: 45px;
  }
  #Top main .team_sec .main_list > li p a {
    line-height: 45px;
    font-size: 16px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  #Top main .team_sec .main_list > li p a::before, #Top main .team_sec .main_list > li p a::after {
    width: 13px;
  }
  #Top main .team_sec .main_list > li ul {
    display: none;
  }
  #Top main .team_sec .main_list > li ul li {
    font-size: 15px;
    padding: 11px 17px;
    box-sizing: border-box;
  }
  #Top main .team_sec .main_list > li ul li:nth-of-type(2n) {
    background-color: #f2f2f2;
  }
  #Top main .team_sec .btn_wrap {
    margin-top: 25px;
  }
}
@media (max-width: 450px) {
  #Top main .team_sec::before {
    width: 100%;
    height: 30vw;
    background: url(/catalertournament/images/sp/team_bg01.jpg) no-repeat 0/contain;
  }
  #Top main .team_sec::after {
    display: none;
  }
}
#Top main .gallery_sec {
  padding-block: 80px 100px;
}
#Top main .gallery_sec h2 .en {
  background: url(/catalertournament/2025/images/yt_ttl_bg.svg) no-repeat center/cover;
  background-clip: text;
  color: transparent;
  padding-right: 15px;
}
#Top main .gallery_sec h3 {
  margin-top: 20px;
}
#Top main .gallery_sec h3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}
#Top main .gallery_sec h3 a img {
  width: 41px;
}
#Top main .gallery_sec h3 a span {
  display: grid;
  place-content: center;
  width: 180px;
  height: 30px;
  border-radius: 15px;
  font-weight: 400;
  background-color: #fdf3e3;
  color: #614917;
}
#Top main .gallery_sec ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 15px;
  max-width: 1100px;
  margin: 25px auto 0;
}
#Top main .gallery_sec ul li a:hover {
  opacity: 0.7;
}
#Top main .gallery_sec ul li span {
  display: block;
  font-size: 14px;
  color: #614917;
  text-align: center;
  background-color: #fdf3e3;
  border-radius: 19px;
  width: 100%;
  padding: 8px 0;
  margin-top: 5px;
}
@media (max-width: 700px) {
  #Top main .gallery_sec {
    padding-block: 30px 50px;
  }
  #Top main .gallery_sec h3 {
    margin-top: 15px;
  }
  #Top main .gallery_sec h3 a {
    column-gap: 8px;
  }
  #Top main .gallery_sec h3 a img {
    width: 33px;
  }
  #Top main .gallery_sec h3 a span {
    font-size: 14px;
    width: 145px;
    height: 22px;
    border-radius: 11px;
  }
  #Top main .gallery_sec ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 15px;
  }
  #Top main .gallery_sec ul li span {
    font-size: 6px;
  }
}
@media (max-width: 1149px) {
  #Top main .news_sec {
    padding-block: 25px 60px;
  }
  #Top main .news_sec .look_tb {
    display: block;
    margin-top: 20px !important;
  }
  #Top main .news_sec .look_pc {
    display: none;
  }
  #Top main .news_sec .news_flex {
    display: block;
  }
  #Top main .news_sec .news_flex .look_tb p {
    justify-content: start;
  }
  #Top main .news_sec .news_flex .news_box {
    margin-bottom: 40px;
    padding: 0 0 0;
  }
  #Top main .news_sec .news_flex .news_box a {
    display: flex;
    max-width: 100%;
    flex-direction: unset;
    gap: 15px;
    align-items: center;
    padding: 13px 15px 13px;
  }
  #Top main .news_sec .news_flex .news_box a:last-child {
    margin-bottom: 0;
  }
  #Top main .news_sec .news_flex .news_box a .img {
    max-width: 335px;
    width: 100%;
  }
  #Top main .news_sec .news_flex .news_box a .day_box {
    padding-left: 3px;
    padding-bottom: 0;
    width: 100%;
    margin-bottom: 0;
  }
  #Top main .news_sec .news_flex .news_box a .day_box li.day {
    font-size: 12px;
  }
  #Top main .news_sec .news_flex .news_box a .day_box li.category {
    font-size: 11px;
    width: 85px;
    height: 18px;
    padding-top: 1px;
  }
  #Top main .news_sec .news_flex .news_box a .day_box p {
    font-size: 14px;
    line-height: 1.42 !important;
    margin: 0;
    justify-content: start !important;
  }
  #Top main .news_sec .news_after {
    display: block;
  }
  #Top main .news_sec .news_after a .news_box {
    display: flex;
    max-width: 100%;
    margin-bottom: 20px;
    gap: 15px;
    align-items: center;
  }
  #Top main .news_sec .news_after a .news_box:last-child {
    margin-bottom: 0;
  }
  #Top main .news_sec .news_after a .news_box .img {
    max-width: 335px;
    width: 100%;
  }
  #Top main .news_sec .news_after a .news_box .day_box {
    padding-left: 3px;
    padding-bottom: 0;
    width: 100%;
  }
  #Top main .news_sec .news_after a .news_box .day_box li.day {
    font-size: 12px;
  }
  #Top main .news_sec .news_after a .news_box .day_box li.category {
    font-size: 11px;
    width: 85px;
    height: 18px;
  }
  #Top main .news_sec .news_after a .news_box .day_box p {
    font-size: 14px;
    line-height: 1.42;
    margin: 0;
  }
  #Top main .news_sec .btn_wrap {
    margin-top: 25px;
  }
  #Top main .news_sec .btn_wrap .main_list > li + li {
    margin-top: 10px;
  }
  #Top main .news_sec .btn_wrap .main_list > li p {
    position: relative;
    background-color: #1e0636;
    transition: 0.3s;
    width: 100%;
    margin: 0 auto;
  }
  #Top main .news_sec .btn_wrap .main_list > li p::before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #000;
    right: 0;
    top: 0;
  }
  #Top main .news_sec .btn_wrap .main_list > li p a {
    display: block;
    position: relative;
    line-height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding-left: 88px;
    box-sizing: border-box;
  }
  #Top main .news_sec .btn_wrap .main_list > li p a::before, #Top main .news_sec .btn_wrap .main_list > li p a::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: 18px;
    height: 2px;
    background-color: #fff;
    right: 22px;
    top: 0;
    bottom: 0;
  }
  #Top main .news_sec .btn_wrap .main_list > li p a::after {
    transition: 0.3s;
    transform: rotate(-90deg);
  }
  #Top main .news_sec .btn_wrap .main_list > li p.open a::after {
    transform: rotate(0deg);
  }
}
@media (max-width: 1149px) and (hover: hover) {
  #Top main .news_sec .btn_wrap .main_list > li p:hover {
    background-color: #000;
  }
}
@media (max-width: 1149px) {
  #Top main .news_sec .btn_wrap .main_list > li ul {
    display: none;
  }
  #Top main .news_sec .btn_wrap .main_list > li ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding: 13px 25px;
    box-sizing: border-box;
    background-color: #fff;
    width: 180px;
    margin: 0 auto;
  }
  #Top main .news_sec .btn_wrap .main_list > li ul li a {
    text-decoration: underline;
  }
}
@media (max-width: 1149px) and (hover: hover) {
  #Top main .news_sec .btn_wrap .main_list > li ul li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1149px) {
  #Top main .news_sec .btn_wrap .main_list > li ul li:nth-of-type(2n) {
    background-color: #f2f2f2;
  }
  #Top main .news_sec .btn_wrap .main_list li .news_after .day_box {
    padding-left: 3px;
    padding-bottom: 0;
    width: 100%;
    margin-bottom: 0;
  }
  #Top main .news_sec .btn_wrap .main_list li .news_after .day_box ul li.day {
    font-size: 12px;
    margin: unset;
  }
  #Top main .news_sec .btn_wrap .main_list li .news_after .day_box ul li.category {
    font-size: 11px;
    width: 85px;
    height: 18px;
    margin: 0;
  }
  #Top main .news_sec .btn_wrap .main_list li .news_after .day_box ul p {
    font-size: 14px;
    line-height: 1.42 !important;
    margin: 0;
  }
  #Top main::before {
    width: 100%;
    height: 44.53vw;
    background: url(/catalertournament/2022/images/sp/result_bg01.jpg) no-repeat center/contain;
  }
  #Top main::after {
    width: 100%;
    height: 50vw;
    background: url(/catalertournament/2022/images/sp/result_bg02.jpg) no-repeat center/contain;
  }
  #Top main .img_wrap {
    margin-top: 25px;
  }
  #Top main .img_wrap .btn_wrap {
    margin-top: 20px;
  }
}
@media (max-width: 899px) {
  #Top main .news_sec {
    padding-block: 25px 40px;
  }
  #Top main .news_sec h2 {
    margin-bottom: 30px;
  }
  #Top main .news_sec .news_flex {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-bottom: -5px;
  }
  #Top main .news_sec .news_flex .news_box {
    margin-bottom: 20px;
    padding: 0 0 0;
  }
  #Top main .news_sec .news_flex .news_box:last-of-type {
    margin-bottom: 0;
  }
  #Top main .news_sec .news_flex .news_box a {
    display: flex;
    max-width: 100%;
    flex-direction: unset;
    gap: 15px;
    align-items: center;
    padding: 15px 15px 13px;
  }
  #Top main .news_sec .news_flex .news_box a:last-child {
    margin-bottom: 0;
  }
  #Top main .news_sec .news_flex .news_box a .img {
    max-width: 335px;
    width: 100%;
  }
  #Top main .news_sec .news_flex .news_box a .day_box {
    padding-left: 3px;
    padding-bottom: 0;
    max-width: 335px;
    width: 100%;
    margin-bottom: 0;
  }
  #Top main .news_sec .news_flex .news_box a .day_box li.day {
    font-size: 12px !important;
  }
  #Top main .news_sec .news_flex .news_box a .day_box li.category {
    font-size: 11px !important;
    width: 85px;
    height: 18px !important;
    padding: 2px 0 1px;
  }
  #Top main .news_sec .news_flex .news_box a .day_box p {
    font-size: 14px;
    line-height: 1.42 !important;
    margin: 0;
  }
  #Top main .news_sec .news_after {
    display: block;
  }
  #Top main .news_sec .news_after a .news_box {
    display: flex;
    max-width: 100%;
    margin-bottom: 20px;
    gap: 15px;
    align-items: center;
  }
  #Top main .news_sec .news_after a .news_box:last-child {
    margin-bottom: 0;
  }
  #Top main .news_sec .news_after a .news_box .img {
    max-width: 335px;
    width: 100%;
  }
  #Top main .news_sec .news_after a .news_box .day_box {
    padding-left: 3px;
    padding-bottom: 0;
    max-width: 335px;
    width: 100%;
  }
  #Top main .news_sec .news_after a .news_box .day_box li.day {
    font-size: 12px !important;
  }
  #Top main .news_sec .news_after a .news_box .day_box li.category {
    font-size: 11px;
    width: 85px;
    height: 18px;
  }
  #Top main .news_sec .news_after a .news_box .day_box p {
    font-size: 14px;
    line-height: 1.42;
    margin: 0;
  }
  #Top main .news_sec .btn_wrap {
    margin-top: 25px;
  }
  #Top main .news_sec .btn_wrap .main_list > li + li {
    margin-top: 10px;
  }
  #Top main .news_sec .btn_wrap .main_list > li p {
    position: relative;
    background-color: #1e0636;
    transition: 0.3s;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0;
  }
  #Top main .news_sec .btn_wrap .main_list > li p::before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #000;
    right: 0;
    top: 0;
  }
  #Top main .news_sec .btn_wrap .main_list > li p a {
    display: block;
    position: relative;
    line-height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding-left: 88px;
    box-sizing: border-box;
  }
  #Top main .news_sec .btn_wrap .main_list > li p a::before, #Top main .news_sec .btn_wrap .main_list > li p a::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    width: 18px;
    height: 2px;
    background-color: #fff;
    right: 22px;
    top: 2px;
    bottom: 0;
  }
  #Top main .news_sec .btn_wrap .main_list > li p a::after {
    transition: 0.3s;
    transform: rotate(-90deg);
  }
  #Top main .news_sec .btn_wrap .main_list > li p.open a::after {
    transform: rotate(0deg);
  }
}
@media (max-width: 899px) and (hover: hover) {
  #Top main .news_sec .btn_wrap .main_list > li p:hover {
    background-color: #000;
  }
}
@media (max-width: 899px) {
  #Top main .news_sec .btn_wrap .main_list > li ul {
    display: none;
  }
  #Top main .news_sec .btn_wrap .main_list > li ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding: 13px 25px;
    box-sizing: border-box;
    background-color: #fff;
    width: 180px;
    margin: 0 auto;
  }
  #Top main .news_sec .btn_wrap .main_list > li ul li a {
    text-decoration: underline;
  }
}
@media (max-width: 899px) and (hover: hover) {
  #Top main .news_sec .btn_wrap .main_list > li ul li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 899px) {
  #Top main .news_sec .btn_wrap .main_list > li ul li:nth-of-type(2n) {
    background-color: #f2f2f2;
  }
  #Top main .news_sec .btn_wrap .main_list li .news_after .day_box {
    padding-left: 3px;
    padding-bottom: 0;
    max-width: 335px;
    width: 100%;
    margin-bottom: 0;
  }
  #Top main .news_sec .btn_wrap .main_list li .news_after .day_box ul li.day {
    font-size: 12px;
    margin: unset;
  }
  #Top main .news_sec .btn_wrap .main_list li .news_after .day_box ul li.category {
    font-size: 11px;
    width: 100px;
    height: 18px;
    margin: 0;
    padding: 2px 0 1px;
  }
  #Top main .news_sec .btn_wrap .main_list li .news_after .day_box ul p {
    font-size: 14px;
    line-height: 1.42 !important;
    margin: 0;
  }
  #Top main::before {
    width: 100%;
    height: 44.53vw;
    background: url(/catalertournament/2022/images/sp/result_bg01.jpg) no-repeat center/contain;
  }
  #Top main::after {
    width: 100%;
    height: 50vw;
    background: url(/catalertournament/2022/images/sp/result_bg02.jpg) no-repeat center/contain;
  }
  #Top main .img_wrap {
    margin-top: 25px;
  }
  #Top main .img_wrap .btn_wrap {
    margin-top: 20px;
  }
}
@media (max-width: 899px) {
  #Top main::before {
    width: 100%;
    height: 44.53vw;
    background: url(/catalertournament/2022/images/sp/result_bg01.jpg) no-repeat center/contain;
  }
  #Top main::after {
    width: 100%;
    height: 50vw;
    background: url(/catalertournament/2022/images/sp/result_bg02.jpg) no-repeat center/contain;
  }
  #Top main .img_wrap {
    margin-top: 25px;
  }
  #Top main .img_wrap .btn_wrap {
    margin-top: 20px;
  }
  #Top main .graph_wrap {
    margin-top: 50px;
  }
  #Top main .graph_wrap .tab_wrap {
    column-gap: 2px;
  }
  #Top main .graph_wrap .tab_wrap li a {
    height: 75px;
  }
  #Top main .graph_wrap .tab_wrap li a span:first-of-type {
    font-size: 20px;
  }
  #Top main .graph_wrap .tab_wrap li a span:last-of-type {
    font-size: 13px;
    margin-top: 4px;
  }
  #Top main .graph_wrap .date_wrap {
    padding: 15px 10px;
  }
  #Top main .graph_wrap .date_wrap .block + .block {
    margin-top: 15px;
    padding-top: 15px;
  }
  #Top main .graph_wrap .date_wrap .block .place {
    margin-bottom: 10px;
    grid-template-columns: 25px 1fr;
  }
  #Top main .graph_wrap .date_wrap .block .place dt {
    height: 45px;
    letter-spacing: 0.12em;
    font-size: 12px;
  }
  #Top main .graph_wrap .date_wrap .block .place dd {
    height: 45px;
    padding-inline: 12px;
    box-sizing: border-box;
    background-color: #f6f6f6;
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.1;
  }
  #Top main .graph_wrap .date_wrap .block .place dd a::after {
    width: 8px;
    height: 12px;
    margin-left: 1px;
    top: 1px;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap + .game_wrap {
    margin-top: 30px;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .ttl {
    height: 20px;
    padding-inline: 7px;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .ttl span {
    font-size: 12px;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .ttl span + span::before {
    width: 1px;
    height: 10px;
    margin-inline: 10px;
    top: 0;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .team_wrap {
    margin-top: 21px;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .team_wrap ul {
    column-gap: 92px;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li span:not(.win) {
    font-size: 12px;
    line-height: 1.2;
    min-height: 70px;
    padding: 5px 10px;
    text-align: center;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win {
    height: 15px;
    border-radius: 4px 4px 0 0;
    top: -15px;
    font-size: 11px;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win::before, #Top main .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win::after {
    height: 15px;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win::before {
    background: url(/catalertournament/2022/images/sp/win_bg01.jpg) no-repeat center/contain;
    width: 43px;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .team_wrap ul li .win::after {
    background: url(/catalertournament/2022/images/sp/win_bg02.jpg) no-repeat center/contain;
    width: 35px;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap {
    grid-template-columns: repeat(2, 19px);
    column-gap: 25px;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap::before {
    font-size: 19px;
    top: -2px;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap p {
    font-size: 19px;
  }
  #Top main .graph_wrap .date_wrap .block .game_wrap .team_wrap .score_wrap.nocont p {
    font-size: 18px;
  }
  #Top main .btn_wrap {
    margin-top: 25px;
  }
}
#Top main .award_sec {
  padding-block: 80px 0;
  background: unset;
}
#Top main .award_sec::before, #Top main .award_sec::after {
  display: none;
}
@media (max-width: 899px) {
  #Top main .award_sec {
    padding-block: 25px 0;
  }
}
#Top main .award_sec h2 {
  padding-bottom: 40px;
}
#Top main .award_sec h2 .en {
  background: url(/catalertournament/2025/images/yt_ttl_bg.svg) no-repeat center/cover;
  background-clip: text;
  color: transparent;
  padding-right: 15px;
}
#Top main .award_sec h2 .jp {
  padding: 0;
  margin: 0;
}
#Top main .award_sec .list_wrap {
  margin-top: 0;
  padding-bottom: 45px;
}
@media (max-width: 899px) {
  #Top main .award_sec .list_wrap {
    padding-bottom: 25px;
  }
}
#Top main .award_sec .sp_scroll_txt {
  padding-top: 10px;
  padding-bottom: 5px;
  background: unset;
}
#Top main .award_sec .sp_scroll_txt::before {
  content: "";
  background: url(/catalertournament/images/icon-scroll.svg) no-repeat center/cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 3px;
  position: static;
}
#Top main .award_sec .video_section a {
  display: block;
  width: fit-content;
  max-width: 340px;
  margin: 0 auto;
}
#Top main .award_sec .video_section figure {
  text-align: center;
}
#Top main .award_sec .video_section span {
  line-height: 1.5;
  padding-top: 10px;
  display: block;
  font-weight: 500;
  letter-spacing: 0;
}
#Top main .award_sec .table_sub_section {
  padding-bottom: 50px;
}
#Top main .award_sec .table_sub_section h3 {
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 15px;
  color: #171c61;
  text-align: center;
}
#Top main .award_sec .table_sub_section .table_wrap table {
  width: 99%;
  margin: 0 auto;
}
#Top main .award_sec .table_sub_section .table_wrap table + table {
  margin-top: 15px;
}
#Top main .award_sec .table_sub_section .table_wrap table th,
#Top main .award_sec .table_sub_section .table_wrap table td {
  border: 1px solid #eee;
  padding: 5px 10px;
  vertical-align: middle;
}
#Top main .award_sec .table_sub_section .table_wrap table th {
  background-color: #ff8709;
  color: #fff;
  text-align: center;
}
#Top main .award_sec .table_sub_section .table_wrap table thead th {
  white-space: nowrap;
}
#Top main .award_sec .table_sub_section .table_wrap table tbody td.num_txt {
  text-align: center;
}
#Top main .award_sec .table_sub_section .table_wrap table tbody td .team {
  font-size: 14px;
  display: block;
}
#Top main .award_sec .table_sub_section .table_wrap table tbody td .kana {
  font-size: 14px;
  padding-left: 5px;
}
#Top main .award_sec .table_sub_section .table_wrap table tbody td .kana::before {
  content: "（";
}
#Top main .award_sec .table_sub_section .table_wrap table tbody td .kana::after {
  content: "）";
}
#Top main .award_sec .table_sub_section .table_wrap table tbody td .note {
  font-size: 14px;
  padding-left: 5px;
}
#Top main .award_sec .table_sub_section .table_wrap table tbody tr:nth-child(even) td {
  background-color: #eee;
}
#Top main .award_sec .table_sub_section .table_wrap table tfoot td {
  border: none;
}
@media (max-width: 899px) {
  #Top main .award_sec .table_sub_section .table_wrap {
    padding-bottom: 10px;
  }
  #Top main .award_sec .table_sub_section .table_wrap table th,
  #Top main .award_sec .table_sub_section .table_wrap table td {
    white-space: nowrap;
  }
}
#Top main .award_sec .table_sub_section .note_list {
  padding-top: 10px;
}
#Top main .award_sec .table_sub_section .note_list li {
  font-weight: 500;
  font-size: 14px;
  text-indent: -1em;
  padding: 5px 0 5px 1em;
  background-color: unset;
}
#Top main .award_sec .table_sub_section .note_list li:nth-of-type(2n) {
  background-color: unset;
}
#Top main .award_sec .table_sub_section .note_list li::before {
  content: "※";
}
#Top main .award_sec .slide_wrap {
  display: none;
}
#Top main .award_sec .slide_wrap .note_list {
  display: block;
}
#Top main .award_sec .slide_wrap .note_list li {
  display: block;
}
#Top main .award_sec .slide_wrap .table_sub_section {
  padding-top: 15px;
  padding-bottom: 15px;
}
#Top main .award_sec.individual_sec .director {
  text-align: center;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
}
#Top main .award_sec.individual_sec .table_sub_section {
  padding-bottom: 25px;
}
#Top main .award_sec.individual_sec .table_sub_section .table_wrap {
  padding-bottom: 25px;
}
#Top main .award_sec.individual_sec .table_sub_section .table_wrap table th,
#Top main .award_sec.individual_sec .table_sub_section .table_wrap table td {
  padding: 5px 15px;
}
#Top main .award_sec.individual_sec .table_sub_section .table_wrap table th:first-child {
  width: 20%;
}
@media (max-width: 700px) {
  #Top main .award_sec.individual_sec .table_sub_section .table_wrap table th:first-child {
    width: 325px;
  }
}
#Top main .award_sec.individual_sec .table_sub_section .table_wrap table th:nth-child(2) {
  width: 40%;
}
#Top main .award_sec.individual_sec .table_sub_section .table_wrap table th:last-child {
  width: 20%;
}
#Top main .award_sec.individual_sec .table_sub_section .table_wrap table td .team {
  display: inline;
}
@media (max-width: 899px) {
  #Top main .award_sec.individual_sec .table_sub_section .table_wrap table td .kana {
    display: block;
    padding: 0;
  }
  #Top main .award_sec.individual_sec .table_sub_section .table_wrap table td .team {
    display: block;
  }
  #Top main .award_sec.individual_sec .table_sub_section .table_wrap table td .team::before {
    content: "";
  }
  #Top main .award_sec.individual_sec .table_sub_section .table_wrap table td .note {
    display: block;
    padding: 0;
  }
}