@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;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  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;
  min-width: 980px;
}

.skyscraperWrap {
  display: none;
}

.contArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
}

.contArea:last-of-type {
  padding-bottom: 60px;
}

#breadcrumbList {
  width: 980px;
  margin: auto;
}

.snsBtn {
  margin-top: 10px;
}

.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- left;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  -webkit-box-pack: left;
  justify-content: left;
  -ms-flex-align: -ms- top;
  align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
  align-items: top;
}

.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
  vertical-align: top;
}

.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}

.CLM__half > li,
.CLM__half > article {
  width: 48%;
  margin-right: 4%;
}

.CLM__half > li:nth-child(2n),
.CLM__half > article:nth-child(2n) {
  margin-right: 0;
}

.CLM__three > li,
.CLM__three > article {
  width: 32%;
  margin-right: 2%;
}

.CLM__three > li:nth-child(3n),
.CLM__three > article:nth-child(3n) {
  margin-right: 0;
}

.CLM__four > li,
.CLM__four > article {
  width: 23%;
}

.CLM__four > li,
.CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}

.CLM__four > li:nth-child(4n),
.CLM__four > article:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: -ms- top;
  align-items: -ms- top;
  align-items: -webkit- top;
  -webkit-box-align: top;
  align-items: top;
}

.nowrapCLM > li,
.nowrapCLM > article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 3%;
}

.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}

.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}

.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

.txt__honbun {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}

.list {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  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;
}

.btn {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  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;
  background-color: #e60012;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 50%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.btn:hover {
  cursor: pointer;
  background-position: -100% 0;
  opacity: 1;
}

.btn__Ssize {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
}

.borderBTN {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  display: block;
  width: 80%;
}

.borderBTN__Ssize {
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 25px;
}

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

.kvArea {
  width: 100%;
  min-width: 980px;
  height: 300px;
  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 {
  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 {
  width: 980px;
  margin: auto;
}

.sec__titleBGblack {
  position: relative;
  padding: 60px 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: 60px 0;
  background: #EFEFEF url(/img/special/jleague_id/wallpaperDL/dot4.png) repeat 0 0;
}

.heading {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3em;
  padding-bottom: 1.3em;
  letter-spacing: 0.05em;
}

.heading__White {
  color: #FFF;
}

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

.thum__wallpapaer figure {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  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 h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 0 20px;
  text-align: left;
}

.thum__wallpapaer .btn__Ssize {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

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

.wallpaperMain .thum__wallpapaer {
  padding-bottom: 40px;
}

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

.wallpaperMain .thum__wallpapaer figure figcaption {
  position: absolute;
  left: 460px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.3;
  padding-right: 10px;
}

.wallpaperMain .thum__wallpapaer .loginWrap {
  padding: 0 40px;
}

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

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

.wallpaperMain .thum__wallpapaer .loginWrap .CLM__half li p {
  text-align: left;
  margin-bottom: 1em;
}

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

.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:nth-child(1), .wallpaperMain .thum__wallpapaer .downloadWrap .CLM__half li:nth-child(2) {
  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: 30px 0 0;
  color: #FFF;
  border-radius: 10px 10px 0 0;
  height: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-size: 2.2rem;
}

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

.wallpaperHowTo .thum__wallpapaer .howToSetText {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
}

.spDISP {
  display: none;
}
