﻿@charset "UTF-8";

.float-box {
  font-size: 0;
  line-height: 0;
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 0;
  /* display: none !important; */
}

.float-box span {
  display: block;
  width: 15%;
  max-width: 120px;
  float: right;
}

.section_arrow-box {
  position: absolute;
  bottom: -57px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  background-color: #000;
  width: 1px;
  height: 115px;
  z-index: 2;
}

#s02 .section_arrow-box,
#s07 .section_arrow-box {
  background-color: #808080;
  display: none;
}

#s03 .section_arrow-box,
#s05 .section_arrow-box {
  background-color: #fff;
}

#s06 .section_arrow-box {
  background-color: #fff;
}


@media screen and (max-width:768px) {
  
  .section_arrow-box {
    bottom: -28px;
    height: 57px;
  }

}

/***********************************
common CSS
************************************/

section {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}

section h3 {
  display: block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 35px;
  margin-bottom: 30px;
}

span.essential_link-btn a {
  display: block;
  border: 1px solid #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
}


@media print, screen and (min-width:769px) {
}


@media screen and (min-width:769px) and (max-width:1024px){
  
  section h3 {
    font-size: 26px;
  }
  
}


@media screen and (max-width:768px) {
  
  section {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  
  section h3 {
    font-size: 18px;
  }

  span.essential_link-btn a {
    display: block;
    border: 1px solid #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
  }
  
}


/***********************************
goal s01
************************************/
#about {
  background-color: #fff;
}

#about p {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
}


@media screen and (max-width:768px) {
  
  #about p {
    font-size: 14px;
    line-height: 26px;
  }
  
}


/***********************************
s02
************************************/
#s02 {
  background-color: #f2f2f2;
}

#s02 .img-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}


@media screen and (max-width:768px) {
  
    #s02 .img-box {
    width: 90%;
  }
  
}


/***********************************
ISSUE s03
************************************/
#s03 {
  background-color: #1b1d5d;
}

#s03 h2 {
  color: #fff;
}

#s03 h3 {
  color: #fff;
}

#s03 ul {
  display: block;
  position: relative;
  overflow: hidden;
}

#s03 ul li {
  display: block;
  float: left;
  width: 49%;
  max-width: 505px;
  margin-bottom: 60px;
}

#s03 ul li:nth-child(2n) {
  display: block;
  float: right;
}

#s03 ul li strong {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}

#s03 ul li p {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

#s03 ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  margin-top: -8%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 4%;
}

#s03 ul li:nth-child(1) a {
  background: #ff5000;
  background: -moz-linear-gradient(left,  #ff5000 0%, #ff9514 100%);
  background: -webkit-linear-gradient(left,  #ff5000 0%,#ff9514 100%);
  background: linear-gradient(to right,  #ff5000 0%,#ff9514 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5000', endColorstr='#ff9514',GradientType=1 );
}

#s03 ul li:nth-child(2) a {
  background: #ff6699;
  background: -moz-linear-gradient(left,  #ff6699 0%, #ff8195 100%);
  background: -webkit-linear-gradient(left,  #ff6699 0%,#ff8195 100%);
  background: linear-gradient(to right,  #ff6699 0%,#ff8195 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6699', endColorstr='#ff8195',GradientType=1 );
}

#s03 ul li:nth-child(3) a {
  background: #009581;
  background: -moz-linear-gradient(left,  #009581 0%, #64c7a9 100%);
  background: -webkit-linear-gradient(left,  #009581 0%,#64c7a9 100%);
  background: linear-gradient(to right,  #009581 0%,#64c7a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009581', endColorstr='#64c7a9',GradientType=1 );
}

#s03 ul li:nth-child(4) a {
  background: #0064b3;
  background: -moz-linear-gradient(left,  #0064b3 0%, #009ff9 100%);
  background: -webkit-linear-gradient(left,  #0064b3 0%,#009ff9 100%);
  background: linear-gradient(to right,  #0064b3 0%,#009ff9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064b3', endColorstr='#009ff9',GradientType=1 );
}

#s03 ul li:nth-child(5) a {
  background-color: #32aa00;
}

#s03 .essential_link-btn {
  max-width: 670px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}


@media screen and (max-width:768px) {
  
  #s03 ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  
}


/***********************************
SCHEDULE s04
************************************/
#s04 {
  background-color: #efe500;
}

#s04 h2 {
  color: #fff;
}

#s04 h3 {
  color: #000;
}

#s04 dl {
  position: relative;
  overflow: hidden;
  color: #000;
  margin-bottom: 40px;
}

#s04 dl .y-text {
  color: #c70000 !important;
}

#s04 dl .y-line {
  /* border: 1px solid #ffff00 !important; */
}

#s04 dl .y-bg {
  background-color: #c70000 !important;
}

#s04 dl .b-text {
  color: #fff !important;
}

#s04 dl dt {
  float: left;
}

#s04 dl dt span.date {
  display: block;
  border: 1px solid #231815;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
}

#s04 dl dt span.arrow {
  display: block;
  width: 10px;
}

#s04 dl dd {
  float: right;
}

#s04 dl dd strogn {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

#s04 dl dd p {
  display: block;
  font-size: 15px;
}

#s04 .corona {
  display: block;
  border: 1px solid #000;
  padding: 3%;
  color: #000;
  font-size: 15px;
}

#s04 .corona strong {
  display: block;
  text-align: center;
  margin-bottom: 1.5%;
  font-weight: normal;
}

#s04 .corona p {
  display: block;
}

@media print, screen and (min-width:769px) {
  
  #s04 dl {
  }  
  
  #s04 dl dt {
    width: 30%;
    background-image: url("../images/s04_arrow.png");  
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: center bottom 0;
  }

  #s04 dl dd {
    width: 67%;
  }
  
}


@media screen and (max-width:768px) {
  
  #s04 {
    padding-bottom: 5px;
  }
  
  #s04 dl {
    background-image: url("../images/s04_arrow.png");  
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: left 5% bottom 0;
  }
  
  #s04 dl dt {
    width: 40%;
  }

  #s04 dl dt span.date {   
    font-size: 12px;
    line-height: 30px;
  }
  
  #s04 dl dd {
    padding-top: 10px;
    width: 90%;
  }
    
  #s04 dl dd strogn {
    font-size: 15px;
  }

  #s04 dl dd p {
    font-size: 12px;
    line-height: 24px;
  }
  
  #s04 dl dd p br {
    display: none;
  }
  
  #s04 .corona {
    font-size: 12px;
    margin-bottom: 10%;
  }  

}


/***********************************
PRIZE s05
************************************/
#s05 {
  background-color: #0086e0;
  color: #fff;
}

#s05 h2 {
  
}

#s05 h3 {
}

#s05 p.text-box {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 46px;
  margin-bottom: 25px;
  font-weight: 500;
} 

#s05 p.text-box span {
  display: inline-block;
  text-align: left;
  color: #efe500;
} 

#s05 span.notes {
  display: block;
  text-align: center;
  font-size: 15px;
}  


@media screen and (max-width:768px) {
  
  #s05 p.text-box {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  } 
  
  #s05 span.notes {
    font-size: 12px;
  }   

}


/***********************************
JOIN s06
************************************/
#s06 {
  background-color: #333333;
  padding-bottom: 0;
}

#s06 h2 {
  color: #fff;
}

#s06 h3 {
  color: #fff;
}

#s06 .img-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}


@media screen and (max-width:768px) {
  
    #s06 .img-box {
    width: 90%;
  }
  
}


/***********************************
KICK OFF! s07
************************************/
#s07 {
  background-color: #333333;
  color: #fff;
  text-align: center;
  /*display: none !important;*/
  padding-top: 65px;
}

#s07 p.read-box {
  display: block;  
  font-size: 20px;
  margin-bottom: 40px;
}

#s07 a {
  text-decoration: none;
  color: #fff;
}

#s07 span.entry_link-btn {
  display: block;
  margin-bottom: 40px;
}

#s07 span.entry_link-btn a {
  display: block;
  background-color: #efe500;
  font-family: 'Anton', sans-serif;
  font-size: 40px;
  line-height: 150px;
  letter-spacing: 1px;
  background-image: url("../images/entry_btn.svg");
  background-repeat: no-repeat;
  background-position: center center;
  color: #000;
  background-size: 90px auto;
  text-indent: -9999px;
}


@media screen and (max-width:768px) {
  
  #s07 p.read-box {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }
  
}



/***********************************
RESULT s09
************************************/
#s09 {
  background-color: #f2f2f2;
  padding-bottom: 0;
}

#s09 h3 span {
  display: block;
}

#s09 p.read-box {
  display: block;  
  font-size: 20px;
  margin-bottom: 150px;
  text-align: center;
}

#s09 dl {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-bottom: 40px;
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}

#s09 dl::after {
	content: "";
	display: block;
	clear: both;
}

#s09 dl dt {
  position: relative;
  vertical-align: top;
  padding-left: 30px;
  float: right;
  width : -webkit-calc(60% - 30px) ;
  width : calc(60% - 30px) ;
}

#s09 dl dt,
#s09 dl dd {
  padding-bottom: 120px;
}

#s09 dl dd {
  float: left;
  width: 38%;
  text-align: right;
}

#s09 h4 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
}

#s09 h4.st-box {
  display: block;
}

#s09 h4::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url("../images/s09_st01.svg");
  width: 179px;
  height: 32px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#s09 strong {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}

#s09 p.text-box {
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-top: 5px;
}

#s09 span.notes {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}

#s09 ul {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding-top: 20px;
  margin-bottom: 100px;
}

#s09 ul li {
  float: left;
  width: 48%;
  margin-bottom: 50px;
}

#s09 ul li:nth-child(2n) {
  float: right;
}

#s09 ul li:last-child {
  width: 100%;
  text-align: right;
}

#s09 ul li:nth-child(5) {
  margin-bottom: 0;
}

#s09 .voice_link {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: -100px;
  width: 80%;
  margin-bottom: 100px;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

#s09 .voice_link a {
  display: block;
  text-align: center;
  color: #fff;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
  padding-bottom: 1%;
  padding-top: 1%;
  background-image: url("../images/s09_voice_link_bg.jpg");
  background-size: 100% 100%;
}


@media print,screen and (min-width:769px) {  
  
  #s09 h2{
    margin-bottom: 20px !important;
  }

  #s09 h3 span {
    margin-bottom: 50px;
  }

}


@media screen and (max-width:768px) {
  
  #s09 p.read-box {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 50px;
  }
  
  #s09 h2 img {
    height: 23px !important;
    width: auto;
  }

  #s09 h3 span {
    margin-bottom: 30px;
  }
  
  #s09 dl {
    margin-left: auto;
    margin-right: auto;
    width: 90%;  
    margin-bottom: 20px;
  }

  #s09 dl dt,
  #s09 dl dd {
    padding-bottom: 80px;
    display: block;
    width: 100%;
  }
  
  #s09 dl dd {
    text-align: center;
    padding-left: 0;
  }
  
  #s09 dl dd img {
    width: 85%
  }
  
  #s09 dl dt {
    padding-bottom: 20px;
  }
  
  #s09 dl dt h4 {
    text-align: center;
    display: block;
  }

  #s09 h4 {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 25px;
  }

  #s09 h4::after {
    width: 120px;
    height: 22px;
    top: -37px;
  }

  #s09 strong {
    font-size: 15px;
    line-height: 22px;
  }

  #s09 p.text-box {
    font-size: 14px;
    margin-top: 2px;
  }

  #s09 span.notes {
    font-size: 12px;
    margin-top: 10px;
  }

  #s09 ul {
    width: 90%;
    padding-top: 10px;
    margin-bottom: 20px;
  }

  #s09 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  
}



