.title1:before {
  background: var(--green);
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.stepList {
  background: var(--blueLight);
  align-items: stretch;
  margin-bottom: 50px;
  border-radius: 30px;
  overflow: hidden;
}
.stepList li {
  padding: 2em 2em;
  flex: 1;
  position: relative;
}
.stepList li + li {
  border-left: 1px solid #a8d1ef;
}
.stepList li p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.stepList li button {
  font-size: 13px;
  min-width: 150px;
  margin-top: 20px;
  filter: var(--shadow);
}

.stepList li button:after {
  width: 20px;
}

.stepList li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0px 30px 20px;
  border-color: transparent;
  border-left-color: #7ac6e3;
  position: absolute;
  top: calc(50% - 30px);
  right: -20px;
  z-index: 10;
}

.stepList li h4 {
  font-size: 30px;
}

.stepList li:hover {
  background: var(--blue);
  color: #fff;
  transition: all 0.3s;
}

.stepList li:hover:before {
  border-left-color: var(--blue);
}

/* home */

.kv {
  background: no-repeat center center;
  height: 530px;
  position: relative;
}

.kv > div {
  color: #fff;
  text-align: center;
}
.kv > div h5 {
  border: 1px solid #fff;
  padding: 0.5em 1em;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 17px;
}
.kv > div h3 {
  font-size: var(--kvTitle);
  margin-bottom: 0.3em;
  font-weight: 700;
}
.kv > div p {
  font-size: var(--sTxt);
}

.kv > div.dark {
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #000;
  padding: 20px 50px;
}

.kv > div.dark h5 {
  border-color: #000;
}

.kv:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 20px 40px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 40px);
  z-index: 10;
}

.kv.home {
  /* background-image: url(../images/home/kv.jpg); */
  height: 790px;
}

.eventsList {
}
.eventsList li {
  display: flex;
  margin-bottom: 30px;
}

.eventsList li:nth-child(even) {
  flex-direction: row-reverse;
}

.eventsList li article {
  display: flex;
  background: #f5f5f5;
  font-size: 15px;
  flex: 1;
}
.eventsList li article div {
  padding: 0 55px;
}
.eventsList li article p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}

.eventsList li aside {
  position: relative;
  flex: 1;
}
.eventsList li aside div {
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 999;
}

.eventsList li aside div h3 {
  font-size: 30px;
  font-weight: 800;
}

.eventsList li aside div p {
  font-size: 20px;
}

/* about */

.kv.about {
  /* background-image: url(../images/kv/about.jpg); */
}
.visual aside {
  max-width: 1000px;
  margin: 0 auto 50px;
}

/* event1 */

.kv.event1 {
  background-image: url(../images/kv/event1.jpg);
  background-position: 75%;
}

.prdList {
  max-width: 1000px;
  margin: auto;
}

.prdList li {
  display: flex;
  margin-bottom: 30px;
}
.prdList li aside {
  width: 300px;
}
.prdList li aside p {
  font-size: 13px;
  letter-spacing: 0;
}
.prdList li article {
  text-align: left;
  padding-left: 80px;
  flex: 1;
}

.prdList li article button {
  font-size: 15px;
}

.prdList li article h4 {
  font-weight: 600;
}
.prdList li article h4:before {
  background: var(--green);
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* event3 */

.kv.event3 {
  /* background-image: url(../images/kv/event3.jpg); */
}

.ev3Zone h2 {
  color: var(--purple);
}

.timeList {
  background: var(--purpleLight);
  border-radius: 30px;
}

.timeList li {
  padding: 80px 50px;
}

.timeList li img {
  filter: var(--shadow);
}

.timeList li h3 {
  color: var(--org);
}
.timeList li h5 {
  margin: 20px 0 0;
  font-size: 25px;
  font-weight: 700;
}

.timeList li + li {
  border-left: 1px solid #999;
}

.eventList {
  margin: auto;
}
.eventList > dl {
  display: flex;
  padding: 0.5em 0;
  margin-bottom: 0;
}

.eventList > dl:nth-child(odd) {
  background: #efefef;
}

.eventList > dl.header {
  background: var(--purple);
  color: #fff;
  padding: 1em 0;
}

.eventList > dl dt {
  width: 50%;
  padding: 0 1em;
}
.eventList > dl dd {
  flex: 1;
  border-left: 1px solid #333;
  padding: 0 2em;
}

/* event4 */

.kv.event4 {
  /* background-image: url(../images/kv/event4.jpg); */
}
.ev4Zone h2 {
  color: var(--green2);
}

/* event2 */

.kv.event2 {
  /* background-image: url(../images/kv/event2.jpg); */
}
.ev2Zone h2 {
  color: var(--green);
}

.ev2Zone .timeList {
  background: #eee;
}

.ev2Zone .timeList li {
  padding: 80px 30px;
}
.ev2Zone .timeList h3 {
  margin-bottom: 0;
}
.ev2Zone .timeList p {
  margin-bottom: 1em;
}

.signTime {
}
.signTime h4 {
  padding: 0 1em;
}

.trafficList {
  justify-content: center;
}
.trafficList li {
  padding: 0 2em;
  text-align: left;
}
.trafficList li h4 {
}
.trafficList li h4:before {
  background: var(--green);
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.trafficList li p {
  margin-bottom: 0;
}

.event2List {
  max-width: 1600px;
  margin-bottom: 100px;
}
.event2List dl dd:last-child {
  display: none;
}

.event2List > dl.header {
  background: var(--green);
  color: #fff;
}

.event2List > dl.header dt {
  color: #fff;
}

.event2List > dl dt {
  width: 30%;
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--en);
}

.event2List > dl dd {
  padding: 1em;
}
.event2List > dl:not(.header) dd:last-child {
  font-size: 15px;
  color: var(--org);
}

.photoList {
  align-items: stretch;
}
.photoList li {
  flex: 1;
}
.photoList li aside {
  height: 100%;
}
.photoList li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photoList2 {
  max-width: 1600px;
  margin: auto;
}

.photoList2 li {
  flex: 1 !important;
}

.ev2Zone .photoList li:nth-child(2) {
  flex: 1.3;
}
.ev3Zone .photoList li:nth-child(2) {
  flex: 1.2;
}

.fansEvent h4 {
}

/* NFT */

.kv.nft {
  background-image: url(../images/kv/nft.jpg);
}

.nftList {
  flex-wrap: wrap;
}
.nftList li {
  width: 50%;
  margin-bottom: 50px;
}
.nftList li aside {
  width: 45%;
}
.nftList li article {
  flex: 1;
  padding: 0 2em;
  text-align: left;
}
.nftList li article p {
  font-size: 14px;
}

.nft2 h2 {
  color: var(--purple);
}

.nft2 .stepList {
  background: var(--purpleLight);
}

.nft2 .stepList li:hover {
  background: var(--purple);
}

/* History */

.kv.history {
  background-image: url(../images/kv/history.jpg);
}
.historyList {
}
.historyList li {
  margin-bottom: 30px;
}
.historyList aside {
  margin-bottom: 50px;
}

/* video */

.kv.video {
  background-image: url(../images/kv/history.jpg);
}
.videoList {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.videoList li {
  margin-bottom: 50px;
  padding: 0 15px;
  width: 50%;
}
.videoList li aside {
  margin-bottom: 20px;
  position: relative;
}
.videoList li h4 {
  font-size: 17px;
  letter-spacing: 0.1em;
  font-family: var(--en);
}

.video a:before {
  content: "";
  background: url(../images/ico/play.svg) no-repeat center center;
  background-size: contain;
  width: var(--videoIco);
  height: var(--videoIco);
  position: absolute;
  z-index: 12;
  left: calc(50% - var(--videoIco) / 2);
  top: calc(50% - var(--videoIco) / 2);
  z-index: 999;
}
