html {
  height: 100%;
}

*, :after, :before {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #343434;
  background-color: #003994;
}

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

header {
  position: relative;
  text-align: center;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: top -100px center;
  background-size: contain;
  padding-top: 30px;
  height: 700px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header {
    background-size: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  header {
    background-size: auto;
    height: auto;
  }
}
header .logo {
  width: 100px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
header .logo img {
  width: 100%;
}
header .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 802px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .ttl {
    width: 100%;
    position: unset;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  header .ttl {
    width: 100%;
    position: unset;
    transform: none;
  }
}
header .ttl img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .inner {
    background: #fff;
    text-align: center;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  header .inner {
    background: #fff;
    text-align: center;
    padding: 10px 15px;
  }
}
header .photo {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 920px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .photo {
    width: 100%;
    position: unset;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  header .photo {
    width: 100%;
    top: 180px;
    position: unset;
    transform: none;
  }
}
header .photo img {
  width: 100%;
}
header .date {
  position: absolute;
  top: 555px;
  left: 50%;
  transform: translateX(-50%);
  width: 657px;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .date {
    width: 100%;
    margin: 0 auto;
    position: unset;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  header .date {
    width: 100%;
    margin: 0 auto;
    position: unset;
    transform: none;
  }
}
header .date img {
  width: 100%;
}
header .years {
  position: absolute;
  top: 630px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 719px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .years {
    margin-top: 15px;
    width: 100%;
    position: unset;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  header .years {
    margin-top: 15px;
    width: 100%;
    position: unset;
    transform: none;
  }
}
header .years img {
  width: 100%;
  height: 100%;
}
header .circle {
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 1200px;
  top: 240px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .circle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .circle {
    display: none;
  }
}

main {
  position: absolute;
  z-index: 2;
  top: 680px;
  width: 100vw;
  background: #f5f5f5;
  border-top: 6px double #031d63;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main {
    position: unset;
  }
}
@media screen and (max-width: 767px) {
  main {
    width: 100%;
    position: unset;
  }
}
main nav {
  width: 100%;
}
main nav ul {
  display: flex;
  width: 1025px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main nav ul {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  main nav ul {
    width: 100%;
    padding: 0 10px;
  }
}
main nav ul li {
  position: relative;
  width: 50%;
  background: #fff;
  background-image: url(../img/coner.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  border: 2px solid #031d63;
  border-radius: 10px;
}
main nav ul li:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  main nav ul li:first-child {
    margin-right: 5px;
  }
}
main nav ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #031d63;
  border-right: 2px solid #031d63;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  main nav ul li:after {
    display: none;
  }
}
main nav ul li a {
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #031d63;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 0.8;
  border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main nav ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  main nav ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
main nav ul li a:hover {
  color: #fff;
  background: #031d63;
}
main .heder_bottom {
  width: 100%;
  z-index: 1;
}
main .heder_bottom .inner {
  position: relative;
  width: 1025px;
  text-align: center;
  margin: 0 auto;
  padding: 80px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .heder_bottom .inner {
    width: 600px;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  main .heder_bottom .inner {
    width: 100%;
    padding: 15px 10px;
  }
}
main .heder_bottom .inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
}
main .heder_bottom .inner h2 .logo_wrap {
  width: 140px;
  margin-right: 10px;
}
main .heder_bottom .inner h2 .logo_wrap s img {
  width: 100%;
}
main .heder_bottom .inner p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  main .heder_bottom .inner p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
main h3 {
  text-align: center;
  margin: 0 15px 30px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538461538;
}
main h3 img {
  width: 150px;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.1818181818;
  }
}
@media screen and (max-width: 767px) {
  main h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
main h3 span {
  display: block;
  margin-top: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main h3 span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media screen and (max-width: 767px) {
  main h3 span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
main .continer {
  width: 1025px;
  margin: 0 auto;
}
main .continer #live_play {
  padding-top: 100px;
  margin-top: -100px;
}
main .continer.white {
  background: #fff;
  padding: 60px 30px;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  main .continer.white {
    padding: 15px;
    margin: 20px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .continer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .continer {
    width: 100%;
  }
}
main .tabs {
  position: relative;
  margin-top: 50px;
  background-color: #fff;
  border: 2px solid #031d63;
  border-right: none;
  width: 900px;
  height: 600px;
  margin: 0 auto 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .tabs {
    display: flex;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  main .tabs {
    display: flex;
    width: 100%;
    border: none;
  }
}
main .tab_item {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
  height: 119.3333px;
  border: 2px solid #031d63;
  border-top: none;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  main .tab_item.last {
    border-bottom: none;
  }
}
main .tab_item .live_now {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  background: #E87463;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main .tab_item .live_now {
    width: 100%;
  }
}
main .tab_item .session_num {
  display: inline-table;
  position: absolute;
  top: 0;
  width: 100%;
  height: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  background: #2FC1E1;
}
main .tab_item .session_time {
  display: block;
  margin: 28px auto 5px;
}
@media screen and (max-width: 767px) {
  main .tab_item .session_time {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
main .tab_item .picture {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
main .tab_item .picture img {
  width: 150px;
  height: auto;
  object-fit: cover;
}
main .tab_item .picture.session1_label img {
  object-position: -50px -10px;
}
main .tab_item .picture.session2_label img {
  object-position: -50px -10px;
}
main .tab_item .picture.session3_label img {
  width: 100px;
  object-position: -25px -10px;
}
main .tab_item .picture.session4_label img {
  object-position: -50px -40px;
}
main .tab_item .picture.session5_label img {
  object-position: -50px -10px;
}
main .tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
  background: #031d63;
}
main .tab_item:hover .session_num {
  background: #fff;
  color: #031d63;
}
main input[name=tab_item] {
  display: none;
}
main .tab_content {
  position: absolute;
  top: 0;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .tab_content {
    top: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .tab_content {
    top: 120px;
    width: 100%;
  }
}
main .tab_content .inner {
  width: 700px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .tab_content .inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .tab_content .inner {
    width: 100%;
    height: 450px;
    margin: 0 auto;
  }
}
main .tab_content .inner .session_info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main .tab_content .inner .session_info {
    flex-direction: column;
  }
}
main .tab_content .inner .session_info .session_num {
  display: inline-block;
  height: 15px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  background: #2FC1E1;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  main .tab_content .inner .session_info .session_num {
    margin-bottom: 5px;
  }
}
main .tab_content .inner .session_info .session_time {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 0.8888888889;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .tab_content .inner .session_info {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
  }
}
main .tab_content .inner h4 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .tab_content .inner h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    margin-bottom: 10px;
  }
}
main .tab_content .inner h4 span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main .tab_content .inner h4 span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
main .tab_content .inner .movie_wrap {
  width: 600px;
  height: 400px;
  margin: 0 auto;
  display: flex;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .tab_content .inner .movie_wrap {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  main .tab_content .inner .movie_wrap {
    width: 100%;
    height: 280px;
    flex-direction: column;
  }
}
main .tab_content .inner .movie_wrap .left {
  width: 180px;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
}
@media screen and (max-width: 767px) {
  main .tab_content .inner .movie_wrap .left {
    width: 100%;
    height: auto;
  }
}
main .tab_content .inner .movie_wrap .left img {
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  main .tab_content .inner .movie_wrap .left img {
    display: none;
  }
}
main .tab_content .inner .movie_wrap .left.session1_movie img {
  width: 500px;
  object-position: -160px 0px;
}
main .tab_content .inner .movie_wrap .left.session2_movie img {
  width: 600px;
  object-position: -220px 0px;
}
main .tab_content .inner .movie_wrap .left.session3_movie img {
  width: 370px;
  object-position: -100px 0px;
}
main .tab_content .inner .movie_wrap .left.session4_movie img {
  width: 500px;
  object-position: -150px -100px;
}
main .tab_content .inner .movie_wrap .left.session5_movie img {
  width: 500px;
  object-position: -160px 0px;
}
main .tab_content .inner .movie_wrap .left .info {
  width: 100%;
  height: 150px;
  bottom: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.65) 46%, rgba(0, 0, 0, 0.65) 100%);
}
main .tab_content .inner .movie_wrap .left .info p {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
main .tab_content .inner .movie_wrap .left .info p span {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
main .tab_content .inner .right {
  width: 420px;
  background: #29263E;
  background-image: url(../img/coner.png), url(../img/coner_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: 100px 100px, 100px 100px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .tab_content .inner .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .tab_content .inner .right {
    width: 100%;
  }
}
main .tab_content .inner .right a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main .tab_content .inner .right a .session_time {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  margin-bottom: 10px;
}
main .tab_content .inner .right a .play {
  font-size: 100px;
  position: relative;
  width: 180px;
  height: 180px;
  border: 8px solid #fff;
  border-radius: 100%;
}
main .tab_content .inner .right a .play::before {
  content: "";
  position: absolute;
  top: 43px;
  left: 55px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 60px solid #fff;
  border-bottom: 40px solid transparent;
}
main .tab_content .inner .right a .watch {
  margin-top: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538461538;
}
main .tab_content .inner .right a:not(.disabled):hover {
  opacity: 0.75;
  background: #031d63;
}
main .tab_content .inner .right a:not(.disabled):hover .play {
  border-color: #E87463;
}
main .tab_content .inner .right a:not(.disabled):hover .play::before {
  border-left: 60px solid #E87463;
}
main .tab_content .inner .right a.disabled {
  cursor: default;
}
main #session1:checked ~ #session1_content, main #session2:checked ~ #session2_content, main #session3:checked ~ #session3_content, main #session4:checked ~ #session4_content, main #session5:checked ~ #session5_content {
  display: block;
}
main .tabs input:checked + .tab_item {
  background-color: #031d63;
  color: #fff;
  transition: all 300ms 0s ease;
}
@media screen and (min-width: 1025px) {
  main .tabs input:checked + .tab_item:before {
    position: absolute;
    top: 30%;
    transform: translateX(-50%);
    left: -19px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 35px 25px 0;
    border-color: transparent #031d63 transparent transparent;
    transition: all 800ms 0s ease;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .tabs input:checked + .tab_item:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main .tabs input:checked + .tab_item:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    right: 36%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #031d63 transparent transparent transparent;
  }
}
main .intro_wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  main .intro_wrap {
    margin-top: 10px;
  }
}
main .intro_wrap li {
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main .intro_wrap li {
    flex-direction: column;
    justify-content: center;
    border-bottom: 2px solid #ccc;
  }
}
main .intro_wrap li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
main .intro_wrap li .left {
  width: 260px;
  margin-right: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .intro_wrap li .left {
    width: 100%;
    margin: 0 auto 10px;
  }
}
main .intro_wrap li .left .picture {
  width: 150px;
  height: 150px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main .intro_wrap li .left .picture {
    width: 80px;
    height: 80px;
  }
}
main .intro_wrap li .left .picture img {
  width: 300px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  main .intro_wrap li .left .picture img {
    width: 220px;
  }
}
main .intro_wrap li .left .picture.session1_info img {
  object-position: -70px -10px;
}
main .intro_wrap li .left .picture.session2_info img {
  object-position: -70px -10px;
}
main .intro_wrap li .left .picture.session3_info img {
  width: 200px;
  object-position: -25px 0;
}
@media screen and (max-width: 767px) {
  main .intro_wrap li .left .picture.session3_info img {
    width: 130px;
    object-position: -20px 0;
  }
}
main .intro_wrap li .left .picture.session4_info img {
  object-position: -70px -60px;
}
main .intro_wrap li .left .picture.session5_info img {
  object-position: -70px -10px;
}
main .intro_wrap li .left .info {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3846153846;
}
main .intro_wrap li .left .info span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}
main .intro_wrap li .right {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  main .intro_wrap li .right {
    border-top: dotted 1px #ccc;
    padding-top: 10px;
  }
}
main .intro_wrap li .right h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .intro_wrap li .right h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
main .intro_wrap li .right p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
main .leaders_wrap {
  width: 100vw;
  background-image: url(../img/leaders_bg.jpg);
  padding: 100px 10px;
}
main .leaders_wrap .leaders_head {
  margin: -100px 0 80px;
  padding: 100px 0 15px;
}
main .leaders_wrap .leaders_head h3 {
  width: 450px;
  position: relative;
  text-align: center;
  color: #d3b46e;
  margin: 0 auto;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3333333333;
  font-weight: 200;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .leaders_wrap .leaders_head h3 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .leaders_wrap .leaders_head h3 {
    width: 100%;
  }
}
main .leaders_wrap .leaders_head h3:before {
  position: absolute;
  left: 0;
  top: -40px;
  display: block;
  content: "";
  background-image: url(../img/ornament_left.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  background-size: contain;
  background-position: left center;
}
main .leaders_wrap .leaders_head h3:after {
  position: absolute;
  right: 0;
  top: -40px;
  display: block;
  content: "";
  background-image: url(../img/ornament_right.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  background-size: contain;
  background-position: right center;
}
main .leaders_wrap .leaders_head p {
  border-top: 4px double #d3b46e;
  padding: 15px 10px;
  margin-top: 50px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}
main .live_area {
  padding: 6px;
  background: linear-gradient(to right, #e8c473, #bf9b46, #e8c473, #bf9b46);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
main .live_area .live_area_inner {
  position: relative;
  background: #f5f5f5;
  padding: 15px 15px 60px;
  text-align: center;
  width: 100%;
  background-image: url(../img/coner.png), url(../img/coner_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: 204px 201px, 204px 201px;
}
@media screen and (max-width: 767px) {
  main .live_area .live_area_inner {
    padding: 10px;
  }
}
@media screen and (min-width:768px) {
  main .live_area .ribbon {
    display: inline-block;
    position: relative;
    top: -50px;
    right: -45%;
    transform: translateX(-50%);
    height: 60px;
    text-align: center;
    box-sizing: border-box;
    z-index: 2;
  }
  main .live_area .ribbon::before {
    content: "";
    position: absolute;
    width: 10px;
    bottom: -10px;
    left: -35px;
    z-index: -2;
    border: 25px solid #d3b46e;
    border-left-color: transparent;
  }
  main .live_area .ribbon::after {
    content: "";
    position: absolute;
    width: 10px;
    bottom: -10px;
    right: -35px;
    z-index: -2;
    border: 25px solid #d3b46e;
    border-right-color: transparent;
  }
  main .live_area h3 {
    display: inline-block;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 80px;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    font-size: 2.6rem;
    line-height: 2.3076923077;
    background: repeating-linear-gradient(45deg, #d3b46e, #cfa761 5px, #e6ca8b 6px, #bfa874 8px);
  }
  main .live_area h3::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #a78d52;
  }
  main .live_area h3::after {
    position: absolute;
    content: "";
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #a78d52;
  }
}
main .live_area .product_logo_wrap {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main .live_area .product_logo_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
main .live_area .product_logo_wrap li {
  width: calc(100% / 10);
  background: #fff;
  border: 1px solid #ccc;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  main .live_area .product_logo_wrap li {
    width: 60px;
    height: 60px;
  }
}
main .live_area .product_logo_wrap li.last-child {
  margin-right: 0;
}
main .live_area .product_logo_wrap li a {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .live_area .product_logo_wrap li a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
main .live_area .product_live_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(470px, 470px));
  column-gap: 30px;
  row-gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main .live_area .product_live_wrap {
    grid-template-columns: repeat(auto-fill, minmax(260px, 300px));
    flex-direction: column;
    justify-content: center;
  }
}
main .live_area .product_live_wrap li {
  width: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .live_area .product_live_wrap li {
    width: 260px;
    margin: 0 auto;
  }
}
main .live_area .product_live_wrap li .arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #f5b726;
  border-radius: 50px;
  text-align: center;
  padding: 10px 6px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  width: 100%;
  max-width: 418px;
}
main .live_area .product_live_wrap li .arrow_box::after, main .live_area .product_live_wrap li .arrow_box::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
main .live_area .product_live_wrap li .arrow_box::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 14px;
  margin-left: -14px;
}
main .live_area .product_live_wrap li .arrow_box:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #f5b726;
  border-width: 15px;
  margin-left: -15px;
}
main .live_area .product_live_wrap li .live_wrap {
  position: relative;
  display: flex;
  margin-bottom: 15px;
  background-size: #000;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .live_area .product_live_wrap li .live_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .live_area .product_live_wrap li .live_wrap {
    width: 100%;
  }
}
main .live_area .product_live_wrap li .live_wrap .badge {
  position: absolute;
  width: 80px;
  top: -25px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  main .live_area .product_live_wrap li .live_wrap .badge {
    width: 60px;
  }
}
main .live_area .product_live_wrap li .live_wrap .badge img {
  width: 100%;
}
main .live_area .product_live_wrap li .live_wrap .left {
  width: 100px;
  box-sizing: content-box;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .live_area .product_live_wrap li .live_wrap .left img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
main .live_area .product_live_wrap li .live_wrap .right {
  width: 340px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
@media screen and (max-width: 767px) {
  main .live_area .product_live_wrap li .live_wrap .right {
    width: 300px;
  }
}
main .live_area .product_live_wrap li .live_wrap .right p {
  position: absolute;
  width: 100%;
  z-index: 1;
}
main .live_area .product_live_wrap li .live_wrap .right .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  z-index: 2;
}
main .live_area .product_live_wrap li .live_wrap .right .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
main .for_vendor {
  width: 1025px;
  margin: 100px auto 80px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .for_vendor {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  main .for_vendor {
    width: 90%;
  }
}
main .for_vendor h3 {
  margin-bottom: 30px;
}
main .for_vendor h3 + img {
  width: 100%;
}
main .for_vendor .btn {
  margin-top: 100px;
}
main .news_wrap {
  display: flex;
  width: 1025px;
  flex-direction: column;
  margin: 0 auto 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .news_wrap {
    width: 90%;
    flex-direction: column;
    padding: 0 15px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  main .news_wrap {
    width: 80%;
    padding: 5px;
    flex-direction: column;
    margin: 0 auto 20px;
  }
}
main .news_wrap li {
  margin-right: 15px;
}
@media screen and (min-width: 1025px) {
  main .news_wrap li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  main .news_wrap li .txt_box {
    width: 300px;
  }
  main .news_wrap li .images_box {
    width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .news_wrap li {
    width: 80%;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 767px) {
  main .news_wrap li {
    width: 100%;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .news_wrap li:last-child {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main .news_wrap li:last-child {
    margin: 0 auto;
  }
}
main .news_wrap li p {
  display: inline-block;
  color: #fff;
  background: #2FC1E1;
  padding: 2px 4px;
  margin-bottom: 5px;
}
main .news_wrap li h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.1875;
  text-align: center;
  font-weight: bold;
}
main .news_wrap li h4 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  margin: 5px 0 10px;
}
main .news_wrap li img {
  width: 100%;
}
main footer {
  background: #29263E;
  text-align: center;
  padding: 25px 0;
}
main footer p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #fff;
}
main .pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  main .pagetop {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main .pagetop {
    display: none !important;
  }
}
main .pagetop img {
  width: 100%;
  height: 100%;
}