<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&amp;subset=japanese");
body {
  background: #001735;
}
body h2 {
  color: #cb1a00;
  font-size: 70px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 200;
  font-style: italic;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.sp h2 {
  font-size: 50px;
}

/* TITLE
-------------------------- */
#ttl-area {
  background: #FFF;
}
#ttl-area .wrapper {
  margin: 0 auto;
}
#ttl-area .wrapper h2 {
  padding: 20px 0 0 20px;
  line-height: 1;
}
#ttl-area .wrapper p.ja {
  color: #cb1a00;
  margin-left: 12px;
  font-style: italic;
}
#ttl-area .wrapper p.update {
  font-size: 13px;
  text-align: right;
  padding: 0 20px 5px 0;
}

body.sp #ttl-area .wrapper h2 {
  padding: 20px 0 0 20px;
  line-height: 1;
}
body.sp #ttl-area .wrapper p.update {
  font-size: 12px;
  padding: 0 10px 5px 0;
}

/* ROSTER
-------------------------- */
#roster-area .stlWp {
  background: #f3f3f5;
  border-top: 1px solid #e61938;
  border-bottom: 1px solid #001735;
  position: relative;
}
#roster-area .stlWp .btn-filter {
  position: absolute;
  right: 15px;
  top: 17px;
}
#roster-area .stlWp .btn-filter li {
  display: inline-block;
  border: none;
}
#roster-area .stlWp .btn-filter li a {
  color: #666;
  background: #E0E0E0;
  padding: 0 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
  display: block;
  text-decoration: none;
}
#roster-area .stlWp .btn-filter li.current a {
  background: #cb1a00;
  color: #FFF;
  padding: 0 10px;
}
#roster-area h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  color: #cb1a00;
  max-width: 1440px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
#roster-area .grid {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#roster-area .grid li.item {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  width: 16.6%;
  max-width: 240px;
  min-width: 204px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#roster-area .grid li.item a {
  display: block;
  position: relative;
  color: #FFF;
}
#roster-area .grid li.item a img {
  width: 100%;
  height: auto;
}
#roster-area .grid li.item a div.info {
  position: relative;
  background: rgba(0, 20, 40, 0.95);
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#roster-area .grid li.item a div.info::after {
  content: '';
  display: block;
  width: 64px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: skewX(-24deg);
  transform: skewX(-24deg);
  background-color: #e61938;
}
#roster-area .grid li.item a div.info p.position {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  top: 2px;
  left: 5px;
  z-index: 3;
  position: absolute;
}
#roster-area .grid li.item a div.info p.num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 600;
  font-style: italic;
  z-index: 3;
  position: absolute;
  top: 11px;
  left: 5px;
}
#roster-area .grid li.item a div.info dl {
  position: absolute;
  left: 62px;
  z-index: 4;
}
#roster-area .grid li.item a div.info dl dd {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  text-indent: 2px;
}
#roster-area .grid li.item a div.info dl dt {
  font-size: 22px;
  line-height: 1.2;
}
#roster-area .item.muuri-item-dragging {
  z-index: 3;
}
#roster-area .item.muuri-item-releasing {
  z-index: 2;
}
#roster-area .item.muuri-item-hidden {
  z-index: 0;
}
#roster-area .item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

body.sp #roster-area .stlWp {
  padding: 10px 0;
}
body.sp #roster-area .stlWp .btn-filter {
  position: static;
  text-align: center;
  margin: 10px 0 0 0;
  right: 0;
  top: 0;
}
body.sp #roster-area h3 {
  font-size: 32px;
  color: #cb1a00;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
body.sp #roster-area .grid {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
body.sp #roster-area .grid li.item {
  width: 49.999%;
  height: auto;
  max-width: 50%;
  min-width: 33.33%;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.sp #roster-area .grid li.item a div.info {
  width: 100%;
  height: 50px;
  position: relative;
}
body.sp #roster-area .grid li.item a div.info::after {
  width: 72px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
body.sp #roster-area .grid li.item a div.info p.position {
  font-size: 11px;
  left: 5px;
  top: 4px;
}
body.sp #roster-area .grid li.item a div.info p.num {
  font-size: 28px;
  top: 14px;
  left: 5px;
}
body.sp #roster-area .grid li.item a div.info dl {
  right: 5px;
  left: auto;
  top: 4px;
  z-index: 4;
}
body.sp #roster-area .grid li.item a div.info dl dd {
  font-size: 14px;
  text-align: right;
}
body.sp #roster-area .grid li.item a div.info dl dt {
  font-size: 18px;
  padding-top: 3px;
  font-weight: normal;
  text-align: right;
}
@media screen and (orientation: landscape) {
  body.sp li.item {
    width: 33.333% !important;
  }
}

/*# sourceMappingURL=member.css.map */
</pre></body></html>