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

.CLM__half, .CLM__three, .CLM__four {
  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 rgba(0, 0, 0, 0.3019607843);
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
}

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

.headerArea {
  position: fixed;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100px;
  text-align: center;
  z-index: 11111111111;
}
.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%;
}

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

.kvArea {
  position: relative;
}
.kvArea > img {
  width: 100%;
}
.kvArea__player img {
  position: absolute;
  opacity: 0;
}
.kvArea__player--01, .kvArea__player--02, .kvArea__player--03, .kvArea__player--04, .kvArea__player--05, .kvArea__player--06, .kvArea__player--07, .kvArea__player--08, .kvArea__player--09, .kvArea__player--10, .kvArea__player--11, .kvArea__player--12, .kvArea__player--13, .kvArea__player--14, .kvArea__player--15, .kvArea__player--ttl, .kvArea__player--16, .kvArea__player--17, .kvArea__player--18, .kvArea__player--19, .kvArea__player--20 {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.kvArea__player--01 {
  top: 28vw;
  left: calc(50% + 0.4vw);
  z-index: 3;
  width: 17.5vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 1s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 1s 1 forwards;
}
.kvArea__player--02 {
  top: 29vw;
  left: calc(50% - 12.5vw);
  z-index: 2;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 1.5s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 1.5s 1 forwards;
  width: 13.5vw;
}
.kvArea__player--03 {
  top: 29vw;
  left: calc(50% + 13vw);
  z-index: 2;
  width: 11.5vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 2s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 2s 1 forwards;
}
.kvArea__player--04 {
  top: 32.2vw;
  left: calc(50% + 28.4vw);
  z-index: 2;
  width: 13vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 2.5s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 2.5s 1 forwards;
}
.kvArea__player--05 {
  top: 26.2vw;
  left: calc(50% + 22.5vw);
  width: 10.5vw;
  z-index: 1;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 3s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 3s 1 forwards;
}
.kvArea__player--06 {
  top: 28.5vw;
  left: calc(50% - 24.6vw);
  width: 11.3vw;
  z-index: 2;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 3.5s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 3.5s 1 forwards;
}
.kvArea__player--07 {
  top: 28.4vw;
  left: calc(50% + 42vw);
  width: 13vw;
  z-index: 2;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 4s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 4s 1 forwards;
}
.kvArea__player--08 {
  top: 31vw;
  left: calc(50% - 38vw);
  width: 12.2vw;
  z-index: 2;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 4.5s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 4.5s 1 forwards;
}
.kvArea__player--09 {
  top: 25vw;
  left: calc(50% - 6vw);
  width: 14.5vw;
  z-index: 1;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 2.5s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 2.5s 1 forwards;
}
.kvArea__player--10 {
  top: 19.9vw;
  left: calc(50% + 2.2vw);
  width: 15vw;
  z-index: 0;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 3s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 3s 1 forwards;
}
.kvArea__player--11 {
  top: 16vw;
  left: calc(50% - 23vw);
  width: 10.3vw;
  z-index: 1;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 3s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 3s 1 forwards;
}
.kvArea__player--12 {
  top: 21.7vw;
  left: calc(50% + 33.5vw);
  width: 16vw;
  z-index: 1;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 3.5s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 3.5s 1 forwards;
}
.kvArea__player--13 {
  top: 23.2vw;
  left: calc(50% - 30vw);
  width: 13.5vw;
  z-index: 1;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 4s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 4s 1 forwards;
}
.kvArea__player--14 {
  top: 18.6vw;
  left: calc(50% + 14.7vw);
  width: 9.5vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 4s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 4s 1 forwards;
}
.kvArea__player--15 {
  top: 17.7vw;
  left: calc(50% + 27.6vw);
  width: 13.3vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 4.5s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 4.5s 1 forwards;
}
.kvArea__player--16 {
  top: 17vw;
  left: calc(50% - 12vw);
  width: 11vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 4.5s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 4.5s 1 forwards;
}
.kvArea__player--17 {
  top: 16.9vw;
  left: calc(50% + 41vw);
  width: 11vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 3s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 3s 1 forwards;
}
.kvArea__player--18 {
  top: 16vw;
  left: calc(50% - 36.7vw);
  width: 12vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 2s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 2s 1 forwards;
}
.kvArea__player--19 {
  top: 23.2vw;
  left: calc(50% - 43.7vw);
  width: 11vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 3s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 3s 1 forwards;
}
.kvArea__player--20 {
  top: 26.2vw;
  left: calc(50% + 10.5vw);
  width: 14vw;
  -webkit-animation: animation_Opacity 0.5s ease-in-out 2s 1 forwards;
  animation: animation_Opacity 0.5s ease-in-out 2s 1 forwards;
}
.kvArea__player--ttl {
  top: 360px;
  margin-top: 50px;
  left: 50%;
  width: 49vw;
  top: 5vw;
  -webkit-animation: animation_MoveFromBottom 1s ease-in-out 0.5s 1 forwards;
  animation: animation_MoveFromBottom 1s ease-in-out 0.5s 1 forwards;
}

.logo_30th {
  position: absolute;
  top: 2vw;
  left: calc(50% + 43.8vw);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 8vw !important;
}

@-webkit-keyframes animation_Opacity {
  100% {
    opacity: 1;
  }
}
@keyframes animation_Opacity {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animation_MoveFromBottom {
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes animation_MoveFromBottom {
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.leadArea .sec__wid980 {
  margin-top: 30px;
  position: relative;
  padding-top: 0;
  padding-bottom: 10px;
}
.leadArea p {
  margin-bottom: 40px;
  line-height: 2.5;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
.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: center;
  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 .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/zutto-j/2023/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%);
}

.howtoApply__wrap {
  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/zutto-j/2023/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;
}

.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/zutto-j/2023/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;
  font-size: 2.5rem;
  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;
}
/*# sourceMappingURL=zuttoj2023.css.map */