@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: '';
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #000;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.pc {
  display: none;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* !Base Fonts -------------------------------------------------------------- */
a {
  color: #004067;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
a:hover {
  opacity: 0.7;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

@font-face {
  font-family: 'DRIBBLE';
  src: url('../font/DRIBBLE_Bold.eot');
  src: url('../font/DRIBBLE_Bold.eot?#iefix') format('embedded-opentype'), url('../font/DRIBBLE_Bold.woff2') format('woff2'), url('../font/DRIBBLE_Bold.woff') format('woff'),
    url('../font/DRIBBLE_Bold.ttf') format('truetype'), url('../font/DRIBBLE_Bold.svg#DRIBBLE_Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
.font_dribble {
  font-family: 'DRIBBLE', sans-serif;
}

/* !wrapper
---------------------------------------------------------- */
#spulse_lp_wrapper {
  overflow: hidden;
  position: relative;
  padding: 0 0 60px;
  width: 100%;
  min-height: 100vh;
}

/* !header
---------------------------------------------------------- */
#spulse_lp_header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
  padding: 0 20px;
  width: 100%;
  height: 48px;
  background: #ff8709;
}
#spulse_lp_headlogo img {
  height: 36px;
}
.spulse_lp_headlinks {
  display: flex;
  align-items: flex-end;
  position: fixed;
  left: 0;
  bottom: 0;
}
#spulse_lp_header .ticket {
  position: relative;
  z-index: 3;
  width: calc(100% - 60px);
}
.spulse_lp_btnMenu {
  position: relative;
  z-index: 3;
  width: 60px;
  height: 60px;
  background: url(../image/menu.svg) no-repeat center #0e3962;
  background-size: 100%;
}
.spulse_lp_btnMenu.active {
  background-image: url(../image/menu_close.svg);
}
#spulse_lp_nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s;
  transform: translateY(100%);
  padding: 40px 16px 120px;
  width: 100%;
  background: #004067;
}
#spulse_lp_nav.open {
  transform: translateY(0%);
}
#spulse_lp_nav li a {
  display: flex;
  align-items: center;
  height: 50px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
}
#spulse_lp_nav li a:before {
  content: '▶';
  margin-right: 10px;
  font-size: 1.6rem;
}

/* !common
---------------------------------------------------------- */
#spulse_lp_mainVisual img {
  width: 100%;
}

.hide {
  display: none;
}
.op {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.op:hover {
  opacity: 0.7;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

.spulse_lp_inner {
  margin: 0 auto;
  padding: 0 16px;
}

.bgOrange {
  background: url(../image/bg_orange.jpg) #ff8709 repeat center;
  background-size: 100%;
}

.bgBlue {
  background: url(../image/bg_navy.jpg) #004067 repeat center;
  background-size: 100%;
}

.spulse_lp_anchorArea {
  position: relative;
}
.spulse_lp_anchorArea .anchor {
  position: absolute;
  top: 0;
}

.spulse_lp_bleague {
  padding: 80px 16px;
  text-align: center;
}
.spulse_lp_bleague .title {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: bold;
}
.spulse_lp_bleague .title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.spulse_lp_bleague .team {
  display: flex;
  justify-content: center;
  gap:56px;
  position: relative;
  margin: 0 auto 0;

}

.spulse_lp_bleague .team:before {
  content: 'VS';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-family: 'DRIBBLE', sans-serif;
  font-size: 2.4rem;
}
.spulse_lp_bleague .team .logo {
  /* margin: 0 5%; */
  /* width: 34.6%; */
  width: 144px;
  box-sizing:border-box;
}
.spulse_lp_bleague .team .position span {
  display: inline-block;
  padding: 0 18px;
  border: 2px solid #ff8709;
  line-height: 28px;
  color: #ff8709;
  font-size: 2rem;
  font-weight: bold;
}
.spulse_lp_bleague .team .position .home {
  background: #ff8709;
  color: #fff;
}
.spulse_lp_bleague .team .img {
  margin: 18px 0 20px;
  width:100%;
}
.spulse_lp_bleague .team .tit {
  font-weight: bold;
}
.spulse_lp_bleague .stadium {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  line-height: 1;
  text-align: left;
  font-size: 3.2rem;
  font-weight: bold;
}
.spulse_lp_bleague .stadium .date {
  margin-right: 16px;
  font-size: 7.2rem;
}
.spulse_lp_bleague .stadium .day {
  font-size: 4.2rem;
}
.spulse_lp_bleague .place {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}
.spulse_lp_bleague .place .sign {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 9px;
  padding: 0 18px;
  background: #004067;
  border-radius: 50px;
  line-height: 25px;
  color: #fff;
  font-size: 1.2rem;
}
.spulse_lp_bleague .spulse_lp_btns {
  margin-top: 32px;
}

.spulse_lp_btns {
  margin-top: 40px;
  text-align: center;
}
.spulse_lp_btns .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.6rem;
}
.spulse_lp_btns .link:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid #004067;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.spulse_lp_bleague .spulse_lp_btns2 {
  margin-top: 32px;
}

.spulse_lp_btns2 {
  margin-top: 40px;
  text-align: center;
}
.spulse_lp_btns2 .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.6rem;
}
.spulse_lp_btns2 .link:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid #004067;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.spulse_lp_hdL {
  margin-bottom: 24px;
  text-align: center;
  color: #004067;
  font-weight: bold;
}
.spulse_lp_hdL .eng {
  display: block;
  color: #ff8709;
  font-size: 4.8rem;
}
.spulse_lp_hdL .jap {
  display: inline-block;
  padding: 0 24px;
  background: #fff;
  border-radius: 15px;
  line-height: 28px;
}
.spulse_lp_hdM {
  position: relative;
  padding: 7px 26px;
  margin-bottom: 16px;
  background: #fff;
  border-left: 8px solid #ff8709;
  color: #004067;
  font-weight: bold;
}
.spulse_lp_hdM:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-left: 8px solid #ff8709;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.slick-dots li {
  margin: 0 4px;
  width: 46px;
  height: 5px;
}
.slick-prev,
.slick-next {
  width: 40px;
  height: 53px;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}

/* !spulse_lp_event
---------------------------------------------------------- */
.spulse_lp_event {
  padding: 0 0 40px;
}
.spulse_lp_event .spulse_lp_bleague {
  color: #fff;
}
.spulse_lp_event .spulse_lp_bleague .team .position span {
  border-color: #fff;
  color: #fff;
}
.spulse_lp_event .spulse_lp_bleague .team .position .home {
  background: #fff;
  color: #ff8709;
}
.spulse_lp_event .spulse_lp_hdL .eng {
  color: #004067;
}
.spulse_lp_event .display {
  margin: 0 auto 65px;
  max-width: 600px;
}
.spulse_lp_event .display .img {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.spulse_lp_event .display img {
  width: 100%;
}
.spulse_lp_event .display .info {
  position: relative;
  padding: 11px 5px;
  background: #004067;
  border-radius: 0 0 16px 16px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.spulse_lp_event .display .info:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-top: 24px solid #004067;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
.spulse_lp_event li {
  margin: 0 0 40px;
}
.spulse_lp_event .list li {
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
}
.spulse_lp_event li .info,
.spulse_lp_eventFancybox .info {
  padding: 16px;
}
.spulse_lp_event li .sign,
.spulse_lp_eventFancybox .sign {
  margin-bottom: 12px;
}
.spulse_lp_event li .sign span,
.spulse_lp_eventFancybox .sign span {
  display: inline-block;
  padding: 0 12px;
  background: #007aff;
  border-radius: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.spulse_lp_event li .sign .present,
.spulse_lp_eventFancybox .sign .present {
  background: #9b0020;
}
.spulse_lp_event li .txt,
.spulse_lp_eventFancybox .txt {
  font-size: 1.6rem;
  font-weight: bold;
}
.spulse_lp_event li .detail,
.spulse_lp_eventFancybox .close {
  margin-top: 16px;
}
.spulse_lp_event li .detail a,
.spulse_lp_eventFancybox .close a {
  display: block;
  background: #004067;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
}
.spulse_lp_event li .detail a:after,
.spulse_lp_eventFancybox .close a:after {
  content: '';
  display: inline-block;
  margin-left: 12px;
  width: 7px;
  height: 10px;
  background: url(../image/ico_link.png) no-repeat center;
}
.spulse_lp_event .movies .title {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 16px;
  background: #fe7500;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
.spulse_lp_event .movies li iframe {
  border: 0;
  width: 100%;
  height: 192px;
}
.spulse_lp_event .movies li .tit {
  margin-top: 10px;
  color: #fff;
  font-weight: 500;
}

/*.fancybox*/
.fancybox-content {
  padding: 0;
  max-width: 640px;
  background: transparent;
}
/* .fancybox-content.is-movie {
  max-width: none;
  width: 700px;
} */
.fancybox-button--close {
  display: none;
}
.fancybox-slide--html {
  padding: 20px 16px;
}
.spulse_lp_eventFancybox {
  background: #fff;
  overflow: hidden;
  border-radius: 16px;
}
.spulse_lp_eventFancybox .tit {
  margin-bottom: 8px;
  color: #ff8709;
  font-weight: bold;
  font-size: 1.6rem;
}
.spulse_lp_eventFancybox .close a {
  background: #dcdcdc;
  color: #000000;
}
.spulse_lp_eventFancybox .close a:after {
  width: 11px;
  height: 11px;
  background-image: url(../image/ico_x.png);
}

.spulse_lp_btns3 {
  margin-top: 40px;
  text-align: center;
  margin: 50px auto;
}
.spulse_lp_btns3 .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 340px;
  height: 50px;
  background: #d3d3d3;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.6rem;
}
.spulse_lp_btns3 .link:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid #004067;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
/* !spulse_lp_player
---------------------------------------------------------- */
.spulse_lp_player {
  padding: 70px 0 0;
}
.spulse_lp_slide {
  padding-bottom: 30px;
}
.spulse_lp_player .player {
  padding: 0 16px;
  max-width: 540px;
}
.spulse_lp_player .spulse_lp_slide .img {
  margin: 0 auto 18px;
  max-width: 270px;
  text-align: center;
}
.spulse_lp_player .spulse_lp_slide .introd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 7px;
}
.spulse_lp_player .introd .position {
  display: block;
  width: 35px;
  background: #ff8709;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
.spulse_lp_player .introd .name {
  display: flex;
  align-items: center;
  padding: 0 12px;
  width: calc(100% - 37px);
  background: #fff;
  color: #004067;
  font-weight: bold;
  font-size: 1.6rem;
}
.spulse_lp_player .spulse_lp_slide .info {
  color: #fff;
  font-weight: 500;
}

/* !spulse_lp_ticket
---------------------------------------------------------- */
.spulse_lp_ticket {
  padding: 80px 0 0;
  font-weight: 500;
}
.spulse_lp_ticket .title {
  margin-top: 40px;
}
.spulse_lp_ticket .hd02 {
  padding: 12px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 500;
}
.spulse_lp_ticket .hd03 {
  position: relative;
  margin: 0 16px 40px;
  padding: 6px 10px;
  background: #fff;
  border: 3px solid #c9c6c6;
  border-radius: 20px;
  text-align: center;
  color: #004067;
  font-size: 1.8rem;
  font-weight: bold;
}
.spulse_lp_ticket .hd03:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -11px;
  width: 23px;
  height: 22px;
  background: url(../image/ico_arr_down.png) no-repeat center;
  background-size: 100%;
}
.spulse_lp_ticket .seat {
  margin-bottom: 40px;
}
.spulse_lp_ticket .seat .table {
  margin-top: 16px;
}
.spulse_lp_ticket .seat .hd02 {
  margin-top: 12px;
  font-size: 1.2rem;
}
.spulse_lp_ticket .table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  line-height: 1.43;
  font-weight: 500;
  font-size: 1.2rem;
}
.spulse_lp_ticket .table thead th {
  padding: 2px 4px;
  background: #ff8709;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.spulse_lp_ticket .table tbody th {
  position: relative;
  padding: 2px 10px;
  background: #fff;
  border-left: 20px solid #fff;
  font-weight: 500;
}
.spulse_lp_ticket .table tbody .orange {
  border-left-color: #f5a11b;
}
.spulse_lp_ticket .table tbody .purple {
  border-left-color: #a69aca;
}
.spulse_lp_ticket .table tbody .blue {
  border-left-color: #01afec;
}
.spulse_lp_ticket .table tbody .yellow {
  border-left-color: #fed603;
}
.spulse_lp_ticket .table tbody .green {
  border-left-color: #96d0b7;
}
.spulse_lp_ticket .table tbody .pink {
  border-left-color: #f4b4cf;
}
.spulse_lp_ticket .table td {
  padding: 2px 4px;
  background: #fff;
  text-align: center;
}
.spulse_lp_ticket .note {
  margin-top: 6px;
  color: #fff;
  font-size: 1.2rem;
}
.spulse_lp_ticket .spulse_lp_slide .item {
  padding: 0 50px;
  max-width: 370px;
}
.spulse_lp_ticket .spulse_lp_slide .tit {
  padding: 5px;
  background: #ff8709;
  border-radius: 16px 16px 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
.spulse_lp_ticket .spulse_lp_slide .info {
  padding: 16px;
  background: #fff3e7;
  border-radius: 0 0 16px 16px;
  color: #004067;
  font-weight: 500;
}

/* !spulse_lp_access
---------------------------------------------------------- */
.spulse_lp_access {
  padding: 80px 0 40px;
}
.spulse_lp_access .detail {
  margin-top: 40px;
}
.spulse_lp_access .goole iframe {
  border: 0;
  width: 100%;
  height: 342px;
}
.spulse_lp_access .goole .add {
  margin-top: 16px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.spulse_lp_access .spulse_lp_btns {
  margin-top: 24px;
}
.spulse_lp_access .spulse_lp_btns2 {
  margin-top: 24px;
}
.spulse_lp_access .other {
  margin: 80px 0 0;
}
.spulse_lp_access .other li {
  margin: 0 0 40px;
  background: #fff;
  border-radius: 0 0 16px 16px;
}
.spulse_lp_access .other .info {
  padding: 12px;
  font-size: 1.6rem;
  font-weight: 500;
}
.iframe_hitomishimatani{
  /* width:100%;
  height:100%; */
}

.iframe_hitomishimatani{
  /* width:560px;
  height:315px; */
  /* max-width:1120px;
  width: 1120px;
  height:630px; */
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.fancybox-content.is-movie {
  max-width: none;
  width: 100%;
}

/* !spulse_lp_youtube
---------------------------------------------------------- */
.spulse_lp_youtube {
  padding: 0 0 80px;
}
.spulse_lp_youtube .spulse_lp_hdL .jap {
  background: #004067;
  color: #fff;
}
.spulse_lp_youtube .sub {
  margin: 0 16px 30px;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 500;
}
.spulse_lp_youtube .movies.spulse_lp_slide {
  padding: 0;
}
.spulse_lp_youtube .movies .slick-dots {
  display: none !important;
}
.spulse_lp_youtube .movies .item {
  padding: 0 50px;
  max-width: 380px;
}
.spulse_lp_youtube .movies .movie {
  display: block;
  position: relative;
  width: 275px;
  padding-top: 56.25%;
  margin: 0 auto;
}
.spulse_lp_youtube .movies .movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.spulse_lp_youtube .movies .tit {
  margin-top: 10px;
  font-weight: 500;
}
.spulse_lp_youtube .movies02 {
  margin-top: 80px;
}
.spulse_lp_youtube .movies02 .item {
  padding: 0 70px;
  max-width: 620px;
}
.spulse_lp_youtube .movies02 .movie {
  display: block;
}
.spulse_lp_youtube .movies02 .tit {
  margin-top: 10px;
  font-weight: 500;
}
.spulse_lp_youtube .spulse_lp_btns {
  margin-top: 24px;
}
.spulse_lp_youtube .spulse_lp_btns .link {
  border: 1px solid #111;
  color: #111;
}
.spulse_lp_youtube .spulse_lp_btns .link:after {
  border-left: 10px solid #111;
}
.spulse_lp_btns .link img {
  margin: 0 16px;
}

.spulse_lp_youtube .spulse_lp_btns2 {
  margin-top: 24px;
}
.spulse_lp_youtube .spulse_lp_btns2 .link {
  border: 1px solid #111;
  color: #111;
}
.spulse_lp_youtube .spulse_lp_btns2 .link:after {
  border-left: 10px solid #111;
}
.spulse_lp_btns2 .link img {
  margin: 0 16px;
}

/* !spulse_lp_footer
---------------------------------------------------------- */
#spulse_lp_footer {
  padding: 50px 0 80px;
  text-align: center;
  color: #fff;
}
#spulse_lp_footer a {
  color: #fff;
}
#spulse_lp_footer h2 {
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
#spulse_lp_footer .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
}
#spulse_lp_footer .sns li {
  flex: 0 0 20%;
  font-weight: bold;
  font-size: 1.2rem;
}
#spulse_lp_footer .sns img {
  display: block;
  margin: 0 auto 8px;
  width: 50px;
}
.spulse_lp_footlogo {
  margin-bottom: 40px;
}
.spulse_lp_footlogo img {
  height: 120px;
}
#spulse_lp_copyright {
  font-size: 1rem;
  line-height: 2.5;
}

/* 追加コンテンツ　過去の対戦成績 */
.match_results {
  padding: 70px 0 0;
}
.match_results .game_teams_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.match_results .game_teams_container .team {
  width: 144px;
}

.match_results .game_teams_container span {
  font-size: 24px;
  color: #fff;
  margin: 0 16px;
}

.match_results .game_teams_container .team img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.match_results .game_teams_container .team p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.match_results .results_title {
  font-size: 16px;
  width: 100%;
  height: 40px;
  background-color: #ff8709;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 8px;
}

.total_results_container {
  margin-bottom: 40px;
}

.total_results_container .total_results_wrapper {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.total_results_container .total_results_wrapper .results_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  transition: width 1s cubic-bezier(0.25, 1.13, 0.62, 0.97);
}

.total_results_container .total_results_wrapper .results_bar p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: 'DRIBBLE', sans-serif;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 1s;
}
.total_results_container .total_results_wrapper .results_bar p span {
  font-size: 12px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  margin-left: 2px;
}

.total_results_container .total_results_wrapper .win_bar {
  width: 0;
  background-color: #ff8709;
}

.total_results_container .total_results_wrapper .draw_bar {
  width: 0;
  background-color: #a9a9a9;
}

.total_results_container .total_results_wrapper .lose_bar {
  width: 0;
  background-color: #23b7fe;
}

.latest_results_container .latest_results_wrapper {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
}

.latest_results_container .result {
  width: 100px;
}

.latest_results_container .result .date_location {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
}

.latest_results_container .result .date_location .location {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 16px;
  margin-right: 4px;
}

.latest_results_container .result .date_location .location.home {
  background-color: #ff8709;
}

.latest_results_container .result .date_location .location.away {
  background-color: #a9a9a9;
}

.latest_results_container .result .date_location .date {
  font-size: 18px;
  color: #fff;
}

.latest_results_container .result .circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
  z-index: 2;
}

.latest_results_container .result .inner_circle {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #004067;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
}

.latest_results_container .result .half_circle,
.latest_results_container .result .half_circle_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
  transform-origin: right center;
}

.latest_results_container .result .half_circle:nth-child(1) {
  background-color: #ff8709;
  transition: transform 0.5s linear;
}

.latest_results_container .result .half_circle:nth-child(2) {
  background-color: #ff8709;
  transition: transform 1s linear;
}

.latest_results_container .result .half_circle_top {
  background-color: #fff;
  transition: opacity 0s;
  transition-delay: 0.5s;
}

.latest_results_container .result .circle_logo {
  width: 57.6px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}
.latest_results_container .result .circle_text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
  line-height: 1;
}

.latest_results_container .result .score {
  font-size: 26px;
  color: #fff;
  text-align: center;
}
