@import url("//fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

jleague_id_new.scss

------------------------------------*/
a {
  color: #e60012;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body.jleagueID .pageArea {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #fff;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
}

.container {
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.snsBtnWrap {
  background: #FFF;
}

.CLM__half > li, .CLM__half > article, .CLM__three > li, .CLM__three > article, .CLM__four > li, .CLM__four > article {
  margin-bottom: 3%;
}
.CLM__half > li:last-child, .CLM__half > article:last-child, .CLM__three > li:last-child, .CLM__three > article:last-child, .CLM__four > li:last-child, .CLM__four > article:last-child {
  margin-bottom: 0;
}

.txt__lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
.txt__lead strong {
  color: #e60012;
}
.txt__honbun {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}

.list {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.list li {
  margin-left: 1.5em;
  padding-bottom: 0.5em;
}
.list li:last-child {
  padding-bottom: 0;
}
.list__disc {
  list-style: disc;
}
.list__number {
  list-style: decimal;
}

.kome {
  text-align: left;
}

.container .btn {
  height: 60px;
  line-height: 60px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
  width: 0%;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  position: relative;
  background-color: #e60012;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #000 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: all 0.3s ease 0s;
}
.container .btn__Ssize {
  width: 40%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 6px;
}
.container .btn__login {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 10px;
}
.container .btn__login i {
  padding-right: 0.3em;
}
.container .btn__QA {
  background-color: #000;
  background-image: linear-gradient(to right, #000 50%, #FFF 50%);
}
.container .btn__QA:hover {
  color: #333;
}
.container .btn:hover {
  cursor: pointer;
  background-position: -100% 0;
  opacity: 1;
}

.kvArea {
  width: 100%;
  border-bottom: 20px solid #FFF;
}
.kvArea img {
  width: 100%;
}

.sec {
  border-bottom: 2px solid #FFF;
}
.sec__inner980 {
  margin: 0 5%;
}
.sec__titleBGblack {
  position: relative;
  padding: 40px 0;
  z-index: 0;
}
.sec__titleBGblack::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 300px;
  width: 100%;
  background: #333333 url(/img/special/jleague_id/index_new/dot2.png) repeat 0 0;
  z-index: -1;
}
.sec__BGgreen {
  position: relative;
  padding: 40px 0;
  background-image: url(/img/special/jleague_id/index_new/dot4.png), url(/img/special/jleague_id/index_new/BG_greenline.png);
  background-repeat: repeat, repeat;
  background-position: top center, top, left;
}
.sec__BGgray {
  position: relative;
  padding: 40px 0;
  background: #EFEFEF url(/img/special/jleague_id/index_new/dot4.png) repeat 0 0;
}

.background__white {
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  background: #FFF;
  padding: 5%;
  position: relative;
}
.background__white img {
  width: 100%;
}
.background__white .btn__Ssize {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.background__white:last-of-type {
  margin-bottom: 0;
}

.heading {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.45em;
  padding-bottom: 1em;
  letter-spacing: 0.05em;
}
.heading__White {
  color: #FFF;
}
.heading__sideLine {
  position: relative;
  display: inline-block;
}
.heading__sideLine:before, .heading__sideLine:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 40px;
  height: 80px;
  top: -10px;
}
.heading__sideLine:before {
  background: url(/img/special/jleague_id/index_new/icon_line_left.png) no-repeat top center;
  background-size: 80%;
  left: -50px;
}
.heading__sideLine:after {
  background: url(/img/special/jleague_id/index_new/icon_line_right.png) no-repeat top center;
  background-size: 80%;
  right: -50px;
}

.campaignArea .heading__campaign {
  padding-bottom: 0;
  position: relative;
  z-index: 10;
}
.campaignArea .heading__campaign img {
  width: 90%;
  max-width: 500px;
}
.campaignArea .sec__inner980 {
  margin-top: -5%;
}

.thum__campaign {
  padding-bottom: 50px;
}
.thum__campaign h4 {
  margin-bottom: 3%;
}

.thum__wallpaper {
  text-align: left;
  padding: 6% 5% 50px 5%;
  margin-top: 3%;
}
.thum__wallpaper h4 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.65;
}
.thum__wallpaper .btn__Ssize {
  bottom: 20px;
  right: 20px;
}

.thum__service {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 3%;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.thum__service figure {
  width: 60%;
  position: absolute;
  top: 100px;
  margin-top: -90px;
}
.thum__service figure img {
  width: 100%;
  max-width: 180px;
}
.thum__service h4 {
  position: relative;
  width: 100%;
  height: 110px;
  border-radius: 10px 10px 0 0;
}
.thum__service h4 img {
  width: auto;
  height: auto;
  max-width: 40%;
  max-height: 40%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.thum__service p {
  text-align: left;
  box-sizing: border-box;
  padding: 6% 5%;
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 0;
}
.thum__service:last-of-type {
  margin-bottom: 0;
}

.thum__service.jleagueTicket h4 {
  background: url(/img/special/jleague_id/index_new/thum_jleagueTicket.jpg) no-repeat top center;
  background-size: cover;
}

.thum__service.clubJleague h4 {
  background: url(/img/special/jleague_id/index_new/thum_clubjleague.jpg) no-repeat top center;
  background-size: cover;
}

.thum__service.jleagueOnlineStore h4 {
  background: url(/img/special/jleague_id/index_new/thum_onlinestore.jpg) no-repeat top center;
  background-size: cover;
}

.thum__service.JsGoal h4 {
  background: url(/img/special/jleague_id/index_new/thum_jsgoal.jpg) no-repeat top center;
  background-size: cover;
}

.thum__service:nth-of-type(odd) h4 img {
  left: 10%;
}
.thum__service:nth-of-type(odd) figure {
  right: -5%;
}

.thum__service:nth-of-type(even) h4 img {
  right: 10%;
}
.thum__service:nth-of-type(even) figure {
  left: -5%;
}

.pcDISP {
  display: none;
}