@charset "UTF-8";
@keyframes fadeInUpMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUpMin {
  -webkit-animation-name: fadeInUpMin;
          animation-name: fadeInUpMin;
}

@-webkit-keyframes fadeInRightMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRightMin {
  -webkit-animation-name: fadeInRightMin;
          animation-name: fadeInRightMin;
}

@-webkit-keyframes fadeInLeftMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftMin {
  -webkit-animation-name: fadeInLeftMin;
          animation-name: fadeInLeftMin;
}

@-webkit-keyframes vertical01 {
  0% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 4%);
            transform: translate(0, 4%);
  }
}

@keyframes vertical01 {
  0% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 4%);
            transform: translate(0, 4%);
  }
}
.vertical01 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: vertical01 2s ease-in-out infinite alternate;
          animation: vertical01 2s ease-in-out infinite alternate;
}

@-webkit-keyframes vertical01Min {
  0% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 2%);
            transform: translate(0, 2%);
  }
}

@keyframes vertical01Min {
  0% {
    -webkit-transform: translateY(0, 0);
            transform: translateY(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 2%);
            transform: translate(0, 2%);
  }
}
.vertical01Min {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: vertical01Min 4s ease-in-out infinite alternate;
          animation: vertical01Min 4s ease-in-out infinite alternate;
}

/*=====  End of ANIMATION  ======*/
/* ANIMATION */
@-webkit-keyframes fadeInUpMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpMin {
  -webkit-animation-name: fadeInUpMin;
  animation-name: fadeInUpMin;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fdfdfd;
  color: #111;
  margin: 0;
  background-color: #000;
  color: #fdfdfd;
}
body.scroll-prevent {
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  body {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
@media only screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}

.nolink {
  pointer-events: none;
}

.bg-gray {
  background-color: #232323;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.andmore {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.comingsoon {
  margin-top: 30px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
}

.relative {
  position: relative;
}

.animated {
  opacity: 0;
}

section.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.section.big-gap {
  padding-top: 120px;
  padding-bottom: 120px;
}
section.section.small-gap {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.section .pb-0 {
  padding-bottom: 0;
}

.parallax-window {
  background-color: transparent;
}

.en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*=============================================
=            SECTION TITLE            =
=============================================*/
.section-title {
  color: #ddd;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 33px;
  margin-right: 5em;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  font-size: 3.2rem;
}
.section-title:before {
  content: "";
  width: 24px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/common/at_w.svg);
  position: absolute;
  left: 0px;
}
.section-title:after {
  width: 4em;
  height: 1px;
  background-color: #e43c01;
  content: "";
  position: absolute;
  top: 50%;
  right: -4.5em;
}

/*=====  End of SECTION TITLE  ======*/
.grad h2 {
  color: #fdfdfd !important;
}
.grad a.btn.main_btn {
  color: #fdfdfd;
  border-color: #fdfdfd;
}
.grad a.btn.main_btn:after {
  background-image: -webkit-linear-gradient(45deg, #ddd 0%, rgb(179, 179, 179) 10%, rgb(0, 0, 0) 50%, rgb(161, 161, 161) 90%, rgb(208, 208, 208) 100%);
  background-image: linear-gradient(45deg, #ddd 0%, rgb(179, 179, 179) 10%, rgb(0, 0, 0) 50%, rgb(161, 161, 161) 90%, rgb(208, 208, 208) 100%);
}
.grad a.btn.main_btn:hover {
  border-color: #ddd;
  color: #fdfdfd;
}
.grad .section-title:after {
  background-color: #fdfdfd;
}

.offwhite a.btn.main_btn:after {
  background: #ddd;
}
.offwhite a.btn.main_btn:hover {
  color: #111;
}
.offwhite .section-title:after {
  background-color: #fdfdfd;
}

.mo_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mo_none {
    display: block;
  }
}

main {
  margin-top: 80px;
}

/*=============================================
=            PAGE HEAD            =
=============================================*/
#page-head h1 {
  font-size: 3rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #page-head h1 {
    font-size: 4rem;
  }
}

.mini-head {
  min-height: 300px;
  position: relative;
  background-position: center center;
  background-size: auto;
}
.mini-head:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.mini-head .page-head-inner {
  padding: 1em;
  color: #fdfdfd;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mini-head .page-head-inner .other {
  font-weight: 400;
}

.page-subtitle {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: auto auto 1em auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-subtitle {
    font-size: 4rem;
  }
}
.page-subtitle:before, .page-subtitle:after {
  width: 1em;
  height: 2px;
  content: "";
  background-color: #fdfdfd;
  position: absolute;
  top: 50%;
}
.page-subtitle:before {
  left: -1.5em;
}
.page-subtitle:after {
  right: -1.4em;
}

#page-head h1 span.mynavi {
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
  font-weight: 700;
}

.page-subtitle02 {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/*=====  End of PAGE HEAD  ======*/
/*=============================================
=            PAGENATION            =
=============================================*/
#paginationArea {
  padding-top: 0px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  #paginationArea {
    padding-bottom: 130px;
  }
}
#paginationArea #pagination .paginationWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#paginationArea #pagination .paginationWrapper .pageLink {
  font-weight: bold;
  font-size: 14px;
  border: 2px solid #fdfdfd;
  border-radius: 50px;
  margin: 5px;
  color: #fdfdfd;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #paginationArea #pagination .paginationWrapper .pageLink {
    margin: 8px;
  }
}
#paginationArea #pagination .paginationWrapper .pageLink.current {
  background-color: #fdfdfd;
  color: #111;
  border-color: #fdfdfd;
}
#paginationArea #pagination .paginationWrapper .pageLink.next, #paginationArea #pagination .paginationWrapper .pageLink.prev {
  font-size: 12px;
  padding: 1px 5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-width: 1px;
  font-weight: normal;
}
#paginationArea #pagination .paginationWrapper .pageLink.dots {
  border: none;
}
#paginationArea #pagination .paginationWrapper .pageLink .circle {
  width: 33px;
  height: 33px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  #paginationArea #pagination .paginationWrapper .pageLink .circle {
    width: 38px;
    height: 38px;
  }
}

/*=====  End of PAGENATION  ======*/
.btn {
  display: block;
  border-radius: 0;
  margin: auto;
  font-weight: bold;
}
.btn.main_btn {
  border: 2px solid #ddd;
  color: #ddd;
  background-color: #111;
  width: 90vw;
  max-width: 100%;
  letter-spacing: 0.1em;
  padding: 25px;
  border-radius: 3px;
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
}
@media only screen and (min-width: 576px) {
  .btn.main_btn {
    width: 450px;
    font-size: 1.6rem;
  }
}
.btn.main_btn span {
  position: relative;
  z-index: 2;
}
.btn.main_btn.grad {
  border-color: #333;
  color: #333;
}
.btn.main_btn.entry_btn {
  width: 100%;
  padding: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #232323;
}
.btn.main_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background-color: #e43c01;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.btn.main_btn:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 27px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 17px;
}
.btn.main_btn.grad:after {
  background-image: -webkit-linear-gradient(45deg, #ddd 0%, rgb(179, 179, 179) 10%, rgb(0, 0, 0) 50%, rgb(161, 161, 161) 90%, rgb(208, 208, 208) 100%);
  background-image: linear-gradient(45deg, #ddd 0%, rgb(179, 179, 179) 10%, rgb(0, 0, 0) 50%, rgb(161, 161, 161) 90%, rgb(208, 208, 208) 100%);
}
.btn.main_btn:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.btn.main_btn.rule_btn {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #111;
}

.bg-gray .btn.main_btn {
  background-color: #232323;
  color: #ddd;
  border-color: #ddd;
}

.revealItem .btn.main_btn {
  margin-top: 0;
  margin-bottom: 0;
}
.revealItem.btn-reveal {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .revealItem.btn-reveal {
    margin-top: 2em;
    margin-bottom: 2em;
    max-width: 100%;
  }
}

.cf {
  clear: both;
}

.btn.focus,
.btn:focus,
.wpcf7 input.focus[type=submit],
.wpcf7 input:focus[type=submit] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.house .btn.main_btn.entry_btn:hover,
.hiphop .btn.main_btn.entry_btn:hover,
.break .btn.main_btn.entry_btn:hover,
.allstyles .btn.main_btn.entry_btn:hover,
.fourstyles .btn.main_btn.entry_btn:hover,
.general .btn.main_btn.entry_btn:hover,
.popping .btn.main_btn.entry_btn:hover,
.kids .btn.main_btn.entry_btn:hover,
.rize .btn.main_btn.entry_btn:hover {
  color: #fdfdfd;
}

.fourstyles .btn.main_btn.entry_btn {
  color: #e43c01;
  border-color: #e43c01;
}
.fourstyles .btn.main_btn.entry_btn:after {
  background-color: #e43c01;
}

.general .btn.main_btn.entry_btn {
  color: #e43c01;
  border-color: #e43c01;
}
.general .btn.main_btn.entry_btn:after {
  background-color: #e43c01;
}

.kids .btn.main_btn.entry_btn {
  color: #ff2f89;
  border-color: #ff2f89;
}
.kids .btn.main_btn.entry_btn:after {
  background-color: #ff2f89;
}

.rize .btn.main_btn.entry_btn {
  color: #ec6e01;
  border-color: #ec6e01;
}
.rize .btn.main_btn.entry_btn:after {
  background-color: #ec6e01;
}

.house .btn.main_btn.entry_btn {
  color: #3285ff;
  border-color: #3285ff;
}
.house .btn.main_btn.entry_btn:after {
  background-color: #3285ff;
}

.hiphop .btn.main_btn.entry_btn {
  color: #e43c01;
  border-color: #e43c01;
}
.hiphop .btn.main_btn.entry_btn:after {
  background-color: #e43c01;
}

.break .btn.main_btn.entry_btn {
  color: #ffb504;
  border-color: #ffb504;
}
.break .btn.main_btn.entry_btn:after {
  background-color: #ffb504;
}

.allstyles .btn.main_btn.entry_btn {
  color: #13d60e;
  border-color: #13d60e;
}
.allstyles .btn.main_btn.entry_btn:after {
  background-color: #13d60e;
}

.popping .btn.main_btn.entry_btn {
  color: #ec6e01;
  border-color: #ec6e01;
}
.popping .btn.main_btn.entry_btn:after {
  background-color: #ec6e01;
}

.mw_wp_form .error {
  color: #00cfd2;
}
.mw_wp_form button,
.mw_wp_form input,
.mw_wp_form select,
.mw_wp_form textarea {
  font-family: inherit;
  font-size: 1.6rem;
  margin: 10px 0;
  padding: 1em;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #111;
  color: #fdfdfd;
}
.mw_wp_form button:focus-visible,
.mw_wp_form input:focus-visible,
.mw_wp_form select:focus-visible,
.mw_wp_form textarea:focus-visible {
  outline: none;
}
.mw_wp_form button,
.mw_wp_form input {
  line-height: normal;
}
.mw_wp_form button,
.mw_wp_form select {
  text-transform: none;
}
.mw_wp_form button,
.mw_wp_form html input[type=button],
.mw_wp_form input[type=reset],
.mw_wp_form input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
  width: auto;
}
.mw_wp_form button[disabled],
.mw_wp_form html input[disabled] {
  cursor: default;
}
.mw_wp_form input[type=checkbox],
.mw_wp_form input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0.5em 0 0;
  padding: 0;
  width: auto;
}
.mw_wp_form button::-moz-focus-inner,
.mw_wp_form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mw_wp_form textarea {
  overflow: auto;
  vertical-align: top;
}
.mw_wp_form .form-box {
  padding: 8px 0;
}
.mw_wp_form .form-box .head-title {
  margin: 8px 0;
  line-height: 1.5rem;
}
.mw_wp_form .form-box .head-title span {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.mw_wp_form .form-box .head-title .enTitle {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin-top: 5px;
}
.mw_wp_form .form-box .dsc,
.mw_wp_form .form-box .dsc label {
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  line-height: 2em;
}
.mw_wp_form .form-box .dsc small,
.mw_wp_form .form-box .dsc label small {
  font-size: 1.2rem;
}
.mw_wp_form .form-box .scroll-box {
  height: 20em;
  margin: 1em 0;
  padding: 1.5em 1.5em 0.5em;
  border: 1px solid #ddd;
  overflow-y: auto;
  font-size: 1.4rem;
}
.mw_wp_form .form-box .checkbox-list {
  margin: 8px 0 0;
}
.mw_wp_form .form-box .checkbox-list > span {
  width: 100%;
  margin: 0 0 1.6rem !important;
}
.mw_wp_form .form-box .checkbox-list.online > span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.mw_wp_form .form-box .checkbox-list.online label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mw_wp_form .form-box .checkbox-list.online label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}
.mw_wp_form .form-box .checkbox-list.online label span {
  padding-left: 15px;
}
.mw_wp_form .form-box .select-box {
  overflow: hidden;
  position: relative;
}
.mw_wp_form .form-box .select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 1em;
  letter-spacing: 0.1em;
  background-color: #000;
  color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 0;
}
.mw_wp_form .form-box .select-box:before {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fdfdfd;
  pointer-events: none;
}
.mw_wp_form.mw_wp_form_confirm .form-box .select-box:before {
  display: none;
}
@media (min-width: 768px) {
  .mw_wp_form .form-box .checkbox-list > span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .mw_wp_form .form-box .agreement.checkbox-list > span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.mw_wp_form .checkbox-list label {
  position: relative;
  cursor: pointer;
}
.mw_wp_form .checkbox-list label span {
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.5em;
}
.mw_wp_form .checkbox-list input[type=checkbox] {
  cursor: pointer;
  margin-right: 15px;
}
.mw_wp_form .checkbox-list input[type=checkbox]:before {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 8px;
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
          transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #dc3545;
  border-top-style: none;
  border-right-style: none;
}
.mw_wp_form .checkbox-list input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
.mw_wp_form .checkbox-list input[type=checkbox]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  cursor: pointer;
  border: 1px solid #ddd;
  background: #ffffff;
}
.mw_wp_form .form-box .checkbox-list .req + span {
  position: relative;
}
.mw_wp_form .form-box .head-title .req::after,
.mw_wp_form .form-box .checkbox-list .req + span::after {
  position: absolute;
  top: -5px;
  right: -15px;
  display: inline-block;
  content: "※";
  font-size: 10px;
  color: #00cfd2;
}
.mw_wp_form .form-box .birthdayWrapper,
.mw_wp_form .form-box .danceHistoryWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.5;
}
.mw_wp_form .form-box .birthdayWrapper > div,
.mw_wp_form .form-box .danceHistoryWrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}
.mw_wp_form .form-box .birthdayWrapper > div span,
.mw_wp_form .form-box .danceHistoryWrapper > div div {
  display: block;
  margin-left: 8px;
}
.mw_wp_form .form-box .danceHistoryWrapper > div div.title {
  display: block;
  margin-left: 0;
  white-space: nowrap;
  margin-right: 8px;
}
.mw_wp_form .form-box .birthdayWrapper .select-box select,
.mw_wp_form .form-box .danceHistoryWrapper .select-box select {
  min-width: 7em;
  padding-right: 2em;
  text-align: center;
}
.mw_wp_form .form-box .danceHistoryWrapper .referrence {
  color: #ddd;
  letter-spacing: 0.15em;
}
.mw_wp_form.mw_wp_form_confirm .form-box .danceHistoryWrapper .referrence {
  display: none;
}
.mw_wp_form .btn.main_btn.entry_btn {
  color: #00cfd2;
  border-color: #00cfd2;
  display: block;
  width: 90vw;
  letter-spacing: 0.1em;
  padding: 25px;
  margin: 2em auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form .btn.main_btn.entry_btn {
    width: 430px;
  }
}
.mw_wp_form .btn.focus,
.mw_wp_form .btn:focus,
.mw_wp_form .wpcf7 input.focus[type=submit],
.mw_wp_form .wpcf7 input:focus[type=submit] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mw_wp_form .house .btn.main_btn.entry_btn:hover,
.mw_wp_form .hiphop .btn.main_btn.entry_btn:hover,
.mw_wp_form .break .btn.main_btn.entry_btn:hover,
.mw_wp_form .allstyles .btn.main_btn.entry_btn:hover,
.mw_wp_form .fourstyles .btn.main_btn.entry_btn:hover,
.mw_wp_form .general .btn.main_btn.entry_btn:hover,
.mw_wp_form .kids .btn.main_btn.entry_btn:hover,
.mw_wp_form .rize .btn.main_btn.entry_btn:hover {
  color: #fdfdfd;
}
.mw_wp_form .fourstyles .btn.main_btn.entry_btn {
  color: #e43c01;
  border-color: #e43c01;
}
.mw_wp_form .fourstyles .btn.main_btn.entry_btn:after {
  background-color: #e43c01;
}
.mw_wp_form .general .btn.main_btn.entry_btn {
  color: #e43c01;
  border-color: #e43c01;
}
.mw_wp_form .general .btn.main_btn.entry_btn:after {
  background-color: #e43c01;
}
.mw_wp_form .kids .btn.main_btn.entry_btn {
  color: #ff2f89;
  border-color: #ff2f89;
}
.mw_wp_form .kids .btn.main_btn.entry_btn:after {
  background-color: #ff2f89;
}
.mw_wp_form .rize .btn.main_btn.entry_btn {
  color: #ec6e01;
  border-color: #ec6e01;
}
.mw_wp_form .rize .btn.main_btn.entry_btn:after {
  background-color: #ec6e01;
}
.mw_wp_form .house .btn.main_btn.entry_btn {
  color: #3285ff;
  border-color: #3285ff;
}
.mw_wp_form .house .btn.main_btn.entry_btn:after {
  background-color: #3285ff;
}
.mw_wp_form .hiphop .btn.main_btn.entry_btn {
  color: #e43c01;
  border-color: #e43c01;
}
.mw_wp_form .hiphop .btn.main_btn.entry_btn:after {
  background-color: #e43c01;
}
.mw_wp_form .break .btn.main_btn.entry_btn {
  color: #ffb504;
  border-color: #ffb504;
}
.mw_wp_form .break .btn.main_btn.entry_btn :after {
  background-color: #ffb504;
}
.mw_wp_form .allstyles .btn.main_btn.entry_btn {
  color: #13d60e;
  border-color: #13d60e;
}
.mw_wp_form .allstyles .btn.main_btn.entry_btn:after {
  background-color: #13d60e;
}

/*=============================================
=            RECAPTCHA ANNO            =
=============================================*/
.recaptchaAnno {
  margin-bottom: 80px;
  padding: 30px;
  font-size: 1.2rem;
  border: 1px solid #727272;
  color: #eaeaea;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_complete .recaptchaAnno {
  display: none;
}

/*=====  End of RECAPTCHA ANNO  ======*/
/* FOOTER */
#footer-bar {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#footer-bar:before {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#footer-bar img {
  width: 90%;
  max-width: 600px;
  position: relative;
  z-index: 1;
}

#footer-info {
  background: #000;
  color: #fdfdfd;
}
#footer-info .site-otherinfo {
  padding-left: 0;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  position: relative;
}
#footer-info .site-otherinfo:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 5em;
  background-color: #fdfdfd;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#footer-info .site-otherinfo li {
  list-style: none;
  display: inline-block;
  padding: 0.5em;
  margin: 0.5em;
  font-weight: 200;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  position: relative;
}
#footer-info .site-otherinfo li:after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer-info .site-otherinfo li:last-child:after {
  content: "";
}
#footer-info .logo-link-area a {
  display: block;
}

#colophon {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #333;
  color: #fdfdfd;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
  padding: 0.5em;
}

/* NAVIGATION */
/* NAVIGATION */
/*menu*/
/*gnav*/
.navbar-brand a {
  display: inline-block;
}
.navbar-brand img {
  height: 40px;
  padding: 10px;
}

.nav-link {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.navigation-bar {
  width: 100%;
  height: 80px;
  position: absolute;
  z-index: 100;
  top: 0;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.navigation-bar .brand-logo {
  position: absolute;
  width: auto;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  z-index: 100;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.navigation-bar .brand-logo > a {
  display: block;
  cursor: pointer;
}
.navigation-bar.scrolled {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #111;
  border-bottom: 1px solid #333;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.navigation-bar.scrolled .brand-logo {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.navigation-bar.opened {
  z-index: 20;
  position: fixed;
  background-color: #111;
}

.brand-logo img {
  height: 80px;
  padding: 20px 34px;
  padding-left: 15px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
@media only screen and (min-width: 768px) {
  .brand-logo img {
    height: 80px;
    padding: 29px;
  }
}

.scrolled .brand-logo img {
  height: 60px;
  padding: 12px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
@media only screen and (min-width: 768px) {
  .scrolled .brand-logo img {
    padding: 22px;
  }
}
.scrolled .menu__line {
  background: #fdfdfd;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.scrolled .menu {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.menu {
  height: 20px;
  width: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 99;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.menu__line {
  background: #fdfdfd;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.menu__line--txt {
  color: #fdfdfd;
  position: absolute;
  left: 55%;
  bottom: 24px;
  top: auto;
  display: block;
  font-size: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 0.1em;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__line--center.active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.gnav {
  background: rgba(0, 0, 0, 0.95);
  height: 100%;
  position: fixed;
  width: 75%;
  z-index: 98;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .gnav {
    width: 50%;
  }
}

.opened .gnav {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.gnav__wrap {
  height: 100%;
  width: 100%;
  position: relative;
}

.gnav_box {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.gnav__menu {
  margin: 2rem auto;
  padding-left: 0;
  text-align: left;
}

.menu-item {
  margin: 10px 0;
  display: block;
  position: relative;
}
.menu-item a {
  color: #fdfdfd;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 1rem 2rem;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu-item a:hover {
  color: #666;
}
.menu-item#menu-item-2370 {
  opacity: 0.3;
  pointer-events: none;
}
.menu-item.current a {
  color: #333;
}
.menu-item.nolink {
  opacity: 0.3;
  pointer-events: none;
}
.menu-item.nolink a {
  color: #666;
}

/* REVEAL */
/* revealContentを最初は消しておく */
.revealContent {
  opacity: 0;
}

/* revealActiveクラスが追加されて.3s後に表示する */
.revealActive .revealContent {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}

.revealItem {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}

/* before擬似要素の黒いblockにanimationをつけておく */
.revealItem.revealActive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ddd;
  z-index: 10;
}

.revealItem.grad.revealActive::before {
  background-image: -webkit-linear-gradient(45deg, #ddd 0%, rgb(179, 179, 179) 10%, rgb(0, 0, 0) 50%, rgb(161, 161, 161) 90%, rgb(208, 208, 208) 100%);
  background-image: linear-gradient(45deg, #ddd 0%, rgb(179, 179, 179) 10%, rgb(0, 0, 0) 50%, rgb(161, 161, 161) 90%, rgb(208, 208, 208) 100%);
}

.revealItem.lr.revealActive::before {
  -webkit-animation: hideFromLeft 0.3s forwards, showFromLeft 0.3s forwards 0.3s;
          animation: hideFromLeft 0.3s forwards, showFromLeft 0.3s forwards 0.3s;
}

.revealItem.rl.revealActive::before {
  -webkit-animation: hideFromRight 0.3s forwards, showFromRight 0.3s forwards 0.3s;
          animation: hideFromRight 0.3s forwards, showFromRight 0.3s forwards 0.3s;
}

.revealItem.lb.revealActive::before {
  -webkit-animation: hideFromLeft 0.3s forwards, showFromTop 0.3s forwards 0.3s;
          animation: hideFromLeft 0.3s forwards, showFromTop 0.3s forwards 0.3s;
}

.revealItem.d-red.revealActive::before {
  background: #e60013;
}

.revealItem.kids.revealActive::before {
  background: #ff2f89;
}

.revealItem.fourstyles.revealActive::before {
  background: #e43c01;
}

.revealItem.general.revealActive::before {
  background: #e43c01;
}

.revealItem.rize.revealActive::before {
  background: #ec6e01;
}

.revealItem.house.revealActive::before {
  background: #3285ff;
}

.revealItem.break.revealActive::before {
  background: #ffb504;
}

.revealItem.hiphop.revealActive::before {
  background: #e43c01;
}

.revealItem.allstyles.revealActive::before {
  background: #13d60e;
}

/* before擬似要素を左から右にスライドイン */
@-webkit-keyframes hideFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes hideFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* before擬似要素を右から左にスライドイン */
@-webkit-keyframes hideFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes hideFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* before擬似要素を左から右にスライドアウト */
@-webkit-keyframes showFromLeft {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes showFromLeft {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
/* before擬似要素を右から左にスライドアウト */
@-webkit-keyframes showFromRight {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
}
@keyframes showFromRight {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
}
/* before擬似要素を上からしたにスライドアウト */
@-webkit-keyframes showFromTop {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
}
@keyframes showFromTop {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
}
/* 画像を使うときはvertical-align bottomをしないと下に余白ができてしまうので注意！！ */
.revealImg {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.house .result-box .head-title,
.house .result-box .comment-title {
  color: #3285ff;
}

.hiphop .result-box .head-title,
.hiphop .result-box .comment-title {
  color: #e43c01;
}

.break .result-box .head-title,
.break .result-box .comment-title {
  color: #ffb504;
}

.allstyles .result-box .head-title,
.allstyles .result-box .comment-title {
  color: #13d60e;
}

.kids .result-box .head-title,
.kids .result-box .comment-title {
  color: #ff2f89;
}

.rize .result-box .head-title,
.rize .result-box .comment-title {
  color: #ec6e01;
}

.result-box {
  margin-top: 1em;
  margin-bottom: 1em;
}
.result-box .ranking-txt {
  line-height: 2em;
  margin-bottom: 1em;
}
.result-box .ranking-txt span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #967f34;
}
.result-box .rankingBox {
  margin-bottom: 20px;
  margin-left: 4px;
  margin-right: 4px;
}
.result-box .rankingBox .ranking-bg-box {
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 5px;
}
.result-box .rankingBox .num {
  text-align: center;
  color: #fdfdfd;
}
.result-box .rankingBox .name {
  text-align: center;
  font-size: 1.4rem;
  color: #fdfdfd;
  line-height: 1.5;
  font-weight: bold;
}
.result-box .rankingBox .team {
  line-height: 1.5;
  text-align: center;
  font-size: 1.2rem;
  color: #fdfdfd;
}
.result-box .comment-title {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.result-box .dsc {
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

ul.result-season-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5em;
  padding-left: 0;
}

.result-season-box li {
  display: inline-block;
  list-style: none;
}
.result-season-box a {
  display: block;
  border: 1px solid #333;
  padding: 0.5em;
  margin: 0.5em;
  width: 8em;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

.cat-box {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  width: 7em;
  background-color: #e43c01;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.75;
}
.cat-box.house {
  background-color: #3285ff;
}
.cat-box.hiphop {
  background-color: #e43c01;
}
.cat-box.break {
  background-color: #ffb504;
}
.cat-box.allstyles {
  background-color: #13d60e;
}

.kids .event-thum-box .date-box,
.cat-box.kids {
  background-color: #ff2f89;
}

.rize .event-thum-box .date-box,
.cat-box.rize {
  background-color: #ec6e01;
}

/* MEDIA QUERY MEDIUM */
/* MEDIA QUERY LARGE */
.event-thum-box {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  height: 205px;
  display: block;
  position: relative;
  background-position: center center;
  background-size: cover;
  margin: 4px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .event-thum-box {
    margin: 8px;
  }
}
.event-thum-box:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.event-thum-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.5;
  background-color: #e43c01;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.event-thum-box:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.event-thum-box:hover .img-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .event-thum-box.big-box {
    height: 430px;
  }
}
.event-thum-box.big-box .title-box {
  font-size: 1.6rem;
  line-height: 1.1em;
}
@media only screen and (min-width: 768px) {
  .event-thum-box.big-box .title-box {
    font-size: 2.4rem;
  }
}
.event-thum-box .img-bg {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-thum-box .date-box {
  position: absolute;
  color: #fdfdfd;
  padding: 0.6em 0.6em 0.6em 0.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e43c01;
}
.event-thum-box .date-box .month {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.event-thum-box .date-box .day {
  font-size: 2.6rem;
  line-height: 1;
}
.event-thum-box .result-letter {
  position: absolute;
  color: #fdfdfd;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-style: normal;
  font-size: 1.2rem;
  top: 0;
  right: 0;
  padding: 1.5em 1em;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .event-thum-box .result-letter {
    font-size: 1.6rem;
    padding: 10px;
  }
}
.event-thum-box .vatolive-icon-box {
  position: absolute;
  right: 0.8em;
  top: 2.3em;
  width: 30px;
  height: 30px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .event-thum-box .vatolive-icon-box {
    right: 1em;
    top: 2.8em;
    bottom: auto;
    width: 45px;
    height: 45px;
  }
}
.event-thum-box .online-icon-box {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.event-thum-box .title-box {
  color: #fdfdfd;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1em;
  font-size: 1.6rem;
  line-height: 1.1em;
}
@media only screen and (min-width: 768px) {
  .event-thum-box .title-box {
    font-size: 2rem;
  }
}
.event-thum-box .title-box span {
  font-size: 0.8em;
  font-weight: 500;
  display: inline-block;
  padding-left: 0.5em;
}
.event-thum-box .title-box span.mynavi {
  font-weight: 700;
  padding-left: 0;
  letter-spacing: 0em;
  position: relative;
  top: -0.05em;
  padding-right: 0.1em;
}

.event-thum-box.campaign:before {
  background-color: transparent;
}
.event-thum-box.campaign:after {
  background-image: -webkit-linear-gradient(45deg, #ddd 0%, rgb(179, 179, 179) 10%, rgb(0, 0, 0) 50%, rgb(161, 161, 161) 90%, rgb(208, 208, 208) 100%);
  background-image: linear-gradient(45deg, #ddd 0%, rgb(179, 179, 179) 10%, rgb(0, 0, 0) 50%, rgb(161, 161, 161) 90%, rgb(208, 208, 208) 100%);
}

.event-thum-box.nolink:before {
  background-color: rgba(0, 0, 0, 0.8);
}

.list_item .title-box.campaign {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.kids .event-thum-box:after {
  background-color: #ff2f89;
}
.kids .area-dsc-box {
  border-color: #ff2f89;
}
.kids .area-dsc-box .title {
  color: #ff2f89;
}
.kids .head-title:before {
  background-color: #ff2f89;
}
.kids .enter-title {
  background-color: #ff2f89;
}

.rize .event-thum-box:after {
  background-color: #ec6e01;
}
.rize .area-dsc-box {
  border-color: #ec6e01;
}
.rize .area-dsc-box .title {
  color: #ec6e01;
}
.rize .head-title:before {
  background-color: #ec6e01;
}
.rize .enter-title {
  background-color: #ec6e01;
}

#sortgroup .is-hide {
  display: none;
}

.search-box {
  text-align: center;
  margin-bottom: 1.5em;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
.search-box .search-box_label {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #8b8b8b;
  color: #fdfdfd;
  padding: 0.1em 1em 0;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.search-box .sort_btn {
  display: inline-block;
  padding: 0 0.5em;
}
.search-box input {
  margin-right: 0.5em;
  accent-color: #8b8b8b;
}

.area-dsc-box {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  background-color: #232323;
  border: 1px solid #e43c01;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em 2em;
  line-height: 1.5;
}
.area-dsc-box .title {
  font-weight: bold;
  color: #e43c01;
  font-size: 2.2rem;
}

.head-title {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 0.5em;
  position: relative;
  font-size: 2.8rem;
}
.head-title span {
  font-size: 1.6rem;
}
.head-title span.jp {
  font-size: 0.75em;
}
.head-title:before {
  position: absolute;
  width: 5px;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}

.fourstyles .head-title:before,
.general .head-title:before {
  background-color: #e43c01;
}
.fourstyles .enter-title,
.general .enter-title {
  background-color: #e43c01;
}

.house .head-title:before {
  background-color: #3285ff;
}
.house .enter-title {
  background-color: #3285ff;
}

.hiphop .head-title:before {
  background-color: #e43c01;
}
.hiphop .enter-title {
  background-color: #e43c01;
}

.break .head-title:before {
  background-color: #ffb504;
}
.break .enter-title {
  background-color: #ffb504;
}

.allstyles .head-title:before {
  background-color: #13d60e;
}
.allstyles .enter-title {
  background-color: #13d60e;
}

.popping .head-title:before {
  background-color: #ec6e01;
}
.popping .enter-title {
  background-color: #ec6e01;
}

.page-head-inner .online-icon-box {
  width: 80%;
  max-width: 450px;
  margin: 5px auto 0;
}

.entry-anno {
  font-weight: bold;
  color: #ddd;
}

.entry-form .noticeForOutside {
  letter-spacing: 0.1em;
  padding: 30px;
  border: 1px solid #727272;
  margin-bottom: 30px;
  color: #bebebe;
}
.entry-form .noticeForOutside .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.entry-form .noticeForOutside ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.entry-form .noticeForOutside ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.entry-box {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}
.entry-box .hashTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e43c01;
  color: #fdfdfd;
  margin-top: 15px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: bold;
}
.entry-box .hashtagWrapper {
  background-color: #ddd;
  padding: 15px 20px;
  color: #fdfdfd;
  background-color: #333;
}
.entry-box .hashtagWrapper .text {
  margin-bottom: 0;
  font-size: 12px;
  color: #fdfdfd;
}
.entry-box .dsc {
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media only screen and (min-width: 768px) {
  .entry-box .dsc {
    font-size: 1.6rem;
  }
}
.entry-box .dsc .covid19_caution_btn {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 0.8em;
  border: 2px solid #111;
  padding: 0.5em 1.5em;
  line-height: 1.5;
}
.entry-box .dsc .covid19_caution_btn span {
  color: #e43c01;
}
.entry-box .dsc .insta_caution_btn {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 0.8em;
  border: 2px solid #fdfdfd;
  padding: 0.8em 3.5em;
  width: 100%;
  max-width: 550px;
  line-height: 1.5;
  background-color: #e43c01;
  color: #fdfdfd;
  font-size: 16px;
  position: relative;
  border-radius: 3px;
}
.entry-box .dsc .insta_caution_btn span {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  right: 30px;
  z-index: 1;
  -webkit-transform: translateY(-50%) translateY(2px);
          transform: translateY(-50%) translateY(2px);
  border: 2px solid #e43c01;
  background-color: #fdfdfd;
}
.entry-box .dsc .insta_caution_btn span:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  left: 0px;
  z-index: -1;
  -webkit-transform: translate(2px, -7px);
          transform: translate(2px, -7px);
  border: 2px solid #e43c01;
  background-color: #fdfdfd;
}
.entry-box ul.caution {
  padding-left: 1em;
}
.entry-box .map {
  margin-top: 1em;
}
.entry-box .btnRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.entry-box .btnRow > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .entry-box .btnRow > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.enter-title {
  text-align: center;
  color: #fdfdfd;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.enter-title span.mynavi {
  font-size: 0.8em;
  position: relative;
  font-weight: 700;
  top: -0.05em;
}

.enter-done {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.enter-wait {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.enter-box {
  border: 1px solid #4c4d4c;
  background-color: #fdfdfd;
  margin-bottom: 2em;
}
.enter-box .enter-list-title {
  text-align: center;
  background-color: #4c4d4c;
  color: #fdfdfd;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.enter-box .enter-list-inner {
  padding: 15px;
  max-height: 250px;
  overflow-y: auto;
  background-color: #232323;
  letter-spacing: 0.1em;
  word-break: break-all;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .enter-box .enter-list-inner {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.enter-box .enter-list-inner p:last-child {
  margin-bottom: 0;
}
.enter-box .enter-list-inner .cancel {
  background-color: #777;
  color: #fdfdfd;
  padding: 5px;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 10px;
}

.entryCancelContainer {
  margin-top: 40px;
}

#entry-wrapper .enter-title {
  color: #fdfdfd;
  font-size: 3.6rem;
}

.entryDuration {
  margin-top: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 20px;
}
.entryDuration span {
  display: inline-block;
  background-color: #fdfdfd;
  color: #000;
  padding: 0px 5px;
  font-size: 80%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .entryDuration span {
    margin-right: 8px;
  }
}

.refreshTimeWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 30px;
}
.refreshTimeWrapper .title {
  background-color: #fdfdfd;
  color: #000;
  padding: 0px 5px;
  font-size: 80%;
  font-weight: bold;
  margin-right: 10px;
}
.refreshTimeWrapper .entryRefreshTime {
  letter-spacing: 0.1em;
}

/* RANKING	 */
.ranking-area-section {
  padding-bottom: 60px;
}
.ranking-area-section .section-title {
  line-height: 0.9em;
}
@media only screen and (min-width: 992px) {
  .ranking-area-section .section-title {
    line-height: 1.2;
  }
}
.ranking-area-section:last-child {
  padding-bottom: 0;
}

.ranking-item {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  margin: 15px 8px;
}
.ranking-item .rank-box {
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}
.ranking-item .rank-box span {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0;
  background-color: #232323;
  padding: 0.5em 0.8em;
  line-height: 1;
  margin-right: 0.5em;
}
.ranking-item .rank-box.rankcolor1 span {
  background-color: #997f34;
}
.ranking-item .rank-box.rankcolor2 span {
  background-color: #666666;
}
.ranking-item .rank-box.rankcolor3 span {
  background-color: #8c6239;
}
.ranking-item .img {
  position: relative;
  min-height: 230px;
  background-position: center center;
  background-size: cover;
}
.ranking-item .img .cat {
  position: absolute;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  right: 0;
  color: #fff;
  bottom: 0;
  padding: 0.2em 1em;
}
.ranking-item .img .cat.kids {
  background-color: #ff2f89;
}
.ranking-item .img .cat.rize {
  background-color: #ec6e01;
}
.ranking-item .title-box {
  text-align: center;
  padding: 0.5em;
  background-color: #232323;
}
.ranking-item .title-box span {
  display: block;
  font-size: 0.8em;
  line-height: 1.1em;
}

.ranking-box-wrapper {
  -webkit-box-shadow: 5px 5px 8px -5px #333;
  box-shadow: 5px 5px 8px -5px #333;
}

.ranking-slider .slick-prev:before {
  color: #e60013;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f104";
}
.ranking-slider .slick-next:before {
  color: #e60013;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f105";
}

.rankingWrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rankingNameItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #fdfdfd;
  border-bottom: 1px solid #fdfdfd;
  margin-top: -1px;
  letter-spacing: 0.1em;
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.rankingNameItems > div.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .rankingNameItems > div.left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.rankingNameItems > div.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-family: "Barlow Condensed", sans-serif;
  margin-top: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .rankingNameItems > div.right {
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.rankingNameItems .rank-box {
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
}
.rankingNameItems .rank-box span {
  display: inline-block;
  color: #fff;
  letter-spacing: 0;
  background-color: #232323;
  padding: 0.5em 0.8em;
  line-height: 1;
  margin-right: 15px;
  border: 1px solid #464646;
}
.rankingNameItems .rank-box.rankcolor1 {
  font-size: 2.4rem;
}
.rankingNameItems .rank-box.rankcolor1 span {
  background-color: #997f34;
}
.rankingNameItems .rank-box.rankcolor2 span {
  background-color: #666666;
}
.rankingNameItems .rank-box.rankcolor3 span {
  background-color: #8c6239;
}
.rankingNameItems .profileWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(100% - 100px);
      -ms-flex: 1 1 calc(100% - 100px);
          flex: 1 1 calc(100% - 100px);
}
@media only screen and (min-width: 992px) {
  .rankingNameItems .profileWrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}
.rankingNameItems .profileWrapper .name {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: bold;
}
.rankingNameItems .profileWrapper .teamName {
  font-size: 14px;
}
.rankingNameItems .pointWrapper {
  font-weight: bold;
}
.rankingNameItems .pointWrapper span {
  font-size: 2.5rem;
}
.rankingNameItems .areaWrapper {
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-family: "Barlow Condensed", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .rankingNameItems .areaWrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-right: 15px;
    margin-bottom: 0;
    display: block;
    line-height: 1.5;
  }
}
.rankingNameItems .areaWrapper div {
  border: 1px solid #fdfdfd;
  font-size: 14px;
  padding: 3px;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .rankingNameItems .areaWrapper div:last-child {
    border-top: none;
  }
}
.rankingNameItems .areaWrapper div.cat.kids {
  background-color: #ff2f89;
}
.rankingNameItems .areaWrapper div.cat.rize {
  background-color: #ec6e01;
}

/* INFORMATION */
#info {
  overflow-x: hidden;
}

a.info-box {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.info-box-inner:last-child a {
  border-bottom: none;
}

.info-box .date {
  display: inline-block;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.info-box .info-cat {
  display: inline-block;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 200;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  padding: 0.2em 1em 0.3em;
  color: #fdfdfd;
  line-height: 1;
  background-color: #8b8b8b;
  border-radius: 100px;
  margin-left: 1em;
}
.info-box .info-cat.result {
  background-color: #343434;
}
.info-box .info-cat.news {
  background-color: #464646;
}
.info-box .dsc {
  padding-top: 0.5em;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.info-box-wrapper {
  margin-top: 2em;
  margin-bottom: 2em;
}

.info-title {
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  font-size: 2.8rem;
}

.info-box02 .dsc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 2em;
}

.single-info #single-wrapper .info-box02 a {
  display: inline-block;
  color: #ddd;
  font-weight: bold;
  text-decoration: underline;
}
.single-info #single-wrapper .info-box02 h1,
.single-info #single-wrapper .info-box02 .h1 {
  font-size: 4rem;
}
.single-info #single-wrapper .info-box02 h2,
.single-info #single-wrapper .info-box02 .h2 {
  font-size: 3.2rem;
}
.single-info #single-wrapper .info-box02 h3,
.single-info #single-wrapper .info-box02 .h3 {
  font-size: 3rem;
}
.single-info #single-wrapper .info-box02 h4,
.single-info #single-wrapper .info-box02 .h4 {
  font-size: 2.4rem;
}
.single-info #single-wrapper .info-box02 h5,
.single-info #single-wrapper .info-box02 .h5 {
  font-size: 2rem;
}
.single-info #single-wrapper .info-box02 h6,
.single-info #single-wrapper .info-box02 .h6 {
  font-size: 1.6rem;
}

/* CAMPAIGN */
.home .campaign-box-wrapper {
  margin-top: 30px;
}

.campaign-title {
  font-size: 1.2rem;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  position: relative;
}
.campaign-title:before {
  position: absolute;
  width: 5px;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #00d641;
}

.campaign-box {
  margin-bottom: 30px;
}
.campaign-box .item-name {
  padding-top: 15px;
  font-weight: bold;
  font-size: 1.2rem;
}
.campaign-box span.people {
  font-size: 2rem;
  display: inline-block;
  margin-right: 0.5em;
}
.campaign-box table {
  width: 100%;
  margin-top: 20px;
}
.campaign-box .step-box {
  width: 100%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #00d641;
  margin-bottom: 1em;
  display: block;
}
.campaign-box .step-box th {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  text-align: center;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  background-color: #00d641;
  padding: 0.5em 1em;
  color: #fff;
  margin: 0;
  height: 100%;
  width: 5em;
  text-align: center;
}
.campaign-box .step-box td {
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  padding: 0.5em 1.5em;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}
.campaign-box .hashtag {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0.5em 2em;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  background: #00abeb;
  color: #fff;
  font-weight: 700;
  margin: 0.3em;
}
.campaign-box .campaign-lead {
  color: #333;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2em;
}
.campaign-box .campaign-lead span {
  display: inline-block;
  position: relative;
}
.campaign-box .campaign-lead span:before {
  width: 104%;
  height: 30%;
  content: "";
  background: #ffd900;
  position: absolute;
  left: -2%;
  bottom: 20%;
  z-index: -1;
  opacity: 0.6;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}

/* HERO HEAD */
.home #page-top-head {
  text-align: right;
  z-index: 1;
}

.page-video-head {
  height: 80vh;
  width: 80vw;
  max-height: 800px;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .page-video-head {
    max-height: none;
  }
}

#page-head .sd-box {
  text-align: center;
  position: absolute;
  bottom: 40px;
  color: #fff;
  font-size: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  letter-spacing: 0.1em;
}

.page-video-head.mini-head {
  height: calc(50vh - 70px);
  max-height: 400px;
  margin: 0;
}

.page-video-head:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.page-video-head .video-item {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 80vh;
  min-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .page-video-head .video-item {
    max-height: 100%;
    min-height: 90vh;
  }
}

.page-video-head .main-box {
  position: absolute;
  color: #fff;
  z-index: 2;
  top: 52%;
  left: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-video-head .main-box h2 {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2rem;
  font-weight: 500;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

#page-top-head .logo-box {
  position: absolute;
  z-index: 19;
  top: 72%;
  left: 46%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  #page-top-head .logo-box {
    top: 61%;
  }
}

#page-top-head .logo-box img {
  width: 80%;
  max-width: 650px;
}

#page-top-head .grad-line {
  background: #ddd;
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

#page-top-head .grad-line.grad {
  background-image: -webkit-linear-gradient(45deg, #ddd 0%, rgb(179, 179, 179) 10%, rgb(0, 0, 0) 50%, rgb(161, 161, 161) 90%, rgb(208, 208, 208) 100%);
  background-image: linear-gradient(45deg, #ddd 0%, rgb(179, 179, 179) 10%, rgb(0, 0, 0) 50%, rgb(161, 161, 161) 90%, rgb(208, 208, 208) 100%);
}

@media only screen and (min-width: 768px) {
  #page-top-head .logo-box {
    top: 70%;
    left: 28%;
  }
  .page-video-head {
    height: 90vh;
  }
}
/* SPONSOR */
#sponsor h6 {
  margin-top: 20px;
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#sponsor img.mainavi {
  padding: 0 30px;
}

#sponsor a.sponsor-link {
  padding: 15px 7px;
  display: inline-block;
  width: 100%;
}

#sponsor p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

/* ABOOUT */
#about_bg {
  background-color: #fbe6e4;
  position: absolute;
  height: 30vh;
  width: 100%;
  content: "";
  bottom: -5vh;
  left: 0;
  z-index: -2;
}

.home #about {
  background-color: #000;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 1;
  overflow: hidden;
  border-bottom: 10px solid #fdfdfd;
  border-top: 10px solid #fdfdfd;
}

.home #about .container {
  z-index: 1;
}

.home #about h2 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #fdfdfd !important;
}
@media only screen and (min-width: 768px) {
  .home #about h2 {
    font-size: 3rem;
  }
}

.home #about a:before {
  right: 20px;
}

#about .logo-back {
  width: 80%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.2;
}

#about .logo {
  max-width: 700px;
  margin: 0 auto 30px;
}

/* SPECIAL ANNOTATION */
#sp_anno {
  overflow-x: hidden;
}
#sp_anno .sp-anno-row {
  margin-top: 30px;
  margin-bottom: 60px;
}
#sp_anno .sp-anno-row:last-child {
  margin-bottom: none;
}
#sp_anno .sp-anno-row .dsc-box {
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #sp_anno .sp-anno-row .dsc-box {
    text-align: left;
  }
}
#sp_anno .sp-anno-row .revealItem {
  max-width: 100%;
}
#sp_anno .sp-anno-row .align-self-stretch .revealItem {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#sp_anno .sp-anno-row .align-self-stretch .revealItem .revealContent {
  height: 100%;
}
#sp_anno .sp-anno-row .bg-img-wrapper {
  display: block;
  position: relative;
  padding-top: 56.25%;
  content: "";
  width: 100%;
  height: 100%;
}
#sp_anno .sp-anno-row .bg-img-wrapper .bg-img {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px 0 20px 0;
}
#sp_anno .sp-anno-row .number-box {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  /*     border-bottom: 3px solid #111; */
  padding: 0.15em 0.2em 0.1em;
  border-radius: 5px;
  line-height: 1;
  background-image: -webkit-linear-gradient(45deg, #ddd 0%, rgb(179, 179, 179) 10%, rgb(0, 0, 0) 50%, rgb(161, 161, 161) 90%, rgb(208, 208, 208) 100%);
  background-image: linear-gradient(45deg, #ddd 0%, rgb(179, 179, 179) 10%, rgb(0, 0, 0) 50%, rgb(161, 161, 161) 90%, rgb(208, 208, 208) 100%);
  color: #fdfdfd;
}
#sp_anno .sp-anno-row .anno-img-box {
  position: relative;
  height: 100%;
}
#sp_anno .sp-anno-row .anno-img-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0.5em;
  left: 0.5em;
  z-index: 0;
  border: 2px solid #ddd;
  border-radius: 20px 0 20px 0;
}
@media only screen and (min-width: 992px) {
  #sp_anno .sp-anno-row .anno-img-box:before {
    top: 0.8em;
    left: 0.8em;
  }
}
#sp_anno .sp-anno-row .anno-img-box.left:before {
  left: -0.5em;
}
@media only screen and (min-width: 992px) {
  #sp_anno .sp-anno-row .anno-img-box.left:before {
    left: -0.8em;
  }
}
#sp_anno .sp-anno-row .col-lg-7 {
  margin-top: 2em;
}
@media only screen and (min-width: 992px) {
  #sp_anno .sp-anno-row .col-lg-7 {
    margin-top: 0;
  }
}
#sp_anno .sp-anno-row .dsc-box a {
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #111;
  padding: 0 0.3em;
}

/*=============================================
=            RANKING            =
=============================================*/
.home .rankingWrapper {
  max-height: 500px;
  overflow: auto;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 992px) {
  .home .rankingWrapper {
    max-height: 500px;
    overflow: auto;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.home .rankingWrapper::-webkit-scrollbar {
  width: 8px;
}
.home .rankingWrapper::-webkit-scrollbar-track {
  background-color: #232323;
}
.home .rankingWrapper::-webkit-scrollbar-thumb {
  background-color: #fdfdfd;
}

/*=====  End of RANKING  ======*/
/* FEATURED VIDEO */
.youtube-box-wrapper {
  position: relative;
  width: 33.33%;
  display: block;
  float: left;
}
.youtube-box-wrapper a {
  display: block;
}
.youtube-box-wrapper.big-box {
  width: 66.66%;
}
.youtube-box-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 */
}

.youtube-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.youtube-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.youtube-box:after {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 10%;
  content: "";
  background-image: url(../img/common/play_btn.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.featured-video-title {
  color: #fff;
  font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 3.6rem;
  padding-top: 60px;
  padding-bottom: 60px;
}

#video .parallax-window {
  position: relative;
}
#video .parallax-window:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

#about01 .img-box {
  min-height: 350px;
  background-size: cover;
  background-position: center center;
  content: "";
  width: 100%;
}

#about01 .row {
  margin-top: 60px;
  margin-bottom: 60px;
}

#about01 .title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#about01 .dsc-box {
  padding: 1em;
}

#about01 .dsc {
  letter-spacing: 0.1em;
  line-height: 2em;
  font-size: 1.4rem;
  font-weight: 300;
}

/*=============================================
=            CONTACT            =
=============================================*/
#contact-wrapper .contactLead {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  line-height: 1.75;
}
#contact-wrapper .leadSection.mw_wp_form_confirm {
  display: none;
}

/*=====  End of CONTACT  ======*/
/* RULE */
#rule-wrapper .head-title {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.cond-box {
  text-align: center;
  background-color: #e43c01;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  height: 70px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  position: relative;
}

.kids .cond-box {
  background-color: #ff2f89;
}

.rize .cond-box {
  background-color: #ec6e01;
}

.cond-box .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cond-box .inner small {
  font-weight: bold;
}

.cond-box span.area {
  display: block;
  font-size: 1.3rem;
  white-space: nowrap;
  font-weight: bold;
}

.dsc b {
  font-weight: bold;
}

#rule-wrapper .dsc .dscSubTitle {
  font-weight: bold;
  display: inline-block;
  border-bottom: 3px solid #e43c01;
  padding: 8px 3px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

#rule-wrapper .dsc small {
  display: block;
  line-height: 1.75;
}

#rule-wrapper .kids .dsc .dscSubTitle {
  border-color: #ff2f89;
}

#rule-wrapper .rize .dsc .dscSubTitle {
  border-color: #ec6e01;
}

#rule-wrapper .break .dsc .dscSubTitle {
  border-color: #ffb504;
}

#rule-wrapper table.points {
  width: 100%;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
  overflow-x: scroll;
}

#rule-wrapper table.points th {
  background-color: #ff2f89;
  border: 1px solid #ff2f89;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.6rem;
}

#rule-wrapper table.points th.title {
  width: 6em;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) {
  #rule-wrapper table.points th.title {
    width: 10em;
  }
}

#rule-wrapper .rize table.points th {
  background-color: #ec6e01;
  border-color: #ec6e01;
}

#rule-wrapper table.points.climax th {
  background-color: #af2460;
  border-color: #af2460;
}

#rule-wrapper table.points.climax td {
  color: #af2460;
  border-color: #af2460;
}

#rule-wrapper table.points th .big {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  #rule-wrapper table.points th .big {
    font-size: 2.8rem;
  }
}

#rule-wrapper table.points td {
  border: 1px solid #ff2f89;
  color: #ff2f89;
  padding: 0.3em;
  font-size: 1.8rem;
  line-height: 1em;
  background-color: #fdfdfd;
}
@media only screen and (min-width: 768px) {
  #rule-wrapper table.points td {
    font-size: 2.8rem;
  }
}
#rule-wrapper table.points td small {
  font-weight: bold;
}

#rule-wrapper .rize table.points td {
  color: #ec6e01;
  border-color: #ec6e01;
}

#rule-wrapper .rize table.points.climax th {
  background-color: #c57134;
  border-color: #c57134;
}

#rule-wrapper .rize table.points.climax td {
  color: #c57134;
  border-color: #c57134;
}

#rule-wrapper .style-title {
  margin-top: 24px;
  margin-bottom: 0;
  font-weight: bold;
  color: #e43c01;
  font-size: 2.4rem;
}

#rule-wrapper .page-subtitle .jp {
  font-size: 0.8em;
}

#rule-wrapper .kids .style-title {
  color: #ff2f89;
}

#rule-wrapper .rize .style-title {
  color: #ec6e01;
}

/*
#rule-wrapper .table-wrapper{
	overflow-x: scroll;
}
*/
#rule-wrapper .hashtags {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #333;
  border-radius: 3px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  font-size: 12px;
}

#rule-wrapper .hashtags span {
  white-space: none;
  display: inline-block;
}

#rule-wrapper .dsc a {
  font-weight: bold;
}

#rule-wrapper .fourstyles .dsc a {
  color: #e43c01;
}

#rule-wrapper .general .dsc a {
  color: #e43c01;
}

#rule-wrapper .kids .dsc a {
  color: #ff2f89;
}

#rule-wrapper .rize .dsc a {
  color: #ec6e01;
}

#rule-wrapper .covid-anno {
  margin-top: 100px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
  line-height: 1.8em;
  font-weight: bold;
}

#rule-wrapper table.points.climax th .big {
  line-height: 1;
  padding-top: 0.1em;
  display: inline-block;
}

#rule-wrapper .ruleImageWrapper {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  #rule-wrapper .ruleImageWrapper {
    margin-top: 30px;
  }
}

#rule-wrapper .ruleImageWrapper .row {
  margin-right: -5px;
  margin-left: -5px;
}

#rule-wrapper .ruleImageWrapper .row > div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
}

#rule-wrapper .ruleImageWrapper .row > div img {
  margin-bottom: 5px;
}

#rule-wrapper .ruleImageWrapper .row > div .small {
  line-height: 1.35;
}/*# sourceMappingURL=style.css.map */