<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "UTF-8";
.content {
  width: 100%;
  padding: 0;
}
.content #main_content {
  width: 1020px;
  margin: 20px auto 50px;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}
.content .anchor_nav {
  width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.content .anchor_nav ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content .anchor_nav ul li a {
  width: 470px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 15px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
.content .anchor_nav ul li a i {
  margin-right: 10px;
}
.content .anchor_nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: calc(50% - 2px);
  bottom: 18px;
  transform: rotate(45deg);
  transition: 0.2s;
}
.content .anchor_nav ul li a:hover {
  opacity: 1;
}
.content .anchor_nav ul li a:hover img {
  opacity: 1;
}
.content .anchor_nav ul li a:hover::after {
  opacity: 1;
  bottom: 13px;
}
.content .anchor_nav ul li:first-child a {
  background-color: #FD9213;
}
.content .anchor_nav ul li:last-child a {
  background-color: #3A99DE;
}

.content_wrap {
  width: 100%;
  padding: 80px 0 200px;
  margin: 0;
}
.content_wrap .cw_inner {
  width: 1020px;
  margin: 0 auto;
}
.content_wrap .cw_inner > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  border-radius: 35px;
  margin-bottom: 20px;
}
.content_wrap .cw_inner > h3 i {
  margin-right: 10px;
}
.content_wrap .cw_inner > img {
  width: 100%;
  margin-bottom: 20px;
}
.content_wrap .cw_inner > img.sp_kv {
  display: none;
}
.content_wrap .cw_inner > p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
}
.content_wrap .cw_inner > p b {
  font-weight: bold;
}
.content_wrap .cw_inner > p span,
.content_wrap .cw_inner > p a {
  color: #E60012;
}
.content_wrap .cw_inner > p small {
  font-size: 12px;
}
.content_wrap .cw_inner > p .big_txt {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.content_wrap .cw_inner > h4 {
  margin: 40px auto 20px;
  font-size: 24px;
  padding: 0 0 15px;
  border-bottom: 2px solid #000;
  width: 100%;
  line-height: 1;
  font-weight: bold;
}
.content_wrap .cw_inner .step_box {
  width: 100%;
}
.content_wrap .cw_inner .step_box dl {
  display: flex;
  justify-content: left;
  margin: 0 0 50px;
  position: relative;
}
.content_wrap .cw_inner .step_box dl dt {
  height: 40px;
  width: 110px;
  border-radius: 20px;
  background-color: #fff;
  color: #3A99DE;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.content_wrap .cw_inner .step_box dl dd {
  width: calc(100% - 110px);
  font-size: 20px;
  padding: 0 0 0 10px;
  font-weight: 500;
  line-height: 2;
  box-sizing: border-box;
}
.content_wrap .cw_inner .step_box dl::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid #3A99DE;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  left: 48px;
  top: 58px;
}
.content_wrap .cw_inner .step_box dl:last-child {
  margin-bottom: 0;
}
.content_wrap .cw_inner .step_box dl:last-child::after {
  display: none;
}
.content_wrap .cw_inner .sns_area {
  margin-top: 80px;
}
.content_wrap .cw_inner .sns_area a {
  max-width: 224px;
  width: 100%;
  height: 70px;
  background-color: #000;
  color: #fff;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 auto 30px;
  transition: 0.2s;
}
.content_wrap .cw_inner .sns_area a i {
  font-size: 22px;
  margin-right: 5px;
}
.content_wrap .cw_inner .sns_area a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.content_wrap .cw_inner .sns_area div {
  background-color: #fff;
  padding: 40px;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.content_wrap .cw_inner .sns_area div p:first-child {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.content_wrap .cw_inner .sns_area div p:last-child {
  font-size: 16px;
}
.content_wrap .cw_inner .match_list {
  border-top: 1px solid #A8A8A8;
  border-right: 1px solid #A8A8A8;
  border-left: 1px solid #A8A8A8;
}
.content_wrap .cw_inner .match_list li {
  border-bottom: 1px solid #A8A8A8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  background-color: #fff;
}
.content_wrap .cw_inner .match_list li .left_area {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 70%;
  height: 100%;
}
.content_wrap .cw_inner .match_list li .left_area p .embS {
  display: none;
}
.content_wrap .cw_inner .match_list li .left_area p span {
  display: block;
  margin: 0;
}
.content_wrap .cw_inner .match_list li .left_area p:nth-child(1), .content_wrap .cw_inner .match_list li .left_area p:nth-child(3) {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  text-align: center;
}
.content_wrap .cw_inner .match_list li .left_area p:nth-child(1) span, .content_wrap .cw_inner .match_list li .left_area p:nth-child(3) span {
  font-weight: bold;
}
.content_wrap .cw_inner .match_list li .left_area p:nth-child(2) {
  font-size: 14px;
}
.content_wrap .cw_inner .match_list li .right_area {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 30%;
  height: 100%;
}
.content_wrap .cw_inner .match_list li .right_area p {
  display: block;
  width: 28%;
  text-align: center;
}
.content_wrap .cw_inner .match_list li .right_area p:nth-child(3) {
  font-size: 14px;
}
.content_wrap .cw_inner .panel_list {
  margin-top: 45px;
  display: flex;
  justify-content: left;
  align-items: stretch;
  flex-wrap: wrap;
}
.content_wrap .cw_inner .panel_list li {
  width: calc(33.33% - 20px);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  margin: 0 30px 30px 0;
  position: relative;
}
.content_wrap .cw_inner .panel_list li:nth-child(3n) {
  margin-right: 0;
}
.content_wrap .cw_inner .panel_list li h5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  height: 95px;
  padding: 0 10px;
}
.content_wrap .cw_inner .panel_list li h5 span {
  text-align: center;
  display: block;
}
.content_wrap .cw_inner .panel_list li h5 span.shop {
  font-size: 12px;
}
.content_wrap .cw_inner .panel_list li h5 span.name {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}
.content_wrap .cw_inner .panel_list li img {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.content_wrap .cw_inner .panel_list li p {
  padding: 20px 30px;
  font-size: 14px;
  line-height: 1.5;
}
.content_wrap .cw_inner .panel_list li.comingsoon {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.content_wrap .cw_inner .panel_list li.comingsoon p {
  font-size: 24px;
  font-weight: 500;
}
.content_wrap .cw_inner .panel_list li.new::after {
  content: "新登場";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #E60012;
  padding: 5px 10px;
  font-weight: bold;
}
.content_wrap#stadium_gourmet {
  background: #FFF7E6;
}
.content_wrap#stadium_gourmet h3 {
  background-color: #FD9213;
}
.content_wrap#sns_campaign {
  background: #DCEDF7;
}
.content_wrap#sns_campaign h3 {
  background-color: #3A99DE;
}
.content_wrap h6 {
  width: 100%;
  line-height: 1;
  font-weight: bold;
  color: #3999de;
  text-align: center;
  font-size: 32px;
  margin: 80px auto 20px;
  padding: 0 0 15px;
}
.content_wrap .tweet_list article {
  column-count: 3;
  column-gap: 1rem;
}
.content_wrap .snstag_area a {
  position: relative;
  max-width: 540px;
  width: 100%;
  height: 90px;
  background-color: #3999de;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 30px auto;
  font-weight: bold;
  transition: 0.2s;
}
.content_wrap .snstag_area a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.content_wrap .snstag_area a::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 25px;
  transform: rotate(-45deg);
  transition: 0.2s;
}