@charset "UTF-8";
/*-----------------------------------

dazncup.scss

------------------------------------*/
a {
  color: #e60012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  overscroll-behavior: none;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  font-family: "Noto Sans JP", sans-serif;
}

body footer {
  line-height: 130%;
}

footer #partnersArea {
  display: none;
}

.bodyBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/hospitality/assets/img/dazncup/BG/BG_line_PC.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 1s;
}

.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure, .CLM__three > div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n), .CLM__three > div:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li,
.nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

.txt__red {
  color: #e60012;
}
.txt__black {
  color: #000;
}
.txt__dotline {
  padding-bottom: 5px;
  border-bottom: 2px dotted #e60012;
}
.txt__left {
  text-align: left;
}
.txt__center {
  text-align: center;
}
.txt__right {
  text-align: right;
}
.txt__bold {
  font-weight: 700;
}
.txt__block {
  display: block;
}

p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  text-align: left;
}

.list__disc {
  list-style: disc;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}
.list__disc li {
  padding-bottom: 0.5em;
}
.list__note {
  position: relative;
  list-style: none;
  text-align: left;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}
.list__note li {
  padding-left: 1em;
  padding-bottom: 0.5em;
}
.list__note li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.list__attention {
  list-style: none;
}
.list__attention li {
  padding-left: 1em;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
}
.list__attention li:after {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.headline__topmain {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
}
.headline__topmain--w {
  color: #fff;
}
.headline__topmain--left {
  text-align: left;
}
.headline__main {
  margin-bottom: 30px;
}
.headline__main .en {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #e60012;
  text-align: center;
}
.headline__main .jp {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  line-height: 1.2;
  text-align: center;
}
.headline__main.white .en,
.headline__main.white .jp {
  color: #fff;
}
.headline__second {
  margin-bottom: 30px;
}
.headline__second .en {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #e60012;
  text-align: center;
}
.headline__second .jp {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  line-height: 1.2;
  text-align: center;
}
.headline__second.white .en,
.headline__second.white .jp {
  color: #fff;
}

.btn__S {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  border-radius: 50px;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  background: #000;
  min-width: 200px;
  max-width: 200px;
}
.btn__S:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: 700;
  width: auto;
  color: #fff;
  text-align: inherit;
  right: 20px;
}
.btn__M {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  border-radius: 50px;
  padding: 25px 0;
  text-decoration: none;
  min-width: 360px;
  max-width: 360px;
  position: relative;
  background: #000;
}
.btn__M:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: 700;
  width: auto;
  color: #fff;
  text-align: inherit;
  right: 20px;
}
.btn__M:hover {
  opacity: 0.6;
}
.btn__L {
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  border-radius: 50px;
  padding: 25px 0;
  text-decoration: none;
  min-width: 600px;
  max-width: 600px;
  position: relative;
  background: #000;
}
.btn__L:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "ionicons";
  content: "\f10b";
  font-weight: 700;
  width: auto;
  color: #fff;
  text-align: inherit;
  right: 20px;
}
.btn__L:hover {
  opacity: 0.6;
}
.btn__wide {
  width: 100%;
  max-width: 100%;
}
.btn__bnr {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.btn__bnr img {
  width: 100%;
  height: auto;
}
.btn__border {
  border: 1px solid #fff;
}
.btn__gold {
  background: #bda167;
}
.btn__red {
  background: #e60012;
}
.btn__ticket, .btn__hospitality {
  width: 700px;
  background: #e60012;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  position: relative;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  box-shadow: -7px 7px 0px #8b110d;
  transition: 0.3s;
}
.btn__ticket.pcDISP, .btn__hospitality.pcDISP {
  display: flex;
}
.btn__ticket:hover, .btn__hospitality:hover {
  box-shadow: unset;
  transform: translate(-4px, 4px);
}
.btn__ticket:hover img, .btn__hospitality:hover img {
  opacity: 1;
}
.btn__ticket img, .btn__hospitality img {
  height: 50px;
  margin-right: 10px;
}
.btn__ticket p, .btn__hospitality p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: BOLD;
  color: #fff;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
}
.btn__ticket p .txt__S, .btn__hospitality p .txt__S {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: BOLD;
  color: #fff;
  line-height: 1.5;
  display: inline-block;
}
.btn__ticket:after, .btn__hospitality:after {
  content: "";
  font-weight: bold;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  background: url(/hospitality/assets/img/icon_right_b.svg) no-repeat 50% 50%;
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.btn__ticket:before, .btn__hospitality:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.btn__ticket.nolink, .btn__hospitality.nolink {
  pointer-events: none;
  background: #434343;
  box-shadow: -7px 7px 0px #000;
  color: #a7a7a7;
}
.btn__ticket.nolink img,
.btn__ticket.nolink p, .btn__hospitality.nolink img,
.btn__hospitality.nolink p {
  opacity: 0.5;
}
.btn__ticket.nolink:after, .btn__hospitality.nolink:after {
  opacity: 0.5;
}
.btn__ticket.nolink:before, .btn__hospitality.nolink:before {
  content: none;
}
.btn__hospitality {
  background: #bda167;
  box-shadow: -7px 7px 0px #5C522E;
}

.icon__line:before {
  content: "";
  background: url(/hospitality/assets/img/dazncup/vote/line_logo.svg) repeat-y top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background-size: 35px;
  height: 35px;
  width: 35px;
}

.table tr th,
.table tr td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
}
.table tr th {
  font-weight: 700;
  text-align: center;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
  box-sizing: border-box;
}

@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1400px 1400px;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  80% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
/* ==========================================================================
   header
========================================================================== */
.SPHeaderArea {
  display: none;
}

.PCHeaderArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  background: #000;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.PCHeaderArea__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.PCHeaderArea__title a {
  text-align: center;
}
.PCHeaderArea__title img {
  vertical-align: top;
  height: 3vw;
  max-height: 50px;
  min-height: 25px;
}
.PCHeaderArea__ticket {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.PCHeaderArea__ticket a {
  background: #e60012;
  width: 150px;
  height: 36px;
  line-height: 36px;
  border-radius: 1000px;
  text-align: center;
  letter-spacing: -0.05em;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
}
.PCHeaderArea__gnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-left: 20px;
}
.PCHeaderArea__gnav__li {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  height: 70px;
  line-height: 70px;
}
.PCHeaderArea__gnav__li a {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  height: 70px;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}
.PCHeaderArea__gnav__li.hospitality {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.PCHeaderArea__gnav__li.hospitality a {
  background: #bda167;
  width: 90px;
  height: 36px;
  line-height: 36px;
  border-radius: 1000px;
  text-align: center;
  letter-spacing: -0.05em;
  display: block;
  position: relative;
  font-weight: BOLD;
  color: #fff;
  margin-right: 5px;
}
.PCHeaderArea__gnav__li.hospitaliry a {
  background: #bda167;
}

h1.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
.floatingbnrArea {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  width: 500px;
  height: inherit;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: block;
  pointer-events: none;
}
.floatingbnrArea img {
  width: 100%;
  display: block;
}
.floatingbnrArea.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.floatingbnrArea .btn__close {
  display: inline-block;
  content: "\f2d7";
  font-family: "ionicons";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  background: #646464;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -50px;
  pointer-events: all !important;
  font-size: 18px;
  font-size: 1.8rem;
}
.floatingbnrArea .btn__close:hover {
  opacity: 1;
  background: #4d4d4d;
}
.floatingbnrArea .btn__hospitality,
.floatingbnrArea .btn__ticket {
  width: inherit;
}
.floatingbnrArea .btn__hospitality img,
.floatingbnrArea .btn__ticket img {
  width: 100px;
}
.floatingbnrArea .btn__hospitality:before, .floatingbnrArea .btn__hospitality:after,
.floatingbnrArea .btn__ticket:before,
.floatingbnrArea .btn__ticket:after {
  content: none;
}
.floatingbnrArea .btn__hospitality:hover,
.floatingbnrArea .btn__ticket:hover {
  opacity: 1;
}

#pageTop {
  bottom: 320px;
}

/* ==========================================================================
   kv
========================================================================== */
.kvArea {
  padding-top: 70px;
  padding-bottom: 100px;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
}
.kvArea__BG {
  position: absolute;
  margin-top: 20%;
  width: 100%;
}
.kvArea__BG img {
  width: 100%;
  height: auto;
}
.kvArea__img {
  width: 100%;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
}
.kvArea__img img {
  width: 100%;
  height: auto;
}
.kvArea__ttl {
  width: 50%;
  margin: 0 auto;
  margin-top: -8%;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
  margin-bottom: 50px;
}
.kvArea__ttl img {
  width: 100%;
  height: auto;
}
.kvArea__line {
  width: 50%;
  margin: 4% auto;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
}
.kvArea__line img {
  width: 100%;
  height: auto;
}

.leadArea__list {
  margin-bottom: 50px;
}
.leadArea__list--item {
  margin: 0 auto;
  opacity: 0;
  text-align: center;
}
.leadArea__list--item.visible {
  animation: 1s fadeup ease-in-out forwards;
}
.leadArea__list--item img {
  height: 2vw;
  max-height: 20px;
  margin-bottom: 20px;
}
.leadArea__list--item:nth-child(2), .leadArea__list--item:nth-child(5), .leadArea__list--item:nth-child(9), .leadArea__list--item:nth-child(13) {
  margin-bottom: 25px;
}
.leadArea__list--item + .leadArea__list--item {
  margin-top: 5px;
}
.leadArea__allasone {
  width: 55vw;
  margin: 0 auto;
  max-width: 700px;
  margin-bottom: 50px;
  opacity: 0;
}
.leadArea__allasone.visible {
  animation: 1s fadeup ease-in-out forwards;
}
.leadArea__allasone img {
  width: 100%;
}
.leadArea__btn {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}
.leadArea__btn img {
  width: 100%;
  height: auto;
}

.menuArea {
  width: 55vw;
  margin: 0 auto;
}
.menuArea__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menuArea__list--item {
  background: #000;
}
.menuArea__list--item a {
  height: 120px;
  text-align: center;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  gap: 10px;
}
.menuArea__list--item a .txt {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  order: 1;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.menuArea__list--item a .icon {
  order: 0;
  width: 40px;
}
.menuArea__list--item a .icon img {
  width: 100%;
  display: block;
}
.menuArea__colm2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  gap: 20px;
}
.menuArea__colm2 .menuArea__list--item {
  width: calc(50% - 10px);
}
.menuArea__colm2 .menuArea__list--item a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
.menuArea__colm2 .menuArea__list--item a .txt {
  order: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.menuArea__colm2 .menuArea__list--item a .icon {
  order: 1;
}
.menuArea__list--item.player a {
  content: "";
  background: url(/hospitality/assets/img/dazncup/menu/bg_player.jpg) repeat-y top center;
  background-size: cover;
}
.menuArea__list--item.ticket a {
  content: "";
  background: url(/hospitality/assets/img/dazncup/menu/bg_ticket.jpg) repeat-y top center;
  background-size: cover;
}
.menuArea__list--item.zenjitsu a {
  content: "";
  background: url(/hospitality/assets/img/dazncup/menu/bg_zenjitsu.jpg) repeat-y top center;
  background-size: cover;
}
.menuArea__list--item.outline a {
  content: "";
  background: url(/hospitality/assets/img/dazncup/menu/bg_outline.jpg) repeat-y top center;
  background-size: cover;
}
.menuArea__list--item.event a {
  content: "";
  background: url(/hospitality/assets/img/dazncup/menu/bg_event.jpg) repeat-y top center;
  background-size: cover;
}
.menuArea__list--item.timeschedule a {
  content: "";
  background: url(/hospitality/assets/img/dazncup/menu/bg_timeschedule.jpg) repeat-y top center;
  background-size: cover;
}
.menuArea__list--item.map a {
  content: "";
  background: url(/hospitality/assets/img/dazncup/menu/bg_map.jpg) repeat-y top center;
  background-size: cover;
}
.menuArea__list--item.goods a {
  content: "";
  background: url(/hospitality/assets/img/dazncup/menu/bg_goods.jpg) repeat-y top center;
  background-size: cover;
}
.menuArea__list--item.gourmet a {
  content: "";
  background: url(/hospitality/assets/img/dazncup/menu/bg_gourmet.jpg) repeat-y top center;
  background-size: cover;
}
.menuArea__list--item.uniform a {
  content: "";
  background: url(/hospitality/assets/img/dazncup/menu/bg_uniform.jpg) repeat-y top center;
  background-size: cover;
}
.menuArea__list--item.sustainability a {
  content: "";
  background: url(/hospitality/assets/img/dazncup/menu/bg_sustainability.jpg) repeat-y top center;
  background-size: cover;
}
.menuArea__list--item.stamprally a {
  content: "";
  background: url(/hospitality/assets/img/dazncup/menu/bg_stamprally.jpg) repeat-y top center;
  background-size: cover;
}

/* ==========================================================================
   voteArea
========================================================================== */
.voteArea {
  position: relative;
}
.voteArea__inner {
  position: relative;
  background-color: #e60012;
  transition: all 0.3s ease-in-out;
}
.voteArea__inner::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.voteArea__img {
  font-size: 0;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}
.voteArea__img img {
  width: 100%;
  height: auto;
}
.voteArea a:hover {
  opacity: 1;
}
.voteArea a:hover img {
  opacity: 1;
}
.voteArea a:hover .voteArea__inner {
  background-color: #B2000E;
}
.voteArea a:hover .voteArea__inner:after {
  right: 4%;
}

/* ==========================================================================
   lineArea
========================================================================== */
.lineArea {
  position: relative;
}
.lineArea__inner {
  position: relative;
  background-color: #06c755;
  transition: all 0.3s ease-in-out;
}
.lineArea__inner::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.lineArea__img {
  font-size: 0;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}
.lineArea__img img {
  width: 100%;
  height: auto;
}
.lineArea a:hover {
  opacity: 1;
}
.lineArea a:hover img {
  opacity: 1;
}
.lineArea a:hover .lineArea__inner {
  background-color: #048c3b;
}
.lineArea a:hover .lineArea__inner:after {
  right: 4%;
}

/* ==========================================================================
   homebackArea
========================================================================== */
.homebackArea {
  position: relative;
}
.homebackArea__inner {
  background: #000;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.homebackArea__inner::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.homebackArea__img {
  font-size: 0;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
}
.homebackArea__img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.homebackArea a {
  opacity: 1;
}
/* ==========================================================================
   outlineArea
========================================================================== */
.outlineArea {
  box-sizing: border-box;
  border-radius: 30px;
  color: #000;
  margin-bottom: 80px;
  opacity: 0;
}
.outlineArea.visible {
  animation: 1s fadeup ease-in-out forwards;
}
.outlineArea__table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.outlineArea__table table {
  width: 100%;
  border-top: 1px solid #000;
}
.outlineArea__table tr {
  border-bottom: 1px solid #000;
}
.outlineArea__table tr th {
  width: 30%;
  text-align: center;
}
.outlineArea__table tr td {
  width: 70%;
}

/* ==========================================================================
   youtubeArea
========================================================================== */
.youtubeArea {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 800px;
  margin: 80px auto;
  opacity: 0;
}
.youtubeArea.visible {
  animation: 1s fadeup ease-in-out forwards;
}
.youtubeArea iframe {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   allstarArea
========================================================================== */
.allstarArea__inner {
  width: 90%;
  max-width: 1362px;
  margin: 80px auto;
}
.allstarArea__title {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  opacity: 0;
}
.allstarArea__title.visible {
  animation: 1s fadeup ease-in-out forwards;
}
.allstarArea__title strong {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
}
.allstarArea__title img {
  max-width: 60px;
  width: 100%;
  margin-right: 10px;
}

.pointArea {
  padding: 80px 5%;
  box-sizing: border-box;
  border-radius: 30px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
}
.pointArea.visible {
  animation: 1s fadeup ease-in-out forwards;
}
.pointArea + .pointArea {
  margin-top: 80px;
}
.pointArea p.txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.pointArea p.attention {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.pointArea__wrap {
  margin: 0 auto;
}
.pointArea__title {
  margin-bottom: 40px;
}
.pointArea__title .point {
  font-weight: 700;
  line-height: 35px;
  border-radius: 10000px;
  background: #e60012;
  font-size: 20px;
  font-size: 2rem;
  width: 120px;
  height: 35px;
  text-align: center;
  margin: 0 auto 15px;
  color: #fff;
}
.pointArea__title p.txt {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.pointArea__title p.txt span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.pointArea__subtitle {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.pointArea__subtitle:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
}
.pointArea__subtitle span {
  display: inline-block;
  padding: 4px 30px;
  line-height: 1;
  background: #000;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
}
.pointArea__con + .pointArea__con {
  margin-top: 60px;
}
.pointArea .selectionmethod__con--inner {
  margin: 40px 0;
}
.pointArea .selectionmethod__con.second {
  margin-top: 80px;
}
.pointArea .selectionmethod__title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  background: #000;
  height: 80px;
  background: #e60012;
  text-align: center;
}
.pointArea .selectionmethod__title .step {
  background: #e60012;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 0 27px;
}
.pointArea .selectionmethod__title .right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #fff;
}
.pointArea .selectionmethod__title .right img {
  height: 100%;
  max-height: 33px;
  width: auto;
  margin-right: 10px;
}
.pointArea .selectionmethod__title .right span {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}
.pointArea .selectionmethod .schedule {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.pointArea .selectionmethod .schedule .txt {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
.pointArea .selectionmethod .box {
  overflow: hidden;
  border-radius: 10px;
}
.pointArea .selectionmethod .box + .box {
  margin-top: 20px;
}
.pointArea .selectionmethod .box.kantoku .wrap {
  align-items: center;
}
.pointArea .selectionmethod .box .title {
  background: #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.pointArea .selectionmethod .box .wrap {
  background: #e8e8e8;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  padding: 30px;
  gap: 10px;
}
.pointArea .selectionmethod .box .wrap .left,
.pointArea .selectionmethod .box .wrap .center,
.pointArea .selectionmethod .box .wrap .right {
  border-radius: 10px;
  background: #fff;
  text-align: center;
  padding: 30px 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  position: relative;
}
.pointArea .selectionmethod .box .wrap .left:after,
.pointArea .selectionmethod .box .wrap .center:after,
.pointArea .selectionmethod .box .wrap .right:after {
  content: "①";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-size: 2.4rem;
  color: #000;
  width: 40px;
}
.pointArea .selectionmethod .box .wrap .left .number,
.pointArea .selectionmethod .box .wrap .center .number,
.pointArea .selectionmethod .box .wrap .right .number {
  background: #000;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.pointArea .selectionmethod .box .wrap .left .subtitle,
.pointArea .selectionmethod .box .wrap .center .subtitle,
.pointArea .selectionmethod .box .wrap .right .subtitle {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.pointArea .selectionmethod .box .wrap .left .subtitle strong,
.pointArea .selectionmethod .box .wrap .center .subtitle strong,
.pointArea .selectionmethod .box .wrap .right .subtitle strong {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  border-bottom: 3px solid #909090;
  font-weight: 700;
  color: #909090;
}
.pointArea .selectionmethod .box .wrap .left .txt,
.pointArea .selectionmethod .box .wrap .center .txt,
.pointArea .selectionmethod .box .wrap .right .txt {
  text-align: center;
}
.pointArea .selectionmethod .box .wrap .left .img,
.pointArea .selectionmethod .box .wrap .center .img,
.pointArea .selectionmethod .box .wrap .right .img {
  width: 100%;
  margin-top: 20px;
}
.pointArea .selectionmethod .box .wrap .left .img + .attention,
.pointArea .selectionmethod .box .wrap .center .img + .attention,
.pointArea .selectionmethod .box .wrap .right .img + .attention {
  margin-top: 20px;
}
.pointArea .selectionmethod .box .wrap .left .img img,
.pointArea .selectionmethod .box .wrap .center .img img,
.pointArea .selectionmethod .box .wrap .right .img img {
  width: 100%;
}
.pointArea .selectionmethod .box .wrap .left .img,
.pointArea .selectionmethod .box .wrap .right .img {
  margin: 0 auto;
  max-width: 140px;
  margin-top: 20px;
}
.pointArea .selectionmethod .box .wrap .left {
  flex: 1;
}
.pointArea .selectionmethod .box .wrap .left .subtitle strong {
  color: #bda167;
  border-bottom: 3px solid #bda167;
}
.pointArea .selectionmethod .box .wrap .right {
  flex: 1;
}
.pointArea .selectionmethod .box .wrap .right:after {
  content: "③";
}
.pointArea .selectionmethod .box .wrap .center {
  flex: 2;
  padding: 30px;
}
.pointArea .selectionmethod .box .wrap .center:after {
  content: "②";
}
.pointArea .selectionmethod .box .wrap .kantoku {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  gap: 10px;
}
.pointArea .selectionmethod .box .wrap .kantoku .img {
  max-width: 110px;
}
.pointArea .selectionmethod .box .wrap .kantoku .img img {
  width: 100%;
  height: auto;
}
.pointArea .selectionmethod .box .wrap .plus {
  flex: 0 0 auto;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 100;
  line-height: 1;
  color: #333;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.pointArea .selectionmethod .box .wrap .attention {
  flex-basis: 100%;
}
.pointArea .selectionmethod .arrow {
  margin: 30px auto;
  text-align: center;
  width: 40px;
  display: block;
}
.pointArea .selectionmethod .votebtn {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.pointArea .selectionmethod .votebtn img {
  width: 100%;
  height: auto;
}
.pointArea .selectionmethod .votebtn + p {
  margin-top: 20px;
}
.pointArea .selectionmethod .results {
  background: #e8e8e8;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 30px 0;
  padding: 10px;
}
.pointArea .selectionmethod .results strong {
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 20px;
  font-weight: 700;
}
.pointArea .teamwrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}
.pointArea .teamwrap__con {
  background: #e8e8e8;
  flex: 0 0 calc((100% - 40px) / 3);
  border-radius: 10px;
  overflow: hidden;
}
.pointArea .teamwrap__con .title {
  background: #e60012;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  position: relative;
  text-align: center;
}
.pointArea .teamwrap__con .title img {
  vertical-align: top;
  max-height: 20px;
  display: block;
  position: relative;
  z-index: 1;
}
.pointArea .teamwrap__con .title.j2j3 {
  background: #0c9e50;
}
.pointArea .teamwrap__con .title.j2j3:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #005ae1;
  clip-path: polygon(62% 0, 100% 0, 100% 100%, 50% 100%);
}
.pointArea .teamwrap__con .inner {
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}
.pointArea .teamwrap__con img {
  max-width: 230px;
}
.pointArea .tournament__img {
  max-width: 100%;
}
.pointArea .tournament__img img {
  width: 100%;
  height: auto;
}
.pointArea .dazn__img {
  max-width: 800px;
  margin: 0 auto;
}
.pointArea .dazn__img img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   votetopArea   ファン・サポーター投票
========================================================================== */
.votetopkvArea {
  padding-top: 70px;
  position: relative;
  background-color: #e60012;
  background-image: url(/hospitality/assets/img/dazncup/BG/BG_vote.svg);
  background-size: 1000px 883px;
  animation: bg 100s infinite linear;
}
.votetopkvArea__img {
  padding-top: 50px;
  bottom: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
}
.votetopkvArea__img img {
  width: 100%;
  display: block;
}

.votetopaboutArea {
  background: #efefef;
}
.votetopaboutArea__inner {
  padding: 80px 0;
  width: 90%;
  max-width: 1362px;
  margin: 0px auto;
}
.votetopaboutArea__table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.votetopaboutArea__table table {
  width: 100%;
  border-top: 1px solid #000;
}
.votetopaboutArea__table tr {
  border-bottom: 1px solid #000;
}
.votetopaboutArea__table tr th,
.votetopaboutArea__table tr td {
  padding: 20px 10px;
}
.votetopaboutArea__table tr th {
  width: 30%;
  text-align: center;
}
.votetopaboutArea__table tr td {
  width: 70%;
}
.votetopaboutArea__table tr td .list__attention li {
  font-size: 14px;
  font-size: 1.4rem;
}

.votetophowtoArea__inner {
  width: 90%;
  max-width: 980px;
  margin: 80px auto;
}
.votetophowtoArea__tablist {
  margin-bottom: 60px;
}
.tabSelecter .votetophowtoArea__tablist {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  gap: 10px;
}
.tabSelecter .votetophowtoArea__tablist--item {
  border-right: none !important;
  width: calc((100% - 20px) / 3);
  background: #000;
  border-radius: 10px;
  position: relative;
}
.tabSelecter .votetophowtoArea__tablist--item a {
  border-radius: 20px;
  text-align: center;
  background: #000;
  padding: 30px 0px;
}
.tabSelecter .votetophowtoArea__tablist--item a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: transparent;
}
.tabSelecter .votetophowtoArea__tablist--item a img {
  width: 60px;
}
.tabSelecter .votetophowtoArea__tablist--item a p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.tabSelecter .votetophowtoArea__tablist--item a:hover {
  opacity: 1;
}
.tabSelecter .votetophowtoArea__tablist--item a:hover img {
  opacity: 1;
}
.tabSelecter .votetophowtoArea__tablist--item.current a {
  background: #000;
}
.tabSelecter .votetophowtoArea__tablist--item.current a:after {
  border-top-color: #000;
}
.tabSelecter .votetophowtoArea__tablist--item.line a:before {
  content: "";
  background: url(/hospitality/assets/img/dazncup/vote/line_catch.svg) repeat-y top center;
  position: absolute;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: 275px;
  height: 30px;
  width: 275px;
  top: -15px;
}
.tabSelecter.tabSelecter--bottom .votetophowtoArea__tablist {
  color: red;
  margin-bottom: 0;
  margin-top: 60px;
}
.tabSelecter.tabSelecter--bottom .votetophowtoArea__tablist .votetophowtoArea__tablist--item.line a:before {
  bottom: -15px;
  top: auto;
}
.tabSelecter.tabSelecter--bottom .votetophowtoArea__tablist .votetophowtoArea__tablist--item a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  /* bottom → top に変更 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px 25px;
  /* 上 右 下 左 */
  border-color: transparent;
}
.tabSelecter.tabSelecter--bottom .votetophowtoArea__tablist .votetophowtoArea__tablist--item.current {
  color: red;
}
.tabSelecter.tabSelecter--bottom .votetophowtoArea__tablist .votetophowtoArea__tablist--item.current a:after {
  color: red;
  border-bottom-color: #111;
}
.votetophowtoArea__contents {
  padding: 80px 5%;
  box-sizing: border-box;
  border-radius: 30px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
}
.votetophowtoArea__contents hr {
  margin: 60px 0;
}
.votetophowtoArea__contents--con + .votetophowtoArea__contents--con {
  margin-top: 60px;
}
.votetophowtoArea__contents--con .step {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  margin: 10px;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.votetophowtoArea__contents--con .footerimg {
  margin-top: auto;
}
.votetophowtoArea__contents--con p.txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.votetophowtoArea__contents--con p.attention {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
}
.votetophowtoArea__contents--con span.attention {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.votetophowtoArea__contents--con .slick-track {
  display: flex;
}
.votetophowtoArea__contents--con .slick-slide {
  height: auto !important;
}
.votetophowtoArea__ttl {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
}
.votetophowtoArea__subttl {
  margin-bottom: 30px;
}
.votetophowtoArea__subttl .num {
  font-weight: 700;
  border-radius: 10000px;
  background: #e60012;
  font-size: 20px;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 15px;
  color: #fff;
  display: block;
}
.votetophowtoArea__subttl p {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  text-align: center;
}
.votetophowtoArea__img {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.votetophowtoArea__img img {
  width: 100%;
  height: auto;
}
.votetophowtoArea__img.checkin {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  max-width: 500px;
  gap: 10px;
}
.votetophowtoArea__img.checkin img {
  width: calc((100% - 10px) / 2);
}
.votetophowtoArea__table tr th,
.votetophowtoArea__table tr td {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
}

/* ==========================================================================
   linetopArea   LINE投票
========================================================================== */
.linetopArea__kv {
  padding-top: 70px;
  position: relative;
  background-color: #4cc764;
  background-image: url(/hospitality/assets/img/dazncup/BG/BG_line.svg);
  background-size: 1000px 867px;
  animation: bg 100s infinite linear;
}
.linetopArea__kv--img {
  padding-top: 50px;
  bottom: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
}
.linetopArea__kv--img img {
  width: 100%;
  display: block;
}
.linetopArea__bnr {
  margin-bottom: 60px;
}
.linetopArea__inner {
  width: 90%;
  max-width: 980px;
  margin: 80px auto;
}
.linetopArea__leadtxt {
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.linetopArea__leadtxt .attention {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
.linetopArea__tablist {
  margin-bottom: 60px;
}
.tabSelecter .linetopArea__tablist {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto 60px;
}
.tabSelecter .linetopArea__tablist--item {
  border-right: none !important;
  width: calc((100% - 20px) / 3);
  position: relative;
}
.tabSelecter .linetopArea__tablist--item.j1 a {
  background: #e60012;
}
.tabSelecter .linetopArea__tablist--item.j2 a {
  background: #0c9e50;
}
.tabSelecter .linetopArea__tablist--item.j3 a {
  background: #005ae1;
}
.tabSelecter .linetopArea__tablist--item a {
  border-radius: 20px;
  text-align: center;
  background: #000;
  padding: 30px 0px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.tabSelecter .linetopArea__tablist--item a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: transparent;
}
.tabSelecter .linetopArea__tablist--item a img {
  width: 60px;
}
.tabSelecter .linetopArea__tablist--item a p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.tabSelecter .linetopArea__tablist--item a:hover {
  opacity: 1;
}
.tabSelecter .linetopArea__tablist--item a:hover img {
  opacity: 1;
}
.tabSelecter .linetopArea__tablist--item.current.j1 a:after {
  border-top-color: #e60012;
}
.tabSelecter .linetopArea__tablist--item.current.j2 a:after {
  border-top-color: #0c9e50;
}
.tabSelecter .linetopArea__tablist--item.current.j3 a:after {
  border-top-color: #005ae1;
}
.linetopArea__contentswrap {
  padding: 80px 5%;
  box-sizing: border-box;
  border-radius: 30px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
}
.linetopArea .clubTeamUl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  column-gap: 20px;
}
.linetopArea .clubTeamUl li {
  width: calc(50% - 10px);
  border-bottom: 1px solid #d1d1d1;
}
.linetopArea .clubTeamUl li:nth-child(1), .linetopArea .clubTeamUl li:nth-child(2) {
  border-top: 1px solid #d1d1d1;
}
.linetopArea .clubTeamUl a {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
  padding: 15px 9px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.linetopArea .clubTeamUl a .txtwrap {
  font-weight: 700;
  line-height: 1;
  width: calc(100% - 47px);
}
.linetopArea .clubTeamUl a .txtwrap .kome {
  font-weight: normal;
}
.linetopArea .clubTeamUl a .embM {
  float: left;
  margin: inherit;
  margin-right: 15px;
}

.eventArea__kv--img,
.sustainabilityArea__kv--img {
  padding-top: 50px;
  bottom: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  opacity: 0;
  animation: 1s fadehere ease-in-out forwards;
  animation-delay: 0.5s;
}
.eventArea__kv--img img,
.sustainabilityArea__kv--img img {
  width: 100%;
  display: block;
}
.eventArea__inner,
.sustainabilityArea__inner {
  width: 90%;
  max-width: 980px;
  margin: 80px auto;
}

.mascot_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}
.mascot_list ul li {
  font-size: 13px;
  font-size: 1.3rem;
}

.accordionList .accordionIndex {
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.accordionList .accordionIndex:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 50%;
  right: 10px;
  background: #bda167;
  transform: translateY(-50%);
}
.accordionList .accordionIndex:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 3px;
  background: #bda167;
  transition: 0.4s;
  transform: translateY(-50%) rotate(90deg);
}
.accordionList .accordionIndex.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordionList .eventinfoArea__subttl {
  padding-top: 20px;
}
.accordionList .eventinfoArea__subttl p {
  font-size: 20px;
  font-size: 2rem;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.pt0 {
  padding-top: 0 !important;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}