<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.list__type--one.list--small .item--content {
  width: 73%; }


h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

h2 {
  font-size: 24px;
}

h4{
  line-height: 1.5em;
}

.banner__team .item {
  width: 100%;
  height: 180px;
  position: relative;
  /* background: url("/images/team/banner-team_2022.jpg?0202") 50% 50%/cover no-repeat padding-box; */
  background: url("/images/common/background-short.jpg") 50% 50%/cover no-repeat padding-box;
}

@media only screen and (min-width: 1475px) {
  .banner__team .item {
    margin: 0 auto;
    position: relative;
    height: 180px;
    width: 100%;
    max-width: 1980px;
    /* background: url("/images/team/banner-team_2022.jpg?0202") 50% 50%/cover no-repeat padding-box; */
    background: url("/images/common/background-short.jpg") 50% 50%/cover no-repeat padding-box;
  }
}

.box {
  padding: 30px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.fit-items:after {
  content: '';
  display: table;
  clear: both;
}

.fit-items__item {
  float: left;
}

.button-list {
  display: inline-block;
}

.button-list .button {
  float: left;
  margin: 0;
}

.button-list .button ~ .button {
  margin-left: 20px;
}

.team-members-banner__member {
  width: 20%;
  height: 350px;
  position: relative;
  background-size: cover;
}

.team-members-banner__member--member1 {
  background-image: url("/images/team/member_staff_2025.jpg?0327");
}

.team-members-banner__member--member2 {
  background-image: url("/images/team/member_pitcher_2025.jpg?0327");
}

.team-members-banner__member--member3 {
  background-image: url("/images/team/member_catcher_2025.jpg?0327");
}

.team-members-banner__member--member4 {
  background-image: url("/images/team/member_infielder_2025.jpg?0327");
}

.team-members-banner__member--member5 {
  background-image: url("/images/team/member_outfielder_2025.jpg?0327");
}

.team-members-banner__member .middle-content {
  color: #fff;
  text-align: center;
}

.team-members-banner__member .middle-content p:nth-child(1) {
  font-size: 24px;
  font-family: "Brutal Bold", Helvetica, sans-serif;
  font-weight: 600;
}

.team-members-banner__member .middle-content p:nth-child(2) {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}

.team-icons__icon {
  width: 180px;
  margin-left: 50px;
}

.team-icons__icon:first-child {
  margin-left: 0;
}

.team-icons__icon .item--img a {
  display: block;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f0f0f0;
}

.team-icons__icon--icon1 a {
  background-image: url("/images/team/icon1.svg");
}

.team-icons__icon--icon2 a {
  background-image: url("/images/team/icon2.svg");
}

.team-icons__icon--icon3 a {
  background-image: url("/images/team/icon3.svg");
}

.team-icons__icon--icon4 a {
  background-image: url("/images/team/icon4.svg");
}

.team-icons__icon--icon5 a {
  background-image: url("/images/team/icon5.svg");
}

.team-note__content {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 25px;
}

.team-note__content p ~ p {
  margin-top: 18px;
}


.owl__team {
  position: relative;
  margin-left: -1px;
  overflow: hidden;
}

.owl__team .owl-carousel {
  width: 106%;
  -webkit-perspective: 600px;
          perspective: 600px;
}

.owl__team .owl-carousel .owl-stage-outer {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotateY(2deg);
          transform: rotateY(2deg);
}

.owl__team .item {
  width: 106%;
  height: 600px;
  border: none;
}

.owl__team .bg--cover {
  background-color: #f7f7f7;
  -webkit-transform: skewX(0) skewY(-1deg);
      -ms-transform: skewX(0) skewY(-1deg);
          transform: skewX(0) skewY(-1deg);
}

.owl__team .owl-theme.banner--dots.banner--dots-left .owl-dots {
  left: 35px;
}

.skewBoxPlayer {
  background-color: #f7f7f7;
  -webkit-transform: skew(0deg, 1.5deg) translateY(-15px);
      -ms-transform: skew(0deg, 1.5deg) translateY(-15px);
          transform: skew(0deg, 1.5deg) translateY(-15px);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}

.playerContent {
  position: relative;
  padding-top: 155px;
  background-color: #f7f7f7;
}

.playerContent .container--content {
  -webkit-transform: skew(0deg, -1.5deg) translateY(-50px);
      -ms-transform: skew(0deg, -1.5deg) translateY(-50px);
          transform: skew(0deg, -1.5deg) translateY(-50px);
}

.playerContent__skew {
  position: absolute;
  top: -6%;
  left: 0;
  right: 0;
  bottom: 95%;
  background-color: #f7f7f7;
  -webkit-transform: skew(0deg, 1.5deg);
      -ms-transform: skew(0deg, 1.5deg);
          transform: skew(0deg, 1.5deg);
}

.playerInformation {
  padding: 35px 0px 80px 0px;
  background-color: #f7f7f7;
}

.team--player {
  height: 600px;
  width: 100%;
  position: relative;
}

.team--player::after {
  content: '';
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 5;
  background-color: transparent;
}

.team--player-button {
  margin: 0;
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 5;
}

.team--player-button.box--back a {
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.team--player-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: url(/images/team/bg-team.png) no-repeat 0% 100%;
  background-size: cover;
  overflow: hidden;
}

.team--player-number {
  display: inline-block;
  color: #FFF;
  font-family: "Brutal Bold", Helvetica, sans-serif;
  font-size: 250px;
  opacity: 0.15;
  vertical-align: middle;
}

.team--player-wrapper {
  width: 1100px;
  margin: 0 auto;
}

.team--player-infor {
  width: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
  background-clip: content-box;
  text-align: center;
}

.team--player-infor .left,
.team--player-infor .right {
  display: inline-block;
  vertical-align: middle;
}

.team--player-infor .left {
  text-align: right;
  width: 1000px;
  margin-left: -220px;
}

.team--player-infor .left img {
  width: 100%;
}

.team--player-infor .right {
  text-align: right;
  width: 68%;
  margin-left: -40%;
}

.team--player-infor .right--profile {
  display: inline-block;
  vertical-align: middle;
  width: 290px;
  text-align: left;
}

.team--player-infor .right .nameJP {
  color: #FFF;
  font-size: 56px;
  font-weight: bold;
}

.team--player-infor .right .nameUS {
  margin: 15px 0;
  color: #a6a6a6;
  font-family: "Brutal Regular", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.team--player-infor .right .position {
  color: #a6a6a6;
  font-size: 14px;
}

.team--player-infor .right .position span {
  display: inline-block;
  margin: 0 5px;
}

.team--player-infor .right .text {
  color: #a6a6a6;
  font-size: 14px;
  font-family: "Brutal Regular", Helvetica, sans-serif;
}

.team--player-infor .right .slogan {
  margin: 15px 0;
  color: #FFF;
  font-family: "Brutal Bold", Helvetica, sans-serif;
  font-size: 34px;
}

.team--player-infor .right .note {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}

.team--basic table {
  margin: 0px 0px 50px 0px;
}

.team--basic table tr th {
  width: 160px;
  padding: 10px;
  text-align: center;
}

.team--basic table tr td {
  width: 388px;
  padding: 0px 0px 0px 10px;
  background-color: #FFF;
}

.team--basic .left,
.team--basic .right {
  width: 525px;
  display: inline-block;
  vertical-align: top;
}

.team--basic .left {
  margin: 0px 40px 0px 0px;
}

.team--fanfare {
  padding: 40px 0px;
  background-color: #FFF;
  text-align: center;
  font-size: 16px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
}

.team--statistics table {
  margin: 0px;
}

.team--statistics table tr th {
  width: 98px;
}

.team--statistics table tr td {
  padding: 6px 0px;
  color: #262626;
  background-color: #FFF;
  text-align: center;
}

.team--statistics table tr.colum-line td {
  padding: 1px 0px;
  background-color: #e0e0e0;
}

.team--statistics table tr.last td {
  color: #262626;
  font-weight: bold;
}

.team--slogan {
  color: #FFF;
}

.team--slogan table tr th,
.team--slogan table tr td {
  padding: 10px;
}

.team--slogan table tr td:first-child,
.team--slogan table tr td .image--player {
  width: 68px;
}

.team--slogan table tr td:last-child {
  text-align: center;
}

.team--slogan table tr td .image--slogan {
  width: auto;
}

.team--record table tr th,
.team--record table tr td {
  padding: 10px;
  text-align: center;
}

.team--record table tr th {
  width: 200px;
}

.team--record table tr th:first-child {
  width: 120px;
}

.team--media .taR {
  margin: 20px 0px 0px 0px;
  float: right;
  color: #4d4d4d;
  font-size: 12px;
}

.team--media img {
  width: auto;
  margin-bottom: 5px;
  float: right;
}

.team--media table {
  width: 100%;
  margin: 0px 0px 30px 0px;
}

.team--media table.last {
  margin: 0px;
}

.team--media table tr th,
.team--media table tr td {
  padding: 10px;
}


.team--qrcode {
  padding: 30px 0px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  text-align: center;
}

.team--qrcode .left,
.team--qrcode .right {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.team--qrcode .left {
  margin: 0px 50px 0px 0px;
}

.team--qrcode .left .a--redirect {
  font-size: 11px;
}

.team--qrcode .left p {
  margin: 0px 0px 5px 0px;
}

.team--qrcode .right img {
  width: 66px;
}

.team--voice .left,
.team--voice .right {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.team--voice .left {
  margin: 0px 20px 0px 0px;
}

.team--voice .left img {
  width: 152px;
}

.team--voice .right {
  width: 76%;
}

.team--voice table tr th,
.team--voice table tr td {
  padding: 10px;
}

.team--voice table tr th {
  width: 157px;
  text-align: center;
}

.team--list a {
  margin-right: 20px;
}

.team--list a:last-child {
  margin-right: 0;
}

.team--ginowan .left,
.team--ginowan .right {
  float: left;
  width: 48%;
}

.team--ginowan .left a,
.team--ginowan .right a {
  margin-bottom: 20px;
}

.team--ginowan .left a:last-child,
.team--ginowan .right a:last-child {
  margin-bottom: 0;
}

.team--ginowan .left {
  margin-right: 20px;
}

.team--media table tr th {
  width: 150px;
}

h2.heading.center {
  line-height: 1 !important;
}

.dashboard--standings table tr th,
.dashboard--standings table tr td {
  padding: 10px;
  text-align: center;
}

.dashboard--statis table .borderline tr:not(.below) + tr.below td {
  border-top: 2px solid #c00 !important;
}

.dashboard--statis table tr td {
  padding: 10px;
  text-align: center;
}

.dashboard--statis table tr td:first-child {
  text-align: left;
}

.dashboard--statis table tr td:first-child a {
  text-decoration: none;
}

.dashboard--statis table tr td:first-child a:hover {
  text-decoration: underline;
}

.dashboard--statis table tr td.a {
  background-color: #B3E5FF;
  color: #004091;
}

.dashboard--statis table tr th {
  height: 90px;
  position: relative;
  text-align: center;
  line-height: 1.1;
  vertical-align: top;
}

.dashboard--statis table tr th:first-child {
  vertical-align: middle;
}

.dashboard--statis table tr th a {
  padding: 10px;
  color: #262626;
  text-decoration: none;
}

.dashboard--statis table tr th a::after {
  content: '▼';
  display: block;
  margin: 0px 0px 0px -5px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  font-size: 10px !important;
  -ms-transform: scale(1, 0.8);
  -webkit-transform: scale(1, 0.8);
  transform: scale(1, 0.8);
}

.dashboard--statis .tbl-batter tr th {
  height: 43px;
}

.box-scroll {
  border: 1px solid #c8dbe8;
  box-sizing: border-box;
}

.box-scl {
  overflow-x: hidden;
  overflow-y: auto;
  height: 210px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.box-scl table tr th,
.box-scl table tr td {
  padding: 10px;
}

.box-scl table tr .t-announce span {
  display: inline-block;
  margin: 0px 10px 0px 0px;
}

.box-scl table tr .t-announce a {
  display: inline-block;
}

.media--note {
  float: right;
  width: 100px;
  padding: 2px 0px;
  margin: 0px 0px 5px 0px;
  color: #FFF;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
}

.media--note.bg--one {
  background-color: #168bff;
}

.media--note.bg--two {
  background-color: #20a45c;
}

.media--note.bg--three {
  background-color: #e8802b;
}

.caution-r {
  font-size: 12px;
  text-align: right;
}

.img-draft {
  width: 217px !important;
}

.imgLink {
  margin: 30px 0px 0px 0px;
}

.imgLink a {
  display: block;
  font-size: 0;
}

.imgLink a img {
  width: 100%;
  height: 95px;
}

#mappopup {
  width: 370px;
  margin: 0 auto;
  padding: 5px 0;
  background: #fff;
}

#mappopup img {
  margin-left: 16px;
  text-align: center;
}

#mappopup .closeBtn {
  margin: 10px 0 0 0;
  padding: 15px 0 0 0;
  text-align: center;
  border-top: 1px solid #014099;
  box-sizing: border-box;
}

.c-boxShot {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
}

.c-boxShot + .c-boxShot {
  margin-top: 20px;
}

.c-boxShot .c-oneShot .c-oneShot--img a{
  width: 185px;
}

.c-oneShot {
  margin-right: 15px;
  text-align: center;
}

.c-oneShot:last-child {
  margin-right: 0;
}

.c-oneShot--img {
  padding: 1px;
  font-size: 0;
  /* border: 1px solid #e0e0e0; */
  box-sizing: border-box;
}

.c-oneShot--img a:hover {
  opacity: 0.7;
}

.c-oneShot--title {
  margin-top: 5px;
}

.c-oneShot--title a {
  color: #004091;
}

.c-oneShot--title a:hover {
  opacity: 0.5;
}

.c-oneShot--lead {
  color: #a6a6a6;
  font-size: 11px;
}

/* .playerDetail {
  margin-top: -45px;
} */

.playerDetail__wrapper {
  height: 600px;
  margin-bottom: -45px;
  position: relative;
  background-color: #262626;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}

.playerDetail__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 47%;
  background-color: #004091;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: skew(-10deg, 0deg) translateX(-120px);
      -ms-transform: skew(-10deg, 0deg) translateX(-120px);
          transform: skew(-10deg, 0deg) translateX(-120px);
}

.playerDetail__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  min-height: 671px;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.playerDetail__number {
  position: absolute;
  top: 45%;
  right: 25px;
  color: #FFF;
  opacity: 0.07;
  font-size: 250px;
  font-family: "Brutal Bold", Helvetica, sans-serif;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.playerDetail__bitmap {
  width: 50%;
}

.playerDetail__bitmap--size {
  width: 1100px;
  margin-left: -265px;
}

.playerDetail__profile {
  width: 50%;
  margin-left: 20px;
  margin-top: -40px;
}

.playerDetail__profile--nameJP {
  color: #FFF;
  font-size: 56px;
  font-weight: bold;
}

.playerDetail__profile--nameUS {
  margin: 15px 0;
  color: #a6a6a6;
  font-family: "Brutal Regular", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.playerDetail__profile--position {
  color: #a6a6a6;
  font-size: 14px;
}

.playerDetail__profile--position span {
  display: inline-block;
  margin: 0 5px;
}

.owl__team .owl-theme.banner--arrow .owl-next {
  right: 140px;
}

@media only screen and (min-width: 1366px) {
  .playerDetail__number {
    right: -105px;
  }

}

@media only screen and (max-width: 1366px) {
  .playerDetail__container {
    width: 100%;
  }

}

@media only screen and (max-width: 1100px) {
  .playerDetail__section {
    margin: 0;
  }

}

.slider__item {
  background: #fff;
}

.slider__item a {
  font-size: 11px;
}

.slider__item th {
  padding: 15px 15px 20px 15px;
  background: #fff;
  text-align: left;
}

.slider__item th.camp {
  padding: 15px 15px 20px 15px;
  background: #fff;
  text-align: left;
  width: 14%;
}

.slider__item td {
  padding: 10px 15px 20px 15px;
}

.slider__item .day {
  color: #a6a6a6;
  text-transform: uppercase;
  line-height: 1;
  font-size: 11px;
}

.slider__item .day.saturday {
  color: #2C67C9;
}

.slider__item .day.sunday {
  color: #DD3A3E;
}

.slider__item .date {
  color: #313131;
  font-size: 24px;
  font-weight: 600;
  font-family: "Brutal Bold", Helvetica, sans-serif;
}

.slider__item .date.saturday {
  color: #2C67C9;
}

.slider__item .date.sunday {
  color: #DD3A3E;
}

.slider__item .lead {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 2em;
}

.slider__item .lead::before {
  content: "";
  width: 4px;
  height: 20px;
  position: absolute;
  left: 0;
}

.slider__item .lead--blue::before {
  background: #004091;
}

.slider__item .lead--blue-light::before {
  background: #67C9F6;
}

.slider__item .lead--accent::before {
  background: #F75239;
}

.slider__item .lead--green::before {
  background: #B9D716;
}

.slider__item .lead--gray::before {
  background: #E3E3E3;
}

.slider .playerDetail__number {
  right: 10px;
}

.sliderSchedule {
  position: relative;
}

.sliderSchedule .owl-prev,
.sliderSchedule .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

.sliderSchedule .owl-prev button,
.sliderSchedule .owl-next button {
  font-size: 0;
  border: none;
}

.sliderSchedule .owl-prev {
  left: -50px;
}

.sliderSchedule .owl-next {
  right: -50px;
}

.box-image--horizontal {
  position: relative;
  text-align: center;
}

.box-image--horizontal img {
  height: 280px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
}

.box-image--horizontal p {
  width: 100%;
  position: absolute;
  bottom: 80px;
}

.stadium--image{
  width: 800px;
  margin-top: 46px;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
  justify-content:space-between;
}

.stadium--image li{
  width: 386px;
}

.camp_slider.owl-carousel .owl-dots.disabled,
.camp_slider.owl-carousel .owl-nav.disabled{
  display: block !important;
}
</pre></body></html>