<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: 10px;
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
 font-size: 10px;
 -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';
}

.sp {
	display: none!important;
}


/* !wrapper
---------------------------------------------------------- */
#jleague_goto_lp_wrapper {
	width: 100%;
  min-width: 1040px;
  overflow: hidden;
  padding-top: 80px;
}
.jleague_goto_lp_inner{
  padding: 0 20px;
  max-width: 1040px;
  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: 1024px;
  box-shadow: 0 5px 10px rgba(0,0,0,.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  height: 80px;
}
.jleague_goto_lp_header_logo{}
.jleague_goto_lp_nav_ul{
  display: flex;
  font-weight: bold;
}
.jleague_goto_lp_nav_ul li + li{margin-left: 20px}
@media screen and (max-width: 1200px){
  #jleague_goto_lp_header{padding: 0 20px;}
  .jleague_goto_lp_nav_ul{font-size: 1rem}
  .jleague_goto_lp_nav_ul li + li{margin-left: 20px}
}
.jleague_goto_lp_nav_ul li a {
  font-size: 12px;
}
.jleague_goto_lp_nav_ul .j1{
  border-bottom: 3px solid #DC000C;
}
.jleague_goto_lp_nav_ul .j2{
  border-bottom: 3px solid #0B8C43;
}
.jleague_goto_lp_nav_ul .j3{
  border-bottom: 3px solid #003F96;
}

.btnMenu{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: url(../image/bg_event.svg)no-repeat top 150px center #FFFDF0;
  background-size: auto;
  padding: 75px 0 135px;
}
#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: 32px 40px;
  border-radius: 20px;
  position: relative;
}
.jleague_goto_lp_dl01{
  padding-right: 167px;
}
.jleague_goto_lp_dl01 dt{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  width: auto;
}
.jleague_goto_lp_dl01 dd{
  font-size: 1.8rem;
  line-height: 40px;
  font-weight: 500;
}

/* !jleague_goto_lp_style
---------------------------------------------------------- */
#jleague_goto_lp_style{
  background: url(../image/bg_style.svg)no-repeat top 200px center #F2FDF6;
  background-size: auto;
  padding: 80px 0;
}
#jleague_goto_lp_style .jleague_goto_lp_sec_title {
  position: relative;
}
#jleague_goto_lp_style .jleague_goto_lp_sec_title img {
  width: 157px;
  position: absolute;
  left: -30px;
  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.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{
  padding: 0 0 0 167px;
}
#jleague_goto_lp_style .jleague_goto_lp_dl01 dt{
  top: -15px;
  right: auto;
  left: 20px;
  width: auto;
}
.jleague_goto_lp_video_title{
  padding: 67px 0 30px;
  text-align: center;
}
.jleague_goto_lp_video_iframe iframe{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  height: 560px;
}

.jleague_goto_lp_watch {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 100px);
  margin-left: -50px;
}

.jleague_goto_lp_watch li {
  width: 320px;
  margin: 0 20px 60px;
}
.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;
  min-height: 350px;
  background: #fff;
}
.jleague_goto_lp_watch .cont.sec {
  min-height: 410px;
}
.jleague_goto_lp_watch .cont .p3 {
  font-size: 16px;
  margin-top: 10px;
}

.jleague_goto_lp_c {
  margin-top: 0px;
}

/* !jleague_goto_lp_how
---------------------------------------------------------- */
#jleague_goto_lp_how{
  background: #FBF2FD;
  padding: 88px 0 50px;
  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.svg)no-repeat center center;
  background-size: auto 100%;
}
#jleague_goto_lp_how .jleague_goto_lp_sec_title {
  position: relative;
}
#jleague_goto_lp_how .jleague_goto_lp_sec_title::before {
  content: '';
  width: 220px;
  height: 220px;
  background: url(../image/bg_how1.svg);
  background-size: contain;
  bottom: 0;
  right: -160px;
  position: absolute;
}
#jleague_goto_lp_how .jleague_goto_lp_sec_title img {
  width: 224px;
  position: absolute;
  bottom: 0;
  left: -50px;
}

.jleague_goto_lp_howto {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 100px);
  margin-left: -50px;
  position: relative;
}
.jleague_goto_lp_howto li {
  width: 310px;
  height: 520px;
  border-radius: 30px;
  border: 5px solid #7B2287;
  margin: 0 20px 40px;
  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;
}
.jleague_goto_lp_howto::before {
  content: '';
  width: 200px;
  height: 200px;
  background: url(../image/bg_how2.svg);
  background-size: contain;
  bottom: 0;
  right: -160px;
  position: absolute;
}

/* !jleague_goto_lp_ticket
---------------------------------------------------------- */
#jleague_goto_lp_ticket{
  background: url(../image/bg_ticket.svg)no-repeat top 130px center #F8FEFF;
  background-size: auto;
  padding: 88px 0 50px;
}
#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.svg)no-repeat center center;
  background-size: auto 100%;
}
#jleague_goto_lp_ticket .jleague_goto_lp_sec_title_jp {
  color: #000;
  font-size: 34px;
  padding-top: 23px;
}
#jleague_goto_lp_ticket .jleague_goto_lp_sec_title {
  position: relative;
}
#jleague_goto_lp_ticket .jleague_goto_lp_sec_title img {
  width: 166px;
  position: absolute;
  right: -50px;
  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:137px }
.jleague_goto_lp_ticket_item + .jleague_goto_lp_ticket_item{
  margin-top: 50px
}
.jleague_goto_lp_ticket_item_hd{
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.jleague_goto_lp_ticket_item_hd_icon{
  width: 135px;
  margin-right: 30px;
}
.jleague_goto_lp_ticket_item_hd_text{
  width: calc(100% - 135px - 30px);
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px 0;
  color: #fff;
  background: #000;
  font-size: 3.5rem;
  font-weight: bold;
}
.jleague_goto_lp_ticket_item_hd_text:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-right: 15px solid #DC000C;
  border-bottom: 35px solid #DC000C;
  border-left: 15px solid transparent;
  border-top: 35px solid transparent;
}
.jleague_goto_lp_ticket_item_ul{margin-left: -50px}
.jleague_goto_lp_ticket_item_ul li{
  float: left;
  width: 33.33%;
  padding-left: 50px;
  margin-bottom: 60px
}
.jleague_goto_lp_ticket_item_ul li a{
  display: block;
  border: 3px solid #DC000C;
  border-radius: 50px;
  box-shadow: 0 10px 0 #A70009;
  background-image: linear-gradient(to right, #fff ,#F7F7F7, #EFEFEF);
  padding: 35px 30px;
  text-align: center;
}
.jleague_goto_lp_ticket_team_logo{
  display: flex;
  justify-content: center;
  height: 167px;
}
.jleague_goto_lp_ticket_team_logo img{max-height: 90%}
.jleague_goto_lp_ticket_team_name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.jleague_goto_lp_ticket_btn{
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  box-shadow: 0 4px 0 #9D2D04;
  color: #fff;
  background: #DC000C;
  font-size: 1.6rem;
  font-weight: bold;
}

.green .jleague_goto_lp_ticket_item_hd_text:after{
  border-right: 15px solid #0B8C43;
  border-bottom: 35px solid #0B8C43;
}
.green .jleague_goto_lp_ticket_item_ul li a{
  border: 3px solid #0B8C43;
  box-shadow: 0 10px 0 #076730;
}
.green .jleague_goto_lp_ticket_btn{
  box-shadow: 0 4px 0 #257A4A;
  background: #0B8C43;
}

.blue .jleague_goto_lp_ticket_item_hd_text:after{
  border-right: 15px solid #003F96;
  border-bottom: 35px solid #003F96;
}
.blue .jleague_goto_lp_ticket_item_ul li a{
  border: 3px solid #003F96;
  box-shadow: 0 10px 0 #012C67;
}
.blue .jleague_goto_lp_ticket_btn{
  box-shadow: 0 4px 0 #012C67;
  background: #003F96;
}


/* !jleague_goto_lp_contact
---------------------------------------------------------- */
#jleague_goto_lp_contact{
  padding: 88px 0 110px;
  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: #000;
  background: url(../image/title_contact.svg)no-repeat center center;
  background-size: auto 100%;
}
.jleague_goto_lp_contact_flex{
  display: flex;
  justify-content: center;
}
#jleague_goto_lp_contact .jleague_goto_lp_box{
  border: 3px solid #FFD700;
  box-shadow: 0 15px 0 #FFD700;
  padding: 20px 40px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
.jleague_goto_lp_contact_p01{
  font-size: 1.8rem;
}
.jleague_goto_lp_contact_p02{
  font-size: 2.4rem;
}
/* !title
---------------------------------------------------------- */
.jleague_goto_lp_sec_title {
  margin-bottom: 23px;
  text-align: center;
}
.jleague_goto_lp_sec_title_en{
  font-size: 10rem;
  line-height: 1.3;
}
.jleague_goto_lp_sec_title_jp{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-top: 26px;
  height: 130px;
  background: url(../image/title_event.svg)no-repeat center center;
  background-size: auto 100%;
  margin-bottom: 50px;
}


/* !footer
---------------------------------------------------------- */
.jleague_goto_lp_page_top a {
  position: fixed;
  bottom: 70px;
  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;
}
a:hover {
  opacity: .7;
  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;
}
.op:hover {
  opacity: .7;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

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