@charset "UTF-8";

.contArea_inner {
  background: #e5e5e5;
  color: #000;
  font-size: 16px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  letter-spacing: .1em;
}
.contArea_inner img {
  width: 100%;
  vertical-align: bottom;
}
.jleaguejp_logo {
  height: 58px;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}
.jleaguejp_logo a {
  display: inline-block;
  width: 180px;
  font-size: 0;
}
.kv {
  background: #000;
}
.kvEntry {
  padding: 40px 0 35px;
  color: #fff;
  text-align: center;
}
.kvEntry_heading {
  font-size: 28px;
}
.kvEntry_button {
  position: relative;
  display: block;
  width: 950px;
  margin: 0 auto 0;
  padding: 25px 15px;
  background: #222;
  border-radius: 46px;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  transition: .3s ease-in-out;
}
/*
.kvEntry_button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.kvEntry_button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 27px;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-right: 2px solid #e60013;
  border-bottom: 2px solid #e60013;
  transform: translateY(-50%) rotate(-45deg);
}
.kvEntry_button:hover {
  opacity: .75;
  text-decoration: none;
}
*/
.kvEntry_notice {
  margin-top: 25px;
  font-size: 12px;
  letter-spacing: .05em;
}

.fixedEntry {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 25px 0 15px;
  background: #000;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  transition: .3s ease;
  transform: translateY(100%);
}
.fixedEntry.is-show {
  transform: translateY(0);
}
.fixedEntry.is-remove {
  transform: translateY(100%) !important;
}
.fixedEntry_heading {
  font-size: 24px;
}
.fixedEntry_button {
  position: relative;
  display: block;
  width: 950px;
  margin: 25px auto 0;
  padding: 25px 15px;
  background: #222;
  border-radius: 46px;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  transition: .3s ease-in-out;
}
/*
.fixedEntry_button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.fixedEntry_button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 27px;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-right: 2px solid #e60013;
  border-bottom: 2px solid #e60013;
  transform: translateY(-50%) rotate(-45deg);
}
.fixedEntry_button:hover {
  opacity: .75;
  text-decoration: none;
}
*/
.fixedEntry_notice {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: .05em;
}
.fixedEntry_close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  appearance: none;
  font-size: 0;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.fixedEntry_close:hover {
  opacity: .75;
}
.fixedEntry_close::before,
.fixedEntry_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
}
.fixedEntry_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fixedEntry_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.prologue {
  width: 980px;
  margin: 60px auto 0;
}
.prologue_image {
  display: flex;
  justify-content: space-between;
}
.prologue_image div {
  width: 230px;
}
.prologue_text {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.campaign {
  margin-top: 120px;
}
.campaign_heading {
  width: 560px;
  margin: auto;
}
.campaign_carousel {
  width: 980px;
  margin: 40px auto 0;
}
.campaign_carouselNav .slick-track {
  display: flex;
  width: 1000px !important;
  margin: 0 -10px;
  transform: translate3d(0, 0, 0) !important;
}
.campaign_carouselNav .slick-slide {
  width: calc(25% - 20px) !important;
  margin: 0 10px;
}
.campaign_carouselNav_item {
  padding: 22px 10px;
  background: #fff;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  transition: opacity .3s ease-in-out;
}
.campaign_carouselNav .slick-current .campaign_carouselNav_item {
  background: #dcff00;
}
.campaign_carouselNav .slick-slide:not(.slick-current) .campaign_carouselNav_item:hover {
  opacity: .75;
}
.campaign_carouselMain {
  position: relative;
  margin-top: 20px;
}
.campaign_carouselMain .slick-arrow {
  position: absolute;
  top: 260px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 0;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.campaign_carouselMain .slick-arrow:hover {
  opacity: .75;
}
.campaign_carouselMain .slick-arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
}
.campaign_carouselMain .slick-arrow::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}
.campaign_carouselMain .slick-prev {
  left: -75px;
}
.campaign_carouselMain .slick-next {
  right: -30px;
}
.campaign_carouselMain .slick-next::after {
  left: 12px;
  transform: rotate(-135deg);
}
.campaign_carouselMain_image {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px 0;
}
.campaign_carouselMain_image img {
  width: calc(25% - 20px);
  margin: 20px 10px 0;
}
.campaign_carouselMain_button {
  position: relative;
  display: block;
  margin: 40px auto 0;
  padding:25px 15px;
  background: #e60013;
  border-radius: 46px;
  color: #fff;
  font-size: 36px;
/*  font-weight: 700;	*/
  line-height: 1.2;
  text-align: center;
  transition: .3s ease-in-out;
}
.campaign_carouselMain_button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.campaign_carouselMain_button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 36px;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-right: 3px solid #e60013;
  border-bottom: 3px solid #e60013;
  transform: translateY(-50%) rotate(-45deg);
}
.campaign_carouselMain_button:hover {
  opacity: .75;
  text-decoration: none;
}
.campaign_carouselMain_cs {
  position: relative;
  display: block;
  margin: 40px auto 0;
  padding: 25px 15px;
  background: #000;
  border-radius: 46px;
  color: #fff;
  font-size: 30px;
/*  font-weight: 700;	*/
  line-height: 1.2;
  text-align: center;
}
.campaign_carouselMain_notice {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .05em;
}
.campaign_carouselMain_item01_text,
.campaign_carouselMain_item02_text,
.campaign_carouselMain_item03_text,
.campaign_carouselMain_item04_text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.feature {
  width: 980px;
  margin: 120px auto 0;
}
.feature_heading {
  width: 595px;
  margin: auto;
}
.feature_row {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.feature_row:nth-child(even) {
  flex-direction: row-reverse;
}
.feature_image {
  width: 510px;
}
.feature_detail {
  flex: 1;
  margin-right: 45px;
}
.feature_row:nth-child(even) .feature_detail {
  margin: 0 0 0 40px;
}
.feature_subheading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.feature_description {
  margin-top: 15px;
  font-weight: 700;
  line-height: 2;
}

.moreCampaign {
  margin-top: 80px;
  padding: 30px 0 40px;
  background: #fff;
}
.moreCampaign_heading {
  width: 550px;
  margin: auto;
}
.moreCampaign_banner {
  display: block;
  width: 770px;
  margin: 20px auto 0;
}
.moreCampaign_banner img {
  transition: .3s ease-in-out;
}
.moreCampaign_banner:hover img {
  opacity: .75;
}
.img_cs {
  width: 770px;
  margin: 20px auto 0;
}


.entryInfo {
/*  margin-top: 80px;	*/
  padding: 60px 0 120px 0;
  background: #000;
}
.entryInfo_inner {
  width: 800px;
  margin: auto;
}
.entryInfo_heading {
  width: 439px;
  margin: auto;
}
.entryInfo_contents {
  margin-top: -10px;
  color: #fff;
}
.entryInfo_contents a {
  color: #dcff00;
  text-decoration: underline;
}
.entryInfo_contents a:hover {
  text-decoration: none;
}
.entryInfo_contents dt {
  position: relative;
  margin: 70px 0 30px;
  text-align: center;
}
.entryInfo_contents dt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}
.entryInfo_contents dt span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 12px;
  background: #000;
}
.entryInfo_contents dt img {
  width: auto;
  height: 28px;
}
.entryInfo_contents a,
.entryInfo_contents dd p,
.entryInfo_contents dd li {
  font-weight: 700;
}
.entryInfo_noteList li {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.8;
}
.entryInfo_noteList li::before {
  content: '\203b';
}
.entryInfo_discList li {
  margin-top: 3px;
  line-height: 2;
}
.entryInfo_discList li::before {
  content: '\30fb';
}
.entryInfo_numberList li {
  line-height: 2;
}
.entryInfo_numberList li:nth-child(1):before { content: '\02460'; }
.entryInfo_numberList li:nth-child(2):before { content: '\02461'; }
.entryInfo_numberList li:nth-child(3):before { content: '\02462'; }
.entryInfo_numberList li:nth-child(4):before { content: '\02463'; }
.entryInfo_numberList li:nth-child(5):before { content: '\02464'; }

.entryInfo_contents dd:nth-of-type(1) .entryInfo_noteList {
  margin-top: 25px;
}
.entryInfo_contents dd:nth-of-type(2) .entryInfo_discList {
  margin-top: -10px;
}
.entryInfo_contents dd:nth-of-type(3) .entryInfo_numberList {
  margin-top: 10px;
}
.entryInfo_contents dd:nth-of-type(4) p {
  margin-top: -10px;
  line-height: 2;
}
.entryInfo_contents dd:nth-of-type(4) p.dpoint {
  margin-top: 2em;
}
.entryInfo_contents dd:nth-of-type(5) .entryInfo_discList {
  margin-top: -10px;
}




.cpInfo {
  margin-top: 80px;
  padding: 80px 0;
  background: #000;
}
.cpInfo_inner {
  width: 800px;
  margin: auto;
}
.cpInfo_heading {
  width: 439px;
  margin: auto;
}
.cpInfo_contents {
  margin-top: -10px;
  color: #fff;
}
.cpInfo_contents p,
.cpInfo_contents li {
	font-size: 18px;
}
.cpInfo_contents a {
  color: #dcff00;
  text-decoration: underline;
}
.cpInfo_contents a:hover {
  text-decoration: none;
}
.cpInfo_contents dt {
  position: relative;
  margin: 70px 0 30px;
  text-align: center;
}
.cpInfo_contents dt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}
.cpInfo_contents dt span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 12px;
  background: #000;
}
.cpInfo_contents dt img {
  width: auto;
  height: 28px;
}
.cpInfo_contents a,
.cpInfo_contents dd p,
.cpInfo_contents dd li {
  font-weight: 700;
}
.cpInfo_noteList li {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.8;
}
.cpInfo_noteList li::before {
  content: '\203b';
}
.cpInfo_discList li {
  margin-top: 3px;
  line-height: 2;
}
.cpInfo_discList li::before {
  content: '\30fb';
}
.cpInfo_numberList li {
  line-height: 2;
}
.cpInfo_numberList li:nth-child(1):before { content: '\02460'; }
.cpInfo_numberList li:nth-child(2):before { content: '\02461'; }
.cpInfo_numberList li:nth-child(3):before { content: '\02462'; }
.cpInfo_numberList li:nth-child(4):before { content: '\02463'; }
.cpInfo_numberList li:nth-child(5):before { content: '\02464'; }

.cpInfo_contents dd:nth-of-type(2) .cpInfo_numberList {
  margin-top: 10px;
}
.cpInfo_contents dd:nth-of-type(1) p {
  margin-top: -10px;
  line-height: 2;
}
.cpInfo_contents dd:nth-of-type(5) .entryInfo_discList {
  margin-top: -10px;
}




footer #bottomArea {
  padding-bottom: 240px;
}


.ga_inview {width:1px; height:1px;}

.mt1 { margin-top: 1em !important;}

.marker {
  background: linear-gradient(transparent 50%, #dcff00 50%);
  font-weight: bold;
}

.three_step{
  width: 203px;
  margin: 0 auto 1em;
}
