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

dazncup.scss

------------------------------------*/
.pcDISP {
  display: none !important;
}

.spDISP {
  display: initial !important;
}

.container {
  padding: 0;
  background: none;
}

#main {
  padding-top: 0px;
  background: none;
}

body {
  overflow: hidden;
}

body .bottomArea,
body #partnersArea {
  line-height: 130%;
}

body .bottomArea,
body #partnersArea {
  display: none;
}

html.is-fixed {
  height: inherit;
}

.specialArea {
  background: #fff;
}

#pageTopBtn {
  z-index: 100;
  bottom: 60vw;
}

.bodyBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/img//jleagueallstar/dazncup/BG/BG_line_SP.png) no-repeat center center;
  background-size: 100%;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__inner980, .sec__inner1100, .sec__inner90 {
  width: 90%;
  margin: auto;
  padding: 30px 0;
}

.headline__topmain {
  font-size: 20px;
  font-size: 2rem;
}
.headline__main .jp {
  font-size: 24px;
  font-size: 2.4rem;
}

.btn__L {
  width: 100%;
  min-width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
.table tr th,
.table tr td {
  font-size: 14px;
  font-size: 1.4rem;
}

@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;
  }
}
/* ==========================================================================
   SPHeaderArea
========================================================================== */
.SPHeaderArea {
  min-width: 100%;
  height: 60px;
  padding: 0 13px;
  z-index: 112;
  box-sizing: border-box;
  position: fixed;
  background: #000;
  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;
}
.SPHeaderArea__jLogo {
  width: 8vw;
  max-width: 40px;
}
.SPHeaderArea__jLogo a {
  display: block;
  text-align: center;
}
.SPHeaderArea__jLogo a img {
  vertical-align: top;
}
.SPHeaderArea__title {
  width: 10vw;
  max-width: 120px;
}
.SPHeaderArea__title img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.SPHeaderArea__gnav {
  margin-top: 30px;
  margin-left: 0;
  display: block;
  border-bottom: 1px solid #fff;
}
.SPHeaderArea__gnav > li {
  border-top: 1px solid #fff;
}
.SPHeaderArea__gnav li {
  border-top: 1px solid #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.SPHeaderArea__gnav li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
.SPHeaderArea__gnav li.nolink a:after {
  opacity: 0.3;
}
.SPHeaderArea__gnav li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  font-size: 3.5vw;
  font-weight: 700;
}
.SPHeaderArea__gnav li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.SPHeaderArea__gnav li a.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.SPHeaderArea__gnav li a:hover {
  opacity: 1;
}
.SPHeaderArea__gnav li a.nolink {
  pointer-events: none;
  opacity: 0.3;
}
.SPHeaderArea__gnav li ul li {
  font-size: 15px;
  font-size: 1.5rem;
}
.SPHeaderArea__subnav {
  display: none;
}

.menutriggerWrap {
  width: 8vw;
  height: 8vw;
  z-index: 1111111111;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}
.menu-trigger:hover {
  opacity: 0.7;
}
.menu-trigger.active {
  right: 14px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
.navigation__inner {
  padding: 0 20px;
  box-sizing: border-box;
}
.navigation__inner--logo {
  width: 150px;
  margin: auto;
}
.navigation__inner--logo img {
  width: 100%;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
.floatingbnrArea {
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.floatingbnrArea .btn__close {
  right: 0px;
  top: -30px;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  background: url(/img//jleagueallstar/dazncup/BG/BG_PC.jpg) no-repeat center center;
  background-size: cover;
}
.kvArea__BG {
  margin-top: 35vh;
}
.kvArea__ttl {
  width: 90%;
  margin-top: 0;
}
.kvArea__line {
  width: 70%;
  margin: 5% auto;
}

.leadArea__list--item {
  width: 80%;
  max-width: 400px;
}
.leadArea__list--item + .leadArea__list--item {
  margin-top: 2%;
}
.leadArea__list--item:nth-child(4) {
  margin-bottom: 6%;
}
.leadArea__btn {
  width: 90%;
}

.voteArea__inner:after, .lineArea__inner:after, .homebackArea__inner:after {
  content: none;
}
.voteArea__img, .lineArea__img, .homebackArea__img {
  box-sizing: border-box;
}
.voteArea__img img, .lineArea__img img, .homebackArea__img img {
  width: 100%;
}

/* ==========================================================================
   outlineArea
========================================================================== */
.youtubeArea {
  margin: 60px auto;
}

/* ==========================================================================
   allstarArea
========================================================================== */
.allstarArea__title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.allstarArea__title img {
  margin-right: 0;
  max-width: 30px;
  vertical-align: middle;
}
.allstarArea__title strong {
  font-size: 24px;
  font-size: 2.4rem;
}
.allstarArea__inner {
  margin: 60px auto;
}

.pointArea {
  padding: 50px 5%;
  background: rgba(255, 255, 255, 0.3);
}
.pointArea + .pointArea {
  margin-top: 70px;
}
.pointArea p.txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 600;
}
.pointArea p.attention {
  font-size: 14px;
  font-size: 1.4rem;
}
.pointArea__title .point {
  font-size: 18px;
  font-size: 1.8rem;
  height: 30px;
  line-height: 30px;
}
.pointArea__title p.txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.65;
}
.pointArea__subtitle {
  margin: 20px 0;
}
.pointArea__subtitle span {
  font-size: 20px;
  font-size: 2rem;
}
.pointArea__con + .pointArea__con {
  margin-top: 40px;
}
.pointArea .selectionmethod__title {
  height: inherit;
  display: block;
  background: none;
}
.pointArea .selectionmethod__title .step {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px;
}
.pointArea .selectionmethod__title .right {
  text-align: center;
  display: block;
  padding: 20px;
  background: #e60012;
  font-size: 20px;
  font-size: 2rem;
}
.pointArea .selectionmethod__title .right img {
  max-height: 24px;
}
.pointArea .selectionmethod__title .right span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
.pointArea .selectionmethod__con.second {
  margin-top: 40px;
}
.pointArea .selectionmethod__con--inner {
  margin: 20px 0;
}
.pointArea .selectionmethod .schedule {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.65;
}
.pointArea .selectionmethod .schedule .txt {
  font-size: 16px;
  font-size: 1.6rem;
}
.pointArea .selectionmethod .box .title {
  font-size: 20px;
  font-size: 2rem;
  padding: 5px 0;
}
.pointArea .selectionmethod .box .wrap {
  display: block;
  padding: 5%;
  text-align: center;
}
.pointArea .selectionmethod .box .wrap .txt {
  margin-bottom: 0;
}
.pointArea .selectionmethod .box .wrap .img {
  margin: 0 auto;
}
.pointArea .selectionmethod .box .wrap .left .img,
.pointArea .selectionmethod .box .wrap .right .img {
  max-width: 170px;
  margin-top: 20px;
}
.pointArea .selectionmethod .box .wrap .center {
  padding: 30px 5%;
}
.pointArea .selectionmethod .box .wrap .center .img {
  max-width: 200px;
}
.pointArea .selectionmethod .box .wrap .kantoku {
  gap: 20px;
}
.pointArea .selectionmethod .box .wrap .kantoku .img,
.pointArea .selectionmethod .box .wrap .kantoku .txt {
  width: 50%;
}
.pointArea .selectionmethod .results {
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.pointArea .selectionmethod .results strong {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
.pointArea .selectionmethod .arrow {
  margin: 20px auto;
}
.pointArea .teamwrap {
  gap: 10px;
}
.pointArea .teamwrap__con {
  flex: 100%;
}
.pointArea .teamwrap__con:nth-child(1) {
  order: 1;
}
.pointArea .teamwrap__con:nth-child(2) {
  order: 3;
}
.pointArea .teamwrap__con:nth-child(3) {
  order: 4;
}
.pointArea .teamwrap__con:nth-child(4) {
  order: 2;
}
.pointArea .teamwrap__con:nth-child(5) {
  order: 5;
}
.pointArea .teamwrap__con:nth-child(6) {
  order: 6;
}

/* ==========================================================================
   votetopArea   ファン・サポーター投票
========================================================================== */
.votetopkvArea__img {
  width: 90%;
}

.votetopaboutArea__inner {
  padding: 60px 0;
}

.tabSelecter .votetophowtoArea__tablist {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tabSelecter .votetophowtoArea__tablist--item a:after {
  bottom: -20px;
  border-width: 20px 15px 0 15px;
}
.tabSelecter .votetophowtoArea__tablist--item a p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 10px;
}
.tabSelecter .votetophowtoArea__tablist--item.line a:before {
  content: "";
  background: url(/img/jleagueallstar/dazncup/vote/line_catch_sp.svg) repeat-y top center;
  position: absolute;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100%;
  height: 15vw;
  width: 100%;
  max-width: 140px;
  top: -45px;
}
.votetophowtoArea .tabSelecter.tabSelecter--bottom .votetophowtoArea__tablist {
  margin-top: 30px;
}
.votetophowtoArea .tabSelecter.tabSelecter--bottom .votetophowtoArea__tablist--item.line a:before {
  bottom: -45px;
  top: auto;
}
.votetophowtoArea .tabSelecter.tabSelecter--bottom .votetophowtoArea__tablist--item a:after {
  border-width: 0 15px 20px 15px;
  top: -20px;
}
.votetophowtoArea__inner {
  margin: 60px auto;
}
.votetophowtoArea__contents {
  padding: 50px 5%;
}
.votetophowtoArea__contents--con {
  line-height: 1.3;
}
.votetophowtoArea__contents--con p.txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 600;
}
.votetophowtoArea__contents--con p.attention {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.votetophowtoArea__contents--con .list_attention li {
  line-height: 1.3;
}
.votetophowtoArea__contents--con .stepslider {
  width: 110%;
  margin-left: -5%;
}
.votetophowtoArea__contents--con .step {
  padding: 30px 15px;
  margin: 5px;
}
.votetophowtoArea__contents--con .btn__L {
  padding: 10px 0;
  line-height: 1.3;
}
.votetophowtoArea__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.65;
}
.votetophowtoArea__subttl {
  margin-bottom: 20px;
}
.votetophowtoArea__subttl p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.votetophowtoArea__subttl .num {
  font-size: 16px;
  font-size: 1.6rem;
  height: 30px;
  line-height: 30px;
  width: 30px;
  margin-bottom: 10px;
}
.votetophowtoArea__table tr th, .votetophowtoArea__table tr td {
  font-size: 10px;
  font-size: 1rem;
  padding: 0;
}

/* ==========================================================================
   linetopArea   LINE投票
========================================================================== */
.linetopArea__kv--img {
  width: 90%;
}
.linetopArea__bnr {
  margin-bottom: 30px;
}
.linetopArea__inner {
  margin: 30px auto 60px;
}
.linetopArea__leadtxt {
  line-height: 1.5;
}
.linetopArea__leadtxt .attention {
  margin-top: 10px;
}
.tabSelecter .linetopArea__tablist {
  margin-bottom: 30px;
}
.tabSelecter .linetopArea__tablist--item a {
  border-radius: 10px;
  padding: 10px 0;
}
.tabSelecter .linetopArea__tablist--item a:after {
  bottom: -20px;
  border-width: 20px 15px 0 15px;
}
.linetopArea__contentswrap {
  padding: 50px 5%;
}
.linetopArea .clubTeamUl {
  gap: 0;
}
.linetopArea .clubTeamUl li {
  width: 100%;
}
.linetopArea .clubTeamUl li:nth-child(2) {
  border-top: 0;
}
.linetopArea .clubTeamUl li a {
  padding: 5px 9px;
}

/* ==========================================================================
   sponsorArea   スポンサー
========================================================================== */
.sponsorArea__title {
  margin-bottom: 30px;
}
.sponsorArea__con + .sponsorArea__con {
  margin-top: 10px;
}
.sponsorArea__con .ttl {
  margin-bottom: 13px;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
.sponsorArea__con .logo__S {
  gap: 5px;
}