/* コンテンツ共通 */

.contentHeader {
    margin-bottom: 60px;
}

#contents {
    margin: 0 auto;
    width: 800px;
}

.content {
    margin-bottom: 100px;
}

.contentFooter {
    margin-bottom: 40px;
}

.contentFooter-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #2196F3;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 12px 20px;
    width: 15em;
    margin: 0 auto;
    border-radius: 100vh;
}

.el_bg__bl {
    background-color: #2196F3;
}

.contentFooter-button a {
    display: block;
    color: #fff;
}

.contentFooter-button-cs {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 12px 20px;
    width: 15em;
    margin: 0 auto;
    border-radius: 100vh;
}

#link .content {
    margin-bottom: 60px;
}

.content-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

.content-title span {
    font-size: 18px;
    color: #9e9e9e;
    display: block;
}

.content-subTitle {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.more {
    display: none;
    text-align: left;
}

.red {
    color: #f44336;
}

.shadow {
    text-shadow:
    1px 1px 0px #880e4f, -1px -1px 0px #880e4f,
    -1px 1px 0px #880e4f,  1px -1px 0px #880e4f,
    1px 0px 0px #880e4f, -1px  0px 0px #880e4f,
    0px 1px 0px #880e4f,  0px -1px 0px #880e4f;
}

.flex {
    display: flex;
    justify-content: flex-start;
}

.el_pc {
    display: block;
}

.el_sp {
    display: none;
}

/* 〜とは */

.about-description {
    text-align: center;
    line-height: 2.5em;
}

.about-more {
    margin-top: 40px;
}

.about-more {
    background-color: #2196F3;
    padding: 4px 8px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    width: 8em;
    margin: 40px auto 0;
}

.about-more a {
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 100%;
}

.about-list {
    margin: 40px 0;
}

.about-list-item {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 80px;
}

.about-list-item-rank {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffb300;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    min-width: 2.5em;
    min-height: 2.5em;
}

.about-list-item-number {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #673ab7;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    min-width: 2.5em;
    min-height: 2.5em;
}

.about-list-item-name {
    margin: 0 40px;
    width: 60%;
    font-size: 20px;
}

.about-list-item-team {
    margin-right: 20px;
    width: 100%;
}

.about-list-item-logo img {
    width: 120px;
    height: auto;
}

/* ルール */

.rule {
    text-align: center;
}

.rule-description {
    line-height: 2em;
    padding: 20px 0 40px;
    text-align: left;
}

.rule-more {
    text-align: center;
}

.rule-more a {
    display: inline-block;
    color: #fff;
    background-color: #2196F3;
    padding: 4px 8px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    width: 9em;
    margin-top: 40px;
    line-height: 2em;
    cursor: pointer;
}

.rule-description-headding {
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0;
}

.rule-description-text {
    line-height: 2em;
}

.rule-description-notice {
    color: #f44336;
    font-size: 68px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
}

.rule-description-notice p {
    font-size: 20px;
    text-align: left;
}

.rule-description-notice span:last-child {
    font-size: 16px;
}

.rule-button {
    display: inline-block;
    color: #fff;
    background-color: #2196F3;
    padding: 4px 8px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    width: 12em;
    margin: 20px auto 0;
    line-height: 2em;
    cursor: pointer;
}

.rule-button:hover {
    opacity: 0.6;
}

.rule-title {
    margin: -40px -40px 0;
    padding: 40px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-shadow:
    1px 1px 0px #fff, -1px -1px 0px #fff,
    -1px 1px 0px #fff,  1px -1px 0px #fff,
    1px 0px 0px #fff, -1px  0px 0px #fff,
    0px 1px 0px #fff,  0px -1px 0px #fff;
}

/* ランキング */

.ranking {
    margin-bottom: 60px;
}

.ranking-name {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.ranking-name span {
    font-size: 16px;
    color: #9e9e9e;
    display: block;
}

.ranking-list {
    margin: 40px 0;
}

.ranking-list-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    border: 0 solid #e0e0e0;
    border-width: 0 1px 1px;
}

.ranking-list-item > div {
    border: solid 0 #e0e0e0;
    border-width: 0 1px 0 0;
    height: 100px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ranking-list-item:first-child > div {
    background-color: #000;
    color: #fff;
    border-color: #fff;
    border-right-width: 1px;
    font-weight: bold;
    height: 80px;
}

.ranking-list-item:first-child > div * {
    font-weight: bold;
}

.ranking-list-item > div:last-child {
    border-right-color: #e0e0e0;
}

.ranking-list-item:last-child > div {
    border-bottom-width: 0;
}

/*
.ranking-list-item:nth-child(3),
.ranking-list-item:nth-child(5) {
    background-color: #f5f5f5;
}
*/

.ranking-list-item-rank-wrapper {
    min-width: 95px;
    max-width: 95px;
}

.ranking-list-item-rank {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    min-width: 3em;
    max-width: 3em;
    min-height: 3em;
    font-size: 18px;
}

.ranking-list-item:nth-child(2) .ranking-list-item-rank,
.ranking-list-item:nth-child(3) .ranking-list-item-rank {
    background-image: linear-gradient(134deg, rgba(255, 242, 58, 1), rgba(224, 162, 8, 1) 80%);
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #212121;
}

/*
.ranking-list-item:nth-child(3) .ranking-list-item-rank {
    background-image: linear-gradient(138deg, rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #212121;
}
*/

/*
.ranking-list-item:nth-child(2) .ranking-list-item-rank {
    background-color: #9e9e9e;
}

.ranking-list-item:nth-child(3) .ranking-list-item-rank {
    background-color: #ff8a65;
}
*/

.ranking-list-item-number {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #673ab7;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    min-width: 2.5em;
    min-height: 2.5em;
}

.ranking-list-item-logo {
    min-width: 100px;
    max-width: 100px;
    padding: 20px 0 20px 20px;
}

.ranking-list-item-logo img {
    width: 100%;
}

.ranking-list-item-name {
    min-width: 384px;
    text-align: left;
    border-left: solid 1px #e0e0e0;
}

.ranking-list-item:nth-child(n+2) > div:nth-child(2) {
    justify-content: flex-start !important;
}

.ranking-list-item-name img {
    height: 64px;
    margin-right: 20px;
}

.ranking-list-item-team {
    margin-right: 18px;
    width: 100%;
}

.ranking-list-item-point {
    text-align: right;
    border-left: solid 1px #e0e0e0;
    padding: 20px;
    min-width: 160px;
    max-width: 160px;
}

.ranking-list-item-point:last-child {
    padding: 8px 20px;
}

.ranking-list-item:nth-child(1) * {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

/* PICKUP */

#link {
    margin: auto;
    width: 800px;
    padding: 0 12px;
    overflow: hidden;
}

.pickup-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pickup-list li {
    height: 40px;
    margin: 0 20px;
}

.pickup-list li img {
    height: 100%;
}

/* 収録日程 */

.schedule-list-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 60px;
    z-index: 999;
    background-color: #fff;
    padding: 20px 0;
}

.schedule-list-menu li {
    display: inline-block;
    color: #2196F3;
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: 9em;
    line-height: 2em;
    cursor: pointer;
    margin-right: 12px;
    border: 1px #2196F3 solid;

}

.schedule-list-menu li:last-child {
    margin-right: 0;
}

.schedule-list-menu li[data-month]:not(.active) {
    cursor: pointer;
}

/*
.schedule-list-menu li[data-month]:hover {
    background-color: #2196F3;
    color: #fff;
}
*/

.schedule-list-menu li:not([data-month]) {
    border: 1px #9e9e9e solid;
    color: #9e9e9e;
}

.schedule-list-menu li a {
    display: block;
    color: #000;
}

.schedule-list {
    border: 1px #e0e0e0 solid;
    border-radius: 20px;
    margin-bottom: 80px;
    background: url(../img/schedule_bg_pc.png);
    background-size: 100% 100%;
}

.schedule-list:last-child {
    margin-bottom: 0;
}

.schedule-list-id {
    height: 160px;
    margin-top: -120px;
}

.schedule-list a:hover {
    opacity: 0.8;
}

.schedule-list-detail-title {
    font-size: 24px;
    text-align: center;
    padding: 20px 0 0;
    text-shadow:
    1px 1px 0px #fff, -1px -1px 0px #fff,
    -1px 1px 0px #fff,  1px -1px 0px #fff,
    1px 0px 0px #fff, -1px  0px 0px #fff,
    0px 1px 0px #fff,  0px -1px 0px #212121;
}

.schedule-list-detail-subtitle {
    display: block;
    font-size: 18px;
    margin-top: 12px;
}

.schedule-list-detail-teamlist-warpper {
    padding: 20px;
}

.schedule-list-detail-teamlist {
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding: 20px 0 0 0;
    flex-wrap: wrap;
}

.schedule-list-detail-team {

}

.schedule-list-detail-team-name {
    text-align: center;
    padding: 8px 0 20px;
    font-weight: bold;
    font-size: 16px;
}

.schedule-list-detail-team-member {
    min-width: 150px;
    max-width: 150px;
    min-height: 150px;
    max-height: 150px;
}

.schedule-list-detail-team-member img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #eeeeee;
}

.schedule-list-detail-text {
    width: 100%;
    margin: -40px 0 40px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.schedule-list-detail-text a {
    text-decoration: underline;
}

.schedule-list-detail-text a:hover {
    opacity: 0.5;
}

.teamImage1 {
    background: #01b5bb url(../img/pc_M.jpg) center center !important;
    background-size: cover !important;
}

.teamImage2 {
    background: #2aa738 url(../img/pc_K.jpg) center center !important;
    background-size: cover !important;
}

.teamImage3 {
    background: #eb6100 url(../img/pc_D.jpg) center center !important;
    background-size: cover !important;
}

.teamImage4 {
    background: #e60012 url(../img/pc_G.jpg) center center !important;
    background-size: cover !important;
}

.teamColor1 {
    background-color: #e60012;
    border-color: #e60012;
}

.teamColor2 {
    background-color: #eb6100;
    border-color: #eb6100;
}

.teamColor3 {
    background-color: #2aa738;
    border-color: #2aa738;
}

.teamColor4 {
    background-color: #01b5bb;
    border-color: #01b5bb;
}

.teamTextColor1 {
    color: #e60012;
}

.teamTextColor2 {
    color: #eb6100;
}

.teamTextColor3 {
    color: #2aa738;
}

.teamTextColor4 {
    color: #01b5bb;
}

.fa-house-chimney-window.teamTextColor1,
.fa-house-chimney-window.teamTextColor2,
.fa-house-chimney-window.teamTextColor3,
.fa-house-chimney-window.teamTextColor4 {
    opacity: 0.7;
}

/* チーム・選手 */

.content_team {
    min-width: 1200px;
}

.team-list-item {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 40px 40px 20px;
}

.team-list-item-visual {
    min-width: 320px;
    max-width: 320px;
    margin-right: 12px;
}

.team-list-item-headding {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.team-list-item-companyLogo {
    width: 40px;
    margin-right: 12px;
}

.team-list-item-teamLogo {
    width: 100%;
}

.team-list-item-link {
    margin-top: 40px;
}

.team-list-item-detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.team-list-item-comingsoon {
    position: relative;
}

.team-list-item-comingsoon-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
}

.team-list-item-comingsoon-text {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: bold;
    font-size: 40px;
    line-height: 2em;
    text-shadow:
    2px 2px 0px #fff, -2px -2px 0px #fff,
    -2px 2px 0px #fff,  2px -2px 0px #fff,
    2px 0px 0px #fff, -2px  0px 0px #fff,
    0px 2px 0px #fff,  0px -2px 0px #fff;
}

.team-list-item-comingsoon-image {
    position: absolute;
    z-index: 2;
    top: 20%;
    left: 50%;
    width: 90%;
    transform: translate(-49%, -20%) rotate(5deg);
    filter: grayscale(100%);
    background-color: rgba(255, 255, 255, 0.6);
}

.team-list-item-comingsoon-image2 {
    position: absolute;
    z-index: 2;
    top: 20%;
    left: 50%;
    width: 95%;
    transform: translate(-49%, -20%) rotate(-5deg);
    filter: grayscale(100%);
    background-color: rgba(255, 255, 255, 0.6);
}

.team-list-item-member {
    width: 47%;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin: 0 0 20px 20px;
}

.team-list-item-member-name {
    display: flex;
    margin-bottom: 20px;
}

.team-list-item-member-name p {
    font-size: 16px;
    font-weight: bold;
}

.team-list-item-member-name span {
    display: inline-block;
    width: 6em;
    text-align: center;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 8px;
}

.team-list-item-member-profile {
    display: flex;
}

.team-list-item-member-image img {
    width: 120px;
}

.team-list-item-member-image-silhouette img {
    min-width: 80px;
    max-width: 80px;
}

.team-list-item-member-text {
    margin-left: 20px;
    text-align: left;
    font-size: 12px;
}

.team-list-member-name {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.team-list-member-name span {
  display: inline-block;
  width: 6.5em;
  text-align: center;
  color: #fff;
  padding: 2px 8px 2px;
  border-radius: 4px;
  font-size: 13px;
  margin-right: 8px;
}

.team-list-item-image-s {
  margin-right: 4px;
  height: 40px;
}

.team-list-item-image-s img {
  height: 100%;
}

.team-list-result {
    position: relative;
}

.team-list-result-item-header {
    background-color: #000;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
}


.team-list-result-item-header .team-list-result-item-cell {
    padding: 12px 4px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.team-list-result-item {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.team-list-result-item-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 179px;
    text-align: center;
    border: 0 solid #e0e0e0;
    border-width: 0 0 1px 1px;
    font-size: 16px;
}

.team-list-result-item-cell:nth-child(1) {
    max-width: 128px;
    min-width: 128px;
}

.team-list-result-item:nth-child(odd):not(.team-list-result-item-header) .team-list-result-item-cell {
  background-color: #f5f5f5;
}

.team-list-result-item-cell:last-child {
  border-right-width: 1px;
}

.team-list-result-item-cell img {
    width: 60px;
}

.team-list-result-item-cell-name {
    margin-left: 12px;
}

.team-list-result-item-cell a:hover {
    opacity: 0.8;
}

.team-list-result-item-headImage {
    margin-bottom: 8px;
}

.team-list-result-item-headImage img {
    background-color: #fff;
}

.team-list-id {
    height: 120px;
    margin-top: -40px;
}

.cell-s {
    max-width: 84px !important;
    min-width: 84px !important;
}

.cell-left {
    justify-content: flex-start;
}

.listScroll {
    height: 508px;
    overflow-y: auto;
    border-bottom: 1px solid #e0e0e0;
}

.listScroll .team-list-result-item:last-child .team-list-result-item-cell {
    border-bottom-width: 0;
}

/* 対戦成績 */

.game {
    margin-bottom: 60px;
}

.game-list-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.game-list-menu li {
    background-color: #2196F3;
    color: #fff;
    margin-right: 20px;
    padding: 8px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}

.game-list-menu li:last-child {
    margin-right: 0;
}

.game-list-ranking {
    width: 400px;
    margin: auto;
}

.game-list-item {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 80px;
}

.game-list-item-rank {
    min-width: 2.5em;
}

.game-list-item-name {
    margin: 0 40px;
    width: 100%;
    font-size: 20px;
}

.memberranking {
    margin-bottom: 60px;
}

.memberranking .team-list-result-item-cell {
    width: 100%;
}

/* 収録・協力法人 */

.sponsor-list {
    margin: 40px 0;
}

.sponsor-list-item {
    display: flex;
    align-items: flex-start;
    font-weight: bold;
    margin-bottom: 160px;
    padding-top: 180px;
    margin-top: -180px;
}

.sponsor-list-item:last-child {
    margin-bottom: 0;
}

.sponsor-list-item-image {
    margin-right: 20px;
    min-width: 80px;
    max-width: 80px;
}

.sponsor-list-item-image img {
    width: 100%;
}

.sponsor-list-item-name {
    margin-bottom: 40px;
    text-align: left;
}

.sponsor-list-item-teamName {
    font-weight: bold;
    font-size: 24px;
}

.sponsor-list-item-corpName {
    font-size: 16px;
}

.sponsor-list-item-number {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #673ab7;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    min-width: 2.5em;
    min-height: 2.5em;
    margin-right: 20px;
}

.sponsor-list-item-detail {
    display: flex;
}

.sponsor-list-item-logo {
    text-align: center;
    line-height: 0;
    min-width: 240px;
    max-width: 240px;
    min-height: 170px;
    max-height: 170px;
    margin: auto;
}

.sponsor-list-item-logo-s {
    text-align: center;
    line-height: 0;
    min-width: 170px;
    max-width: 170px;
    margin: auto;
}

.sponsor-list-item-logo img,
.sponsor-list-item-logo-s img {
    max-width: 100%;
    max-height: 100%;
}

.sponsor-list-item-content {
    margin-left: 40px;
}

.sponsor-list-item-text {
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
}

.sponsor-list-item-link .bl_team_item_linkWrap {
    justify-content: space-between;
    margin: 0 8px 20px 0;
    padding: 13px 0px 13px 10px;
    max-width: 240px;
    min-width: 240px;
}

.sponsor-list-item-link .bl_team_item_link {
    font-size: 16px;
}

/* フッター */

#footer {
    background-color: #000;
    color: #fff;
    padding: 40px 12px;
}

.footer-sponsor-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    width: 800px;
    overflow: hidden;
}

.footer-sponsor-list li {
    line-height: 0;
    height: 80px;
    margin: 0 8px;
}

.footer-sponsor-list li img {
    height: 100%;
    border: 1px solid #fff;
}

.footer-copyright {
    font-size: 14px;
    text-align: center;
}

.chip {
    position: relative;
    cursor: pointer;
    display: block;
}

.chip a {
    color: #757575 !important;
}

.chip p {
    margin: 0 auto;
    padding: 0;
}

.chipBox {
    display: none;
    position: absolute;
    padding: 12px;
    font-size: 14px;
    line-height: 1.6em;
    color: #000;
    border-radius: 8px;
    background: #fff;
    width: 12em;
    font-weight: bold;
    z-index: 3;
    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.4);
}

.chipBox:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 50%;
    border: 10px solid transparent;
    border-top: 15px solid #fff;
    margin-left: -15px;
    transform: rotateZ(180deg);
}

.bl_emphasize_txt {
    font-size: 32px !important;
    color: #ffd300;
    text-shadow: #000 1px 0px 20px;
}

.bl_companyBanner {
    margin: 40px auto 100px;
    max-width: 1476px;
}

.bl_companyBanner_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bl_companyBanner_list_item {
    margin: 0 20px 20px 0;
    width: 728px;
}

.bl_companyBanner_list_item:nth-child(even) {
    margin-right: 0;
}

.bl_companyBanner_list_item img {
    width: 100%;
}

.iconSwiper {
    margin-left: 1.7vw;
}

.contentIconSwiper .swiper-slide {
    min-width: 10vw;
    max-width: 10vw;
    margin-right: 12px;
}

.contents_wide {
    width: 1200px !important;
}

.team-list-item-member-profile-item {
    display: inline-block;
    font-size: 12px;
    padding: 2px;
    margin-bottom: 8px;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    background-color: #757575;
}

.team-list-item-member-profile-item:not(:first-child) {
    margin-top: 12px;
}

.movieView_notice {
    font-size: 20px;
    vertical-align: top;
}

.movieView-smallmsg {
    margin: -100px 0 80px;
    font-size: 16px;
}

.result-list-notice {
    margin-bottom: 40px;
    font-size: 16px;
}

.fa-star,
.fa-house {
    background-image: linear-gradient(134deg, rgba(255, 242, 58, 1), rgba(224, 162, 8, 1) 80%);
    -webkit-background-clip: text; /* テキストで切り抜く */
    -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}

.el_sp_small {
    display: none;
}

.text_indent {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 1em;
}

.display_pc {
    display: inline-block;
}

.display_sp {
    display: none;
}

.noflex {
    display: block;
}

.font_small {
    font-size: 11px;
}

.bl_game_mainvisual {
    margin: 0 auto 67px;
    width: 1020px;
}

@media screen and (max-width: 1561px) {
    .bl_companyBanner_list {
        display: block;
    }

    .bl_companyBanner_list_item {
        margin: 0 auto 20px;
    }

    .bl_companyBanner_list_item:nth-child(even) {
        margin-right: auto;
    }
}

@media screen and (max-width: 1299px) {
    .bl_companyBanner_list {
        display: block;
    }

    .bl_companyBanner_list_item {
        margin: 0 auto 20px;
    }

    .bl_companyBanner_list_item:nth-child(even) {
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .display_pc {
        display: none;
    }

    .display_sp {
        display: inline-block;
    }

    #notes {
        margin-top: -36px;
        padding-top: 36px;
    }

    body {
        padding-top: 64px;
    }

    body.active {
        overflow: hidden;
    }

    .el_pc {
        display: none;
    }

    .el_sp {
        display: block;
    }

    .teamImage1 {
        background: #01b5bb url(../img/sp_M.jpg) center center !important;
        background-size: cover !important;
    }

    .teamImage2 {
        background: #2aa738 url(../img/sp_K.jpg) center center !important;
        background-size: cover !important;
    }

    .teamImage3 {
        background: #eb6100 url(../img/sp_D.jpg) center center !important;
        background-size: cover !important;
    }

    .teamImage4 {
        background: #e60012 url(../img/sp_G.jpg) center center !important;
        background-size: cover !important;
    }

    #menu {
        width: 100%;
        padding: 12px 20px 12px 12px;
        align-items: center;
        position: fixed;
        z-index: 999;
        top: 0;
    }

    .menu-list {
        display: block;
    }

    .menu-list li {
        width: 100%;
        display: block;
        margin-bottom: 40px;
    }

    .el_hamburger {
        display: block;
        width: 28px;
        height: 18px;
        position: relative;
        z-index: 3;
    }

    .el_hamburger span {
        position: absolute;
        width: 100%;
        height: 1.5px;
        background-color: #212121;
        transition: .5s;
    }

    .el_hamburger span:first-of-type {
        top: 0;
    }

    .el_hamburger span:nth-of-type(2) {
        top: 50%;
    }

    .el_hamburger span:last-of-type {
        top: 100%;
    }

    .el_hamburger.active span {
        background-color: #fff;
    }

    .el_hamburger_menu {
        background-color: rgba(0, 0, 0, .9);
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        transform: translateX(100%);
        transition: all ease .4s;
        padding: 80px 0 50px;
        z-index: 2;
    }

    .el_hamburger_menuItem {
        text-align: center;
        font-size: min(6rem, 20px);
        font-weight: bold;
        margin-bottom: 40px;
        transition: all ease .3s;
    }

    .el_hamburger_menuItem a {
        color: #fff;
        padding: 10px;
        transition: all ease .3s;
    }

    .el_hamburger_menuItem a:hover {
        color: #ed1e79;

    }

    .el_hamburger.active span:first-of-type {
        top: 50%;
        transform: rotate(45deg);
    }

    .el_hamburger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .el_hamburger.active span:last-of-type {
        top: 50%;
        transform: rotate(-45deg);
    }

    .el_hamburger_menu.active {
        transform: translateX(0);
        z-index: 2;
    }

    .menu-logo a {
        display: block;
        background-image: url(../img/777league_logo_yoko_bk.png);
        background-size: contain;
        width: 300px;
        height: 40px;
    }

    .menu-logo img {
        width: 100%;
    }

    #header {
        padding: 40px 0;
    }

    .header {
        width: 100%;
        display: block;
    }

    .tile1 {
        background-size: 20%;
    }

    .tile2 {
        background-size: 20%;
    }

    .tile3 {
        background-size: 35%;
    }

    .tile4 {
        background-size: 20%;
    }

    .header-logo {
        min-width: 240px;
        max-width: 240px;
        height: 240px;
        margin-right: 0;
        margin: 0 auto 20px;
        display: none;
    }

    .header-logo img {
        width: 100%;
    }

    .header-content-title {
        font-size: 24px;
    }

    .header-content-video {
        margin-top: 0;
    }

    #contents {
        width: 100%;
    }

    .content {
        width: 100%;
        margin-bottom: 80px;
    }

    .content-title {
        font-size: 28px;
    }

    .content-title span {
        font-size: 15px;
    }

    .content-subTitle {
        font-size: 20px;
    }

    #link {
        width: 100%;
    }

    .pickup-list img {
        height: 100%;
    }

    #footer {
        background-color: #000;
        color: #fff;
        padding: 40px 12px;
    }

    .footer-sponsor-list {
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
    }

    .footer-sponsor-list li {
        margin: 0 4px 20px;
    }

    .footer-copyright {
        margin-top: -20px;
    }

    .about-description {
        font-size: 15px;
    }

    .about-list-item {
        display: block;
        font-size: 16px;
    }

    .about-list-item-number {
        width: 2.5em;
        float: left;
        margin: 20px 20px 0 20px;
    }

    .about-list-item-name {
        margin: 0 0 20px;
        width: 100%;
        font-size: 16px;
    }

    .about-list-item-team {
        margin: 0 0 20px;
    }

    .about-list-item-logo {
        text-align: center;
    }

    .about-list-item-logo img {
        width: 100%;
        max-width: 200px;
    }

    .sponsor-list {
        margin: 0;
    }

    .sponsor-list-item {
        align-items: flex-start;
        font-size: 16px;
        width: 100%;
        margin-bottom: 80px;
        padding: 120px 12px 12px;
        padding-top: 120px;
        margin-top: -120px;
    }

    .sponsor-list-item-image {
        margin-right: 8px;
    }

    .sponsor-list-item-detail {
        display: block;
    }

    .sponsor-list-item-logo,
    .sponsor-list-item-logo-s {
        margin: auto;
    }

    .sponsor-list-item-teamName {
        font-size: 20px;
    }

    .sponsor-list-item-link {
        margin: 0 auto;
    }

    .rule-description-headding {
        font-size: 16px;
        margin: 20px 0 4px;
    }

    .rule-description-notice {
        font-size: 40px;
    }

    .rule-description-notice p {
        font-size: 16px;
    }

    .rule-description-notice span:last-child {
        display: block;
        font-size: 16px;
    }

    .game-list-menu {
        flex-wrap: wrap;
    }

    .game-list-menu li {
        width: 49%;
        margin: 0 0 10px;
    }

    .game-list-item {
        font-size: 16px;
    }

    .game-list-item-name {
        font-size: 16px;
        margin: 0 20px;
    }

    .game-list-ranking {
        width: 100%;
    }

    .schedule-list {
        margin-bottom: 40px;
        background: url(../img/schedule_bg_sp.png);
        background-size: 100% 100%;
    }

    .schedule-list-id {
        height: 140px;
        margin-top: -132px;
    }

    .schedule-list-menu {
        flex-wrap: wrap;
    }

    .schedule-list-menu li {
        width: 14%;
        margin: 0;
        font-size: 14px;
        padding: 4px 4px;
    }

    .schedule-list-detail {
        width: 100%;
    }

    .schedule-list-detail-title {
        font-size: 20px;
    }

    .schedule-list-detail-subtitle {
        font-size: 16px;
    }

    .schedule-list-detail-teamlist {
        flex-wrap: wrap;
    }

    .schedule-list-detail-team {
        width: 80%;
    }

    .schedule-list-detail-team-member {
        min-width: 100%;
        max-width: 100%;
    }

    .schedule-list-detail-team img {
        width: 100%;
    }

    .schedule-list-detail-team-name {
        font-size: 14px;
        direction: initial;
    }

    .schedule-list-detail-text {
        grid-column: 1 / 3;
        font-size: 15px;
        padding: 0 8px;
        direction: initial;
        text-align: center;
        margin: -32px 0 10px;
    }

    .team-list {
        margin-bottom: 80px;
        width: 100%;
    }

    .team-list-item {
        display: block;
        padding: 12px;
    }

    .team-list-item-image {
    }

    .team-list-item-name {
        font-size: 20px;
        text-align: center;
    }

    .team-list-item-logo {
        text-align: center;
        margin-top: 20px;
    }

    .team-list-item-visual {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .team-list-item-detail {
        display: block;
    }

    .team-list-item-member-profile {
        display: block;
    }

    .team-list-item-member-image-silhouette {
        margin-bottom: 8px;
    }

    .team-list-item-member-image-silhouette img {
        width: 100%;
        margin-top: 0;
        max-width: 200px;
        min-width: 200px;
    }

    .team-list-item-member-text {
        margin-left: 0;
    }

    .team-list-item-comingsoon-image {
        width: 95%;
        transform: translate(-49%, -20%) rotate(10deg);
    }

    .team-list-item-comingsoon-text {
        font-size: 36px;
    }

    .team-list-item-member {
        width: 100%;
    }

    .team-list-member-close {
        width: 90%;
        padding: 4px 0;
    }

    .team-list-member-wrapper {
        width: 90%;
        padding: 20px 20px 0;
    }

    .team-list-member-detail {
        display: block;
    }

    .team-list-member-image {
        text-align: center;
        margin: 0 auto 20px;
    }

    .team-list-id {
        height: 100px;
        margin-top: -40px;
    }

    .ranking-name {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .ranking-name span {
        font-size: 14px;
    }

    .ranking-list {
        margin: 0 0 80px;
        border: 0;
    }

    .ranking-list-item {
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 16px;
        border-bottom: 0;
        margin-bottom: 40px;
        border: 1px solid #e0e0e0;
        border-radius: 16px;
        padding: 12px;
    }

    .ranking-list-item > div {
        border: 0;
        height: auto;
        padding: 8px 0 0;
    }

    .ranking-list-item-logo {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 8px 0 20px;
    }

    .ranking-list-item-logo img {
        width: 200px;
    }

    .ranking-list-item-name {
        font-size: 17px;
        margin: 0;
        width: auto;
        border-left: 0;
        padding: 0;
        min-width: auto;
    }

    .ranking-list-item-point-wrapper {
        display: flex;
        border-radius: 8px;
        margin: 0 auto;
    }

    .ranking-list-item-point {
        min-width: 43.5vw;
        max-width: 43.5vw;
        border-left: 0;
        padding: 8px;
        border: 1px solid #e0e0e0;
        font-size: 15px;
        border-radius: 8px 0 0 8px;
        text-align: center;
    }

    .ranking-list-item-point:first-child {
        border-color: #000;
    }

    .ranking-list-item-point:last-child {
        border-radius: 0 8px 8px 0;
    }

    .ranking-list-item:nth-child(n+2) > div:nth-child(3) {
        justify-content: center !important;
    }

    .video-wrapper {
        padding-top: 56%;
        position: relative;
    }

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .rule-title {
        margin: -20px -20px 0;
        font-size: 24px;
        padding: 20px;
    }

    .content_team {
        min-width: 100%;
    }

    .team-list-item-member {
        margin-left: 0;
    }

    .contentFooter-button {
        min-width: 8em;
        font-size: 20px;
    }

    .contentFooter-button-cs {
        min-width: 8em;
        font-size: 20px;
    }

    .sponsor-list-item-detail {
        margin-left: -80px;
    }

    .sponsor-list-item-content {
        margin-left: 0;
    }

    .sponsor-list-item-text {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .sponsor-list-item-link .bl_team_item_linkWrap {
        margin: 0 auto 20px;
    }

    .sponsor-list-item-teamName {
        margin-bottom: 4px;
    }

    .sponsor-list-item-link .flex {
        display: block;
    }

    .contentHeader {
        margin-bottom: 40px;
    }

    .team-list-result-item {
        width: 100%;
    }

    .team-list-result-item-cell {
        text-align: left;
    }

    .team-list-result-item:nth-child(even):not(.team-list-result-item-header) .team-list-result-item-cell {
        background-color: #fff;
    }

    .team-list-result-item:nth-child(odd):not(:first-child) .team-list-result-item-cell {
        background-color: #f5f5f5;
    }

    .team-list-result-item:nth-child(1) {
        background-color: #000;
    }

    .team-list-result-item:first-child .team-list-result-item-cell {
        padding: 12px 4px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }

    .team-list-result-item:not(:first-child) {
        height: 359px;
    }

    .team-list-result-item:nth-child(1) .team-list-result-item-cell {
        background-color: #000;
    }

    .team-list-result-item-cell {
        max-width: 100%;
        min-width: auto;
        font-size: 13px;
        padding: 4px 0;
    }

    .team-list-result-item:first-child .team-list-result-item-cell {
        font-size: 13px;
    }

    .chipBox {
        left: 28vw !important;
    }

    .bl_companyBanner {
        margin: 0 0 60px;
    }

    .bl_companyBanner_list {
        display: block;
    }

    .bl_companyBanner_list_item {
        margin: 0 0 20px;
        width: 100%;
    }

    .bl_emphasize_txt {
        font-size: 18px !important;
    }

    .contentIconSwiper .swiper-slide {
        min-width: 43vw;
        max-width: 43vw;
    }

    .iconSwiper {
        margin-left: 1.5vw;
    }

    .el_grid {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
        direction: rtl;
        justify-items: center;
        align-items: center;
    }

    .grid > div {
        display: grid;
        place-items: center;
        background: skyblue;
        font-size: 2rem;
    }

    .schedule .bl_about_head {
        margin-bottom: 0;
    }

    .bl_oldschedule_head {
        margin: 8px 0 40px !important;
    }

    .team-list-item-member-text {
        font-size: 12px;
    }

    .team-list-item-member-profile-item:first-child {
        margin-top: 12px;
    }

    .contents_wide {
        width: 100% !important;
    }

    .ranking-list-item:nth-child(1) * {
        font-size: 14px;
    }

    .ranking-list-item-rank-wrapper {
        padding: 8px 8px;
        min-width: 60px;
        max-width: 60px;
        border-right: 0;
    }

    .ranking-list-item-rank {
        margin-right: 8px;
        min-width: 2.1em;
        max-width: 2.1em;
        min-height: 2.1em;
    }

    .bg_black {
        background-color: #212121;
        color: #fff;
    }

    .font_16 {
        font-size: 16px;
    }

    .font_small {
        font-size: 10px;
    }

    .team-list-result-item-cell:nth-child(1) {
        max-width: 31vw;
        min-width: 31vw;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }

    .team-list-result-item-cell:nth-child(2) {
        max-width: 34vw;
        min-width: 34vw;
    }

    .result-list-team {
        height: 88px;
        border-bottom: 1px solid #e0e0e0;
        overflow: hidden;
    }

    .result-list-team:last-child {
        border-bottom: 0;
    }

    .result-list-team-logo {
        margin: 4px auto;
        width: 13vw;
    }

    .result-list-team-logo img {
        width: 100%;
    }

    .result-list-team-name {
        margin-bottom: 4px;
        font-size: 12px;
    }

    .result-list-point {
        width: 100%;
        height: 88px;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        border-bottom: 1px solid #e0e0e0;
    }

    .result-list-point:last-child  {
        border-bottom: 0;
    }

    .result-list-episode {
        height: 359px;
    }

    .result-list-small {
        height: 96px !important;
    }

    .listScroll {
        height: 127vw;
        border: 1px solid #e0e0e0;
    }

    .listScroll .team-list-result-item:last-child .team-list-result-item-cell {
        border-bottom-width: 0;
        margin-bottom: -1px;
    }

    .listScroll .team-list-result-item:last-child .result-list-team:last-child {
        border-bottom-width: 0;
        margin-bottom: -1px;
    }

    .movieView-smallmsg {
        margin: -40px 0 40px;
        font-size: 10px;
    }

    .team-list-result-talent {

    }

    .team-list-result-talent .team-list-result-item-cell:first-child {
        min-width: 12vw;
        max-width: 12vw;
    }

    .team-list-result-talent .team-list-result-item-cell:nth-child(2) {
        max-width: 100%;
        justify-content: flex-start;
        padding-left: 10px;
    }

    .team-list-result-talent .team-list-result-item-header .team-list-result-item-cell {
        justify-content: center;
        text-align: center;
    }

    .team-list-result-talent .team-list-result-item-cell:nth-child(3) {
        min-width: 36vw;
        max-width: 36vw;
        line-height: 1.8em;
        text-align: center;
    }

    .team-list-result-talent .team-list-result-item {
        height: auto;
    }

    .team-list-result-talent .team-list-result-item-cell-name {
        margin: 8px 0 0;
    }

    .team-list-result-item-cell-inner:last-child {
        padding: 5px 0 5px 10px;
    }

    .result-list-notice {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .movieView_notice {
        font-size: 12px;
    }

    .bl_game_mainvisual {
        margin: 0 -3% 40px;
        width: auto;
    }
}

@media screen and (max-width: 376px) {
    .el_sp_small {
        display: block;
    }
}

@media screen and (max-width: 364px) {
    .schedule-list-menu li {
        font-size: 12px;
    }

    .schedule-list-detail-subtitle {
        font-size: 12px;
    }

    .schedule-list-detail-team-name {
        font-size: 11px;
    }

    .sponsor-list-item-teamName {
        font-size: 17px;
    }

    .sponsor-list-item-corpName {
        font-size: 15px;
    }

    .ranking-list-item-point {
        min-width: 42.5vw;
        max-width: 42.5vw;
    }
}
