<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}
*, *:before, *:after {box-sizing: border-box;}


/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content:".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}

/* !Layout
---------------------------------------------------------- */
html { 
  overflow-y: scroll;
  font-size: 8.5px;
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
 font-size: 8.5px;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
}

@font-face {
    font-family: 'DIN Condensed';
    src: url('../fonts/DINCondensed-Bold.eot');
    src: url('../fonts/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINCondensed-Bold.woff2') format('woff2'),
        url('../fonts/DINCondensed-Bold.woff') format('woff'),
        url('../fonts/DINCondensed-Bold.ttf') format('truetype'),
        url('../fonts/DINCondensed-Bold.svg#DINCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
.din_condensed {
  font-family: 'DIN Condensed';
}

.pc {
  display: none!important;
}


/* !wrapper
---------------------------------------------------------- */
#jleague_goto_lp_wrapper {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  padding-top:50px;
}
.jleague_goto_lp_inner{
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
/* !header
---------------------------------------------------------- */
#jleague_goto_lp_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  min-width: 320px;
  box-shadow: 0 3px 5px rgba(0,0,0,.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  height: 50px;
}
.jleague_goto_lp_header_logo img{height: 31.5px}

.jleague_goto_lp_btn_menu {
  position: fixed;
    right: 15px;
    top: 17px;
    z-index: 999;
    width: 25px;
}
.jleague_goto_lp_btn_menu a {
  display: block;
    width: 25px;
    height: 18px;
    box-sizing: border-box;
    position: relative;
}

.jleague_goto_lp_btn_menu a span {
  display: block;
  background: #000;
  width: 25px;
  height: 3px;
  position: absolute;
  left: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.jleague_goto_lp_btn_menu a span:first-child {
  top: 0px;
}

.jleague_goto_lp_btn_menu a span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}

.jleague_goto_lp_btn_menu a span:last-child {
  bottom: 1px;
}

  
.jleague_goto_lp_btn_menu.active a span:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.jleague_goto_lp_btn_menu.active a span:nth-child(2) {
  opacity: 0;
}

.jleague_goto_lp_btn_menu.active a span:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.jleague_goto_lp_nav {
  overflow: auto;
  position: fixed;
    z-index: 998;
    width: 100%;
    top: 50px;
    right: 0;
  background: rgba(0,0,0,.9);
    box-sizing: border-box;
    padding: 40px 0px;
    color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s !important;
  text-align: center;
}
.jleague_goto_lp_nav.active{
  opacity: 1;
  pointer-events: auto;
}
.jleague_goto_lp_nav_ul li {
  padding: 12px 0;
}
.jleague_goto_lp_nav_ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.jleague_goto_lp_nav_ul .j1{
  border-bottom: 3px solid #DC000C;
  width: 70px;
  margin: 0 auto;
}
.jleague_goto_lp_nav_ul .j2{
  border-bottom: 3px solid #0B8C43;
  width: 70px;
  margin: 0 auto;
}
.jleague_goto_lp_nav_ul .j3{
  border-bottom: 3px solid #003F96;
  width: 70px;
  margin: 0 auto;
}

.overlay{display: none;}
/* !jleague_goto_lp_mainVisual
---------------------------------------------------------- */
#jleague_goto_lp_mainVisual {
  margin-bottom: 0
}
#jleague_goto_lp_mainVisual img {
  width: 100%;
}

/* !jleague_goto_lp_event
---------------------------------------------------------- */
#jleague_goto_lp_event{
  background:#FFFDF0;
  padding: 40px 0 75px;
}
#jleague_goto_lp_event .jleague_goto_lp_sec_title_en font{color: #FF4500}
.jleague_goto_lp_box{
  background: #fff;
  border: 3px solid #FF4500;
  box-shadow: 0 15px 0 #FF4500;
  padding: 16px 20px;
  border-radius: 20px;
  position: relative;
}
.jleague_goto_lp_dl01{
  padding-bottom: 30px;
}
.jleague_goto_lp_dl01 dt{
  position: absolute;
  bottom: -56px;
  right: 13px;
  z-index: 1;
  width: 98px;
}
.jleague_goto_lp_dl01 dd{
  font-size: 1.6rem;
  line-height: 28px;
  font-weight: 500;
}

/* !jleague_goto_lp_style
---------------------------------------------------------- */
#jleague_goto_lp_style{
  background: #F2FDF6;
  padding: 40px 0 80px;
}
#jleague_goto_lp_style .jleague_goto_lp_sec_title {
  position: relative;
}
#jleague_goto_lp_style .jleague_goto_lp_sec_title img {
  width: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#jleague_goto_lp_style .jleague_goto_lp_sec_title_en font{color: #0B8C43}
#jleague_goto_lp_style .jleague_goto_lp_sec_title_jp{
  background: url(../image/title_style_sp.svg)no-repeat center center;
  background-size: auto 100%;
}
#jleague_goto_lp_style .jleague_goto_lp_box{
  border: 3px solid #0B8C43;
  box-shadow: 0 15px 0 #0B8C43;
}
#jleague_goto_lp_style .jleague_goto_lp_dl01 dt{
  right: 13px;
  width: 92px;
}
.jleague_goto_lp_video_title{
  padding: 66px 0 10px;
  text-align: center;
}
.jleague_goto_lp_video_title img{width: 275px}
.jleague_goto_lp_video_iframe iframe{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 53.3vw;
}

.jleague_goto_lp_watch {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 290px;
  height: auto;
  margin: 0 auto;
}

.jleague_goto_lp_watch li {
  margin: 0;
}
.jleague_goto_lp_watch .slick-dots li {
  border-radius: 30px;
  border: 5px solid #0B8C43;
}
.jleague_goto_lp_watch .tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 65px;
}
.jleague_goto_lp_watch .tit .p1 {
  font-size: 48px;
  color: #0B8C43;
  margin-right: 10px;
  line-height: 1;
}
.jleague_goto_lp_watch .tit .p2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.1;
}
.jleague_goto_lp_watch .cont {
  border: 3px solid #0B8C43;
  box-shadow: 0 10px 0 #076730;
  border-radius: 20px;
  padding: 20px;
  height: auto;
  background: #fff;
  height: 360px;
  margin-bottom: 15px;
}
.jleague_goto_lp_watch .cont .p3 {
  font-size: 14px;
  margin-top: 10px;
}

.jleague_goto_lp_c {
  margin-top: 20px;
}
.jleague_goto_lp_watch .slick-arrow.slick-next {
  background: url(../image/watch_next.svg) no-repeat center;
  background-size: contain;
  right: -40px;
}
.jleague_goto_lp_watch .slick-arrow.slick-prev {
  background: url(../image/watch_prev.svg) no-repeat center;
  background-size: contain;
  left: -40px;
}

/* !jleague_goto_lp_how
---------------------------------------------------------- */
#jleague_goto_lp_how{
  background: #FBF2FD;
  padding: 40px 0 80px;
  position: relative;
}
#jleague_goto_lp_how .jleague_goto_lp_sec_title_en font{color: #870B8C}
#jleague_goto_lp_how .jleague_goto_lp_sec_title_jp{
  background: url(../image/title_how_sp.svg)no-repeat center center;
  background-size: auto 100%;
  height: 83px;
  padding-top: 10px;
}
#jleague_goto_lp_how .jleague_goto_lp_sec_title {
  position: relative;
}
#jleague_goto_lp_how .jleague_goto_lp_sec_title img {
  width: 110px;
  position: absolute;
  bottom: 0;
  left: -10px;
}

.jleague_goto_lp_howto {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: auto;
  margin: 0 auto;
  position: relative;
  width: 290px;
}
.jleague_goto_lp_howto li {
  width: 290px;
  height: 520px;
  border-radius: 30px;
  border: 5px solid #7B2287;
  margin: 0;
  background: #fff;
}
.jleague_goto_lp_howto .p1 {
  font-size: 31px;
  text-align: center;
  padding-top: 10px;
}
.jleague_goto_lp_howto .p1 span {
  font-size: 43px;
  font-family: inherit;
}
.jleague_goto_lp_howto .p2 {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px 30px;
}
.jleague_goto_lp_howto .slick-arrow.slick-next {
  background: url(../image/howto_next.svg) no-repeat center;
  background-size: contain;
  right: -40px;
}
.jleague_goto_lp_howto .slick-arrow.slick-prev {
  background: url(../image/howto_prev.svg) no-repeat center;
  background-size: contain;
  left: -40px;
}

/* !jleague_goto_lp_ticket
---------------------------------------------------------- */
#jleague_goto_lp_ticket{
  background:#F8FEFF;
  padding: 40px 0;
}
#jleague_goto_lp_ticket .jleague_goto_lp_sec_title_en font{color: #003F96}
#jleague_goto_lp_ticket .jleague_goto_lp_sec_title_jp{
  background: url(../image/title_ticket_sp.svg)no-repeat center center;
  background-size: auto 100%;
  height: 83px;
  color: #003F96;
  padding-top: 10px;
}
#jleague_goto_lp_ticket .jleague_goto_lp_sec_title {
  position: relative;
}
#jleague_goto_lp_ticket .jleague_goto_lp_sec_title img {
  width: 72px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#jleague_goto_lp_ticket .jleague_goto_lp_box{
  border: 3px solid #003F96;
  box-shadow: 0 15px 0 #003F96;
}
#jleague_goto_lp_ticket .jleague_goto_lp_dl01 dt{
  /*width: auto;*/
}
#jleague_goto_lp_ticket .jleague_goto_lp_box{margin-bottom:77px }
.jleague_goto_lp_ticket_item + .jleague_goto_lp_ticket_item{
  margin-top: 30px
}
.jleague_goto_lp_ticket_item_hd{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.jleague_goto_lp_ticket_item_hd_icon{
  width: 67px;
  margin-right: 8px;
}
.jleague_goto_lp_ticket_item_hd_text{
  width: calc(100% - 67px - 8px);
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 10px 0;
  color: #fff;
  background: #000;
  font-size: 1.8rem;
  font-weight: bold;
}
.jleague_goto_lp_ticket_item_hd_text:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-right: 8px solid #DC000C;
  border-bottom: 18px solid #DC000C;
  border-left: 8px solid transparent;
  border-top: 18px solid transparent;
}
.jleague_goto_lp_ticket_item_ul{margin-left: -25px}
.jleague_goto_lp_ticket_item_ul li{
  float: left;
  width: 50%;
  padding-left: 25px;
  margin-bottom: 30px
}
.jleague_goto_lp_ticket_item_ul li a{
  display: block;
  border: 1px solid #DC000C;
  border-radius: 20px;
  box-shadow: 0 10px 0 #A70009;
  background-image: linear-gradient(to right, #fff ,#F7F7F7, #EFEFEF);
  padding: 18px 10px;
  text-align: center;
}
.jleague_goto_lp_ticket_team_logo{
  display: flex;
  justify-content: center;
  height: 90px;
}
.jleague_goto_lp_ticket_team_logo img{max-height: 73px}
.jleague_goto_lp_ticket_team_name {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.jleague_goto_lp_ticket_btn{
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  box-shadow: 0 2px 0 #9D2D04;
  color: #fff;
  background: #DC000C;
  font-size: 0.9rem;
  font-weight: bold;
}

.green .jleague_goto_lp_ticket_item_hd_text:after{
  border-right: 8px solid #0B8C43;
  border-bottom: 18px solid #0B8C43;
}
.green .jleague_goto_lp_ticket_item_ul li a{
  border: 1px solid #0B8C43;
  box-shadow: 0 10px 0 #076730;
}
.green .jleague_goto_lp_ticket_btn{
  box-shadow: 0 2px 0 #257A4A;
  background: #0B8C43;
}

.blue .jleague_goto_lp_ticket_item_hd_text:after{
  border-right: 8px solid #003F96;
  border-bottom: 18px solid #003F96;
}
.blue .jleague_goto_lp_ticket_item_ul li a{
  border: 1px solid #003F96;
  box-shadow: 0 10px 0 #012C67;
}
.blue .jleague_goto_lp_ticket_btn{
  box-shadow: 0 2px 0 #012C67;
  background: #003F96;
}


/* !jleague_goto_lp_contact
---------------------------------------------------------- */
#jleague_goto_lp_contact{
  padding: 40px 0 60px;
  background: #FFFDF0;
}
#jleague_goto_lp_contact .jleague_goto_lp_sec_title_en font{color: #FFD700}
#jleague_goto_lp_contact .jleague_goto_lp_sec_title_jp{
  color: #414141;
  background: url(../image/title_contact_sp.svg)no-repeat center center;
  background-size: auto 100%;
}
#jleague_goto_lp_contact .jleague_goto_lp_box{
  border-radius: 10px;
  border: 3px solid #FFD700;
  box-shadow: 0 10px 0 #FFD700;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 0;
}
/* !title
---------------------------------------------------------- */
.jleague_goto_lp_sec_title {
  margin-bottom: 16px;
  text-align: center;
}
.jleague_goto_lp_sec_title_en{
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 17px;
}
.jleague_goto_lp_sec_title_jp{
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding-top: 7px;
  height: 60px;
  background: url(../image/title_event_sp.svg)no-repeat center center;
  background-size: auto 100%;
}


/* !footer
---------------------------------------------------------- */
.jleague_goto_lp_page_top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 988;
  opacity: 0
}
.jleague_goto_lp_page_top a.active{opacity: 1} 

#jleague_goto_lp_footer {
  text-align: center;
}

#jleague_goto_lp_copyright{
}

.hide {
  display: none;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

.op {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

.end {
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
}</pre></body></html>