@charset "utf-8";



/*
******************************************************************
* MJP top.css
******************************************************************
*/
body {
	background: #000;
  position: relative;
  min-width: initial;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  html {
    position: static;
  }

  #loading img {
    height: auto;
    width: 50%;
  }
}



/*
******************************************************************
* #contents
******************************************************************/
#contents {
	margin: 0 auto;
	width: 1280px;
}

[data-wrp="area"] .wrp-inside {
  margin: 0 auto;
  width: 1002px;
}

[data-wrp="area"] .heading {
  text-align: center;
}


@media screen and (max-width: 768px) {
  #contents {
    width: auto;
  }

  [data-wrp="area"] .wrp-inside {
    width: auto;
  }

  #contents img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
  }

  [data-wrp="area"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}



/*
******************************************************************
* .header-area
******************************************************************/
.header-area {
  position: relative;
  z-index: 1;
}
.header-area-inside {
  display: flex;
  justify-content: space-between;
  padding-left: 140px;
  padding-right: 138px;
  padding-top: 13px;
  position: absolute;
  top: 0;
  width: 1280px;
}
.logo-eva2020 {
	padding-top: 4px;
}


@media screen and (max-width: 768px) {
  .header-area-inside {
    padding-left: 35px;
    padding-right: 48px;
    padding-top: 6px;
    width: 100%;
  }

  .header-area-inside img {
    height: auto;
    width: 35%;
  }

  .logo-eva2020 {
    text-align: right;
  }
}



/*
******************************************************************
* .main-area
******************************************************************/
.main-area .lead {
  background-color: #364b72;
  text-align: center;
}


/*
******************************************************************
* .apply-area
******************************************************************/
.apply-area {
  background-image: url(../img/apply_bg.png);
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 75px;
}

.apply-area .step {
  display: flex;
  justify-content: space-between;
  margin-top: 61px;
}

.apply-area .step .each-step {
  background-color: #FFF;
  border-radius: 3px;
  color: #333;
  font-size: 16px;
  padding: 10px 15px;
  max-width: 306px;
  width: 100%;
}

.apply-area .step .each-step .step-num {
  background-color: #43a0e2;
  border-radius: 10px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 175px;
}

.apply-area .step .each-step .step-img {
  text-align: center;
}

.apply-area .step .each-step .btn-twitter {
  margin-top: 15px;
}

.apply-area .period {
  color: #FFF;
  line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
  margin-top: 35px;
  max-width: 767px;
  width: 100%;
}

.apply-area .period p {
  font-size: 18px;
  text-align: center;
}

.apply-area .period .asterisk {
	margin-top: 30px;
}

.apply-area .period .asterisk li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}

.apply-area .period .asterisk li:nth-child(n+2) {
  margin-top: 5px;
}

.apply-area .period .asterisk li::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.apply-area .period .asterisk li a {
  color: #43a0e2;
  text-decoration: underline;
}


@media screen and (max-width: 768px) {
  .apply-area {
    background-size: cover;
    padding-bottom: 25px;
    padding-top: 35px;
  }

  .apply-area .step {
    display: block;
    margin-top: 30px;
  }

  .apply-area .step .each-step {
    font-size: 14px;
    max-width: initial;
  }

  .apply-area .step .each-step:nth-child(n+2) {
    margin-top: 15px;
  }

  .apply-area .step .each-step .step-num {
    border-radius: 5px;
    font-size: 15px;
    height: 25px;
    width: 175px;
  }

  .apply-area .step .each-step .btn-twitter {
    margin-top: 10px;
    text-align: center;
  }

  .apply-area .period {
    color: #FFF;
    margin-top: 25px;
    max-width: initial;
  }

  .apply-area .period p {
    font-size: 15px;
    text-align: left;
  }

  .apply-area .period .asterisk {
    margin-top: 15px;
  }
}



/*
******************************************************************
* .quo-area
******************************************************************/
.quo-area {
  background-image: url(../img/quo_bg.png);
  background-size: cover;
  padding-top: 85px;
  text-align: center;
}

.quo-area .card {
  margin-top: 55px;
}

.quo-area .timeline {
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  overflow-y: scroll;
  max-width: 640px;
  width: 100%;
}


@media screen and (max-width: 768px) {
  .quo-area {
    padding-top: 45px;
  }

  .quo-area .card {
    margin-top: 35px;
  }

  .quo-area .timeline {
    margin-top: 35px;
  }
}



/*
******************************************************************
* .story-area
******************************************************************/
.story-area {
  background-image: url(../img/campaign_list_bg.png);
  padding-bottom: 30px;
  padding-top: 60px;
}

.story-area .story-content01 {
  margin-top: 75px;
}

.story-content01 {
  position: relative;
  z-index: 2;
}

.story-slider {
  display: none;
  margin: 0 auto;
  max-width: 1001px;
  width: 100%;
}

.story-slider.slick-initialized {
  display: block;
}

.story-slider-item {
  position: relative;
  outline: none;
}

.story-slider-item img {
  display: block;
  margin: 0 auto;
}

.story-content01 .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
  max-width: 924px;
  width: 100%;
}

.story-content01 .slick-dots li {
  background-color: #000;
  border: 2px solid #FFF;
  height: 58px;
  margin-right: 20px;
  position: relative;
  width: 216px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.story-content01 .slick-dots li:nth-child(4n) {
  margin-right: 0;
}

.story-content01 .slick-dots li:nth-child(n+5) {
  margin-top: 12px;
}

.story-content01 .slick-dots li:nth-child(1) {
  background-image: url(../img/btn_tab01.png);
}

.story-content01 .slick-dots li:nth-child(2) {
  background-image: url(../img/btn_tab02.png);
}

.story-content01 .slick-dots li:nth-child(3) {
  background-image: url(../img/btn_tab03.png);
}

.story-content01 .slick-dots li:nth-child(4) {
  background-image: url(../img/btn_tab04.png);
}

.story-content01 .slick-dots li:nth-child(5) {
  background-image: url(../img/btn_tab05.png);
}

.story-content01 .slick-dots li:nth-child(6) {
  background-image: url(../img/btn_tab06.png);
}

.story-content01 .slick-dots li:nth-child(7) {
  background-image: url(../img/btn_tab07.png);
}

/* 
　非リンク設定
 */

/* .story-content01 .slick-dots li:nth-child(2),/* 11月24日～27日 */
/*.story-content01 .slick-dots li:nth-child(3),/* 11月28日～12月1日 */
/*.story-content01 .slick-dots li:nth-child(4),/* 12月2日～5日 */
/*.story-content01 .slick-dots li:nth-child(5),/* 12月6日～9日 */
/*.story-content01 .slick-dots li:nth-child(6),/* 12月10日～13日 */
/*.story-content01 .slick-dots li:nth-child(7)/* 12月14日～15日 */ {
  position: relative;
  z-index: -1;
}    

/* 
　comming soon 表示/非表示
 */

/* .story-content01 .slick-dots li:nth-child(2)::before,/* 11月24日～27日 */
/*.story-content01 .slick-dots li:nth-child(3)::before,/* 11月28日～12月1日 */
/*.story-content01 .slick-dots li:nth-child(4)::before,/* 12月2日～5日 */
/*.story-content01 .slick-dots li:nth-child(5)::before,/* 12月6日～9日 */
/*.story-content01 .slick-dots li:nth-child(6)::before,/* 12月10日～13日 */
/*.story-content01 .slick-dots li:nth-child(7)::before/* 12月14日～15日 */ {
  background-color: #000;
  background-image: url(../img/btn_tab_comingsoon.png);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  max-width: 216px;
  width: 100%;
}

.story-content01 .slick-dots li.slick-active {
  background-color: #393939;
}

.story-content01 .slick-dots li button {
  background: none;
  border: none;
  cursor: pointer;
  height: 54px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 50em;
  top: 0;
  width: 212px;
}


@media screen and (max-width: 768px) {
  .story-area {
    padding-bottom: 15px;
    padding-top: 30px;
  }

  .story-area .story-content01 {
    margin-top: 40px;
  }

  .story-content01 .slick-dots {
    justify-content: space-between;
    margin-top: 23px;
  }

  .story-content01 .slick-dots li {
    background-position: center;
    background-size: contain;
    margin-right: auto;
    width: 48%;
  }

  .story-content01 .slick-dots li:nth-child(2n) {
    margin-right: 0;
  }

  .story-content01 .slick-dots li:nth-child(n+3) {
    margin-top: 12px;
  }

  .story-content01 .slick-dots li:nth-child(2)::before,
  .story-content01 .slick-dots li:nth-child(3)::before,
  .story-content01 .slick-dots li:nth-child(4)::before,
  .story-content01 .slick-dots li:nth-child(5)::before,
  .story-content01 .slick-dots li:nth-child(6)::before,
  .story-content01 .slick-dots li:nth-child(7)::before {
    background-position: center;
    background-size: contain;
  }

  .story-content01 .slick-dots li button {
    max-width: 212px;
    width: 100%;
  }
}



/*
******************************************************************
* .terms
******************************************************************/
.terms {
  margin-top: 60px;
  padding-bottom: 30px;
  padding-top: 60px;
}

.terms .rules {
  background-color: #FFF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 1002px;
  width: 100%;
}

.terms .rules .rules-inside {
  color: #000;
  font-size: 13px;
  height: 450px;
  margin-top: 60px;
  padding: 15px 10px;
  overflow-y: scroll;
}

.terms .rules .rules-inside ul li {
  margin-top: 25px;
  text-align: left;
}

.terms .rules .rules-inside ul li:first-child {
  margin-top: 15px;
}

.terms .rules .rules-inside ul li *+p {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .terms {
    margin-top: 20px;
    padding-bottom: 15px;
    padding-top: 0;
  }

  .terms .rules {
    margin-top: 20px;
  }

  .terms .rules .rules-inside {
    height: 225px;
    margin-top: 30px;
    padding: 10px 5px;
  }

  .terms .rules .rules-inside ul li {
    margin-top: 15px;
  }

  .terms .rules .rules-inside ul li:first-child {
    margin-top: 8px;
  }
}



/*
******************************************************************
* .footer-area
******************************************************************/
.footer-area {
	position: relative;
	z-index: 10;
	width: 1000px;
	margin: 0 auto;
	padding: 45px 0 65px;
	text-align: center;
}
.box-copy {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.footer-area .box-copy li {
	display: block;
	color: #fff;
	font-size: 20px;
	text-shadow: 0 0 3px #000, 0 0 5px #000;
}
.footer-area .box-copy li:nth-child(2) {
	margin: 0 15px 0 20px;
}


@media screen and (max-width: 768px) {
  .footer-area {
    width: auto;
    padding: 23px 0 33px;
  }

  .footer-area .box-copy {
    left: initial;
  }

  .footer-area .box-copy li {
    font-size: 10px;
  }

  .footer-area .box-copy li:nth-child(2) {
    margin: 0 8px 0 10px;
  }

  .footer-area .box-copy li:nth-child(2) img {
    width: 49px;
  }

  .footer-area .box-copy li:nth-child(3) img {
    width: 65px;
  }
}
