@charset "UTF-8";
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap");
/*-----------------------------------

ejleague_we2019.scss

------------------------------------*/
.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

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

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.5s all;
}

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

body {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
}

.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
  margin-bottom: 15px;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li {
  width: 48%;
}
.CLM__three > li {
  width: 32%;
}
.CLM__four > li {
  width: 24%;
}

.txt__red {
  color: #e60012;
}
.txt__skyblue {
  color: #39aedf;
}
.txt__left {
  text-align: left;
}
.txt__honbun {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}

.list__disc {
  list-style: disc;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}
.list__disc li {
  padding-bottom: 0.5em;
}
.list__attention {
  list-style: none;
}
.list__attention li {
  padding-left: 1em;
  position: relative;
}
.list__attention li:after {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.headline {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 1em;
  display: inline-block;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.headline span {
  font-weight: bold;
}

.btn {
  display: inline-block;
  position: relative;
}
.btn__s {
  padding: 11px 30px 8px;
  border-radius: 20px;
  line-height: 1;
  width: 100px;
  font-size: 15px;
  font-size: 1.5rem;
}
.btn__red {
  background: #e8372a;
  color: #fff;
}

a.btn:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  right: 5%;
}

span.btn {
  opacity: 0.3;
  color: #999;
}

.table__outline {
  width: 100%;
}
.table__outline th,
.table__outline td {
  padding: 15px;
  border-bottom: 1px solid #0000004d;
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__wid980 {
  width: 980px;
  margin: auto;
  padding: 70px 0;
}
.sec__white {
  background: rgba(255, 255, 255, 0.8);
}
.sec__gray {
  background: #ececec url(/img/special/natsu-j/2022/dot.png) repeat 50% 50%;
}
.sec__sax {
  background: #0190d1 url(/img/special/natsu-j/2022/dot.png) repeat 50% 50%;
}

.contArea {
  background: #030e3a;
}

.headerArea__jleaguejplink {
  position: absolute;
  left: 20px;
  top: 20px;
}
.headerArea__jleaguejplink img {
  width: 50px;
}
.headerArea__title__natsuyasumi {
  display: inline-block;
  padding-top: 15px;
}
.headerArea__title__natsuyasumi img {
  width: 80%;
}
.headerArea .natsujHeader {
  z-index: 100;
  position: fixed;
}
.headerArea__left__jleaguejp {
  margin: 10px;
}
.headerArea__left__jleaguejp img {
  width: 40px;
}

body.indexTop .headerArea {
  background: none;
  display: inline-block;
  width: 100px;
}

body.indexTop .contArea {
  padding-top: 20px;
}

.kvArea {
  position: relative;
}
.kvArea > img {
  width: 100%;
}
.kvArea__img li {
  position: absolute;
}
.kvArea__img li img {
  width: 100%;
}
.kvArea__img li:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.kvArea__img li:nth-child(2) {
  left: 60%;
  width: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  animation: zoomIn2 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation-delay: 1s;
  opacity: 0;
}
.kvArea__img li:nth-child(3) {
  right: 2%;
  top: 2%;
  width: 12%;
  animation: zoomIn3 15s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  opacity: 0;
}

@keyframes zoomIn {
  0% {
    width: 10%;
    opacity: 0;
  }
  100% {
    width: 80%;
    opacity: 1;
  }
}
@keyframes zoomIn2 {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 50%;
    opacity: 1;
  }
}
@keyframes zoomIn3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.leadArea {
  background: url(/img/special/natsu-j/2022/border.png) repeat top center;
  background-size: auto;
  background-repeat: repeat;
  margin-top: -50px;
  padding-top: 100px;
  background-color: #fff;
}
.leadArea .sec__wid980 {
  position: relative;
  padding-top: 0;
  padding-bottom: 10px;
}
.leadArea .alert {
  text-align: center;
  color: #fff;
  background: red;
  font-weight: bold;
  padding: 30px 30px 40px;
  line-height: 1.7;
  margin: 50px 0 80px;
}
.leadArea .alert strong {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
.leadArea p {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.5;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.leadArea p span {
  background: linear-gradient(transparent 50%, #fff100 0%);
  font-weight: bold;
}
.leadArea__main {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  font-size: 20px !important;
  text-align: right;
  line-height: 1.3 !important;
}
.leadArea__main img {
  vertical-align: middle;
  margin: 0 5px;
}
.leadArea__main span {
  font-size: 30px;
  font-size: 3rem;
  color: #e60044;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fff100 0%);
}
.leadArea__main span span {
  font-size: 40px;
  font-size: 4rem;
}
.leadArea .btnArea__benefits {
  width: 460px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .leadArea .loop_wrap img {
    width: 100%;
    margin-bottom: 70px;
  }
  .leadArea .loop_wrap img:last-child {
    display: none;
  }
}

.howtoArea {
  background: #fdfbd4;
}
.howtoArea .sec__wid980 {
  padding-bottom: 30px;
}
.howtoArea .headline {
  margin-bottom: 2em;
  position: relative;
}
.howtoArea .headline.shiai {
  margin-top: 80px;
  margin-bottom: 30px;
}
.howtoArea .headline:before, .howtoArea .headline:after {
  content: '';
  background-image: url(/img/special/natsu-j/2022/question.png);
  width: 42px;
  height: 67px;
  background-size: 42px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
}
.howtoArea .headline:before {
  left: -50px;
  transform: rotate(-35deg);
  bottom: 0;
}
.howtoArea .headline:after {
  right: -60px;
  top: 0;
}
.howtoArea p span {
  background: linear-gradient(transparent 50%, #fff100 0%);
}
.howtoArea .loop_wrap {
  display: flex;
  width: 100vw;
  height: 180px;
  overflow: hidden;
  padding-bottom: 100px;
}
.howtoArea .loop_wrap img {
  width: auto;
  height: 100%;
}
.howtoArea .loop_wrap img:first-child {
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.howtoArea .loop_wrap img:last-child {
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.howtoApply__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.howtoApply__con {
  background: #fff;
  width: calc(25% - 20px);
  margin: 0 10px;
  position: relative;
  border-radius: 100%;
  height: 230px;
  padding-top: 30px;
  box-sizing: border-box;
}
.howtoApply__con img {
  width: 80%;
  margin: 10px 0;
}
.howtoApply__con > span {
  font-size: 20px;
  font-size: 2rem;
  background: #e60012;
  color: #fff;
  position: absolute;
  top: -20px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.howtoApply__con p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.howtoApply__con p span {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.howtoApply__con p a {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #88ceec 0%);
  pointer-events: none;
  color: #000;
}
.howtoApply__con a {
  margin-top: 10px;
}
.howtoApply__con:nth-child(3) {
  position: relative;
}
.howtoApply__con:nth-child(3):before {
  content: '';
  background-image: url(/img/special/natsu-j/2022/arrow_blue.png);
  width: 37px;
  height: 74px;
  background-size: 37px;
  display: inline-block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-repeat: no-repeat;
}

.howtoChallenge__title {
  margin: 3em 0 1em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.howtoChallenge > img {
  margin-bottom: 30px;
}
.howtoChallenge .btnArea__benefits {
  width: 460px;
  margin: 0 auto;
}

.btnArea > section {
  position: relative;
}
.btnArea .btnArea__title,
.btnArea .btnArea__benefits {
  width: 460px;
  padding-left: 80px;
  margin: 30px 0;
}
.btnArea .btnArea__title img,
.btnArea .btnArea__benefits img {
  width: 100%;
}
.btnArea__king {
  position: absolute;
  right: 60px;
  bottom: 40px;
}

.qaArea {
  background: url(/img/special/natsu-j/2022/BG_qaArea.jpg);
  background-size: cover;
}
.qaArea .disBLOCK {
  margin: 0 auto;
  display: block;
}
.qaArea .accordionList {
  margin-top: 30px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
}
.qaArea .accordionList + .accordionList {
  margin-top: 10px;
}
.qaArea .accordionIndex {
  width: 100%;
  display: table;
  border-bottom: solid 1px #ccc;
  color: #fff;
  border: none;
  position: relative;
  padding: 0;
}
.qaArea .accordionIndex.active a:after {
  content: '\f366';
}
.qaArea .accordionIndex a {
  padding: 20px 30px 20px 20px;
  display: block;
  color: #018ac8 !important;
  text-align: left;
  font-weight: bold;
}
.qaArea .accordionIndex a:before {
  content: 'Q';
  color: #018ac8;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  font-family: "Antonio", sans-serif;
  font-size: 25px;
  line-height: 1;
  vertical-align: middle;
  margin-top: -5px;
}
.qaArea .accordionIndex a:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f35d';
  right: 1%;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  top: 50%;
  margin-top: -10px;
  line-height: 1;
}
.qaArea .accordionArticle {
  text-align: left;
  padding: 20px 30px 20px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid;
  width: calc(100% - 40px);
  box-sizing: border-box;
  margin: auto;
  position: relative;
}
.qaArea .accordionArticle:before {
  content: 'A';
  color: #018ac8;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  font-family: "Antonio", sans-serif;
  font-size: 25px;
  line-height: 1;
  vertical-align: middle;
  margin-top: -5px;
  position: absolute;
  left: 0px;
}
.qaArea .accordionArticle a {
  color: #018ac8;
  text-decoration: underline;
}
