@charset "UTF-8";
/* ===================================================================
reset
=================================================================== */
a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: unset;
  border: unset;
}

input {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: unset;
  border: unset;
  margin: auto;
}

input[type="checkbox"] {
  display: none;
}

select:focus {
  outline: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #6c1219;
  color: #ffffff;
  word-break: break-all;
  text-align: center;
  position: relative;
  line-height: 1;
  letter-spacing: 0.15em;
}

body.en {
  letter-spacing: 0.1em;
  word-break: break-word;
}

body.en .common_btn a {
  font-size: 30px;
  font-weight: 100;
}

body.en #modal02 .common_btn a {
  font-family: "reding", sans-serif;
  font-weight: 400;
  line-height: 1;
}

body.en #vote .read {
  margin-bottom: 10px;
}

body.en #vote .detail.one {
  font-size: 20px;
}

main {
  overflow: hidden;
}
@font-face {
  font-family: "reding";
  src: url("../fonts/reding.woff2") format("woff2"), url("../fonts/reding.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 100%;
  descent-override: 20%;
  line-gap-override: normal;
  advance-override: 0;
}
.reding {
  font-family: "reding", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.sec_tit {
  font-size: 110px;
  margin-bottom: 20px;
  line-height: 1;
}

.sec_tit_sub {
  font-size: 80px;
  margin-bottom: 40px;
}

.common_btn {
  margin-bottom: 40px;
}

.common_btn a {
  font-size: 20px;
  font-weight: 700;
  background-color: #000;
  padding: 30px 0px;
  display: block;
  max-width: 400px;
  margin: auto;
  transition: 0.3s;
}

.common_btn a:hover {
  background-color: #fff;
  color: #000000;
}

.all_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  opacity: 0.8;
  background-repeat: repeat-y;
  background-size: contain;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #000; */
  opacity: 1;
  z-index: 9999;
}

.md_wrap {
  height: 100%;
  display: flex;
  align-items: center;
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.md_wrap::before,
.md_wrap::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}

.md_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.95;
  background: #000;
}

.md_contents {
  position: relative;
  z-index: 1;
  width: 70%;
  max-width: 600px;
  margin: auto;
  padding: 60px 20px;
}

.md_inner {
  height: auto;
}

.md_inner .group {
  text-align: center;
}

.md_inner .group:nth-child(1) {
  margin-bottom: 60px;
}

.md_inner .group h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.md_inner .group p {
  line-height: 2;
  font-size: 16px;
}

.md_inner .group .anker {
  text-decoration: underline;
  transition: opacity 0.2s;
  font-size: 16px;
  margin-top: 16px;
  display: inline-block;
}

.md_inner .group .anker:hover {
  opacity: 0.5;
}

.md_inner .group h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.md_inner .group .small {
  display: block;
  font-size: 14px;
}

.md_inner .group .cat {
  margin-top: 20px;
}

.md_xmark {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 61px;
  height: 61px;
  z-index: 999;
}

.md_xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center;
}

.md_xmark span:nth-of-type(1) {
  transform: translateY(0px) rotate(-45deg);
}

.md_xmark span:nth-of-type(2) {
  transform: translateY(0px) rotate(45deg);
}

.js_show {
  opacity: 0;
  transition: opacity 0.8s, transform 0.5s;
}

.js_show.show {
  opacity: 1;
}

.motion_txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.motion_txt:after {
  content: "";
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  transform: translate3d(-101%, 0, 0);
}

.js_scroll.show .motion_txt:after {
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}

.js_scroll.done .motion_txt:after {
  transition-property: transform;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(103%, 0, 0);
}

.motion_txt .motion_inner {
  display: inline-block;
  opacity: 0;
}

#modal02 .dancer_name h5 {
  font-size: 30px;
  padding: 30px 10px;
  border: solid 1px #fff;
}

#modal02 .vs {
  margin: 20px;
  font-size: 30px;
}

#modal02 .md_overlay {
  /* background: #6c1219; */
}

#modal02 .vote_btn {
  margin-top: 40px;
}

#modal02 .common_btn a {
  max-width: unset;
  width: 100%;
  background-color: #6c1219;
  position: relative;
}

#modal02 .common_btn a:hover {
  background-color: #fff;
}

.dancer_modal .md_contents {
  max-width: unset;
  width: 100%;
}

.dancer_modal .md_inner {
  display: flex;
  align-items: center;
}

.dancer_modal .thumb {
  width: 60%;
}

.dancer_modal .dancer_name {
  width: 40%;
  padding-left: 10%;
}

.dancer_modal .name {
  font-size: 54px;
  margin-bottom: 10px;
  text-align: left;
}

.dancer_modal .sub p {
  text-align: left;
  font-size: 24px;
}

.dancer_modal .sub .ig_link {
  display: flex;
  align-items: baseline;
  font-size: 24px;
  margin-top: 10px;
  transition: opacity 0.2s;
}

.dancer_modal .sub .ig_link:hover {
  opacity: 0.5;
}

.dancer_modal .sub .ig_link img {
  width: 16px;
  margin-left: 5px;
  position: relative;
  /* top: 2PX; */
}

.js_scroll.done .motion_txt .motion_inner {
  opacity: 1;
}

#opening {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #6c1219;
  z-index: 10000;
  transition: transform 1.5s;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: right;
}

#opening.onload {
  transform: scaleX(0);
}

header .s5s_logo {
  width: 100px;
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 10px;
}

header .seiko_logo {
  width: 130px;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 10px;
}

header a {
  display: block;
  line-height: 0;
}

header {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
}

/*------ header logo ------*/
header img {
  width: 100%;
}

header .seiko_logo {
  width: 130px;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 10px;
}

header .s5s_logo {
  width: 100px;
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 10px;
}

@media (max-width: 1600px) {
  header .seiko_logo {
    width: 8.17vw;
    right: 1.85vw;
    top: 1.85vw;
  }
  header .s5s_logo {
    width: 6.2vw;
    left: 1.85vw;
    top: 1.85vw;
  }
} /*END*/
@media (max-width: 1000px) {
  header .seiko_logo {
    width: 10vw;
    right: 1.85vw;
    top: 1.85vw;
  }
  header .s5s_logo {
    width: 8vw;
    left: 2.2vw;
    top: 2.2vw;
  }
} /*END*/
@media screen and (orientation: portrait) {
  header .seiko_logo {
    width: 130px;
    right: 30px;
    top: 30px;
  }
  header .s5s_logo {
    width: 100px;
    left: 30px;
    top: 30px;
  }
} /*END*/
@media screen and (max-width: 700px) and (orientation: portrait) {
  header .seiko_logo {
    width: 18.5vw;
    right: 4.2vw;
    top: 4.2vw;
  }
  header .s5s_logo {
    width: 14.3vw;
    left: 4.2vw;
    top: 4.2vw;
  }
} /*END*/
#fv .wrap {
  position: relative;
}

#lang {
  position: absolute;
  right: 20px;
  bottom: 30px;
}

#lang p {
  font-size: 24px;
}

#lang a {
  transition: opacity 0.2s;
}

#lang a:hover {
  opacity: 0.5;
}

#fv .img_wrap {
  line-height: 0;
}
#fv .img_wrap .sp {
  display: none;
}

#nav {
  background-color: #000;
}

#nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

#nav ul li {
  width: 16.6666666667%;
}

#nav ul li a {
  font-size: 28px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 20px 0px;
  position: relative;
  transition: color 0.2s;
  line-height: 1;
}

#nav ul li a:hover {
  color: #6c1217;
}

#nav ul li a::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.2;
}

#nav ul li:last-child a::before {
  content: none;
}

#movie .wrap {
  position: relative;
  margin-top: 100px;
  padding: 60px 0;
}

#movie .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

#movie .movie_wrap {
  padding-bottom: 56.25%;
  position: relative;
}
#movie .movie_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#movie .movie_wrap video {
  width: 100%;
}

#movie .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0.3;
  z-index: -3;
  /* overflow-x: hidden; */
}

#movie .bg .loop_slide {
  display: flex;
  width: 170vw;
  max-width: 2000px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

#movie .bg .loop_slide img {
  width: auto;
  height: 100%;
}

#movie .bg .loop_slide.loop_r img:first-child {
  animation: slide1 100s -50s linear infinite;
}

#movie .bg .loop_slide.loop_r img:last-child {
  animation: slide2 100s linear infinite;
}

#movie .bg .loop_slide.loop_l img:first-child {
  animation: slide3 100s -50s linear infinite;
}

#movie .bg .loop_slide.loop_l img:last-child {
  animation: slide4 100s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slide3 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes slide4 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
#about p {
  font-size: 26px;
  font-weight: 700;
  line-height: 2;
}

#about .inner {
  max-width: 1200px;
  margin: auto;
  padding: 100px 40px 120px;
}

#about h4 {
  font-size: 40px;
  font-weight: 700;
}

#about h4 br {
  display: none;
}

#about h4 .small {
  font-size: 31px;
  padding: 0 4px;
}

#about h4 .reding {
  font-size: 58px;
  margin-left: -20px;
  position: relative;
  top: 4px;
}

#about .text_wrap .one {
  margin-bottom: 10px;
}

#about .text_wrap .two {
  margin-bottom: 40px;
}

#about .text_wrap .three {
  margin-bottom: 40px;
}
#about .text_wrap .four{
    margin-bottom: 60px;
}
#about .text_wrap .five{
    font-size: 18px;
}
#about .text_wrap {
  margin-bottom: 60px;
}

#about .format_rule a {
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  transition: opacity 0.2s;
}

#about .format_rule a:hover {
  opacity: 0.5;
}

#battle {
  background: #000;
  margin-top: -2px;
}

#battle .wrap {
  position: relative;
}

#battle .motion_txt:after {
  background-color: #6c1219;
}

#battle .triangle,
#mc_dj .triangle {
  position: absolute;
  top: -5.99vw;
  display: block;
  width: 50%;
  height: 6vw;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, black 50%, black 100%);
}

#battle .triangle.right,
#mc_dj .triangle.right {
  right: 0;
}

#battle .triangle.left,
#mc_dj .triangle.left {
  transform: scaleX(-1);
}

#battle .battle_list {
  /* max-width: 1200px; */
  /* margin: auto; */
}

#battle .inner {
  padding: 160px 40px 240px;
  max-width: 1200px;
  margin: auto;
}

#battle .battle_list .group {
  margin-bottom: 100px;
}

#battle .battle_list .group:last-child {
  margin-bottom: 0;
}

#battle .battle_list .group .num {
  font-size: 64px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

#battle .battle_list .group .num::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 100%;
  background-color: #6c1217;
  bottom: 0;
}

#battle .battle_list .group .dancer_img_wrap {
  display: flex;
  line-height: 0;
  justify-content: space-between;
  margin-bottom: 20px;
}

#battle .battle_list .group .dancer_img_wrap .dancer_img {
  width: calc(50% - 10px);
}

#battle .battle_list .group .dancer_img_wrap .dancer_img.sp {
  display: none;
}

#battle .battle_list .group .dancer_name_wrap {
  display: flex;
  justify-content: space-between;
}
#battle .interview_btn {
  margin-top: 60px;
}
#battle .interview_btn a {
  width: 300px;
  display: inline-block;
  font-size: 30px;
  background-color: #6c1217;
  padding: 20px;
  transition: opacity 0.3s;
}
#battle .interview_btn a:hover {
  opacity: 0.5;
}

#battle .battle_list .group .dancer_name_wrap .dancer_name {
  width: calc(50% - 20px);
}

#battle .battle_list .group .dancer_name_wrap .vs {
  width: 40px;
  font-size: 40px;
  margin-top: 30px;
}

#battle .battle_list .group .dancer_name_wrap .sub {
  display: flex;
  justify-content: center;
}

#battle .battle_list .group .dancer_name_wrap .dancer_name .name {
  font-size: 54px;
  margin-bottom: 10px;
}

#battle .battle_list .group .dancer_name_wrap .dancer_name .sub {
  font-size: 24px;
}

#battle .battle_list .group .dancer_name_wrap .dancer_name .sub .from,
#battle .battle_list .group .dancer_name_wrap .dancer_name .sub .representation {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  font-size: 24px;
}

#battle .battle_list .group .dancer_name_wrap .dancer_name .sub .from::before,
#battle .battle_list .group .dancer_name_wrap .dancer_name .sub .representation::before {
  content: "";
  width: 2px;
  height: 70%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
}

#battle .battle_list .group .dancer_name_wrap .dancer_name .sub a {
  transition: opacity 0.2s;
  text-decoration: underline;
  margin: 0 10px;
}

#battle .battle_list .group .dancer_name_wrap .dancer_name .sub a span {
  display: none;
}

#battle .battle_list .group .dancer_name_wrap .dancer_name .sub a:hover {
  opacity: 0.5;
}

#vote .wrap {
  position: relative;
  background-color: #000;
}

#vote .triangle {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #6c1217 50%, #6c1217 100%);
}

#vote .inner {
  max-width: 1100px;
  margin: auto;
  padding: 120px 40px 140px;
}

#vote .inner .sec_tit br {
  display: none;
}

#vote .num {
  font-size: 64px;
}

#vote .read {
  font-size: 26px;
  margin-bottom: 50px;
}

#vote .detail {
  line-height: 1.8;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 700;
}

#vote .detail br {
  /* display: none; */
}

#vote .dancer_name_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 60px;
  justify-content: space-between;
}

#vote .dancer_name_wrap .dancer_name {
  width: calc(50% - 40px);
}

#vote .dancer_name_wrap .dancer_name .dancer_name_inner {
  padding-bottom: 100%;
  background-color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#vote .dancer_name_wrap .dancer_name input {
  position: absolute;
  color: #fff;
  width: 80%;
  height: fit-content;
  top: 0;
  bottom: 0;
  padding: 20px 10px;
  text-align: center;
  border: solid 2px;
  font-weight: 600;
  font-size: 30px;
}

#vote .dancer_name_wrap .dancer_name input::-webkit-input-placeholder {
  font-family: "reding", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

#vote .dancer_name_wrap .dancer_name input:-moz-placeholder {
  font-family: "reding", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

#vote .dancer_name_wrap .dancer_name input::-moz-placeholder {
  font-family: "reding", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

#vote .dancer_name_wrap .dancer_name input:-ms-input-placeholder {
  font-family: "reding", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

#vote .dancer_name_wrap .vs {
  width: 40px;
  font-size: 40px;
  margin-top: 30px;
}

#vote .note {
  font-size: 12px;
  line-height: 1.5;
}
#vote .cat {
  margin-bottom: 80px;
}
#vote .cat h5 {
  font-size: 64px;
  margin-bottom: 30px;
  border: solid 3px #fff;
  line-height: 1;
  display: inline-block;
  padding: 6px;
  padding-top: 3px;
}
#vote .cat p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
}

#vote #vote_conf {
  opacity: 0.5;
  pointer-events: none;
}

#vote #vote_conf.on_left.on_right {
  opacity: 1;
  pointer-events: all;
}
#vote .movie_wrap {
  padding-bottom: 56.25%;
  position: relative;
}
#vote .movie_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#mc_dj,
#info,
#broadcast {
  /* background-color: #000; */
}

#mc_dj .inner,
#info .inner,
#broadcast .inner {
  max-width: 1000px;
  margin: auto;
  padding: 100px 40px 20px;
}
#info .inner {
  padding-bottom: 160px;
}
#mc_dj .wrap {
  position: relative;
}
#mc_dj .inner {
  padding-top: 140px;
}
#mc_dj .triangle {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #6c1217 50%, #6c1217 100%);
}
#mc_dj .mc_dj_flex {
  display: flex;
  justify-content: space-between;
}

#mc_dj .mc_dj_flex .mc_dj_thumb {
  width: calc(50% - 10px);
}

#mc_dj .mc_dj_flex .name {
  font-size: 40px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mc_dj .mc_dj_flex .mc_dj_thumb_inner {
  padding-bottom: 100%;
  position: relative;
  background-color: #0f0f0f;
}

#info .text_wrap {
  background-color: #0f0f0f;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#info table {
  margin-bottom: 20px;
  width: 100%;
  max-width: 600px;
}

#info .text_wrap th,
#info .text_wrap td {
  text-align: left;
  line-height: 2;
  font-size: 16px;
  font-weight: 600;
  vertical-align: top;
  padding: 30px 0px;
  line-height: 1.8;
  /* border-bottom: solid 1px #414141; */
}
#info .text_wrap tr {
  border-bottom: solid 1px #414141;
}
#info .text_wrap th {
  min-width: 100px;
  position: relative;
}
#info .text_wrap td {
  padding-left: 20px;
}
#info .text_wrap td a {
  text-decoration: underline;
  transition: opacity 0.3s;
}

#info .text_wrap td a:hover {
  opacity: 0.5;
}

#info .text_wrap th::before {
  /* content: ":"; */
  position: absolute;
  right: 0;
}

#info .text_wrap td span {
  /* padding-right: 10px; */
  width: 80px;
  display: inline-block;
}

#info .text_wrap p {
  font-size: 18px;
  font-weight: 700;
}

#broadcast .inner {
  padding-bottom: 200px;
}

#broadcast .thumb_wrap {
  position: relative;
}

#broadcast .overwrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}

#broadcast .overwrap .comming {
  font-size: 40px;
}

footer {
  background: #262626;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

footer::after {
  content: " ";
  display: block;
  clear: both;
}

.foot_l {
  float: left;
  margin: 59px 0 0 40px;
}

.foot_l .foot_logo {
  float: left;
  line-height: 1;
  margin-bottom: 53px;
}

.foot_l .foot_logo img {
  width: 131px;
  transition: 0.2s;
}

.foot_l .foot_logo a:hover img {
  opacity: 0.6;
}

.foot_l .copyright {
  float: left;
  margin: 13px 0 0 32px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.foot_r {
  float: right;
  padding-top: 58px;
  margin: 0 35px 0 0;
}

.foot_r .sns {
  display: flex;
  list-style-type: none;
}

.foot_r .sns img {
  width: 100%;
}

.foot_r .sns > li {
  width: 40px;
  margin-right: 12px;
  padding: 5px;
  line-height: 1;
  border-radius: 50%;
  transition: 0.3s;
  background: #3c3c3c;
}

.foot_r .sns > li:nth-child(2) {
  margin-right: 0;
}

.foot_r .sns > li:hover {
  opacity: 0.5;
}

.foot_r .sns > li img {
  padding: 5px;
}

::-webkit-full-page-media,
:future,
:root #movie .bg .loop_slide {
  height: 12vw;
  max-height: 140px;
}

::-webkit-full-page-media,
:future,
:root #nav ul li a::before {
  top: 4px;
}
.coming_230630 {
  font-size: 64px;
  margin: 40px 0;
}
br.small {
  display: none;
}

/* =========230719============ */
#mc_dj .mc_dj_flex .mc_dj_thumb_inner {
  padding: 0;
  background: unset;
}
#mc_dj .dancer_name {
  position: relative;
}
#mc_dj .dancer_name .name {
  font-size: 54px;
  margin-bottom: 10px;
  position: relative;
}
#mc_dj .dancer_name .name span {
  display: block;
  margin: 0 15px;
}
#mc_dj .dancer_name .sub {
  font-size: 24px;
}
#mc_dj .dancer_name .sub a {
  transition: opacity 0.2s;
  text-decoration: underline;
}
#mc_dj .dancer_name .sub a:hover {
  opacity: 0.5;
}
/* =========230719-fin============ */

/* =========230720============ */
#about .common_btn a {
  pointer-events: none;
}
#vote .vote_fin_text {
  font-size: 30px;
  margin-top: 100px;
}
/* =========230720_fin============ */

/* =========231016============ */
.dancer_modal.dancer_interview .md_inner {
  justify-content: center;
}
.dancer_modal.dancer_interview .thumb {
  max-width: 400px;
  position: relative;
  /* padding: 20px; */
}
.dancer_modal.dancer_interview .thumb .video_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.dancer_modal.dancer_interview .thumb iframe {
  width: 100%;
}
/* =========230720_fin============ */

#form {
}
#form .form_wrap {
  max-width: 1000px; /* background-color: #ffffff; */
  padding: 0 20px;
  margin: 0 100px;
  margin: auto;
  margin-bottom: 60px;
}
#form .form_inner {
  /* display: flex; */
  padding-top: 100px;
}
#form .read {
  font-size: 26px;
  margin-bottom: 40px;
}
#form .detail {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 60px;
}
#form .selectbox {
  display: block;
  align-items: center;
  position: relative;
  width: 100%;
}

#form .selectbox::after {
  position: absolute;
  right: 20px;
  width: 10px;
  height: 7px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
  top: 0;
  bottom: 0;
  margin: auto;
}

#form .selectbox select {
  appearance: none;
  /* height: 40px; */
  padding: 20px 30px;
  /* border: 2px solid #ffffff; */
  /* border-radius: 2px; */
  background-color: #0c0c0c;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  color: #fff;
  font-weight: bold;
  /* text-align: center; */
  transition: opacity 0.3s;
}
#form .selectbox select:hover {
  opacity: 0.5;
}
#form input,
#form textarea {
  border: solid 1px #000;
  display: block;
  width: 100%;
  padding: 10px;
}
#form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#form form .group {
  width: calc(50% - 15px);
  background-color: #000;
}
#form .not_select {
  padding-bottom: 66.666%;
  position: relative;
  background-color: #000;
}
#form .not_select .cat {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#form form .group ul {
  /* margin-bottom: 20px; */
}
#form form .group ul li {
  line-height: 0;
}
#form form .group .cat {
  margin-top: 20px;
}
#form form .group .cat h5 {
  font-size: 44px;
  margin-bottom: 20px;
  border: solid 3px #fff;
  line-height: 1;
  display: inline-block;
  padding: 6px;
  padding-top: 3px;
}
#form form .group .cat p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
#form button {
  display: block;
  font-size: 16px;
  padding: 25px 20px;
  background-color: #000;
  color: #fff;
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: 60px;
  cursor: pointer;
  font-weight: bold;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.3s;
  margin-bottom: 30px;
}

#form.on_breaker_select.on_battle_select button {
  opacity: 1;
  pointer-events: auto;
}
#form.on_breaker_select.on_battle_select button:hover {
  opacity: 0.5;
}

#form input[type="radio"] + label img {
  opacity: 0.2;
}
#form input[type="radio"]:checked + label img {
  opacity: 1;
}
#form input[type="radio"] {
  display: none;
}
#form ul li:nth-of-type(n + 2) {
  display: none;
}

#form #thanks {
  display: none;
  margin-bottom: 200px;
  margin-top: 100px;
}
#form #thanks p {
  font-size: 20px;
  font-weight: bold;
}
#form .note {
  width: 100%;
}
#form .note p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
}
#form .note p .sp {
  display: none;
}
#form .note span {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

#movie_02 {background: #0e0e0e;}
#movie_02 .inner {
  /* max-width: 1200px; */
  margin: auto;
  padding: 180px 40px 200px;
}

#movie_02 .group_wrap {
  display: flex;
  justify-content: space-between;
}
#movie_02 .group {
  width: 50%;
  width: calc(50% - 10px);
}
#movie_02 .movie_wrap {
  position: relative;
  padding-bottom: 56.25%;
}
#movie_02 .movie_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#movie_02 .group h3{
  font-size: 60px;
  margin-bottom: 20px;
}
#best{}
#best .sec_tit{
  position: relative;
  margin-bottom: 60px;
}
#best .sec_tit::before,
#best .sec_tit::after{
  content:"";
  height: 3px;
  background-color: #fff;
  position: absolute;
  width: 35%;
  top: 10px;
  bottom: 0;
  margin: auto;
  width: calc(50% - 150px);
}
#best .sec_tit::before{
    left: 0;
}
#best .sec_tit::after{
    right: 0;
}
#best .inner{
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
  margin-bottom: 200px;
}
#best .best_wrap{
  /* display: flex; */
  /* justify-content: space-between; */
}
#best .img_wrap{
   /* width: 50%; */
   /* width: calc(50% - 10px); */
   margin-bottom: 100px;
   text-align: center;
}
#best .img_wrap img{
}

#best .sec_tit_sub{
  font-size: 70px;
  line-height: 1;
  position: relative;
  margin-bottom: 20px;
}
#best .sec_tit_sub::before,
#best .sec_tit_sub::after{
  /* content:""; */
  width: 35%;
  height: 2px;
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
#best .sec_tit_sub::before{
    left: 0;
}
#best .sec_tit_sub::after{
    right: 0;
}
#best .present{margin: auto;}
#best .present .present_flex{display: inline-flex;align-items: center;background-color: rgb(0 0 0 / 50%);padding: 20px 40px;}
#best .present img{
    width: 180px;
}
#best .present .text_area{
  text-align: left;
  padding: 0 40px;
}
#best .present  p{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
#best .present  h4{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 40px;
}
#best .present  p .sp{
  display:none
}
#best .present  p a{
  text-decoration: underline;
  transition: opacity .3s;
}
#best .present  p a:hover{
  opacity:0.5
}
#gallery .inner{
  margin-bottom: 240px;
}
#gallery .swiper-button{
filter: brightness(0) invert(1);
}
#gallery .swiper-button-prev{
  left: 60px;
}
#gallery .swiper-button-next{
    right: 60px;
}
@media (max-width: 750px) {
  .foot_l {
    float: none;
    margin: 39px 0 0 0px;
    text-align: center;
  }
  .foot_l .foot_logo {
    float: none;
    line-height: 1;
    margin-bottom: 23px;
  }
  .foot_l .copyright {
    float: none;
    margin: 13px 0 0 0px;
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
  }
  .foot_r {
    float: none;
    padding-top: 40px;
    margin: 0px;
  }
  .foot_r .sns {
    position: static;
    margin-bottom: 20px;
    justify-content: center;
  }
  .foot_r .sns > li {
    margin-right: 10px;
  }
  body {
    line-height: 1.5;
  }
  .sec_tit {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .common_btn {
    margin-bottom: 20px;
  }
  .common_btn a {
    font-size: 16px;
    padding: 25px 0px;
  }
  .motion_txt {
    padding: 5px 10px;
  }
  #fv .wrap {
    background-color: #68131a;
  }
  #fv .img_wrap .sp {
    display: block;
  }
  #fv .img_wrap .pc {
    display: none;
  }
  #nav ul {
    flex-wrap: wrap;
    padding: 10px 0px;
  }
  #nav ul li {
    width: 33.333%;
  }
  #nav ul li:nth-child(3) a::before {
    content: none;
  }
  #nav ul li a {
    padding: 10px 0px;
    font-size: 22px;
  }
  #nav ul li a::before {
    width: 1px;
  }
  #movie .wrap {
    margin-top: 40px;
  }
  #movie .inner {
    padding: 0 20px;
  }
  #movie .bg .loop_slide {
    min-width: 800px;
  }
  #about .inner {
    padding: 60px 20px 40px;
  }
  #about p {
    font-size: 18px;
    line-height: 1.8;
  }
  #about h4 {
    font-size: 30px;
    line-height: 1.5;
  }
  #about h4 .reding {
    font-size: 42px;
    margin: auto;
  }
  #about h4 .small {
    font-size: 20px;
  }
  #about h4 br {
    display: block;
  }
  #about .text_wrap .five {
    font-size: 13px;
}
  #about .text_wrap .one {
    margin-bottom: 0;
  }
  #about .text_wrap .two {
    margin-bottom: 20px;
    margin-top: -5px;
  }
  #about .text_wrap .three {
    margin-bottom: 20px;
    /* text-align: left; */
  }
  #about .text_wrap .three br {
    display: none;
  }
  #about .text_wrap .four {
    /* text-align: left; */
    margin-bottom: 20px;
  }
  #about .text_wrap .four br {
    display: none;
  }
  #about .text_wrap {
    margin-bottom: 40px;
  }
  .md_contents {
    width: 100%;
    padding: 100px 20px;
  }
  .md_inner .group {
    text-align: left;
  }
  .md_xmark {
    width: 41px;
    height: 41px;
  }
  #battle .inner {
    padding: 80px 10px 100px;
  }
  #battle .battle_list .group .num {
    font-size: 50px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #battle .battle_list .group {
    margin-bottom: 80px;
  }
  #battle .interview_btn {
    margin-top: 40px;
    padding: 0 10px;
  }
  #battle .interview_btn a {
    font-size: 20px;
    width: 100%;
  }
  #battle .battle_list .group .num::before {
    height: 4px;
  }
  #battle .battle_list .group .dancer_img_wrap .dancer_img.pc {
    display: none;
  }
  #battle .battle_list .group .dancer_img_wrap .dancer_img.sp {
    display: block;
    width: 100%;
  }
  #battle .battle_list .group .dancer_img_wrap .dancer_img.sp .vs {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
  }
  #battle .battle_list .group .dancer_name_wrap .dancer_name {
    width: calc(50% - 10px);
  }
  #battle .battle_list .group .dancer_name_wrap .dancer_name .name {
    font-size: 40px;
  }
  #battle .battle_list .group .dancer_name_wrap .sub {
    /* flex-direction: column; */
  }
  #battle .battle_list .group .dancer_name_wrap .vs {
    display: none;
  }
  #battle .battle_list .group .dancer_name_wrap .dancer_name .sub .from,
  #battle .battle_list .group .dancer_name_wrap .dancer_name .sub .representation {
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  #battle .battle_list .group .dancer_name_wrap .dancer_name .sub .from::before,
  #battle .battle_list .group .dancer_name_wrap .dancer_name .sub .representation::before {
    content: none;
  }
  #battle .battle_list .group .dancer_name_wrap .dancer_name .sub a {
    font-size: 20px;
  }
  #battle .battle_list .group .dancer_name_wrap .dancer_name .sub a span {
    display: block;
    padding-right: 5px;
  }
  #battle .battle_list .group .dancer_img_wrap {
    margin-bottom: 10px;
  }
  #vote .inner {
    padding: 80px 20px 100px;
  }
  #vote .inner .sec_tit br {
    display: block;
  }
  #vote .num {
    font-size: 50px;
    margin-bottom: 10px;
  }
  #vote .inner .sec_tit {
    line-height: 0.9;
    margin-bottom: 20px;
  }
  #vote .read {
    font-size: 22px;
  }
  #vote .detail br {
    display: block;
  }
  #vote .detail .colon {
    display: none;
  }
  #vote .detail .head {
    font-size: 16px;
  }
  #vote .detail {
    margin-bottom: 40px;
    line-height: 1.6;
    font-size: 16px;
  }
  #vote .cat {
    margin-bottom: 40px;
  }
  #vote .cat h5 {
    font-size: 40px;
    border: solid 2px #fff;
  }
  #vote .cat p {
    font-size: 18px;
    line-height: 1.6;
  }
  #vote .dancer_name_wrap {
    flex-direction: column;
    margin: 40px 0px;
  }
  #vote .dancer_name_wrap .dancer_name {
    width: 100%;
  }
  #vote .dancer_name_wrap .dancer_name .dancer_name_inner {
    padding-bottom: 20%;
  }
  #vote .dancer_name_wrap .vs {
    margin: 10px auto;
    font-size: 30px;
  }
  #vote .dancer_name_wrap .dancer_name input {
    width: 100%;
    font-size: 24px;
    border: unset;
    /* border: solid 1px #fff; */
    height: auto;
    padding: 25px 10px;
  }
  #modal02 .dancer_name h5 {
    font-size: 24px;
  }
  #vote .dancer_name_wrap .dancer_name input::-webkit-input-placeholder {
    font-size: 24px;
  }
  #vote .dancer_name_wrap .dancer_name input:-moz-placeholder {
    font-size: 24px;
  }
  #vote .dancer_name_wrap .dancer_name input::-moz-placeholder {
    font-size: 24px;
  }
  #vote .dancer_name_wrap .dancer_name input:-ms-input-placeholder {
    font-size: 24px;
  }
  #mc_dj .inner,
  #info .inner,
  #broadcast .inner {
    padding: 100px 20px 0px;
  }
  #info .inner {
    padding-bottom: 100px;
  }
  #broadcast .inner {
    padding-bottom: 100px;
  }
  #mc_dj .inner {
    padding: 100px 5px 0px;
  }
  #mc_dj .mc_dj_flex .mc_dj_thumb:last-child {
    display: none;
  }
  #mc_dj .mc_dj_flex .mc_dj_thumb {
    width: 50%;
  }
  #mc_dj .mc_dj_flex .mc_dj_thumb_inner {
    padding-bottom: 66.666%;
  }
  .sec_tit_sub {
    font-size: 50px;
    margin-bottom: 20px;
  }
  #mc_dj .mc_dj_flex .name {
    font-size: 30px;
  }
  #info .text_wrap {
    padding: 60px 30px;
  }
  #info .text_wrap tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #info .text_wrap th,
  #info .text_wrap td {
    font-size: 16px;
    padding: 1px 0px;
  }
  #info .text_wrap th {
    min-width: unset;
    /* padding-left: 15px; */
    border: unset;
    padding-bottom: 5px;
  }
  #info .text_wrap th::before {
    /* content: "・"; */
    right: unset;
    left: 0;
  }
  #info .text_wrap td {
    padding-left: 0px;
  }
  #info table {
    margin-bottom: 0px;
    width: 100%;
  }
  .dancer_modal .md_inner {
    display: block;
  }
  .dancer_modal .thumb {
    width: 100%;
  }
  .dancer_modal .dancer_name {
    width: 100%;
    padding: 0;
  }
  ::-webkit-full-page-media,
  :future,
  :root #movie .bg .loop_slide {
    height: 14vw;
  }
  body.en #vote .detail.one {
    font-size: 18px;
  }

  element.style {
  }
  .coming_230630 {
    font-size: 44px;
  }
  /* =========230719============ */
  #mc_dj .mc_dj_flex .mc_dj_thumb_inner {
    padding: 0;
  }
  #mc_dj .mc_dj_flex .mc_dj_thumb:last-child {
    display: block;
  }
  #mc_dj .dancer_name .sub a {
    font-size: 20px;
  }
  #mc_dj .dancer_name .name {
    font-size: 30px;
  }
  /* =========230719-fin============ */

  /* =========230720============ */
  #vote .vote_fin_text {
    font-size: 6.5vw;
    margin-top: 80px;
  }
  /* =========230720_fin============ */
  /* =========231016============ */
  .dancer_modal.dancer_interview .md_inner {
    display: flex;
  }
  .instagram-media {
    min-width: unset !important;
    margin: 0 !important;
    border-right: none !important;
    border-left: none !important;
    width: 100% !important;
    display: block;
  }
  .dancer_modal.dancer_interview .thumb {
    width: 100%;
  }

  /* =========231016_fin============ */

  #form form {
    display: block;
  }
  #form form .group {
    width: 100%;
    margin-bottom: 20px;
  }
  #form .read {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #form .detail {
    margin-bottom: 40px;
  }
  #form .form_inner {
    padding-top: 60px;
  }
  #form .note p .sp {
    display: block;
  }
  #form .note span {
    font-size: 14px;
  }
  #form form .group .cat p {
    font-size: 15px;
  }
  #form form .group .cat h5 {
    font-size: 36px;
  }
  #best .sec_tit_sub {
    font-size: 40px;
    margin-bottom: 10px;
  }
  #best .inner {
    padding: 0 0px;
    margin-bottom: 80px;
}
  #best .img_wrap{
    margin-bottom: 40px;
  }
  #best p{
    font-size: 14px;
  }
  .en #best p {line-height: 1.5;}
    #best p br.sp{
      display:block
    }
  #gallery .swiper-button{
    width: 27px;
    height: 30px;
    margin-top: -15px;
  }
  #gallery .swiper-button-prev{
  left: 5px;
}
#gallery .swiper-button-next{
    right: 5px;
}
  #gallery .inner {
    margin-bottom: 120px;
}
  #best .sec_tit{
    margin: 0 10px;
    margin-bottom: 40px;
  }
  #best .sec_tit::before, #best .sec_tit::after{
    width: calc(50% - 80px);
    height: 2px;
  }
  #movie_02 .group_wrap{
    display: block;
  }
  #movie_02 .group{
    width: 100%;
    margin-bottom: 40px;
  }
  #movie_02 .group h3{
    font-size: 40px;
    margin-bottom: 10px;
  }
  #movie_02 .inner{
    padding: 120px 20px 40px;
  }
  #best .present{
    padding: 0 20px;
  }
  #best .present .present_flex{
    /* display: block; */
    /* padding: 20px; */
    padding: 20px;
  }
  #best .present img{
    width: 40%;
  }
  #best .present .text_area{
    width: 60%;
    text-align: center;
    padding: 0;
  }
  #best .present .text_area br{
    display: none;
  }
  #best .present h4{
    font-size: 14px;
    margin-bottom: 20px;
  }

  #best .present p{
    font-size: 14px;
}
} /*END*/

@media (max-width: 375px) {
  #nav ul li a {
    font-size: 18px;
  }
  #about .inner {
    padding: 60px 10px 40px;
  }
  .sec_tit {
    font-size: 54px;
  }
  #about p {
    font-size: 13px;
  }
  #about h4 {
    font-size: 26px;
  }
  #about h4 .reding {
    font-size: 34px;
  }
  #about .format_rule a {
    font-size: 12px;
  }
  .md_inner .group h3 {
    font-size: 18px;
  }
  .md_inner .group p {
    font-size: 12px;
  }
  .md_contents {
    padding: 100px 10px;
  }
  .md_inner .group h5 {
    font-size: 16px;
  }
  .md_inner .group .small {
    font-size: 10px;
  }
  #battle .battle_list .group .dancer_name_wrap .dancer_name .name {
    font-size: 24px;
  }
  #battle .battle_list .group .num {
    font-size: 40px;
  }
  #battle .battle_list .group .dancer_name_wrap .dancer_name .sub a {
    font-size: 14px;
  }
  .dancer_modal .sub p {
    font-size: 20px;
  }
  #vote .num {
    font-size: 40px;
  }
  #vote .read {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #vote .detail {
    font-size: 12px;
  }
  #vote .cat h5 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  #vote .cat p {
    font-size: 13px;
  }
  #vote .inner {
    padding: 90px 10px 60px;
  }
  #mc_dj .inner,
  #info .inner,
  #broadcast .inner {
    padding: 70px 10px 0px;
    /* padding-bottom: 100px; */
  }
  #info .inner,
  #broadcast .inner {
    padding-bottom: 100px;
  }
  #info .text_wrap {
    padding: 60px 10px;
    padding-bottom: 20px;
  }
  #info .text_wrap th,
  #info .text_wrap td {
    font-size: 13px;
    vertical-align: top;
  }
  #info .text_wrap th {
    min-width: 70px;
  }
  #info table {
    margin-bottom: 40px;
  }
  #info .text_wrap p {
    font-size: 16px;
  }
  br.small {
    display: block;
  }
  body.en #vote .detail.one {
    font-size: 16px;
  }
  #broadcast .inner {
    padding-bottom: 100px;
  }
  /* =========230719============ */
  #mc_dj .dancer_name .name {
    font-size: 24px;
  }
  #mc_dj .dancer_name .name span {
    margin: 0 8px;
  }

  /* =========230719-fin============ */

  #form .detail {
    font-size: 14px;
  }
  #form .detail br {
    display: none;
  }
  #form form .group .cat h5 {
    font-size: 20px;
  }
  #form form .group .cat p {
    font-size: 12px;
  }
  #form .selectbox select {
    font-size: 12px;
  }
  #form button {
    font-size: 12px;
    margin: 40px 0px;
  }
  #form .note p {
    font-size: 12px;
  }
  #form .note span {
    font-size: 12px;
  }
  #about .text_wrap .five br{
    display: none;
  }
  #best .present h4 {
    font-size: 14px;
}
  #best .present p {
    font-size: 14px;
}
  #best .present .present_flex{
    padding: 10px;
  }
  #best .present h4 br{
    display: none;
}
}
