@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");
/*-----------------------------------

wallpaperDL.scss

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

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

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

#main {
  background: none;
}

.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;
}

.contArea .btn {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background: #e60012;
  text-align: center;
  display: block;
  width: 80%;
  margin: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.contArea .btn__Ssize {
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 4px;
}

.borderBTN {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 25px;
  text-align: center;
  display: block;
  width: 80%;
}

.borderBTN__Ssize {
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 20px;
}

.borderBTN__SSsize {
  height: 30px;
  line-height: 30px;
  width: auto;
  padding: 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 15px;
  display: inline-block;
}

.kvArea {
  width: 100%;
  height: 200px;
  text-align: center;
  position: relative;
  border-bottom: 2px solid #FFF;
  background-size: cover !important;
}

.kvArea__top {
  background: url(/img/special/jleague_id/wallpaperDL/KV_BG_top.jpg) no-repeat top center;
}

.kvArea img {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.kvArea::after {
  content: "";
  background: #FFF url(/img/special/jleague_id/wallpaperDL/icon_croud.png) no-repeat 50% 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec__inner980 {
  margin: 0 5%;
}

.sec__titleBGblack {
  position: relative;
  padding: 40px 0;
}

.sec__titleBGblack::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 300px;
  width: 100%;
  background: #333333 url(/img/special/jleague_id/wallpaperDL/dot2.png) repeat 0 0;
  z-index: -1;
}

.sec__BGglay {
  position: relative;
  padding: 40px 0;
  background: #EFEFEF url(/img/special/jleague_id/wallpaperDL/dot4.png) repeat 0 0;
}

.heading {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 1em;
}

.heading__White {
  color: #FFF;
}

.thum__wallpapaer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #efefef;
  border-radius: 10px;
  margin-bottom: 3%;
  position: relative;
  background: #FFF;
}

.thum__wallpapaer:last-of-type {
  margin-bottom: 0;
}

.thum__wallpapaer figure {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  padding: 5%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), color-stop(83%, #e5e5e5), color-stop(83%, #FFF), to(#FFF));
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #e5e5e5 83%, #FFF 83%, #FFF 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%, #e5e5e5 83%, #FFF 83%, #FFF 100%);
  background: linear-gradient(180deg, #e5e5e5 0%, #e5e5e5 83%, #FFF 83%, #FFF 100%);
}

.thum__wallpapaer figure img {
  width: 100%;
}

.thum__wallpapaer h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 0 5%;
  text-align: left;
}

.thum__wallpapaer .btn__Ssize {
  position: absolute;
  right: 5%;
  bottom: 5%;
}

.wallpaperList .thum__wallpapaer {
  padding-bottom: 65px;
}

.wallpaperMain .thum__wallpapaer {
  padding-bottom: 5%;
}

.wallpaperMain .thum__wallpapaer figure {
  text-align: left;
  position: relative;
}

.wallpaperMain .thum__wallpapaer figure figcaption {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
  padding-bottom: 0.7em;
}

.wallpaperMain .thum__wallpapaer .loginWrap {
  padding: 0 5%;
}

.wallpaperMain .thum__wallpapaer .loginWrap > p.txt__honbun {
  margin-bottom: 4%;
}

.wallpaperMain .thum__wallpapaer .loginWrap > p.txt__honbun .borderBTN {
  float: right;
  margin-top: 10px;
}

.wallpaperMain .thum__wallpapaer .loginWrap .CLM__half li {
  margin-bottom: 4%;
}

.wallpaperMain .thum__wallpapaer .loginWrap .CLM__half li p {
  text-align: left;
  margin-bottom: 2%;
  font-size: 15px;
  font-size: 1.5rem;
}

.wallpaperMain .thum__wallpapaer .loginWrap .CLM__half li:last-child {
  margin-bottom: 0;
}

.wallpaperMain .thum__wallpapaer .loginWrap .btn__login {
  width: 100%;
  height: 80px;
  line-height: 80px;
}

.wallpaperMain .thum__wallpapaer .loginWrap .btn__login i {
  margin-right: 5px;
}

.wallpaperMain .thum__wallpapaer .downloadWrap {
  padding: 0 5%;
}

.wallpaperMain .thum__wallpapaer .downloadWrap > p.txt__honbun {
  margin-bottom: 20px;
}

.wallpaperMain .thum__wallpapaer .downloadWrap .CLM__half li {
  margin-top: 10px;
}

.wallpaperMain .thum__wallpapaer .downloadWrap .CLM__half li:first-child {
  margin-top: 0;
}

.wallpaperMain .thum__wallpapaer .downloadWrap .btn__dl {
  width: 100%;
  padding-left: 50%;
}

.wallpaperMain .thum__wallpapaer .downloadWrap .btn__dl span {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px 0 0 10px;
  display: inline-block;
  text-align: center;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.wallpaperHowTo .thum__wallpapaer h4 {
  background: #333;
  text-align: center;
  padding: 7% 0;
  color: #FFF;
  border-radius: 10px 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
}

.wallpaperHowTo .thum__wallpapaer h4 i {
  font-size: 40px;
  display: block;
}

.wallpaperHowTo .thum__wallpapaer .howToSetText {
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
