@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
html {
  font-size: 62.5%;
  overflow-y: auto;
}

.main {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFF8E6;
  overflow: hidden;
}

.spDIS {
  display: none;
}

.pcDIS {
  display: block;
}

.kome {
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
}

.txt-bold-l {
  font-weight: bold;
  font-size: 120%;
}

.kvArea__img img {
  width: 100%;
}

.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}

p, a {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

a {
  transition: 0.2s;
}

.kvArea {
  margin-top: 70px;
}

.red {
  color: #E84A4A;
}

/* ==========================================================================
　  header
========================================================================== */
.menutriggerWrap {
  position: fixed;
  right: 0;
  z-index: 11111111;
  width: 70px;
  height: 70px;
  background: #000;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
  z-index: 1;
}
.menu-trigger:hover {
  opacity: 1;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  width: 980px;
  margin: auto;
  box-sizing: border-box;
  display: flex;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #000;
  z-index: 1000;
}
#header .linkArea {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 100000;
}
#header .linkArea a img {
  width: 40px;
}
#header__gnav li {
  padding: 20px;
  border-bottom: 1px solid #fff;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
#header__gnav li:hover {
  background: #696969;
}
#header__gnav li a,
#header__gnav li span {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
#header__gnav li a:hover,
#header__gnav li span:hover {
  opacity: 1;
}
#header__gnav li span {
  pointer-events: none;
  color: #828080;
}
#header__gnav li.nolink:hover {
  background: inherit;
}

.navArea__nav {
  display: block;
  width: 980px;
}
.navArea__nav__list {
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #ccc;
}
.navArea__nav__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.navArea__nav__list a:hover {
  opacity: 0.7;
}

/* ==========================================================================
　  contents
========================================================================== */
.contents {
  width: 100%;
  background-image: url(/img/special/mascot-ar-challenge/contents_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 2172px;
  padding-top: 120px;
}
.contents > section {
  width: 980px;
  margin: 0 auto 120px;
  box-sizing: border-box;
}

/* ==========================================================================
　  sec01
========================================================================== */
#sec01 {
  background-color: #fff;
  padding: 50px 40px;
  border-radius: 30px;
}
#sec01 h2 {
  width: 695px;
  margin: 0 auto 25px;
}
#sec01 h2 img {
  width: 100%;
}
#sec01 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}

/* ==========================================================================
　  sec02
========================================================================== */
#sec02 {
  position: relative;
  background-color: #fff;
  padding: 80px;
  border-radius: 30px;
}
#sec02 .sec02_box {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
#sec02 .sec02_box .sec02_txt {
  width: 520px;
}
#sec02 .sec02_box .sec02_txt h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
#sec02 .sec02_box .sec02_txt p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 10px;
}
#sec02 .sec02_box .sec02_txt p + h3 {
  margin-top: 40px;
}
#sec02 .sec02_box .sec02_txt ul {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 10px;
}
#sec02 .sec02_box .sec02_txt ul li {
  margin-right: 20px;
  line-height: 1;
}
#sec02 .sec02_box .sec02_txt ul li a {
  display: block;
}
#sec02 .sec02_box .sec02_txt ul li a img {
  width: 150px;
}
#sec02 .sec02_box .sec02_txt ul li a:hover {
  opacity: 0.7;
}
#sec02 .sec02_box .sec02_txt ul li:first-child {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec02 .sec02_box .sec02_txt ul li:first-child img {
  width: 50px;
}
#sec02 .sec02_box > img {
  width: 270px;
  height: auto;
}
#sec02 > img {
  position: absolute;
}
#sec02 > img.tape_01 {
  top: -44px;
  left: -31px;
}
#sec02 > img.tape_02 {
  top: -34px;
  right: -58px;
}
#sec02 > img.tape_03 {
  left: -84px;
  bottom: -63px;
}
#sec02 > img.tape_04 {
  right: -22px;
  bottom: -27px;
}

/* ==========================================================================
　  sec03
========================================================================== */
#sec03 h2 {
  width: 466px;
  margin: 0 auto 40px;
}
#sec03 h2 img {
  width: 100%;
}
#sec03 > ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
#sec03 > ul > li {
  width: 230px;
  margin: 0 20px 20px 0;
  border-radius: 20px;
  padding: 10px;
  background-color: #000;
  box-sizing: border-box;
}
#sec03 > ul > li:nth-child(4n) {
  margin-right: 0;
}
#sec03 > ul > li dl dt {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
#sec03 > ul > li dl dt img {
  width: 100%;
}
#sec03 > ul > li dl dd .name_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
#sec03 > ul > li dl dd .name_area > span {
  margin: 0;
}
#sec03 > ul > li dl dd .name_area h3 {
  color: #fff;
  margin-left: 5px;
  line-height: 1;
}
#sec03 > ul > li dl dd .name_area h3 .team {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
#sec03 > ul > li dl dd .name_area h3 .name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
#sec03 > ul > li dl dd ul {
  width: 100%;
}
#sec03 > ul > li dl dd ul li {
  width: 100%;
  margin-bottom: 5px;
}
#sec03 > ul > li dl dd ul li:last-child {
  margin-bottom: 0;
}
#sec03 > ul > li dl dd ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 27px 0 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  box-sizing: border-box;
}
#sec03 > ul > li dl dd ul li a:hover {
  opacity: 0.7;
}
#sec03 > ul > li dl dd ul li a::after {
  content: "";
  position: absolute;
  display: block;
  border: 4px solid transparent;
  border-left: 4px solid #000;
  right: 10px;
}
#sec03 > ul > li.machida {
  background-color: #0A0F51;
}
#sec03 > ul > li.yokohamafm {
  background-color: #0F208B;
}
#sec03 > ul > li.shimizu {
  background-color: #FF6E00;
}
#sec03 > ul > li.gosaka {
  background-color: #0A2A70;
}
#sec03 > ul > li.hiroshima {
  background-color: #3E1385;
}
#sec03 > ul > li.sendai {
  background-color: #FFBF00;
}
#sec03 > ul > li.yamagata {
  background-color: #100168;
}
#sec03 > ul > li.kumamoto {
  background-color: #AF0E08;
}
#sec03 > ul > li.nagasaki {
  background-color: #111985;
}
#sec03 > ul > li.ryukyu {
  background-color: #CF0001;
}

.modal_style {
  width: 480px;
  border-radius: 30px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}
.modal_style .name_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 20px;
}
.modal_style .name_area > span {
  margin: 0;
}
.modal_style .name_area h4 {
  color: #fff;
  margin-left: 5px;
  line-height: 1;
}
.modal_style .name_area h4 .team {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px;
}
.modal_style .name_area h4 .name {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
}
.modal_style .txt_area {
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 20px 20px;
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
}
.modal_style .txt_area .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}
.modal_style .txt_area img {
  width: 264px;
  margin-bottom: 30px;
}
.modal_style .txt_area .sub {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.modal_style .txt_area .sub + .sub {
  margin-top: 10px;
}
.modal_style .txt_area p {
  padding: 0;
}
.modal_style.machida {
  background-color: #0A0F51;
}
.modal_style.yokohamafm {
  background-color: #0F208B;
}
.modal_style.shimizu {
  background-color: #FF6E00;
}
.modal_style.gosaka {
  background-color: #0A2A70;
}
.modal_style.hiroshima {
  background-color: #3E1385;
}
.modal_style.sendai {
  background-color: #FFBF00;
}
.modal_style.yamagata {
  background-color: #100168;
}
.modal_style.kumamoto {
  background-color: #AF0E08;
}
.modal_style.nagasaki {
  background-color: #111985;
}
.modal_style.ryukyu {
  background-color: #CF0001;
}

.mfp-close {
  display: none !important;
}

/* ==========================================================================
　  sec04
========================================================================== */
#sec04 {
  border-radius: 20px;
  overflow: hidden;
}
#sec04 .tabSelecter {
  margin: 0;
}
#sec04 .tabSelecter .tab {
  border: none !important;
}
#sec04 .tabSelecter .tab li {
  width: 33.33%;
  border: none !important;
}
#sec04 .tabSelecter .tab li > a,
#sec04 .tabSelecter .tab li > span {
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
  top: initial !important;
}
#sec04 .tabSelecter .tab li > a span,
#sec04 .tabSelecter .tab li > span span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 15px;
}
#sec04 .tabSelecter .tab li > span {
  background-color: #ACACAC;
  color: #7E7E7E;
  flex-direction: column;
}
#sec04 .tabSelecter .tab li#tab1 a {
  background-color: #0DA0AC !important;
}
#sec04 .tabSelecter .tab li#tab2 a {
  background-color: #F4226B !important;
}
#sec04 .tabSelecter .tab li#tab3 a {
  background-color: #FF9D3B !important;
}
#sec04 .tabContentsBox .tabBox {
  padding: 10px;
}
#sec04 .tabContentsBox .tabBox.tab1 {
  background-color: #0DA0AC;
}
#sec04 .tabContentsBox .tabBox.tab2 {
  background-color: #F4226B;
}
#sec04 .tabContentsBox .tabBox.tab3 {
  background-color: #FF9D3B;
}
#sec04 .tabContentsBox .tabBox .tab_inner {
  background-color: #fff;
  padding: 50px 70px;
  border-radius: 0 0 10px 10px;
}
#sec04 .tabContentsBox .tabBox .tab_inner h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
#sec04 .tabContentsBox .tabBox .tab_inner h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
#sec04 .tabContentsBox .tabBox .tab_inner h4.bg_yellow {
  padding: 3px 5px;
  background-color: #FFFDC4;
}
#sec04 .tabContentsBox .tabBox .tab_inner h4.bg_red {
  padding: 3px 5px;
  background-color: #EA4848;
  color: #FFFDC4;
}
#sec04 .tabContentsBox .tabBox .tab_inner p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 10px;
}
#sec04 .tabContentsBox .tabBox .tab_inner p a {
  font-weight: bold;
  text-decoration: underline;
}
#sec04 .tabContentsBox .tabBox .tab_inner p a:hover {
  text-decoration: none;
}
#sec04 .tabContentsBox .tabBox .tab_inner p b {
  font-weight: 700;
}
#sec04 .tabContentsBox .tabBox .tab_inner p + h3,
#sec04 .tabContentsBox .tabBox .tab_inner p + h4 {
  margin-top: 30px;
}
#sec04 .tabContentsBox .tabBox .tab_inner p.sub {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
}
#sec04 .tabContentsBox .tabBox .tab_inner p.l_txt {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
#sec04 .tabContentsBox .tabBox .tab_inner .schedule_dl {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}
#sec04 .tabContentsBox .tabBox .tab_inner .schedule_dl dt {
  margin-right: 10px;
  padding: 10px;
  border-radius: 10px;
  color: #E84A4A;
  width: 160px;
  border: 3px solid #E84A4A;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
#sec04 .tabContentsBox .tabBox .tab_inner .schedule_dl dd {
  width: calc(100% - 170px);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
#sec04 .tabContentsBox .tabBox .tab_inner .schedule_dl:after {
  content: "";
  position: absolute;
  background: radial-gradient(circle farthest-side, #8E8E8F, #8E8E8F 3px, transparent 0%, transparent);
  background-size: 11px 22px;
  background-repeat: repeat-y;
  display: inline-block;
  height: 66px;
  width: 10px;
  bottom: -69px;
  left: 74px;
}
#sec04 .tabContentsBox .tabBox .tab_inner .schedule_dl.last_dl:after {
  display: none;
}
#sec04 .tabContentsBox .tabBox .tab_inner .award_dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(transparent calc(50% - 1px), #ebebeb calc(50% - 1px), #ebebeb calc(50% + 1px), transparent calc(50% + 1px));
  background-size: 21px;
}
#sec04 .tabContentsBox .tabBox .tab_inner .award_dl + p {
  margin-bottom: 20px;
}
#sec04 .tabContentsBox .tabBox .tab_inner .award_dl p {
  background-color: #fff;
  line-height: 1.2;
}
#sec04 .tabContentsBox .tabBox .tab_inner .award_dl p:first-child {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  padding-right: 25px;
}
#sec04 .tabContentsBox .tabBox .tab_inner .award_dl p:last-child span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  padding-left: 30px;
}
#sec04 .tabContentsBox .tabBox .tab_inner .award_dl.big p:first-child {
  font-size: 32px;
  font-size: 3.2rem;
}
#sec04 .tabContentsBox .tabBox .tab_inner .award_dl.big p:last-child span {
  font-size: 36px;
  font-size: 3.6rem;
}
#sec04 .tabContentsBox .tabBox .tab_inner .step_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#sec04 .tabContentsBox .tabBox .tab_inner .step_dl dt {
  width: 81px;
}
#sec04 .tabContentsBox .tabBox .tab_inner .step_dl dt img {
  width: 100%;
}
#sec04 .tabContentsBox .tabBox .tab_inner .step_dl dd {
  width: calc(100% - 91px);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.accordionList {
  margin-bottom: 30px;
}

.accordionIndex {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
  height: 60px;
  margin: 50px auto 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  background-color: #FACC52;
  box-sizing: border-box;
  text-align: center;
}
.accordionIndex p {
  margin: 0 !important;
  font-weight: 700 !important;
}
.accordionIndex::after, .accordionIndex::before {
  content: "";
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 24px;
  background-color: #000;
  transition: all 0.3s;
}
.accordionIndex::after {
  transform: rotate(90deg);
}
.accordionIndex.active::before {
  transform: rotate(90deg);
}

.accordionArticle {
  padding: 40px;
  background-color: #FDFAF2;
}

footer #partnersArea h2#titlePartners, #broadcastingPartners {
  height: 20px;
}

#sec04 .tab2 .tab_inner .accordionList .accordionIndex {
  color: #fff;
  background-color: #F76C9C;
}
#sec04 .tab2 .tab_inner .accordionList .accordionIndex::after, #sec04 .tab2 .tab_inner .accordionList .accordionIndex::before {
  background-color: #fff;
}
#sec04 .tab2 .tab_inner .accordionList .accordionArticle {
  padding: 20px;
  background-color: #FFEBF2;
}
#sec04 .tab2 .tab_inner .accordionList .accordionArticle ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
#sec04 .tab2 .tab_inner .accordionList .accordionArticle ul li {
  padding: 10px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
}
#sec04 .tab2 .tab_inner .accordionList .accordionArticle ul li h4 {
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#sec04 .tab2 .tab_inner .accordionList .accordionArticle ul li .twitter-tweet_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
#sec04 .tab2 .tab_inner .accordionList .accordionArticle ul li .twitter-tweet_wrap .twitter-tweet {
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: #000;
  position: absolute;
  display: block !important;
  margin: 0 auto !important;
}
#sec04 .tab2 .tab_inner .accordionList .accordionArticle ul li .twitter-tweet_wrap iframe {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100% !important;
}
#sec04 .tab2 .tab_inner .accordionList .accordionArticle ul li p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px auto 10px;
  text-align: center;
  font-weight: 700;
}
#sec04 .tab2 .tab_inner .accordionList .accordionArticle ul li > a {
  position: relative;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #2E2E2E;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
#sec04 .tab2 .tab_inner .accordionList .accordionArticle ul li > a i {
  position: absolute;
  width: 20px;
  font-size: 20px;
  left: 70px;
}
#sec04 .tab2 .tab_inner .accordionList .accordionArticle ul li > a:after {
  content: "";
  display: block;
  position: absolute;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  right: 20px;
}
#sec04 .tab2 .tab_inner .accordionList .accordionArticle ul li > a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#sec04 .tab3 .tab_inner h3 {
  border-bottom: none !important;
  text-align: center;
}
#sec04 .tab3 .tab_inner .data_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#sec04 .tab3 .tab_inner .data_wrap .data1 {
  text-align: center;
  margin-right: 20px;
  flex: 3;
  background-color: #E6F7FF;
  padding: 20px;
  border-radius: 10px;
}
#sec04 .tab3 .tab_inner .data_wrap .data1 i {
  font-size: 31px;
  margin-bottom: 20px;
}
#sec04 .tab3 .tab_inner .data_wrap .data1_wrap {
  display: flex;
  justify-content: space-between;
}
#sec04 .tab3 .tab_inner .data_wrap .data1 p {
  background-color: #fff;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 15px 10px;
  width: 50%;
}
#sec04 .tab3 .tab_inner .data_wrap .data1 p:last-child {
  margin-right: 0;
}
#sec04 .tab3 .tab_inner .data_wrap .data1 p span {
  font-size: 3rem;
  font-weight: bold;
}
#sec04 .tab3 .tab_inner .data_wrap .data2 {
  background-color: #FFE6E9;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-right: 20px;
  flex: 1;
}
#sec04 .tab3 .tab_inner .data_wrap .data2 i {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
#sec04 .tab3 .tab_inner .data_wrap .data2 p {
  background-color: #fff;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 15px 10px;
  margin-bottom: 0;
}
#sec04 .tab3 .tab_inner .data_wrap .data2 p span {
  font-size: 3rem;
  font-weight: bold;
}
#sec04 .tab3 .tab_inner .data_wrap .data3 {
  background-color: #EAFCD2;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  flex: 3;
}
#sec04 .tab3 .tab_inner .data_wrap .data3 p {
  font-size: 2.3rem;
  font-weight: bold;
}
#sec04 .tab3 .tab_inner .data_wrap .data3_wrap {
  display: table;
  width: 100%;
}
#sec04 .tab3 .tab_inner .data_wrap .data3_wrap p {
  background-color: #fff;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 15px 10px;
  margin-bottom: 0;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
#sec04 .tab3 .tab_inner .data_wrap .data3_wrap p span {
  font-size: 3rem;
  font-weight: bold;
}
#sec04 .tab3 .tab_inner .winner_index p {
  font-weight: 700;
  text-align: center;
}
#sec04 .tab3 .tab_inner .winner_index h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
#sec04 .tab3 .tab_inner .winner_list ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#sec04 .tab3 .tab_inner .winner_list ul li {
  text-align: center;
  width: 340px;
  margin-bottom: 50px;
}
#sec04 .tab3 .tab_inner .winner_list ul li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
#sec04 .tab3 .tab_inner .winner_list ul li p {
  font-weight: 700;
  margin-bottom: 0;
}
#sec04 .tab3 .tab_inner .winner_list ul li > a {
  position: relative;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #2E2E2E;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
#sec04 .tab3 .tab_inner .winner_list ul li > a i {
  position: absolute;
  width: 20px;
  font-size: 20px;
  left: 70px;
}
#sec04 .tab3 .tab_inner .winner_list ul li > a:last-child {
  margin-bottom: 0;
}
#sec04 .tab3 .tab_inner .winner_list ul li > a:after {
  content: "";
  display: block;
  position: absolute;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  right: 20px;
}
#sec04 .tab3 .tab_inner .winner_list ul li > a:hover {
  text-decoration: none;
  opacity: 0.7;
}