/*******************************************************************************************************/
body {
  font-size: 18px;
}
html {
  overflow-x: hidden;
}
/*span,a{
	position: relative;
	z-index: 100;
}*/
/*--.wrapper--*/
section.kvBox {
  min-height: 70vh;
  overflow-x: hidden;
  padding: 60px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
section.kvBox {
  height: 75vh;
  min-height: 640px;
  overflow: hidden;
  padding: 200px 0 20px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.kvBox {
    height: 100vh;
  }
}
section.kvBox .txtInfo {
  display: none;
}

section.kvBox .sloganBox {
  width: 514px;
  height: 455px;
  background-image: url(../img/table@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: fadeInTable 1.2s 0s backwards;
  animation: fadeInTable 1.2s 0s backwards;
}

section.kvBox .sloganBox .sloganImg {
  width: 410px;
  margin: auto;
}

section.kvBox .sloganBox .sloganImg img {
  width: 100%;
}

section.kvBox .sloganBox .subsloganImg {
  width: 158px;
  margin: auto;
}

section.kvBox .arrow {
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 67px;
  height: 66px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -33px;
  -webkit-animation: goArrow 1.2s infinite;
  animation: goArrow 1.2s infinite;
  cursor: pointer;
}

section.kvBox .arrow:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

section.kvBox .animationbg {
  position: absolute;
  left: 50%;
  margin-left: -650px;
  bottom: 0;
  width: 1300px;
  height: 640px;
  -webkit-animation: fadeInAnimation 1.2s 0s backwards;
  animation: fadeInAnimation 1.2s 0s backwards;
}

section.kvBox .animationbg > div {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 90px;
  height: 475px;
  position: absolute;
  bottom: -12%;
}

section.kvBox .animationbg .spoon1 {
  background-image: url(../img/A@2x.png);
  left: 2%; /*animation: mSpoon1 2.4s 2.7s infinite linear;*/
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

section.kvBox .animationbg .spoon2 {
  background-image: url(../img/B@2x.png);
  bottom: -24%;
  left: 12%; /*animation: mSpoon2 2.6s 2.7s infinite linear;*/
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

section.kvBox .animationbg .spoon3 {
  background-image: url(../img/C@2x.png);
  bottom: -36%;
  left: 22%; /*animation: mSpoon3 4.8s 2.7s infinite linear;*/
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

section.kvBox .animationbg .spoon4 {
  background-image: url(../img/D@2x.png);
  bottom: -20%;
  right: 22%; /*animation: mSpoon4 4.2s 2.7s infinite linear;*/
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

section.kvBox .animationbg .spoon5 {
  background-image: url(../img/E@2x.png);
  bottom: -32%;
  right: 12%; /*animation: mSpoon5 3.6s 2.7s infinite linear;*/
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

section.kvBox .animationbg .spoon6 {
  background-image: url(../img/F@2x.png);
  bottom: -8%;
  right: 2%; /*animation: mSpoon6 3.2s 2.7s infinite linear;*/
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* section.kvBox .animationbg .goRegister { content: ""; background-image: url(../img/icon_dofu.png); background-repeat: no-repeat; background-size: 100%; -webkit-animation: mSpoon6 3.2s 1.2s infinite linear; animation: mSpoon6 3.2s 1.2s infinite linear; width: 80px; height: 70px; position: absolute; right: 80px; bottom: 315px; } */

section.kvBox .animationbg .dots {
  background-image: url(../img/dots_white.png);
  width: 78px;
  height: 96px;
  bottom: inherit;
  top: 2%;
  margin-top: 158px;
  left: 2%;
}

section.kvBox .animationbg .meatball {
  background-image: url(../img/icon_ball.png);
  width: 78px;
  height: 78px;
  bottom: inherit;
  top: 2%;
  margin-top: 120px;
  left: 8%;
  -webkit-animation: rollingball 1.2s infinite linear;
  animation: rollingball 1.2s infinite linear;
}

section.kvBox .animationbg .gyoza {
  background-image: url(../img/icon_gyoza.png);
  width: 114px;
  height: 73px;
  bottom: 39%;
  left: 14%;
  -webkit-animation: mgyoza 2.6s 1.2s infinite linear;
  animation: mgyoza 2.6s 1.2s infinite linear;
}

/* */
@media screen and (min-width: 1900px) {
  section.kvBox {
    min-height: 750px;
  }
  section.kvBox .animationbg {
    height: 750px;
    margin-left: -850px;
    width: 1700px;
  }
  section.kvBox .sloganBox {
    width: 617px;
    height: 546px;
  }
  section.kvBox .sloganBox .sloganImg {
    width: 425px;
  }
  section.kvBox .sloganBox .subsloganImg {
    width: 190px;
  }
  section.kvBox .animationbg > div {
    width: 108px;
    height: 570px;
  }
  section.kvBox .animationbg .dots {
    width: 94px;
    height: 115px;
    top: 0;
  }
  section.kvBox .animationbg .meatball {
    width: 94px;
    height: 94px;
    top: -2%;
  }
  section.kvBox .animationbg .gyoza {
    width: 137px;
    height: 88px;
    bottom: 43%;
  }
}
@media screen and (max-width: 1299px) {
  section.kvBox .animationbg {
    margin-left: -50%;
    bottom: 0;
    width: 100%;
    height: 640px;
  }
}
@media screen and (max-width: 1024px) {
  section.kvBox {
    padding: 50px 0;
  }
  section.kvBox {
    /*height: auto;*/
    min-height: 620px;
    padding-top: 107px;
  }
  section.kvBox .sloganBox {
    width: 386px;
    height: 341px;
  }
  section.kvBox .sloganBox .sloganImg {
    width: 266px;
  }
  section.kvBox .sloganBox .subsloganImg {
    width: 119px;
  }
  section.kvBox .animationbg {
    height: 470px;
  }
  section.kvBox .animationbg > div {
    width: 63px;
    height: 333px;
  }
  section.kvBox .animationbg .dots {
    width: 59px;
    height: 72px;
  }
  section.kvBox .animationbg .meatball {
    width: 59px;
    height: 59px;
  }
  section.kvBox .animationbg .gyoza {
    width: 86px;
    height: 55px;
  }
  section.kvBox .arrow {
    width: 58px;
    height: 58px;
    margin-left: -29px;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 17px;
  }
  section.kvBox {
    min-height: 540px;
  }
  section.kvBox .animationbg .spoon3,
  section.kvBox .animationbg .spoon4 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.kvBox {
    padding: 35px 0;
  }
  section.kvBox {
    padding-top: 125px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 460px;
    padding-bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  section.kvBox .arrow {
    position: fixed;
    bottom: 60px;
  }
  section.kvBox .sloganBox {
    width: 334px;
    height: 296px;
  }
  section.kvBox .sloganBox .sloganImg {
    width: 220px;
    margin-top: -13px;
  }
  section.kvBox .sloganBox .subsloganImg {
    width: 125px;
  }
  section.kvBox .animationbg {
    height: 350px;
    margin-top: -60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    left: 0;
    margin-left: 0;
    overflow: hidden;
  }
  section.kvBox .animationbg .spoon1 {
    left: 5%;
    display: none;
  }
  section.kvBox .animationbg .spoon2 {
    left: 28%;
    display: none;
  }
  section.kvBox .animationbg .spoon5 {
    right: 28%;
    display: none;
  }
  section.kvBox .animationbg .spoon6 {
    right: 5%;
    display: none;
  }
  section.kvBox .animationbg .meatball {
    top: -29%;
    width: 55px;
    height: 55px;
    display: none;
  }
  section.kvBox .animationbg .gyoza {
    width: 80px;
    height: 51px;
    bottom: 63%;
    left: 31%;
    display: none;
  }
  section.kvBox .animationbg .dots {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  section.kvBox {
    position: relative;
    padding-top: 120px; /*padding-bottom: 400px; min-height: 790px;*/
  }
  section.kvBox .sloganBox {
    width: 283px;
    height: 250px;
  }
  section.kvBox .sloganBox .sloganImg {
    width: 190px;
  }
  section.kvBox .sloganBox .subsloganImg {
    width: 107px;
  }
  section.kvBox .animationbg {
    height: 300px;
    margin-top: -75px;
  }
  section.kvBox .animationbg > div {
    width: 54px;
    height: 285px;
  }
  section.kvBox .animationbg .meatball {
    width: 40px;
    height: 40px;
  }
  section.kvBox .animationbg .gyoza {
    width: 68px;
    height: 44px;
  }
  section.kvBox .arrow {
    width: 50px;
    height: 50px;
    margin-left: -25px; /*bottom: 125px;*/
  }
}
@media screen and (max-width: 320px) {
  section.kvBox {
    min-height: 620px;
    padding-bottom: 260px;
  }
  section.kvBox .sloganBox {
    width: 257px;
    height: 228px;
  }
  section.kvBox .sloganBox .sloganImg {
    width: 160px;
  }
  section.kvBox .animationbg {
    height: 260px; /*margin-bottom: -40px;*/
  }
  section.kvBox .animationbg > div {
    width: 45px;
    height: 238px;
  }
}
@-webkit-keyframes fadeInTable {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInTable {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes goArrow {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}
@keyframes goArrow {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}
@-webkit-keyframes fly {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}
@keyframes fly {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}
@-webkit-keyframes rollingball {
  0%,
  50%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes rollingball {
  0%,
  50%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-webkit-keyframes rollingspoon {
  0%,
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  25% {
    -webkit-transform: rotate(3deg) translateX(-5%);
    transform: rotate(3deg) translateX(-5%);
  }
  75% {
    -webkit-transform: rotate(-3deg) translateX(5%);
    transform: rotate(-3deg) translateX(5%);
  }
}
@keyframes rollingspoon {
  0%,
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  25% {
    -webkit-transform: rotate(3deg) translateX(-5%);
    transform: rotate(3deg) translateX(-5%);
  }
  75% {
    -webkit-transform: rotate(-3deg) translateX(5%);
    transform: rotate(-3deg) translateX(5%);
  }
}
@-webkit-keyframes reversedofu {
  0%,
  50%,
  100% {
    -webkit-transform: scaleX(-1) rotate(0);
    transform: scaleX(-1) rotate(0);
  }
  25% {
    -webkit-transform: scaleX(-1) rotate(13deg);
    transform: scaleX(-1) rotate(13deg);
  }
  75% {
    -webkit-transform: scaleX(-1) rotate(-13deg);
    transform: scaleX(-1) rotate(-13deg);
  }
}
@keyframes reversedofu {
  0%,
  50%,
  100% {
    -webkit-transform: scaleX(-1) rotate(0);
    transform: scaleX(-1) rotate(0);
  }
  25% {
    -webkit-transform: scaleX(-1) rotate(13deg);
    transform: scaleX(-1) rotate(13deg);
  }
  75% {
    -webkit-transform: scaleX(-1) rotate(-13deg);
    transform: scaleX(-1) rotate(-13deg);
  }
}
@-webkit-keyframes mgyoza {
  0%,
  38%,
  69%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  53.5% {
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
  }
  84.5% {
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg);
  }
}
@keyframes mgyoza {
  0%,
  38%,
  69%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  53.5% {
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
  }
  84.5% {
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg);
  }
}
@-webkit-keyframes mSpotbg {
  0% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@keyframes mSpotbg {
  0% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes mSpotbg2 {
  0% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(-360deg);
    transform: scale(1) rotate(-360deg);
  }
}
@keyframes mSpotbg2 {
  0% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(-360deg);
    transform: scale(1) rotate(-360deg);
  }
}
@media screen and (min-width: 1900px) {
  main section.kvBox {
    min-height: 750px;
  }
  main section.kvBox .animationbg {
    height: 750px;
    margin-left: -850px;
    width: 1700px;
  }
  main section.kvBox .sloganBox {
    width: 617px;
    height: 546px;
  }
  main section.kvBox .sloganBox .sloganImg {
    width: 425px;
  }
  main section.kvBox .sloganBox .subsloganImg {
    width: 190px;
  }
  main section.kvBox .animationbg > div {
    width: 108px;
    height: 570px;
  }
  main section.kvBox .animationbg .dots {
    width: 94px;
    height: 115px;
    top: 0;
  }
  main section.kvBox .animationbg .meatball {
    width: 94px;
    height: 94px;
    top: -2%;
  }
  main section.kvBox .animationbg .gyoza {
    width: 137px;
    height: 88px;
    bottom: 43%;
  }
}

/*--MAIN--*/
section {
  position: relative;
  z-index: 0;
  min-height: 70vh;
  overflow-x: hidden;
  padding: 60px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.contentBox {
  width: 75%;
  max-width: 1400px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section {
    position: relative;
    z-index: 0;
    min-height: 70vh;
    overflow-x: hidden;
    padding: 60px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
}
h2 {
  color: #8d3d0f;
  font-size: 222.22%;
  text-align: center;
  margin-top: 0.25rem;
  margin-bottom: 4rem;
}
h2 span:before,
h2 span:after {
  content: '';
  background-image: url(../assets/images/h2_after.png);
  width: 148px;
  height: 111px;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: -70px;
  top: 10%;
}
h2 span:after {
  left: 75%;
  top: -110%;
}

section.articleBox {
  background-color: #fff;
}
section.articleBox:after {
  content: '';
  background-image: url(../assets/images/article_right.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 130px;
  height: 302px;
  position: absolute;
  right: -25px;
  top: 580px;
  z-index: 11;
}
.articleBox .articleList:after {
  content: '';
  background-image: url(../assets/images/article_left.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 84px;
  height: 77px;
  position: absolute;
  left: -60px;
  top: -24px;
  z-index: 20;
}
.articleBox .articleList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.articleBox .articleList > div {
  flex: 0 0 32%;
  margin-bottom: 1.5rem;
  line-height: 0;
  overflow: hidden;
}
.articleBox .articleList > div.txtBox {
  background-color: #fff1c1;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.articleBox .articleList > div#txt2 {
  background-color: #ffd59e;
}
.articleBox .articleList > div#txt3 {
  background-color: #fef5d8;
}
.articleBox .articleList > div#txt4 {
  background-color: #ffc05e;
}
.articleBox .articleList > div.txtBox p {
  width: 90%;
}
.articleBox .articleList p.name {
  text-align: center;
  line-height: 1;
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.articleBox .articleList p.wording {
  margin-top: 8px;
  line-height: 1.52;
  text-align: justify;
}
.articleBox .articleList > div p.title {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 13;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.4;
  transition: 0.4s ease-out;
}
.articleBox .articleList > div:hover p.title {
  top: 0;
}
.articleBox .articleList > div.opinion:after {
  content: '';
  background-image: url(../assets/images/logo_opinion.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 90px;
  height: 30px;
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 15;
}
.articleBox .articleList > div.cw:after {
  content: '�𧋦����貉䌊憭拐�钅�𡏭��653���';
  background-image: url(../images/CW_RED@2x.png);
  background-color: #d70c19;
  background-position: 10px 5px;
  background-repeat: no-repeat;
  -webkit-background-size: 80px;
  background-size: 80px;
  width: 100%;
  height: 42px;
  padding: 5px 5px 5px 98px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  color: #fff;
  line-height: 35px;
  font-size: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.articleBox .articleList > div a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

section.speakerBox {
  background-image: url(../assets/images/speaker_bg.jpg);
  -webkit-background-size: 100%;
  background-size: 100%;
}
section.speakerBox:before {
  content: '';
  background-image: url(../assets/images/speaker_before.png);
  width: 295px;
  height: 222px;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: -3%;
  top: 130px;
  animation: rollingspoon 1.5s infinite linear;
  transform-origin: left center;
}
section.speakerBox:after {
  content: '';
  background-image: url(../assets/images/icon_dofu.png);
  width: 80px;
  height: 70px;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: 170px;
  top: 70px;
  animation: reversedofu 1.5s infinite linear;
}
.speakerBox .speakerList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.speakerBox .speakerList > div {
  flex: 0 0 23%;
  text-align: center;
}
.speakerBox .speakerList > div img {
  max-width: 210px;
  margin-bottom: 20px;
}
.speakerBox .speakerList > div p {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
}
.speakerBox .speakerList > div p.name {
  text-align: center;
  font-size: 116.67%;
  font-weight: 500;
  line-height: 1.2;
}
/*.speakerBox .speakerList > div:hover p.name { color: #8d3d0f; }*/
.speakerBox .speakerList > div p.more {
  position: relative;
  background-image: url(./../assets/images/morebg.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 110px;
  height: 39px;
  margin: auto;
  text-align: center;
}
.speakerBox .speakerList > div p.more:before {
  content: '';
  background-image: url(./../assets/images/morebg_hover.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}
.speakerBox .speakerList > div:hover p.more:before {
  opacity: 1;
}
.speakerBox .speakerList > div p.more:after {
  content: 'more';
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 36px;
  position: relative;
  z-index: 11;
  display: block;
}

/*雓𥡝��隞讠晶popup*/
.lightBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
.lightBox.show {
  display: flex;
}
.lightBox:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.lightBox .fulllink {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.lightBox .content {
  width: 750px; /*min-height: 350px;*/
  background-color: #fff;
}
.lightBox .content:before {
  content: '';
  background-image: url(../assets/images/h2_after.png);
  width: 95px;
  height: 67px;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 8px;
  transform: rotate(135deg);
}
.lightBox .close {
  position: absolute;
  right: 0;
  top: -45px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.lightBox .close:hover {
  transform: rotate(180deg);
}
.lightBox .close:before,
.lightBox .close:after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 19px;
  left: 5px;
}
.lightBox .close:after {
  transform: rotate(-45deg);
}
.iframewording {
  display: flex;
  align-items: center;
  padding: 30px;
  line-height: 1.8;
  text-align: justify;
  height: 100%;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.iframewording.hide {
  display: none;
}
.iframewording .img {
  flex: 0 0 250px;
  margin-right: 30px;
  line-height: 0;
}
.iframewording .img:before {
  content: '';
  background-image: url(../assets/images/icon_ball.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 5px;
  bottom: -2px;
  z-index: 20;
  animation: rollingball 1.7s infinite linear;
}
.iframewording h2 {
  font-size: 188.89%;
  margin: 0;
  line-height: 1;
}
.iframewording p.title {
  color: #c56e3b;
  font-size: 127.78%;
  font-weight: 600;
}

section.agendaBox {
  background-color: #fff;
}
section.agendaBox:before,
section.agendaBox:after,
section.agendaBox .icon {
  content: '';
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  z-index: 11;
}
section.agendaBox:before {
  background-image: url(../assets/images/agenda_before1.png);
  width: 153px;
  height: 291px;
  right: 0;
  top: 0;
}
section.agendaBox:after {
  background-image: url(../assets/images/agenda_before2.png);
  width: 114px;
  height: 64px;
  left: -1%;
  top: 40%;
  animation: rollingball 2.2s infinite linear;
  transform-origin: left center;
}
section.agendaBox .icon {
  background-image: url(../assets/images/agenda_before3.png);
  width: 183px;
  height: 182px;
  right: 0;
  bottom: 4%;
}
.agendaList .tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #fffae8;
  margin-bottom: 1px;
  align-items: center;
}
.agendaList .tr:nth-child(even) {
  background-color: #ffe8bc;
}
.agendaList .tr .time {
  flex: 0 0 200px;
  text-align: center;
  line-height: 1.3;
}
.agendaList .tr .txt {
  padding: 1rem 1rem 1rem 0;
}
.agendaList .tr .txt h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
  font-weight: 700;
}
.agendaList .tr .txt h4 {
  font-size: 111.11%;
  font-weight: 400;
  color: #8d3d0f;
  line-height: 1.4;
  margin: 0.4rem 0 0 0;
}
.agendaList .tr .txt p,
.agendaList .tr .txt li {
  color: #c56e3b;
  line-height: 1.7;
  font-size: 18px;
  font-weight: 700;
}
.agendaList .tr .txt ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.agendaList .tr .txt li {
  padding-left: 18px;
  background-image: url(../assets/images/dot.png);
  background-repeat: no-repeat;
  -webkit-background-size: 8px;
  background-size: 8px;
  background-position: 3px 10px;
}
.agendaList .notice {
  text-align: center;
  margin-top: 1.5rem;
}

section.registerBox {
  background-image: url(../assets/images/bg_register.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-color: #4b928b;
  overflow: hidden;
}
section.registerBox:before,
section.registerBox:after {
  content: '';
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
}
section.registerBox:before {
  background-image: url(../assets/images/register_before1.png);
  width: 174px;
  height: 309px;
  left: 0;
  bottom: -10px;
  z-index: -1;
}
section.registerBox:after {
  background-image: url(../assets/images/register_before2.png);
  width: 135px;
  height: 242px;
  right: 0;
  bottom: -1.5%;
  z-index: -1;
}
section.registerBox h2 {
  color: #fff;
}
section.registerBox h2 span:before,
section.registerBox h2 span:after {
  background-image: url(../assets/images/h2_after_register.png);
}
section.registerBox h2 span:after {
  left: 82%;
}
.flexBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; /*flex-wrap: wrap;*/
  justify-content: space-between;
  align-items: flex-start;
}
.registerList .infoBox {
  flex: 0 0 475px;
  margin-right: 30px;
}
.registerList .infoBox iframe {
  height: 500px;
}
.registerList .mapBox {
  width: 100%;
  height: 660px;
}
.registerList .licenseBox {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  margin-top: 1.5rem;
  font-weight: 300;
}
.registerList .licenseBox .title {
  text-align: center;
  font-size: 1rem;
}
.registerList .info {
  position: relative;
  line-height: 1.2;
  background-image: url(../assets/images/register_infobg.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  padding: 12px 0 0 22px;
  min-height: 160px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.registerList .info:before {
  content: '';
  background-image: url(../assets/images/icon_gyoza.png);
  width: 114px;
  height: 73px;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  right: 12px;
  top: -40px;
  animation: rollingball 2s infinite linear;
}
.registerList .info .date strong {
  font-size: 222.22%;
  font-weight: 400;
}
.registerList .info .address strong {
  font-size: 140%;
  font-weight: 400;
}

main section.kvBox {
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  padding: 110px 0 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.kvBox .txtInfo {
  display: none;
}
main section.kvBox .sloganBox {
  width: 514px;
  height: 455px;
  background-image: url(../assets/assets/images/table@2x.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInTable 1.2s 1.5s backwards;
}
main section.kvBox .sloganBox .sloganImg {
  width: 354px;
  margin: auto;
}
main section.kvBox .sloganBox .subsloganImg {
  width: 158px;
  margin: auto;
}
main section.kvBox .arrow {
  background-image: url(../assets/images/arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 67px;
  height: 66px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -33px;
  animation: goArrow 1.2s infinite;
  cursor: pointer;
}
main section.kvBox .arrow:hover {
  animation-play-state: paused;
}
main section.kvBox .animationbg {
  position: fixed;
  left: 50%;
  margin-left: -650px;
  bottom: 0;
  width: 1300px;
  height: 640px;
  animation: fadeInAnimation 1.2s 1.5s backwards;
}
main section.kvBox .animationbg > div {
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 90px;
  height: 475px;
  position: absolute;
  bottom: -12%;
}
main section.kvBox .animationbg .spoon1 {
  background-image: url(../assets/images/A@2x.png);
  left: 2%; /*animation: mSpoon1 2.4s 2.7s infinite linear;*/
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
main section.kvBox .animationbg .spoon2 {
  background-image: url(../assets/images/B@2x.png);
  bottom: -24%;
  left: 12%; /*animation: mSpoon2 2.6s 2.7s infinite linear;*/
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
main section.kvBox .animationbg .spoon3 {
  background-image: url(../assets/images/C@2x.png);
  bottom: -36%;
  left: 22%; /*animation: mSpoon3 4.8s 2.7s infinite linear;*/
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
main section.kvBox .animationbg .spoon4 {
  background-image: url(../assets/images/D@2x.png);
  bottom: -20%;
  right: 22%; /*animation: mSpoon4 4.2s 2.7s infinite linear;*/
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
main section.kvBox .animationbg .spoon5 {
  background-image: url(../assets/assets/images/E@2x.png);
  bottom: -32%;
  right: 12%; /*animation: mSpoon5 3.6s 2.7s infinite linear;*/
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
main section.kvBox .animationbg .spoon6 {
  background-image: url(../assets/images/F@2x.png);
  bottom: -8%;
  right: 2%; /*animation: mSpoon6 3.2s 2.7s infinite linear;*/
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
main section.kvBox .animationbg .dots {
  background-image: url(../assets/images/dots_white.png);
  width: 78px;
  height: 96px;
  bottom: inherit;
  top: 2%;
  margin-top: 158px;
  left: 2%;
}
main section.kvBox .animationbg .meatball {
  background-image: url(../assets/images/icon_ball.png);
  width: 78px;
  height: 78px;
  bottom: inherit;
  top: 2%;
  margin-top: 120px;
  left: 8%;
  animation: rollingball 1.2s infinite linear;
}
main section.kvBox .animationbg .gyoza {
  background-image: url(../assets/images/icon_gyoza.png);
  width: 114px;
  height: 73px;
  bottom: 39%;
  left: 14%;
  animation: mgyoza 2.6s 2.7s infinite linear;
}

main section.aboutBox {
  padding: 40px 0;
}
main section.aboutBox .contentBox {
  text-align: center;
  font-size: 111.11%;
  font-weight: 500;
  line-height: 1.8;
}
main section.aboutBox .contentBox p {
  margin-bottom: 1rem;
}
main section.aboutBox .contentBox .spotBox {
  display: flex;
  justify-content: center;
  margin: 2rem auto 5rem auto;
}
main section.aboutBox .contentBox .spotBox dl {
  margin: 0 40px;
}
main section.aboutBox .contentBox .spotBox dl:before {
  content: '';
  background-image: url(../assets/images/dots_white.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 62px;
  height: 77px;
  position: absolute;
  left: -38%;
  bottom: 0;
}
main section.aboutBox .contentBox .spotBox dl:nth-child(1):before {
  left: -58%;
  bottom: 22%;
  transform: rotate(170deg) scaleX(-1);
}
main section.aboutBox .contentBox .spotBox dl:nth-child(3):before {
  left: inherit;
  right: -52%;
  bottom: -19%;
  transform: rotate(233deg);
}
main section.aboutBox .contentBox .spotBox dl:after {
  content: '';
  background-image: url(../assets/images/icon_ball.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  width: 78px;
  height: 78px;
  animation: rollingball 1.5s infinite linear;
}
main section.aboutBox .contentBox .spotBox dl:nth-child(1):after {
  background-image: url(../assets/images/icon_gyoza.png);
  width: 114px;
  height: 73px;
  left: -81%;
  bottom: 72%;
}
main section.aboutBox .contentBox .spotBox dl:nth-child(2):after {
  background-image: url(../assets/images/icon_dofu.png);
  width: 80px;
  height: 70px;
  left: -19%;
  bottom: -41%;
}
main section.aboutBox .contentBox .spotBox dl:nth-child(3):after {
  right: -96%;
  bottom: 22%;
}
main section.aboutBox .contentBox .spotBox dt {
  width: 135px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 155%;
  line-height: 1;
  margin: auto;
  padding: 0;
}
main section.aboutBox .contentBox .spotBox dt:before {
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: url(../assets/images/spotbg1.png);
  position: absolute;
  left: 0;
  top: 0;
  animation: mSpotbg 8s infinite linear;
}
main section.aboutBox .contentBox .spotBox dl:nth-child(2) dt:before {
  background-image: url(../assets/images/spotbg2.png);
  animation-name: mSpotbg2;
}
main section.aboutBox .contentBox .spotBox dl:nth-child(3) dt:before {
  background-image: url(../assets/images/spotbg3.png);
}
main section.aboutBox .contentBox .spotBox dd {
  text-align: center;
  margin: auto;
  margin-top: 5px;
  padding: 0;
}

.goTop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 35px;
  bottom: 35px;
  cursor: pointer;
  overflow: hidden;
  z-index: 900;
  background-image: url(../assets/images/gotop.png);
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.goTop:hover {
  opacity: 0.7;
  margin-bottom: 5px;
}
.goRegister,
section.kvBox .animationbg .goRegister {
  width: 130px;
  height: 155px;
  z-index: 9999;
  position: fixed;
  right: 35px;
  bottom: 105px;
  cursor: pointer;
}
.goRegister span,
section.kvBox .animationbg .goRegister span {
  display: none;
}
.goRegister:before,
section.kvBox .animationbg .goRegister:before {
  content: '';
  background-image: url(../assets/images/icon_dofu.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 80px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.goRegister:hover:before,
section.kvBox .animationbg .goRegister:hover:before {
  transform: rotate(15deg);
}
/*.goRegister:after { content: ""; background-image: url(../assets/images/talk.png); background-repeat: no-repeat; -webkit-background-size: 100%; background-size: 100%; width: 85px; height: 90px; position: absolute; left: 0; top: 0; -webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s; animation: fly 1.4s infinite; }*/
.goRegister:hover:after,
section.kvBox .animationbg .goRegister:hover:after {
  animation-play-state: paused;
}

/* 閬𣇉�堒祝摨血之�䲰1900���� CSS��*/
@media screen and (min-width: 1900px) {
  main section.kvBox {
    min-height: 750px;
  }
  main section.kvBox .animationbg {
    height: 750px;
    margin-left: -850px;
    width: 1700px;
  }
  main section.kvBox .sloganBox {
    width: 617px;
    height: 546px;
  }
  main section.kvBox .sloganBox .sloganImg {
    width: 425px;
  }
  main section.kvBox .sloganBox .subsloganImg {
    width: 190px;
  }
  main section.kvBox .animationbg > div {
    width: 108px;
    height: 570px;
  }
  main section.kvBox .animationbg .dots {
    width: 94px;
    height: 115px;
    top: 0;
  }
  main section.kvBox .animationbg .meatball {
    width: 94px;
    height: 94px;
    top: -2%;
  }
  main section.kvBox .animationbg .gyoza {
    width: 137px;
    height: 88px;
    bottom: 43%;
  }
}

/* 閬𣇉�堒祝摨血�𤩺䲰1299���� CSS��*/
@media screen and (max-width: 1299px) {
  main section.kvBox .animationbg {
    margin-left: -50%;
    bottom: 0;
    width: 100%;
    height: 640px;
  }
}
/* 閬𣇉�堒祝摨血�𤩺䲰1024���� CSS��*/
@media screen and (max-width: 1024px) {
  /* nav ul li { font-size: 15px; padding: 1rem .25rem; } */

  section {
    padding: 50px 0;
  }
  h2 {
    font-size: 180%;
    margin-bottom: 3rem;
  }
  h2 span:before,
  h2 span:after {
    width: 104px;
    height: 78px;
  }
  h2 span:before {
    left: -50px;
    top: 25%;
  }
  h2 span:after {
    left: 69%;
  }
  .contentBox {
    width: 84%;
  }
  section.articleBox:after {
    width: 104px;
    height: 242px;
    right: -8px;
    top: 420px;
  }
  .articleBox .articleList:after {
    width: 67px;
    height: 62px;
    left: -47px;
  }
  .articleBox .articleList p.name {
    font-weight: 500;
    font-size: 110%;
  }
  .articleBox .articleList p.wording {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
  }
  .articleBox .articleList > div:hover p.title {
    line-height: 1.4;
  }
  .articleBox .articleList > div:hover p.title span {
    padding: 0 10px;
  }

  section.speakerBox:before {
    width: 207px;
    height: 155px;
    top: 50px;
  }
  section.speakerBox:after {
    width: 56px;
    height: 49px;
    left: 100px;
    top: 20px;
  }
  .speakerBox .speakerList > div {
    flex: 0 0 22%;
  }
  .speakerBox .speakerList > div img {
    max-width: 280px;
  }
  .speakerBox .speakerList > div p {
    font-size: 16px;
  }
  .speakerBox .speakerList > div p.name {
    font-size: 150%;
  }
  .speakerBox .speakerList > div p.more {
    width: 77px;
    height: 27px;
  }
  .speakerBox .speakerList > div p.more:after {
    font-size: 15px;
    line-height: 25px;
  }

  .lightBox .content {
    width: 650px;
    min-height: inherit;
  }
  .lightBox .content:before {
    width: 67px;
    height: 47px;
  }
  .iframewording {
    padding: 20px;
  }
  .iframewording .img {
    flex: 0 0 200px;
    margin-right: 20px;
  }
  .iframewording .img:before {
    width: 48px;
    height: 48px;
  }
  .iframewording h2 {
    font-size: 150%;
  }
  .iframewording p.title {
    font-size: 120%;
  }

  section.agendaBox:before {
    width: 95px;
    height: 204px;
    top: 4%;
  }
  section.agendaBox:after {
    width: 80px;
    height: 45px;
  }
  section.agendaBox .icon {
    width: 128px;
    height: 128px;
    bottom: 2.5%;
  }
  .agendaList .tr .time {
    font-size: 15px;
    flex: 0 0 150px;
  }
  .agendaList .tr .txt h3 {
    font-size: 110%;
  }
  .agendaList .tr .txt h4 {
    font-size: 100%;
    margin-top: 0.15rem;
  }
  .agendaList .tr .txt p,
  .agendaList .tr .txt li,
  .agendaList .notice {
    font-size: 16px;
  }
  .agendaList .tr .txt li {
    padding-left: 16px;
    -webkit-background-size: 6px;
    background-size: 6px;
    background-position: 4px 9px;
  }

  section.registerBox:before {
    width: 122px;
    height: 216px;
    bottom: 9%;
    z-index: -1;
  }
  section.registerBox:after {
    width: 95px;
    height: 346px;
    bottom: -12%;
    z-index: -1;
  }
  .registerList .infoBox {
    flex: 0 0 390px;
    margin-right: 20px;
  }
  .registerList .info {
    padding-left: 17px;
    padding-top: 0px;
    min-height: 135px;
    font-size: 16px;
  }
  .registerList .info:before {
    width: 80px;
    height: 51px;
    top: -32px;
  }
  .registerList .info .date strong {
    font-size: 200%;
  }
  .registerList .info .address strong {
    font-size: 120%;
  }
  .registerList .infoBox iframe {
    height: 300px;
  }
  .registerList .mapBox {
    height: 436px;
  }
  .registerList .licenseBox {
    margin-top: 1rem;
  }

  section.kvBox {
    /*height: auto;*/
    min-height: 620px;
    padding-top: 120px;
  }
  section.kvBox .sloganBox {
    width: 386px;
    height: 341px;
  }
  section.kvBox .sloganBox .sloganImg {
    width: 266px;
  }
  section.kvBox .sloganBox .subsloganImg {
    width: 119px;
  }
  /*section.kvBox .animationbg { height: 470px; }*/
  section.kvBox .animationbg > div {
    width: 63px;
    height: 333px;
  }
  section.kvBox .animationbg .dots {
    width: 59px;
    height: 72px;
  }
  section.kvBox .animationbg .meatball {
    width: 59px;
    height: 59px;
  }
  section.kvBox .animationbg .gyoza {
    width: 86px;
    height: 55px;
  }
  section.kvBox .arrow {
    width: 58px;
    height: 58px;
    margin-left: -29px;
  }

  section.aboutBox .contentBox {
    font-size: 100%;
  }
  section.aboutBox .contentBox .spotBox {
    margin-bottom: 2.5rem;
    margin-top: 1rem;
  }
  section.aboutBox .contentBox .spotBox dl:before {
    width: 47px;
    height: 58px;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(1):before {
    left: -38%;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(2):before {
    left: -30%;
    bottom: 4%;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(3):before {
    right: -34%;
    bottom: -15%;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(1):after {
    width: 86px;
    height: 55px;
    left: -69%;
    bottom: 56%;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(2):after {
    width: 60px;
    height: 53px;
    left: -22%;
    bottom: -28%;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(3):after {
    width: 59px;
    height: 59px;
    right: -65%;
    bottom: 14%;
  }

  footer {
    font-size: 14px;
    padding: 20px 10px;
    margin-bottom: 0px;
  }
  .goTop {
    width: 44px;
    height: 44px;
    right: 15px;
    bottom: 25px;
  }
  .goRegister {
    width: 90px;
    height: 108px;
    right: 15px;
    bottom: 100px;
    z-index: 10;
  }
  .goRegister:before {
    width: 56px;
    height: 49px;
  }
  .goRegister:after {
    width: 60px;
    height: 63px;
  }
}
@media screen and (max-width: 768px) {
  .goRegister span {
    display: block;
    text-align: center;
    padding: 1.4rem 0 1.4rem 0;
    font-weight: bold;
    color: #fff;
    font-size: 23px;
    background-color: #c6703d;
  }
  footer {
    font-size: 14px;
    padding: 20px 10px;
    margin-bottom: 70px;
  }
  .goRegister {
    z-index: 9999;
    width: 100%;
    height: auto;
    bottom: 0;
    right: inherit;
    left: 0;
    background-color: #fff5d7;
    border-top: 2px solid #c6703d;
  }
}
/* 閬𣇉�堒祝摨血�𤩺䲰800���� CSS��*/
@media screen and (max-width: 800px) {
  body {
    font-size: 17px;
  }
  .articleBox .articleList p.wording {
    font-size: 100%;
    font-weight: 400;
  }
  .articleBox .articleList > div {
    margin-bottom: 1rem;
  }
  .articleBox .articleList > div.opinion:after {
    width: 63px;
    height: 21px;
  }
  .articleBox .articleList > div.cw:after {
    background-position: 7px 4px;
    -webkit-background-size: 57px;
    background-size: 57px;
    height: 32px;
    padding: 4px 4px 4px 70px;
    line-height: 27px;
    font-size: 13px;
    font-weight: 300;
  }
  .registerList .flexBox {
    display: block;
  }
  .registerList .infoBox {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .registerList .infoBox .info {
    max-width: 390px;
    margin: auto;
  }
  .registerList .mapBox {
    height: 300px;
  }

  section.kvBox {
    min-height: 540px;
    width: 100%;
  }
  section.kvBox .animationbg .spoon3,
  main section.kvBox .animationbg .spoon4 {
    display: none;
  }
  section.aboutBox {
    padding: 20px 0;
  }
  section.aboutBox .contentBox .spotBox dl {
    margin: 0 15px;
  }
  section.aboutBox .contentBox .spotBox dt {
    width: 120px;
    height: 120px;
    font-size: 130%;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(3):before {
    right: -39%;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(1):after {
    left: -75%;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(2):after {
    bottom: -34%;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(3):after {
    right: -75%;
  }
}

/* 閬𣇉�堒祝摨�768-(MOBILE)���� CSS��*/
@media screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
  h2 {
    margin-bottom: 2rem;
  }
  .contentBox {
    width: 85%;
    max-width: 440px;
  }
  section.articleBox:after {
    z-index: 9;
    top: 50%;
  }
  .articleBox .articleList > div {
    flex: 0 0 100%;
    min-height: 200px;
  }
  .articleBox .articleList > div p.title {
    top: 0;
    background-color: transparent;
    align-items: flex-end;
  }
  .articleBox .articleList > div p.title span {
    flex: 0 0 100%;
    line-height: 1.4;
    font-weight: 300;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.05rem;
    padding: 15px 10px 10px 10px;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.85) 86%,
      rgba(0, 0, 0, 0.85) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.85) 86%,
      rgba(0, 0, 0, 0.85) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.85) 86%,
      rgba(0, 0, 0, 0.85) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .articleBox .articleList > div.cw:after {
    line-height: 25px;
    font-size: 15px;
  }

  section.speakerBox:before {
    left: -40px;
    top: 85px;
    width: 148px;
    height: 111px;
  }
  section.speakerBox:after {
    width: 40px;
    height: 35px;
    left: 40px;
    top: 60px;
    z-index: 11;
  }
  .speakerBox .speakerList {
    display: block;
  }
  .speakerBox .speakerList > div {
    width: 100%;
    margin: 0 auto 1.5rem auto;
  }
  .speakerBox .speakerList > div p {
    font-size: 140%;
  }

  .lightBox .content {
    width: 90%;
    height: auto;
    min-height: inherit;
  }
  .iframewording {
    display: block;
    height: auto;
    max-height: 65vh;
    overflow-y: auto;
  }
  .iframewording .img {
    width: 200px;
    margin: auto;
  }
  .iframewording h2 {
    text-align: center;
    margin: 0.5rem auto;
  }
  .iframewording p.title {
    font-size: 100%;
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
  }

  section.agendaBox:before {
    width: 77px;
    height: 145px;
    right: -2%;
    top: 0;
  }
  section.agendaBox:after {
    width: 57px;
    height: 32px;
  }
  section.agendaBox .icon {
    width: 91px;
    height: 91px;
    right: -3%;
    bottom: 45px;
  }
  .agendaList .tr {
    display: block;
    margin-bottom: 5px;
  }
  .agendaList .tr .time {
    padding: 0.5rem 0;
    border-bottom: 1px dotted #f7c793;
    font-size: 22px;
  }
  .agendaList .tr:nth-child(even) .time {
    border-bottom-color: #fff;
  }
  .agendaList .tr .txt {
    padding: 0.8rem;
    text-align: center;
  }
  .agendaList .tr .txt h3 {
    font-size: 160%;
  }
  .agendaList .tr .txt h3 span {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 0.25rem;
  }
  .agendaList .tr .txt h4 {
    line-height: 1.5;
  }
  .agendaList .tr .txt p,
  .agendaList .tr .txt li,
  .agendaList .notice {
    text-align: center;
    font-size: 140%;
  }
  .agendaList .tr .txt li {
    padding-left: 0;
    background-image: none;
  }
  .agendaList .notice {
    margin-top: 1rem;
    font-size: 16px;
  }

  section.aboutBox .contentBox .spotBox dl:nth-child(1):after {
    width: 80px;
    height: 51px;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(2):after {
    width: 56px;
    height: 49px;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(3):after {
    width: 55px;
    height: 55px;
  }
  section.aboutBox {
    padding: 30px 0;
  }
  section.aboutBox .contentBox {
    font-weight: 400;
  }
}
/* 閬𣇉�堒祝摨�540-(��𧢲��)���� CSS��*/
@media screen and (max-width: 540px) {
  section.aboutBox .contentBox .spotBox {
    display: block;
    margin-top: 2rem;
  }
  section.aboutBox .contentBox .spotBox dl {
    width: 120px;
    margin: 0 auto 1rem auto;
  }
  section.aboutBox .contentBox .spotBox dl:before {
    display: none;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(1):after {
    left: -54%;
    bottom: 82%;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(2):after {
    bottom: 20%;
    left: 102%;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(3):after {
    right: 95%;
  }
}
/* 閬𣇉�堒祝摨�414-(��𧢲��)���� CSS��
@media screen and (max-width: 414px) {
h2 { font-size: 160%; font-weight: 600; }
	section.registerBox:before { width: 87px; height: 155px; bottom: 25%;}
	section.registerBox:after { width: 68px; height: 121px; bottom: -3%;}
	.registerList .infoBox .info { background-image: url(../images/SVG/register_infobg_m.svg); width: 270px; padding-left: 0; text-align: center; min-height: 130px; }
	.registerList .info:before { width: 68px; height: 44px; top: -22px; right: -5px; }
	.registerList .info .date strong { font-size: 150%; font-weight:600; }
	.registerList .info .address strong { display: block; font-size: 125%; font-weight: 500; margin-bottom: 3px; margin-top: 2px; }

}*/

/* 閬𣇉�堒祝摨�375-(��𧢲��)���� CSS��*/
@media screen and (max-width: 375px) {
  section.kvBox {
    position: relative;
    padding-top: 120px; /*padding-bottom: 400px; min-height: 790px;*/
  }
  section.kvBox .sloganBox {
    width: 283px;
    height: 250px;
  }
  section.kvBox .sloganBox .sloganImg {
    width: 190px;
  }
  section.kvBox .sloganBox .subsloganImg {
    width: 107px;
  }
  section.kvBox .animationbg {
    height: 300px;
    margin-top: -75px;
  }
  section.kvBox .animationbg > div {
    width: 54px;
    height: 285px;
  }
  section.kvBox .animationbg .meatball {
    width: 40px;
    height: 40px;
  }
  section.kvBox .animationbg .gyoza {
    width: 68px;
    height: 44px;
  }
  section.kvBox .arrow {
    width: 50px;
    height: 50px;
    margin-left: -25px; /*bottom: 125px;*/
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(1):after {
    width: 68px;
    height: 44px;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(2):after {
    width: 47px;
    height: 47px;
  }
  section.aboutBox .contentBox .spotBox dl:nth-child(3):after {
    width: 40px;
    height: 40px;
  }
}
/* 閬𣇉�堒祝摨�320-(��𧢲��)���� CSS��*/
@media screen and (max-width: 320px) {
  .speakerBox .speakerList > div img {
    max-width: 150px;
  }
  .iframewording .img {
    width: 180px;
  }
  .iframewording .img:before {
    width: 42px;
    height: 42px;
  }
  section.agendaBox .icon {
    bottom: 58px;
  }
  section.registerBox:before {
    bottom: 28%;
  }
  main section.kvBox {
    min-height: 620px;
    padding-bottom: 260px;
  }
  main section.kvBox .sloganBox {
    width: 257px;
    height: 228px;
  }
  main section.kvBox .sloganBox .sloganImg {
    width: 160px;
  }
  main section.kvBox .animationbg {
    height: 260px; /*margin-bottom: -40px;*/
  }
  main section.kvBox .animationbg > div {
    width: 45px;
    height: 238px;
  }
  main section.aboutBox .contentBox {
    font-size: 16px;
    width: 90%;
  }
}

/*講者介紹popup*/

.lightBox_speaker {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
.lightBox_speaker.show {
  display: flex;
}
.lightBox_speaker:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.lightBox_speaker .fulllink {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.lightBox_speaker .content {
  position: relative;
  width: 750px; /*min-height: 350px;*/
  background-color: #fff;
}
.lightBox_speaker .content:before {
  content: '';
  background-image: url(../assets/images/h2_after.png);
  width: 95px;
  height: 67px;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: 8px;
  top: 8px;
  transform: rotate(135deg);
}
.lightBox_speaker .close {
  position: absolute;
  right: 0;
  top: -45px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.lightBox_speaker .close:hover {
  transform: rotate(180deg);
}
.lightBox_speaker .close:before,
.lightBox_speaker .close:after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 19px;
  left: 5px;
}
.lightBox_speaker .close:after {
  transform: rotate(-45deg);
}
.iframewording {
  display: flex;
  align-items: center;
  padding: 30px;
  line-height: 1.8;
  text-align: justify;
  height: 100%;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.iframewording.hide {
  display: none;
}
.iframewording .img {
  flex: 0 0 250px;
  line-height: 0;
}
.iframewording img {
  width: 100%;
}
.iframewording .img:before {
  content: '';
  background-image: url(../assets/images/icon_ball.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 5px;
  bottom: -2px;
  z-index: 20;
  animation: rollingball 1.7s infinite linear;
}
.iframewording h2 {
  text-align: left;
  font-size: 188.89%;
  margin: 0;
  line-height: 1;
  color: #000;
  font-weight: 900;
}
.iframewording p.title {
  color: #c56e3b;
  font-size: 127.78%;
  font-weight: 600;
}
.iframewording p {
  color: #000;
}

section.speakerBox,
section.agendaBox,
section.registerBox {
  min-height: 70vh;
  overflow-x: hidden;
  padding: 60px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  color: #000;
  z-index: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section.speakerBox,
  section.agendaBox,
  section.registerBox {
    min-height: 70vh;
    overflow-x: hidden;
    padding: 60px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    overflow: hidden;
    position: relative;
    color: #000;
    z-index: 0;
    text-align: center;
  }
}
section.registerBox {
  background-color: #4b928b;
  background-image: url(../assets/images/bg_register.jpg);
}
section.registerBox span {
  color: #fff;
  font-size: 38px;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
section.speakerBox {
  background-color: #fde5b5;
  background-image: url(../assets/images/speaker_bg.jpg);
}
.contentBox {
  width: 80%;
  max-width: 1400px;
  margin: auto;
}
section.speakerBox h2,
section.agendaBox h2,
section.registerBox h2 {
  color: #8d3d0f;
  font-size: 222.22%;
  text-align: center;
  margin-top: 0.25rem;
  margin-bottom: 4rem;
  font-weight: 900;
}
.btn_game {
  width: 50%;
}
.btn_game img {
  width: 50%;
}
.lightBox_game {
  display: none;
  width: 80%;
  height: auto;
  position: fixed;
  height: 100vh;
  padding: 2% 10%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  overflow: scroll;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.797);
}
#s2 {
  overflow: scroll;
  padding: 12px 0 0 0 !important;
}
.pic_inner {
  background-color: #fff;
  width: 70%;
  padding: 5%;
  position: relative;
  margin-top: -50px;
  z-index: 100;
  margin-left: 30%;
  font-size: 20px;
}
.pic_inner p {
  color: #000;
  font-size: 18px;
}
.word_inner h1 {
  color: #fff;
  position: absolute;
  bottom: 80px;
  font-size: 39px;
  font-weight: 900;
  right: 20px;
  text-shadow: 1px 1px 3px #222;
}
.word_inner img {
  width: 100%;
  margin: auto;
  display: inline-block;
}
.eachBox a:nth-child(2n) img {
  box-shadow: 5px 5px 0px #c56e3b;
}
.eachBox a:nth-child(2n + 1) img {
  box-shadow: 5px 5px 0px #8ac9c4;
}
.eachBox a:nth-child(2n) span {
  color: #fff;
  padding: 5px 10px;
  background-color: #8ac9c4;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.eachBox a:nth-child(2n + 1) span {
  color: #fff;
  padding: 5px 10px;
  background-color: #c56e3b;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.word_inner {
  bottom: 0;
  z-index: 100;
  position: relative;
}
.imgBox {
  padding: 5%;
  text-align: right;
  width: 70%;
  margin: auto;
}
.pic_inner {
  background-color: #fff;
  width: 70%;
  padding: 4% 4% 70px 4%;
  position: relative;
  margin-top: -50px;
  z-index: 1000;
  margin-left: 30%;
  font-size: 14px;
}
.btn_game img {
  display: inline-block;
  width: 50%;
  max-width: 200px;
  margin: 20px;
  bottom: 0;
  right: 0;
}
.game_btn img {
  width: 50%;
  max-width: 200px;
  display: inline-block;
  bottom: 0;
  margin: 20px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .pic_inner p {
    color: #000;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .btn_game img {
    display: inline-block;
    width: 30%;
    max-width: 300px;
    margin: 20px;
    bottom: 0;
    right: 0;
  }
  .game_btn img {
    width: 30%;
    max-width: 300px;
    display: inline-block;
    bottom: 0;
    margin: 20px;
    left: 0;
  }
}
.btn_group {
  width: 100%;
  /* max-width: 800px; */
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: game_btn 1s infinite alternate linear;
}
@keyframes game_btn {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .imgBox {
    padding: 4%;
    text-align: right;
    width: 100%;
    margin: auto;
  }
  .contentBox {
    width: 90%;
    max-width: 1400px;
    margin: auto;
  }
  .word_inner h1 {
    color: #fff;
    position: absolute;
    bottom: 5px;
    font-size: 28px;
    font-weight: 900;
    /* left: 10px; */
    text-shadow: 1px 1px 3px #222;
  }
  .pic_inner {
    background-color: #fff;
    width: 100%;
    padding: 30px 5% 70px 5%;
    margin: auto;
  }
  .pic_inner p {
    color: #000;
    font-size: 18px;
  }
}
/* 
@media screen and ( max-width: 450px) {
	.imgBox{
		padding: 5%;
		text-align: right;
		width: 100%;
		margin: auto;
	}
	.contentBox {
		width: 90%;
		max-width: 1400px;
		margin: auto;
	}
	.word_inner h1{
		color: #fff;
		position: absolute;
		bottom: 5px;
		font-size: 20px;
		font-weight: 900;
		left: 10px;
		text-shadow: 1px 1px 3px #222;
	}
	.pic_inner{
		background-color: #fff;
		width: 100%;
		padding: 30px 5% 70px 5%;
		margin: auto;
	}
	.pic_inner p{ 
		color: #000;
		font-size: 18px;
	}
} */

#s5 a:hover {
  color: #000;
  border: none;
  text-decoration: none;
}
/*game_navBox*/
.game_navBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  display: block;
  z-index: 100000;
  color: 0;
}
.game_r0Box {
  width: 100%;
  display: block;
  text-align: center;
  height: 70px;
  padding: 20px 0;
  background: #fff;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 768px) {
  .game_r0Box {
    width: 100%;
    display: block;
    text-align: center;
    height: 70px;
    padding: 20px 0;
    background: #fff;
    z-index: 100;
    position: relative;
  }
}
.game_ccBox {
  width: 96%;
  display: block;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
}
.game_ccBox > a {
  border-left: 4px solid #c56e3b;
  border-right: 4px solid #c56e3b;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  width: -webkit-calc(40% - 10px);
  width: calc(40% - 10px);
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
/*lightbox_close*/
.lightbox_close {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 10000;
}
.address {
  font-size: 16px;
  padding: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .lightBox_game {
    width: 100%;
    padding: 0;
  }
  .lightbox_close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10000;
  }
  .address {
    font-size: 13px;
  }
}
.section4 {
  padding: 80px 10px 0px 10px;
  background-image: url('./../img/bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: middle center;
}

@media (min-width: 768px) {
  .section4 {
    padding: 100px 10px 80px 10px;
  }
}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  /* width: 1400px; */
  min-width: 450px;
  height: 100%;
  position: relative;
}
/* .row{
	flex-wrap: nowrap;
	flex-direction: row;
	padding-top: 0px;
} */
.row2 {
  margin-top: 80px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding-top: 0px;
}

@media (min-width: 300px) {
  .container {
    min-width: 250px;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
/* section.video .video-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 35px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
						justify-content: center;
						flex-direction: column;
  } */
/* @media (max-width: 1023px) { */
section.video .video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  /* margin: 0.5% 0 0.5% 0; */
  /* margin-top: 25px; */
  /* margin-bottom: 35px; */
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  /* align-items: baseline; */
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  justify-content: space-between;
  flex-direction: column;
  margin-right: 2%;
}
/* } */
@media (max-width: 768px) {
  /* .row{
		flex-wrap: nowrap;
		flex-direction: row;
		padding-top: 0px;
		display: flex;
	} */
  section.video .video-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* margin: 0.5% 0 0.5% 0; */
    /* margin-top: 25px; */
    /* margin-bottom: 35px; */
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    /* align-items: baseline; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: space-between;
    flex-direction: row;
    margin-right: 0%;
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {
  section.video .video-btn {
    /* position: absolute;
    left: 30px; */
    bottom: 0px;
    padding-left: 0;
  }
}

section.video .video-btn-img {
  position: relative;
  border: 2px solid #dadada;
  cursor: pointer;
  /* width: 130px; */
}

@media (max-width: 1024px) {
  section.video .video-btn-img {
    width: 100%;
  }
}

section.video .video-btn-img.active {
  border-color: #7e6e3e;
}

section.video .video-btn-img.active::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #7e6e3e transparent transparent transparent;
}

@media (max-width: 1023px) {
  section.video .video-btn-img.active::before {
    top: calc(100% + 2px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 1024px) {
  section.video .video-btn-img.active::before {
    top: 50%;
    left: calc(100% + 2px);
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #7e6e3e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .row2 {
    margin-top: 80px;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    padding-top: 0px;
  }
}

section.video .video-btn-img img {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  section.video .video-btn-img + .video-btn-img {
    margin-top: 15px;
  }
  section.video .video-btn-img {
    width: 100% !important;
    height: 16% !important;
  }
}

@media (max-width: 1023px) {
  section.video .video-btn-img + .video-btn-img {
    margin-left: 15px;
  }
}

section.video .video-card {
  position: relative;
  width: 100%;
  /* margin-top: 50px; */
}

@media (min-width: 1024px) {
  section.video .video-card {
    /* width: 80%; */
  }
}

@media (min-width: 1024px) {
  section.video .video-card {
    /* margin-left: 200px; */
  }
}

section.video .video-card .video-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

@media (min-width: 1024px) {
  section.video .video-card .video-img {
    padding-top: 56.25%;
  }
}

@media (min-width: 1024px) {
  section.video .video-card .video-img img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1023px) {
  section.video .video-card .video-img img {
    width: auto;
    height: 100%;
  }
}

section.video .video-card .embed-video {
  position: relative;
  width: 100%;
  overflow: hidden;
}

section.video .video-card .embed-video-16by9 {
  padding-top: 54%;
}

@media (min-width: 768px) {
  section.video .video-card .embed-video-16by9 {
    padding-top: 56.25%;
  }
}

section.video .video-card .embed-video iframe,
section.video .video-card .embed-video img,
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.video .video-card .video-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}

section.video .video-card .video-body > img {
  position: absolute;
  z-index: -1;
}

@media (min-width: 1024px) {
  section.video .video-card .video-body > img {
    left: 0;
    width: 100%;
    height: auto;
    -webkit-filter: blur(20px) brightness(80%) contrast(150%);
    filter: blur(20px) brightness(80%) contrast(150%);
  }
}

@media (max-width: 1023px) {
  section.video .video-card .video-body > img {
    left: 50%;
    bottom: -10px;
    width: auto;
    -webkit-filter: blur(10px) brightness(80%) contrast(150%);
    filter: blur(10px) brightness(80%) contrast(150%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

section.video .video-card .video-body .text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 15px;
}

@media (min-width: 1024px) {
  section.video .video-card .video-body .text {
    padding: 30px;
  }
}

section.video .video-card .video-body .text .video-title {
  width: calc(100% - 55px);
  padding-left: 15px;
}

@media (min-width: 1024px) {
  section.video .video-card .video-body .text .video-title {
    padding-left: 30px;
    width: calc(100% - 100px);
  }
}

section.video .video-card .video-body .text .video-title a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

@media (min-width: 1024px) {
  section.video .video-card .video-body .text .video-title a {
    margin-bottom: 0.3em;
    font-size: 30px;
  }
}

section.video .video-card .video-body .text .video-title a:hover {
  color: #7e6e3e;
}

section.video .video-card .video-body .text .video-title .time-spec {
  font-size: 15px;
  line-height: 1;
}

@media (max-width: 1023px) {
  section.video .video-card .video-body .text .video-title .time-spec {
    margin-top: 10px;
  }
}

section.video .video-card .video-body .text .video-title time {
  color: #999;
}

section.video .video-card .video-body .text .video-title span.sponsor {
  margin-left: 13px;
  padding-left: 13px;
  color: #fff;
  font-weight: 500;
  border-left: 1px solid #999;
}
.download_btn {
  position: absolute;
  /* float: right; */
  /* top: 10px;
	right: 5px; */
  z-index: 1000;
  width: 110px;
  top: 55%;
  right: 10px;
  transform: translateY(-50%);
  animation: download 2s linear alternate infinite;
}
@keyframes download {
  0% {
    top: 57%;
  }
  50% {
    top: 51%;
  }
  100% {
    top: 57%;
  }
}
@media (min-width: 768px) {
  .download_btn {
    /* position:absolute;*/
    right: 20px;
    z-index: 1000;
    width: 180px;
  }
}