@charset "UTF-8";
/* @use 'variables' as *; */
/*----------------------------------------
    top page
------------------------------------------*/
/* fv
------------------------------------------*/
#fv {
  --kv_w_num: 1920;
  --kv_h_num: 1080;
}

#fv {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1920px;
  height: auto;
}
#fv .logo_and_title .logo_outer {
  position: absolute;
  display: block;
  right: calc(10000% / var(--kv_w_num));
  top: calc(25000% / var(--kv_h_num));
  width: calc(48300% / var(--kv_w_num));
  z-index: 1;
}
#fv .logo_and_title .logo_outer .logo {
  display: block;
  width: 100%;
  height: auto;
}
#fv .logo_and_title .logo_outer .logo img {
  display: block;
  width: 100%;
  height: auto;
}
#fv .logo_and_title .oe_title {
  position: absolute;
  display: block;
  bottom: 10%;
  right: 1%;
  width: calc(90000% / var(--kv_w_num));
  z-index: 1;
  margin-bottom: 0;
}
#fv .kv {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: min(var(--vh_px), 100% * (var(--kv_h_num) - 100) / var(--kv_w_num));
  margin: 0 auto;
}
#fv .kv::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: rgb(0, 0, 0);
}
#fv .kv .kv_layer {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  padding-top: calc(100% * (var(--kv_h_num) - 0) / var(--kv_w_num));
}
#fv .kv .kv_layer .img_outer {
  position: absolute;
  top: 0;
  left: 0;
  transition: 2s cubic-bezier(0.22, 1, 0.36, 1);
}
#fv .kv .kv_layer .img_outer img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fv .kv .kv_layer_ui {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
#fv .kv .kv_layer_ui .kv_ui {
  position: absolute;
  display: block;
}
#fv .kv .kv_layer_ui .kv_ui img {
  display: block;
  width: 100%;
  height: auto;
}
#fv .kv .kv_layer_ui .kv_ui_barcode_left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(60px, 6000% / var(--kv_w_num));
}
#fv .kv .kv_layer_ui .kv_ui_barcode_top {
  left: calc(56300% / var(--kv_w_num));
  top: calc(3800% / var(--kv_h_num));
  width: min(175px, 17500% / var(--kv_w_num));
}
#fv .kv .kv_layer_ui .kv_ui_1v1 {
  left: calc(6000% / var(--kv_w_num));
  top: calc(4200% / var(--kv_h_num));
  width: min(26px, 2600% / var(--kv_w_num));
}
#fv .kv .kv_layer_ui .kv_ui_rt_taiman {
  right: calc(6000% / var(--kv_w_num));
  top: calc(4200% / var(--kv_h_num));
  width: min(52px, 5200% / var(--kv_w_num));
}
#fv .kv .kv_layer_ui .kv_ui_eplus {
  right: calc(5800% / var(--kv_w_num));
  bottom: calc(3200% / var(--kv_h_num));
  width: min(218px, 21800% / var(--kv_w_num));
}

@media only screen and (max-width: 835px) {
  #fv {
    --kv_w_num: 768;
    --kv_h_num: 844;
  }
  #fv {
    display: flex;
    flex-direction: column-reverse;
  }
  #fv .logo_and_title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -10vw;
  }
  #fv .logo_and_title .logo_outer {
    position: relative;
    right: initial;
    top: initial;
    width: 90%;
  }
  #fv .logo_and_title .logo_outer .logo {
    margin-bottom: 10%;
    transform: translateX(3.4%);
  }
  #fv .logo_and_title .logo_outer .kv_ui_eplus {
    position: relative;
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  #fv .logo_and_title .logo_outer .kv_ui_eplus img {
    display: block;
    width: 100%;
    height: 100%;
  }
  #fv .logo_and_title .oe_title {
    position: relative;
    bottom: initial;
    right: initial;
    width: 80%;
  }
  #fv .kv {
    padding-top: min(var(--vh_px), 100% * (var(--kv_h_num) - 0) / var(--kv_w_num));
  }
  #fv .kv .kv_layer_ui .kv_ui_barcode_top {
    left: calc(20000% / var(--kv_w_num));
    top: calc(2400% / var(--kv_h_num));
  }
  #fv .kv .kv_layer_ui .kv_ui_1v1 {
    left: calc(4000% / var(--kv_w_num));
    top: calc(3000% / var(--kv_h_num));
  }
  #fv .kv .kv_layer_ui .kv_ui_rt_taiman {
    right: calc(8000% / var(--kv_w_num));
    top: calc(3000% / var(--kv_h_num));
  }
}
/* fv 02
-------------------------------*/
#fv_02 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 2000px;
  margin: 0 auto;
}
#fv_02 .kv_outer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: calc(var(--main_distance) * 0.5);
}
#fv_02 .kv_outer .kv {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#fv_02 .kv_outer .kv img {
  display: block;
  width: 100%;
  height: auto;
}
#fv_02 .oe_title {
  position: relative;
  display: block;
  width: min(900px, 85%);
  height: auto;
  margin: 0 auto;
}
#fv_02 .oe_title img {
  display: block;
  width: 100%;
  height: auto;
}

/* dateplace
-------------------------------*/
#dateplace .dateplace_outer {
  margin-bottom: calc(var(--main_distance) * 1);
}
#dateplace .dateplace_outer img {
  display: block;
  width: 100%;
  height: auto;
}
#dateplace .dateplace_outer .date_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 10%;
}
#dateplace .dateplace_outer .date_flex .date_img {
  display: block;
  width: 40%;
  margin-bottom: 0;
}
#dateplace .dateplace_outer .place {
  display: block;
  width: min(700px, 90%);
  height: auto;
  margin: 0 auto;
  transition: 0.2s;
}
#dateplace .dateplace_outer .place:hover {
  opacity: 0.6;
}
#dateplace .venue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94%;
  margin: 0 auto calc(var(--main_distance) * 1);
}
#dateplace .venue a {
  width: 50%;
  padding: 0 5%;
}
#dateplace .venue figure {
  width: 50%;
}

@media only screen and (max-width: 835px) {
  #dateplace .dateplace_outer .date_flex {
    flex-direction: column;
    gap: 10vw;
  }
  #dateplace .dateplace_outer .date_flex .date_img {
    width: 100%;
  }
  #dateplace .venue {
    display: inherit;
    width: 90%;
    margin: 0 auto calc(var(--main_distance) * 1);
  }
  #dateplace .venue a {
    width: 100%;
    padding: 0;
  }
  #dateplace .venue figure {
    width: 100%;
  }
}
/* top about
-------------------------------*/
#top_about {
  background-color: #EA0000;
}
#top_about .about_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: calc(var(--main_distance) * 0.5);
}
#top_about .about_flex .logo_area {
  width: 50%;
}
#top_about .about_flex .logo_area .logo {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 0;
}
#top_about .about_flex .logo_area .logo img {
  display: block;
  width: 100%;
  height: auto;
}
#top_about .about_flex .text_area {
  width: 50%;
  text-align: left;
  font-size: clamp(14px, 2vw, 17px);
  line-height: 2em;
}
#top_about .about_flex .text_area .catch {
  font-size: clamp(20px, 3vw, 40px);
  line-height: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 800;
}

@media only screen and (max-width: 835px) {
  #top_about .about_flex {
    flex-direction: column;
    gap: calc(var(--main_distance) * 0.7);
  }
  #top_about .about_flex .logo_area {
    width: 100%;
  }
  #top_about .about_flex .text_area {
    width: 100%;
  }
}
/* news
-------------------------------*/
#news .news_wrap {
  position: relative;
}
#news .news_wrap .bg_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#news .news_wrap .bg_layer .bg_item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10%);
  width: 94%;
  height: 110%;
}
#news .news_wrap .bg_layer .bg_item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat top center url(../images/svg/parts_bg_item_01.svg);
  background-size: contain;
}
#news .news_wrap .main_layer {
  position: relative;
}
#news .news_wrap .main_layer .news_section_box {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: calc(var(--main_gap) * 1);
  padding: min(120px, 10vw) min(80px, 4vw);
  background-color: rgba(0, 0, 0, 0.7);
}
#news .news_wrap .main_layer .news_section_box .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news .news_wrap .main_layer .news_section_box .frame::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: clamp(3px, 1vw, 10px) solid #EA0000;
}
#news .news_wrap .main_layer .news_section_box .frame span {
  position: absolute;
  display: block;
  /* &:nth-of-type(1), &:nth-of-type(3) {width: min(420px , 35%); height: min(110px, 30%); background: no-repeat top left url(../images/svg/parts_box_corner_01_tl.svg); background-size: contain;}
  &:nth-of-type(2), &:nth-of-type(4) {width: min(420px , 35%); height: min(28px, 10%); background: no-repeat top left url(../images/svg/parts_box_corner_01_tr.svg); background-size: contain;} */
}
#news .news_wrap .main_layer .news_section_box .frame span:nth-of-type(1) {
  top: 0;
  left: 0;
}
#news .news_wrap .main_layer .news_section_box .frame span:nth-of-type(2) {
  top: 0;
  right: 0;
}
#news .news_wrap .main_layer .news_section_box .frame span:nth-of-type(3) {
  bottom: 0;
  right: 0;
  transform: scale(-1, -1);
}
#news .news_wrap .main_layer .news_section_box .frame span:nth-of-type(4) {
  bottom: 0;
  left: 0;
  transform: scale(-1, -1);
}
#news .news_wrap .main_layer .news_section_box .news_list_outer, #news .news_wrap .main_layer .news_section_box .official_x_outer {
  position: relative;
  width: calc((100% - var(--main_gap)) / 2);
}
#news .news_wrap .main_layer .news_section_box .official_x_outer {
  display: flex;
  flex-direction: column;
  border: 2px solid #EA0000;
}
#news .news_wrap .main_layer .news_section_box .official_x_outer .official_x_h_title {
  display: block;
  width: 100%;
  border-bottom: 2px solid #EA0000;
  text-align: left;
  color: #EA0000;
  font-family: YakuHanJP, "Anton", "Noto Sans JP", "Noto Sans", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: min(54px, 10vw);
  line-height: 1em;
  white-space: nowrap;
  padding: 0.2em;
}
#news .news_wrap .main_layer .news_section_box .official_x_outer .official_x_area {
  padding: calc(var(--main_gap) / 2);
  min-height: 530px;
}
@media only screen and (max-width: 835px) {
  #news .news_wrap .bg_layer .bg_item {
    transform: translate(-50%, 6%);
    height: 530px;
  }
  #news .news_wrap .main_layer .news_section_box {
    flex-direction: column;
    gap: calc(var(--main_gap) * 2);
  }
  #news .news_wrap .main_layer .news_section_box .news_list_outer, #news .news_wrap .main_layer .news_section_box .official_x_outer {
    width: 100%;
  }
}
#archive_news .news_wrap .news_list_outer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: clamp(2px, 1vw, 4px) solid #EA0000;
  background-color: rgba(0, 0, 0, 0.5);
  padding: calc(var(--main_gap) * 2) calc(var(--main_gap) * 2);
  margin-bottom: calc(var(--main_gap) * 1);
}

@media only screen and (max-width: 835px) {
  #archive_news .news_wrap .news_list_outer {
    padding: calc(var(--main_gap) * 1) calc(var(--main_gap) * 1) calc(var(--main_gap) * 2);
  }
}
#single_news .news_wrap .news_article {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: clamp(2px, 1vw, 4px) solid #EA0000;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: calc(var(--main_gap) * 1);
}
#single_news .news_wrap .news_article .title_area {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  border-bottom: clamp(2px, 1vw, 4px) solid #EA0000;
  padding: calc(var(--main_gap) * 1);
}
#single_news .news_wrap .news_article .title_area .date {
  font-size: clamp(13px, 2vw, 18px);
  line-height: 1.4em;
  color: #EA0000;
  margin-bottom: 0.7em;
  font-weight: 800;
}
#single_news .news_wrap .news_article .title_area .news_title {
  font-size: clamp(15px, 3vw, 22px);
  line-height: 1.4em;
  color: #fff;
  margin-bottom: 0;
  font-weight: 800;
}
#single_news .news_wrap .news_article .content_outer {
  padding: calc(var(--main_gap) * 1);
}

.cmn_news_list {
  margin-bottom: calc(var(--main_gap) * 1);
  text-align: left;
}
.cmn_news_list li .news_link {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #fff;
  font-size: clamp(14px, 2vw, 16px);
  padding: 2em 0;
  padding-right: 3.5em;
}
.cmn_news_list li .news_link .date {
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  transition: 0.2s;
}
.cmn_news_list li .news_link .title {
  line-height: 1.4em;
  color: #fff;
  font-weight: 700;
  transition: 0.2s;
}
.cmn_news_list li .news_link::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  background: no-repeat center url(../images/svg/icon_plus_w.svg);
  background-size: contain;
  transition: 0.2s;
}
.cmn_news_list li .news_link:hover .date {
  color: #EA0000;
}
.cmn_news_list li .news_link:hover .title {
  color: #EA0000;
}
.cmn_news_list li .news_link:hover::after {
  transform: rotateZ(90deg) scale(1.2);
}

/* large_nav
-------------------------------*/
#large_nav {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: calc(var(--main_gap) * 1);
  background-color: #EA0000;
}
#large_nav .large_nav_grid {
  --border_size: 4px;
  --grid_gap: 0px;
  --grid_col: 3;
  display: grid;
  grid-template-columns: repeat(var(--grid_col), calc((100% - var(--grid_gap) * (var(--grid_col) - 1)) / var(--grid_col)));
  grid-row-gap: var(--grid_gap);
  grid-column-gap: var(--grid_gap);
  border-top: var(--border_size) solid #000;
  border-left: var(--border_size) solid #000;
}
#large_nav .large_nav_grid li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#large_nav .large_nav_grid li .large_nav_link {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-bottom: var(--border_size) solid #000;
  border-right: var(--border_size) solid #000;
}
#large_nav .large_nav_grid li .large_nav_link::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transform: scale(0.85);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
#large_nav .large_nav_grid li .large_nav_link::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  width: 10%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #000;
  transition: 0.4s;
}
#large_nav .large_nav_grid li .large_nav_link .center_text {
  position: relative;
  color: #000;
  transition: 0.4s;
}
#large_nav .large_nav_grid li .large_nav_link .center_text .main {
  font-family: YakuHanJP, "Anton", "Noto Sans JP", "Noto Sans", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: min(80px, 8vw);
  line-height: 1em;
  white-space: nowrap;
}
#large_nav .large_nav_grid li .large_nav_link .center_text .sub {
  font-weight: 900;
  margin-bottom: 0;
}
#large_nav .large_nav_grid li .large_nav_link .reticle {
  --reticle_line_thickness: 2px;
  --reticle_line_length: min(32px , 2vw);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#large_nav .large_nav_grid li .large_nav_link .reticle span {
  position: absolute;
  display: block;
  background-color: #000;
}
#large_nav .large_nav_grid li .large_nav_link .reticle span:nth-of-type(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--reticle_line_thickness);
  height: var(--reticle_line_length);
}
#large_nav .large_nav_grid li .large_nav_link .reticle span:nth-of-type(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: var(--reticle_line_length);
  height: var(--reticle_line_thickness);
}
#large_nav .large_nav_grid li .large_nav_link .reticle span:nth-of-type(3) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--reticle_line_thickness);
  height: var(--reticle_line_length);
}
#large_nav .large_nav_grid li .large_nav_link .reticle span:nth-of-type(4) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: var(--reticle_line_length);
  height: var(--reticle_line_thickness);
}
#large_nav .large_nav_grid li .large_nav_link:hover::before {
  opacity: 1;
  transform: scale(1);
}
#large_nav .large_nav_grid li .large_nav_link:hover::after {
  background-color: #EA0000;
}
#large_nav .large_nav_grid li .large_nav_link:hover .center_text {
  color: #fff;
}
#large_nav .large_nav_grid li .large_nav_link:hover .reticle span {
  background-color: #EA0000;
}

@media only screen and (max-width: 835px) {
  #large_nav .large_nav_grid {
    --border_size: 3px;
    --grid_col: 2;
  }
}
/* top sns links
-------------------------------*/
#top_sns_links .sns_links {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(var(--main_gap) * 1);
  width: min(1400px, 100%);
  margin: 0 auto;
}
#top_sns_links .sns_links li .link_item {
  --sns_icon_size: min(140px , 20vw);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 4px solid #EA0000;
}
#top_sns_links .sns_links li .link_item::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #EA0000;
  width: 100%;
  height: 101%;
  left: 0;
  top: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
#top_sns_links .sns_links li .link_item .icon {
  position: relative;
  display: block;
  width: var(--sns_icon_size);
  height: var(--sns_icon_size);
  background-color: #EA0000;
}
#top_sns_links .sns_links li .link_item .icon img {
  display: block;
  width: 100%;
  height: auto;
}
#top_sns_links .sns_links li .link_item .text {
  position: relative;
  display: block;
  width: calc(100% - var(--sns_icon_size));
  height: auto;
  text-align: center;
  white-space: nowrap;
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", "Noto Sans", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: min(50px, 5.5vw);
  font-weight: 800;
}
#top_sns_links .sns_links li .link_item:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#top_sns_links .sns_links li .link_item:hover .text {
  color: #fff;
}

/* banners
-------------------------------*/
#banners .banners_list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(var(--main_gap) * 1);
  width: 100%;
  height: auto;
  margin-bottom: calc(var(--main_gap) * 1.5);
}
#banners .banners_list li {
  position: relative;
  display: block;
}
#banners .banners_list li .banner_item {
  position: relative;
  display: block;
  width: auto;
  max-width: 85vw;
  height: min(100px, 23vw);
  transition: 0.2s;
}
#banners .banners_list li .banner_item img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#banners .banners_list li .banner_item:hover {
  transform: translateY(-1.5%);
}
#banners .banners_list.large li .banner_item {
  height: min(180px, 27vw);
}

/*----------------------------------------
    in overview
------------------------------------------*/
#in_overview .dateplace_outer {
  margin-bottom: calc(var(--main_distance) * 1.5);
  margin-bottom: calc(var(--main_distance) * 1);
}
#in_overview .dateplace_outer .dateplace {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#in_overview .dateplace_outer .dateplace img {
  display: block;
  width: 100%;
  height: auto;
}
#in_overview .organizer {
  --grid_gap:0px;
  --grd_column:2;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-row-gap: var(--grid_gap);
  grid-column-gap: var(--grid_gap);
  text-align: left;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.5em;
  margin-bottom: calc(var(--main_distance) * 1);
}
#in_overview .organizer p {
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  padding: 1em 0;
}
#in_overview .organizer p:nth-of-type(even) {
  padding-left: 1em;
}
#in_overview .notice {
  margin-bottom: calc(var(--main_distance) * 2);
}
#in_overview .tournament {
  margin-bottom: calc(var(--main_distance) * 1);
}
#in_overview .tournament .tournament_block {
  display: block;
  margin-bottom: calc(var(--main_distance) / 2);
}
#in_overview .tournament .tournament_block .day_title {
  text-align: left;
  font-family: YakuHanJP, "Anton", "Noto Sans JP", "Noto Sans", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  color: #EA0000;
  font-size: min(80px, 10vw);
  line-height: 0.9em;
  margin-bottom: 0em;
}
#in_overview .tournament .tournament_block .day_title span {
  font-size: 0.6em;
}
#in_overview .tournament .tournament_block .catch_text {
  text-align: left;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.5em;
  font-weight: 800;
}
#in_overview .tournament .tournament_block figure {
  display: block;
  width: 100%;
  height: auto;
}
#in_overview .tournament .tournament_block figure img {
  display: block;
  width: 100%;
  height: auto;
}

/*----------------------------------------
    in tickets
------------------------------------------*/
#in_tickets .areamap {
  margin-bottom: calc(var(--main_distance) * 1);
}
#in_tickets .meet_greet {
  margin-bottom: calc(var(--main_distance) * 1);
}
#in_tickets .meet_greet .notes_box {
  text-align: left;
  margin-bottom: calc(var(--main_gap) * 1);
}
#in_tickets .meet_greet .schedule_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: calc(var(--main_gap) * 1);
}
#in_tickets .meet_greet .schedule_box .day_box {
  position: relative;
  display: block;
  width: 20%;
  text-align: left;
  padding: calc(var(--main_gap) * 1);
}
#in_tickets .meet_greet .schedule_box .day_box.c_day1 {
  color: #fff;
}
#in_tickets .meet_greet .schedule_box .day_box.c_day2 {
  color: #fff;
}
#in_tickets .meet_greet .schedule_box .day_box.c_day1::before, #in_tickets .meet_greet .schedule_box .day_box.c_day2::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#in_tickets .meet_greet .schedule_box .day_box.c_day1::before {
  background-color: #A5821A;
}
#in_tickets .meet_greet .schedule_box .day_box.c_day2::before {
  background-color: #A5821A;
}
#in_tickets .meet_greet .schedule_box .day_box .day {
  position: relative;
  font-family: YakuHanJP, "Anton", "Noto Sans JP", "Noto Sans", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: min(80px, 5.3vw);
  line-height: 1em;
  margin-bottom: 0em;
  white-space: nowrap;
}
#in_tickets .meet_greet .schedule_box .schedule_details {
  position: relative;
  display: block;
  width: 79%;
}
#in_tickets .meet_greet .schedule_box .schedule_details .time_rack {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: calc(var(--main_gap) * 0.7) 0;
}
#in_tickets .meet_greet .schedule_box .schedule_details .time_rack:last-of-type {
  border-bottom: initial;
}
#in_tickets .meet_greet .schedule_box .schedule_details .time_rack .time_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}
#in_tickets .meet_greet .schedule_box .schedule_details .time_rack .time_box .time {
  position: relative;
  font-weight: 700;
  font-size: clamp(17px, 2.5vw, 26px);
  line-height: 1.4em;
}
#in_tickets .meet_greet .schedule_box .schedule_details .time_rack .booth_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: auto;
  gap: 0.5em;
  text-align: left;
  font-size: clamp(15px, 2vw, 18px);
}
#in_tickets .meet_greet .schedule_box .schedule_details .time_rack .booth_list .booth_rack {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4em;
  gap: 1.5em;
}
#in_tickets .meet_greet .schedule_box .schedule_details .time_rack .booth_list .booth_rack .booth_num {
  margin-bottom: 0;
  font-weight: 800;
  white-space: nowrap;
}
#in_tickets .meet_greet .schedule_box .schedule_details .time_rack .booth_list .booth_rack .member {
  margin-bottom: 0;
}
#in_tickets .vip_box {
  position: relative;
  background-color: #EA0000;
  padding: calc(var(--main_distance) * 1) 0;
}
#in_tickets .vip_box.c_ppv {
  background-color: #5accfe;
}
#in_tickets .vip_box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#in_tickets .vip_box .bg .texture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-15deg);
  width: 150%;
  height: 150%;
  background: repeat center url(../images/webp/vip_box_bg_texture.webp);
  background-size: min(600px, 40vw);
  opacity: 0.2;
}
#in_tickets .vip_box .section_title {
  position: relative;
  display: inline-block;
  font-family: YakuHanJP, "Anton", "Noto Sans JP", "Noto Sans", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  color: #fff;
  font-size: min(220px, 25vw);
  line-height: 1em;
  margin-bottom: 0.2em;
}
#in_tickets .vip_box .section_lead_text {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: min(26px, 4vw);
  line-height: 1.7em;
  margin-bottom: 2em;
}
#in_tickets .vip_box .vip_box_img_swiper_outer {
  position: relative;
  margin-bottom: calc(var(--main_distance) / 2);
}
#in_tickets .vip_box .vip_box_img_swiper_outer .vip_box_img_swiper {
  position: relative;
}
#in_tickets .vip_box .vip_box_img_swiper_outer .vip_box_img_swiper .swiper-wrapper .swiper-slide .slide_inner img {
  display: block;
  width: 100%;
  height: auto;
}
#in_tickets .vip_box .vip_box_img_swiper_outer .vip_box_img_swiper .over_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: clamp(4px, 1vw, 8px) solid #fff;
  z-index: 2;
  pointer-events: none;
}
#in_tickets .vip_box .vip_box_img_swiper_outer .vip_box_img_swiper .over_frame span {
  position: absolute;
  display: block;
  width: min(45px, 5%);
  height: auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #fff;
}
#in_tickets .vip_box .vip_box_img_swiper_outer .vip_box_img_swiper .over_frame span:nth-of-type(1) {
  top: 0;
  left: 0;
}
#in_tickets .vip_box .vip_box_img_swiper_outer .vip_box_img_swiper .over_frame span:nth-of-type(2) {
  top: 0;
  right: 0;
  transform: rotateZ(90deg);
}
#in_tickets .vip_box .vip_box_img_swiper_outer .vip_box_img_swiper .over_frame span:nth-of-type(3) {
  bottom: 0;
  right: 0;
  transform: rotateZ(180deg);
}
#in_tickets .vip_box .vip_box_img_swiper_outer .vip_box_img_swiper .over_frame span:nth-of-type(4) {
  bottom: 0;
  left: 0;
  transform: rotateZ(270deg);
}
#in_tickets .vip_box .vip_box_img_swiper_outer .swiper_controller .vip_box_img-swiper-button-prev, #in_tickets .vip_box .vip_box_img_swiper_outer .swiper_controller .vip_box_img-swiper-button-next {
  color: #fff;
  transform: translateY(-50%) scale(1, 1.5);
}
#in_tickets .vip_box .vip_box_img_swiper_outer .swiper_controller .vip_box_img-swiper-button-prev::after, #in_tickets .vip_box .vip_box_img_swiper_outer .swiper_controller .vip_box_img-swiper-button-next::after {
  font-size: min(44px, 6vw);
}
#in_tickets .vip_box .vip_box_img_swiper_outer .swiper_controller .vip_box_img-swiper-button-prev {
  left: 2%;
}
#in_tickets .vip_box .vip_box_img_swiper_outer .swiper_controller .vip_box_img-swiper-button-next {
  right: 2%;
}
#in_tickets .vip_box .vip_box_img_swiper_outer .swiper_controller .vip_box_img-swiper-pagination {
  position: relative;
  padding: 15px 0;
}
#in_tickets .vip_box .vip_box_img_swiper_outer .swiper_controller .vip_box_img-swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 1;
  background: initial;
}
#in_tickets .vip_box .vip_box_img_swiper_outer .swiper_controller .vip_box_img-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
#in_tickets .vip_box .benefits {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: var(--main_gap);
  margin-bottom: calc(var(--main_distance) / 2);
}
#in_tickets .vip_box .benefits .benefit_box {
  position: relative;
  display: block;
  width: calc((100% - var(--main_gap) * 2) / 3);
  padding: calc(var(--main_gap) * 1);
  background-color: #fff;
  color: #EA0000;
  text-align: left;
}
#in_tickets .vip_box .benefits .benefit_box .benefit_num {
  display: block;
  width: 40%;
  margin: 0 auto calc(var(--main_gap) / 2);
}
#in_tickets .vip_box .benefits .benefit_box .benefit_num img {
  display: block;
  width: 100%;
  height: auto;
}
#in_tickets .vip_box .benefits .benefit_box .text {
  font-weight: 900;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6em;
  margin-bottom: 0;
}
#in_tickets .vip_box .benefits .benefit_box::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 10%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #EA0000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#in_tickets .inbound_ticket {
  position: relative;
  padding: calc(var(--main_distance) * 1) 0;
}
#in_tickets .inbound_ticket .cmn_tickets_detail {
  margin-bottom: 0;
}
#in_tickets .ticket_notes {
  position: relative;
  background-color: #000;
  padding: calc(var(--main_distance) * 1) 0;
}

@media only screen and (max-width: 835px) {
  #in_tickets .meet_greet .schedule_box {
    flex-direction: column;
    gap: 0;
    border-top: initial;
  }
  #in_tickets .meet_greet .schedule_box .day_box {
    width: 100%;
  }
  #in_tickets .meet_greet .schedule_box .day_box .day {
    font-size: 30px;
  }
  #in_tickets .meet_greet .schedule_box .schedule_details {
    width: 100%;
  }
  #in_tickets .meet_greet .schedule_box .schedule_details .time_rack:first-of-type {
    border-top: 1px solid #fff;
  }
  #in_tickets .meet_greet .schedule_box .schedule_details .time_rack .time_box {
    width: 30%;
  }
  #in_tickets .meet_greet .schedule_box .schedule_details .time_rack .booth_list {
    width: 70%;
  }
  #in_tickets .vip_box .benefits {
    flex-direction: column;
  }
  #in_tickets .vip_box .benefits .benefit_box {
    width: 100%;
  }
}
.cmn_tickets_detail {
  --ticket_box_padding_size: min(80px , 6vw);
  position: relative;
  background-color: #fff;
  border: 8px solid #EA0000;
  color: #EA0000;
  margin-bottom: calc(var(--main_distance) * 1);
}
.cmn_tickets_detail::before {
  position: absolute;
  display: block;
  content: "";
  top: -1px;
  left: -1px;
  width: var(--ticket_box_padding_size);
  height: auto;
  aspect-ratio: 1/1;
  background-color: #EA0000;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.cmn_tickets_detail.corner_type_2::before {
  top: 8px;
  left: 8px;
  width: calc(var(--ticket_box_padding_size) * 0.7);
}
.cmn_tickets_detail .ticket_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 2px dashed #EA0000;
  text-align: left;
}
.cmn_tickets_detail .ticket_box .day_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: auto;
  padding: var(--ticket_box_padding_size) calc(var(--ticket_box_padding_size) * 0.5);
  border-right: 2px dashed #EA0000;
  font-size: clamp(35px, 4vw, 60px);
}
.cmn_tickets_detail .ticket_box .day_area .day {
  font-family: YakuHanJP, "Anton", "Noto Sans JP", "Noto Sans", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  line-height: 1em;
  white-space: nowrap;
}
.cmn_tickets_detail .ticket_box .day_area .date {
  font-family: YakuHanJP, "Noto Sans JP", "Noto Sans", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 0.3em;
  line-height: 1.4em;
  font-weight: 800;
  margin-bottom: 0;
}
.cmn_tickets_detail .ticket_box .price_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: calc(var(--main_gap) * 1);
  width: 70%;
  height: auto;
  padding: var(--ticket_box_padding_size);
}
.cmn_tickets_detail .ticket_box .price_area .price_rack {
  display: block;
  width: 100%;
}
.cmn_tickets_detail .ticket_box .price_area .price_rack .price_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: clamp(24px, 3vw, 40px);
  margin-bottom: 0.2em;
}
.cmn_tickets_detail .ticket_box .price_area .price_rack .price_flex .seat_name {
  font-weight: 900;
}
.cmn_tickets_detail .ticket_box .price_area .price_rack .price_flex .seat_name .main {
  line-height: 1.4em;
}
.cmn_tickets_detail .ticket_box .price_area .price_rack .price_flex .seat_name .sub {
  font-size: 0.7em;
  line-height: 1.4em;
}
.cmn_tickets_detail .ticket_box .price_area .price_rack .price_flex .price {
  font-weight: 900;
  margin-bottom: 0;
}
.cmn_tickets_detail .ticket_box .price_area .price_rack .price_flex .price span {
  font-size: 0.5em;
}
.cmn_tickets_detail .ticket_box .price_area .price_rack .notice p:last-of-type {
  margin-bottom: 0;
}
.cmn_tickets_detail .ticket_link_box {
  display: block;
  padding: var(--ticket_box_padding_size);
}
.cmn_tickets_detail .ticket_link_box .ticket_link_rack .period {
  text-align: center;
  font-size: min(28px, 5vw);
  line-height: 1.4em;
  font-weight: 800;
  margin-bottom: 1em;
}
.cmn_tickets_detail .ticket_link_box .ticket_link_rack .schedules {
  margin-bottom: calc(var(--main_gap) * 1);
}
.cmn_tickets_detail .ticket_link_box .ticket_link_rack .schedules .schedules_sec_title {
  text-align: center;
  font-size: min(28px, 5vw);
  line-height: 1.4em;
  font-weight: 800;
  margin-bottom: 0.5em;
}
.cmn_tickets_detail .ticket_link_box .ticket_link_rack .schedules .schedule_title {
  display: block;
  text-align: center;
  font-size: min(22px, 4.5vw);
  line-height: 1.4em;
  font-weight: 800;
  padding: 0.2em 1em;
  background-color: #EA0000;
  color: #fff;
  margin-bottom: 0.5em;
}
.cmn_tickets_detail .ticket_link_box .ticket_link_rack .schedules p {
  text-align: center;
  font-size: min(22px, 4.5vw);
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 1em;
}
.cmn_tickets_detail .ticket_link_box .ticket_link_rack .schedules.c_blue .schedule_title {
  background-color: #00b3ff;
}
.cmn_tickets_detail .ticket_link_box .ticket_link_rack .notes_box {
  text-align: left;
}
.cmn_tickets_detail.c_gold {
  border: 8px solid #A5821A;
  color: #A5821A;
}
.cmn_tickets_detail.c_gold::before {
  background-color: #A5821A;
}
.cmn_tickets_detail.c_blue {
  border: 8px solid #00b3ff;
  color: #00b3ff;
}
.cmn_tickets_detail.c_blue::before {
  background-color: #00b3ff;
}
.cmn_tickets_detail.c_blue .ticket_box {
  border-bottom: 2px dashed #00b3ff;
}
.cmn_tickets_detail.c_blue .ticket_box .day_area {
  border-right: 2px dashed #00b3ff;
}

@media only screen and (max-width: 835px) {
  .cmn_tickets_detail {
    border: 4px solid #EA0000;
  }
  .cmn_tickets_detail .ticket_box {
    flex-direction: column;
    border-bottom: 2px dashed #EA0000;
    padding: calc(var(--ticket_box_padding_size) * 2) calc(var(--ticket_box_padding_size) * 1);
  }
  .cmn_tickets_detail .ticket_box .day_area {
    width: 100%;
    border-right: initial;
    padding: 0;
    margin-bottom: calc(var(--ticket_box_padding_size) * 1);
  }
  .cmn_tickets_detail .ticket_box .price_area {
    width: 100%;
    padding: 0;
  }
  .cmn_tickets_detail .ticket_box .price_area .price_rack .price_flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .cmn_tickets_detail .ticket_box .price_area .price_rack .price_flex .seat_name {
    margin-bottom: 0.2em;
  }
  .cmn_tickets_detail .ticket_box .price_area .price_rack .price_flex .price {
    font-weight: 900;
    margin-bottom: 0;
  }
  .cmn_tickets_detail .ticket_box .price_area .price_rack .price_flex .price span {
    font-size: 0.5em;
  }
  .cmn_tickets_detail .ticket_box .price_area .price_rack .notice p:last-of-type {
    margin-bottom: 0;
  }
  .cmn_tickets_detail .ticket_link_box {
    padding: calc(var(--ticket_box_padding_size) * 2) calc(var(--ticket_box_padding_size) * 1);
  }
}
/*----------------------------------------
    in about
------------------------------------------*/
/* introduction
-------------------------------*/
#introduction {
  position: relative;
  margin-bottom: calc(var(--main_distance) * 1);
}
#introduction .introduction_outer {
  position: relative;
  margin-bottom: calc(var(--main_distance) / 2);
}
#introduction .introduction_outer .introduction_guide {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
}
#introduction .introduction_outer .introduction_guide img {
  display: block;
  width: 100%;
  height: auto;
}
#introduction .introduction_outer .introduction_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#introduction .introduction_outer .introduction_main span {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#introduction .introduction_outer .introduction_main img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#introduction .introduction_outer .introduction_main .group_1vs1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
}
#introduction .introduction_outer .introduction_main .group_1vs1 .text_madaminu {
  position: absolute;
  top: 2.4%;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5%;
  height: auto;
}
#introduction .introduction_outer .introduction_main .group_1vs1 .parts_bg_cross {
  position: relative;
  width: 100%;
  height: auto;
}
#introduction .introduction_outer .introduction_main .group_1vs1 .text_one {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 14%;
}
#introduction .introduction_outer .introduction_main .group_1vs1 .text_one.left {
  left: 8.5%;
}
#introduction .introduction_outer .introduction_main .group_1vs1 .text_one.right {
  right: 13%;
}
#introduction .introduction_outer .introduction_main .group_1vs1 .text_vs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19%;
}
#introduction .introduction_outer .introduction_main .group_1vs1 .text_p1p2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2%;
}
#introduction .introduction_outer .introduction_main .group_1vs1 .parts_chara_slot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16%;
}
#introduction .introduction_outer .introduction_main .group_1vs1 .parts_chara_slot.left {
  left: 18%;
}
#introduction .introduction_outer .introduction_main .group_1vs1 .parts_chara_slot.right {
  right: 18%;
}
#introduction .introduction_outer .introduction_main .group_invincible {
  position: absolute;
  top: 20.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: auto;
}
#introduction .introduction_outer .introduction_main .group_invincible .text_invincible {
  position: relative;
  width: 100%;
  height: auto;
}
#introduction .introduction_outer .introduction_main .group_invincible .text_saikyo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
}
#introduction .introduction_outer .introduction_main .text_hakkutsu {
  position: absolute;
  top: 33.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 41%;
}
#introduction .introduction_outer .introduction_main .text_sekaihatsu_apex {
  position: absolute;
  top: 40.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
#introduction .introduction_outer .introduction_main .intro_logo {
  position: absolute;
  top: 47.7%;
  right: 0;
  width: 97%;
}
#introduction .introduction_outer .introduction_main .text_kaisaichu {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translateX(-50%);
  width: 69%;
}
#introduction .introduction_outer .introduction_main .text_bangumi_saikyo {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 37%;
}
#introduction .introduction_outer .introduction_main .group_1000man {
  position: absolute;
  top: 70.8%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
#introduction .introduction_outer .introduction_main .group_1000man .text_1000man {
  position: relative;
  width: 100%;
  height: auto;
}
#introduction .introduction_outer .introduction_main .group_1000man .text_yume {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
#introduction .introduction_outer .introduction_main .text_bangumiga {
  position: absolute;
  top: 77.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 27%;
}
#introduction .introduction_outer .introduction_main .text_endection_01 {
  position: absolute;
  top: 80.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 37%;
}
#introduction .introduction_outer .introduction_main .text_endection_02 {
  position: absolute;
  top: 83.1%;
  left: 50%;
  transform: translateX(-50%);
  width: 56%;
}
#introduction .introduction_outer .introduction_main .text_endection_03 {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
}
#introduction .introduction_outer .introduction_main .text_tsudoe {
  position: absolute;
  top: 89.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 89%;
}
#introduction .introduction_outer .introduction_main .parts_bottom_arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7%;
}

@media only screen and (max-width: 835px) {
  #introduction .introduction_outer .introduction_main .group_invincible {
    top: 17.6%;
  }
  #introduction .introduction_outer .introduction_main .text_hakkutsu {
    top: 28.7%;
  }
  #introduction .introduction_outer .introduction_main .text_sekaihatsu_apex {
    top: 35%;
  }
  #introduction .introduction_outer .introduction_main .intro_logo {
    top: 41.2%;
    width: 96%;
    right: 50%;
    transform: translateX(50%);
  }
  #introduction .introduction_outer .introduction_main .text_kaisaichu {
    top: 53.5%;
  }
  #introduction .introduction_outer .introduction_main .text_bangumi_saikyo {
    top: 61.3%;
    width: 61%;
  }
  #introduction .introduction_outer .introduction_main .group_1000man {
    top: 63.2%;
    width: 93%;
  }
  #introduction .introduction_outer .introduction_main .text_bangumiga {
    top: 69.8%;
    width: 45%;
  }
  #introduction .introduction_outer .introduction_main .text_endection_01 {
    top: 72.8%;
    width: 66%;
  }
  #introduction .introduction_outer .introduction_main .text_endection_02 {
    top: 76.7%;
    width: 100%;
  }
  #introduction .introduction_outer .introduction_main .text_endection_03 {
    top: 80%;
    width: 58%;
  }
  #introduction .introduction_outer .introduction_main .text_tsudoe {
    width: 92%;
  }
}
/* about
-------------------------------*/
#about .about_catch_flow {
  margin-bottom: calc(var(--main_distance) * 1.5);
}
#about .about_catch_flow .about_catch {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: calc(var(--main_distance) * 0.8);
}
#about .about_catch_flow .about_catch img {
  display: block;
  width: 100%;
  height: auto;
}
#about .about_catch_flow .about_flow {
  display: block;
  width: min(770px, 100%);
  height: auto;
  margin: 0 auto;
}
#about .about_catch_flow .about_flow img {
  display: block;
  width: 100%;
  height: auto;
}
#about .about_system .about_system_rack {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#about .about_system .about_system_rack .step_number_outer {
  position: relative;
  display: block;
  width: 25%;
  text-align: left;
}
#about .about_system .about_system_rack .step_number_outer .bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#about .about_system .about_system_rack .step_number_outer .bg .bg_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  transform: translateY(25%);
}
#about .about_system .about_system_rack .step_number_outer .bg .bg_item::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat bottom center url(../images/svg/parts_bg_item_01_r.svg);
  background-size: contain;
}
#about .about_system .about_system_rack .step_number_outer .number {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
#about .about_system .about_system_rack .step_number_outer .number img {
  display: block;
  width: 100%;
  height: auto;
}
#about .about_system .about_system_rack .step_number_outer .sub_text {
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", "Noto Sans", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  color: #EA0000;
  font-weight: 800;
  font-size: min(20px, 4vw);
  line-height: 1em;
  white-space: nowrap;
}
#about .about_system .about_system_rack .step_number_outer .step_title {
  font-weight: 900;
  font-size: min(24px, 6vw);
  line-height: 1em;
  white-space: nowrap;
  margin-bottom: 0;
}
#about .about_system .about_system_rack .figure_outer {
  position: relative;
  display: block;
  width: 60%;
  border: clamp(2px, 1vw, 4px) solid #EA0000;
  background-color: rgba(0, 0, 0, 0.5);
  padding: calc(var(--main_gap) * 1);
}
#about .about_system .about_system_rack .figure_outer::before, #about .about_system .about_system_rack .figure_outer::after {
  position: absolute;
  display: block;
  content: "";
  width: clamp(20px, 3vw, 30px);
  height: auto;
  aspect-ratio: 1/1;
  background-color: #EA0000;
}
#about .about_system .about_system_rack .figure_outer::before {
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#about .about_system .about_system_rack .figure_outer::after {
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
#about .about_system .about_system_rack .figure_outer figure {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: calc(var(--main_gap) * 2) 0;
}
#about .about_system .about_system_rack .figure_outer figure img {
  display: block;
  width: 100%;
  height: auto;
}
#about .about_system .about_system_rack .figure_outer .text_box {
  text-align: left;
  line-height: 1.7em;
}
#about .about_system .about_system_rack .figure_outer .text_box p .small {
  font-size: 0.8em;
}
#about .about_system .about_system_rack .figure_outer .text_box p:last-of-type {
  margin-bottom: 0;
}
#about .about_system .about_system_rack.reverse {
  flex-direction: row-reverse;
}
#about .about_system .step_to_step_dot_line {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: calc(var(--main_gap) * 1.5) 0;
}
#about .about_system .step_to_step_dot_line span {
  display: block;
  width: 100%;
  height: clamp(50px, 10vw, 80px);
  background: no-repeat center url(../images/svg/parts_dotline_v.svg);
  background-size: contain;
}

@media only screen and (max-width: 835px) {
  #about .about_system .about_system_rack {
    flex-direction: column;
    gap: calc(var(--main_gap) * 2);
  }
  #about .about_system .about_system_rack .step_number_outer {
    width: 100%;
  }
  #about .about_system .about_system_rack .step_number_outer .number {
    width: 80%;
  }
  #about .about_system .about_system_rack .figure_outer {
    width: 100%;
  }
  #about .about_system .about_system_rack .figure_outer figure {
    width: 100%;
  }
  #about .about_system .about_system_rack.reverse {
    flex-direction: column;
  }
}
/*----------------------------------------
    in profile
------------------------------------------*/
#in_profile .profile_section {
  --grid_gap: min(30px , 2.5vw);
  --grid_column:4;
  position: relative;
  margin-bottom: calc(var(--main_distance) * 1);
}
#in_profile .profile_section .profile_section_title {
  text-align: left;
  color: #EA0000;
  font-size: min(60px, 10vw);
  line-height: 1.4em;
  margin-bottom: 0.5em;
  font-weight: 900;
}
#in_profile .profile_section .profile_section_sub_title {
  display: block;
  background-color: #EA0000;
  text-align: left;
  font-size: min(26px, 4vw);
  line-height: 1.5em;
  margin-bottom: calc(var(--grid_gap) * 1);
  font-weight: 800;
  padding: 0.2em 1em 0.3em;
}
#in_profile .profile_section .profile_section_sub_title span {
  font-size: 0.7em;
}
#in_profile .profile_section .profile_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--grid_column), calc((100% - var(--grid_gap) * (var(--grid_column) - 1)) / var(--grid_column)));
  grid-row-gap: calc(var(--grid_gap) * 1);
  grid-column-gap: calc(var(--grid_gap) * 1);
  margin-bottom: calc(var(--grid_gap) * 3);
}
#in_profile .profile_section .profile_list .profile_box {
  display: block;
  background-color: #EA0000;
  padding: 4px;
}
#in_profile .profile_section .profile_list .profile_box .image_outer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#in_profile .profile_section .profile_list .profile_box .image_outer img {
  display: block;
  width: 100%;
  height: auto;
}
#in_profile .profile_section .profile_list .profile_box .image_outer::before, #in_profile .profile_section .profile_list .profile_box .image_outer::after {
  position: absolute;
  display: block;
  content: "";
  width: 10%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #EA0000;
}
#in_profile .profile_section .profile_list .profile_box .image_outer::before {
  top: -1px;
  left: -1px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#in_profile .profile_section .profile_list .profile_box .image_outer::after {
  bottom: -1px;
  right: -1px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#in_profile .profile_section .profile_list .profile_box .image_outer .tag {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin-bottom: 0;
  background-color: #000;
  color: #fff;
  border-top: 1px solid #EA0000;
  border-right: 1px solid #EA0000;
  font-size: clamp(13px, 2vw, 17px);
  line-height: 1.4em;
  font-weight: 800;
  padding: 0.1em 0.5em 0.2em;
}
#in_profile .profile_section .profile_list .profile_box .image_outer .tag.pos_tr {
  bottom: initial;
  top: 0;
  left: initial;
  right: 0;
  border: initial;
  border-bottom: 1px solid #EA0000;
  border-left: 1px solid #EA0000;
}
#in_profile .profile_section .profile_list .profile_box .info_box {
  text-align: left;
  padding: calc(var(--main_gap) / 3) 3% calc(var(--main_gap) / 2);
}
#in_profile .profile_section .profile_list .profile_box .info_box .catch_text {
  font-size: clamp(13px, 1vw, 18px);
  line-height: 1.4em;
  font-weight: 800;
  margin-bottom: 0.2em;
}
#in_profile .profile_section .profile_list .profile_box .info_box .name {
  font-size: clamp(18px, 1.6vw, 26px);
  line-height: 1.4em;
  font-weight: 800;
  margin-bottom: 0.5em;
}
#in_profile .profile_section .profile_list .profile_box .info_box .sns_links {
  --sns_icon_size: clamp(27px , 2.0vw , 30px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  gap: calc(var(--sns_icon_size) * 0.3);
}
#in_profile .profile_section .profile_list .profile_box .info_box .sns_links li {
  display: block;
  width: var(--sns_icon_size);
  height: var(--sns_icon_size);
}
#in_profile .profile_section .profile_list .profile_box .info_box .sns_links li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.1s;
}
#in_profile .profile_section .profile_list .profile_box .info_box .sns_links li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#in_profile .profile_section .profile_list .profile_box .info_box .sns_links li a:hover {
  opacity: 0.6;
}
#in_profile .profile_section .profile_list .andmore {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.4em;
  font-weight: 800;
}
#in_profile .profile_section .andmore2 {
  margin-top: -2em;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3em;
  line-height: 1.7em;
  font-size: 18px;
}

@media only screen and (max-width: 835px) {
  #in_profile .profile_section {
    --grid_gap: calc(var(--main_gap)*0.5);
    --grid_column:2;
  }
  #in_profile .profile_section .andmore2 {
    margin-top: 0;
  }
}
/*# sourceMappingURL=pages.css.map */