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

dazncup.scss

------------------------------------*/
@media only screen and (max-width: 768px) {
  .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(/hospitality/assets/img/dazncup/BG/BG_line_SP.png) no-repeat center center;
    background-size: 100%;
  }
  .txt__dotline {
    padding-bottom: 0;
  }
  .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;
  }
  .headline__second .jp {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .btn__L {
    width: 100%;
    min-width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn__M {
    width: 100%;
    min-width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 0;
  }
  .btn__S {
    width: 100%;
    min-width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 15px 0;
  }
  .btn__ticket, .btn__hospitality {
    width: 90%;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 10px;
    font-size: 3.5vw;
    display: block;
    height: auto;
  }
  .btn__ticket img, .btn__hospitality img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    height: 36px;
  }
  .btn__ticket img.emb, .btn__hospitality img.emb {
    height: 30px;
  }
  .btn__ticket p, .btn__hospitality p {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .btn__ticket p .txt__S, .btn__hospitality p .txt__S {
    display: block;
    font-size: 3.5vw;
  }
  .btn__ticket:after, .btn__hospitality:after {
    right: 3vw;
  }
  .btn__ticket.pcDISP, .btn__hospitality.pcDISP {
    display: none;
  }
  .btn__ticket:after {
    content: none;
  }
  .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;
    }
  }
  .PCHeaderArea {
    display: none;
  }
  /* ==========================================================================
     SPHeaderArea
  ========================================================================== */
  .SPHeaderArea {
    display: block;
    min-width: 100%;
    height: 60px;
    padding: 0 13px;
    z-index: 11211;
    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: 30vw;
    max-width: 50px;
  }
  .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__gnav li.ticket, .SPHeaderArea__gnav li.hospitality {
    border: none;
    margin-bottom: 15px;
  }
  .SPHeaderArea__gnav li.ticket a, .SPHeaderArea__gnav li.hospitality a {
    border-radius: 10000px;
    border-bottom: none;
  }
  .SPHeaderArea__gnav li.ticket a {
    background: #e60012;
  }
  .SPHeaderArea__gnav li.hospitality a {
    background: #bda167;
  }
  .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;
  }
  .floatingbnrArea .btn__ticket,
  .floatingbnrArea .btn__hospitality {
    display: flex;
  }
  .floatingbnrArea .btn__ticket img,
  .floatingbnrArea .btn__hospitality img {
    margin: initial;
    margin-right: 10px;
    width: 20%;
    max-width: 100px;
  }
  /* ==========================================================================
     kvArea
  ========================================================================== */
  .kvArea {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  .kvArea__BG {
    margin-top: 35vh;
  }
  .kvArea__ttl {
    width: 90%;
    margin-top: 0;
  }
  .kvArea__line {
    width: 70%;
    margin: 5% auto;
  }
  .leadArea__list--item {
    width: 90%;
    max-width: 400px;
  }
  .leadArea__list--item img {
    max-height: 2.5vw;
    height: 2.5vw;
    display: block;
    margin: 0 auto;
  }
  .leadArea__list--item + .leadArea__list--item {
    margin-top: 2%;
  }
  .leadArea__list--item:nth-child(4) {
    margin-bottom: 6%;
  }
  .leadArea__allasone {
    width: 90%;
  }
  .leadArea__btn {
    width: 90%;
  }
  .menuArea {
    width: 90%;
  }
  .menuArea__list {
    gap: 10px;
  }
  .menuArea__list a .txt {
    font-size: 4vw;
  }
  .menuArea__colm2 {
    gap: 10px;
  }
  .menuArea__colm2 .menuArea__list--item {
    width: calc(50% - 5px);
  }
  .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(/hospitality/assets/img/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;
  }
  /* ============================================
  	event.html
  ============================================ */
  .eventArea__kv--img,
  .sustainabilityArea__kv--img {
    width: 90%;
  }
  .eventArea__inner,
  .sustainabilityArea__inner {
    width: 90%;
    max-width: 980px;
    margin: 80px auto;
  }
  .eventmapArea {
    padding: 40px 0;
  }
  .eventmapArea__map img {
    margin-bottom: 20px;
  }
  .eventtimetableArea {
    padding: 40px 0;
  }
  .eventtimetableArea .timeline {
    margin-top: 25px;
  }
  .eventtimetableArea .timeline table {
    min-width: 840px;
  }
  .eventtimetableArea .timeline table th,
  .eventtimetableArea .timeline table td {
    padding: 0.5em 0.5em;
    line-height: 1.3;
  }
  .eventtimetableArea .timeline table td {
    width: 40px;
  }
  .eventtimetableArea .timeline table thead td {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .eventtimetableArea .timeline table tbody th {
    width: 100px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .eventtimetableArea .timeline table tbody th.place {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .eventtimetableArea .timeline table tbody td {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .eventtimetableArea .timeline table tbody .num {
    width: 20px;
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mascot_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .mascot_list ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}