@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
a {
 display: block;
 transition: all 300ms ease-in-out;
}
a.opacity:hover {
 opacity: .6;
}
.totop a {
	display: none!important;
}
html {
	scroll-behavior: smooth;
  
}
img {
  width: 100%!important;
  height: auto!important;
}

/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none;
 }
 .pc {
  display: block;
 }
.home {
  position: fixed;
  top: 10px;
  left: 15px;
  width: 20%;
  max-width: 120px;
  z-index: 1000;
}
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  color: #fff;
	line-height: 1.2;
	background: url("../images/bg_pc.webp") no-repeat top center/100% auto #000;
	font-family: "Noto Sans JP", sans-serif,"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-attachment: fixed;
  background-size: 100% auto;
  padding-bottom: 50px;
  padding-top: 60px;
}
/*----------------------------------------------------------------
汎用
----------------------------------------------------------------*/
.small {
	font-size: 75%;
}
.big {
	font-size: 125%;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.tac {
	text-align: center;
}
.ls0 {
	letter-spacing: 0;
}
.p15 {
	padding: 15px 0;
}
.mt2em {
  margin-top: 1em!important;
}
.en_font {
  font-family: "Anton", sans-serif,Anton;
  font-weight: 400;
  font-style: normal;
}
.jp_font {
  font-family: "taw-takedajyoato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex_img {
  width: 50%;
}
.flex_tx {
  width: 46%;
}
.youtube {
  width:700px;
  aspect-ratio:16/9;
	margin: auto;
}
iframe {
  width: 100%;
  height: 100%;
}
video {
	width: 100%;
  height: 100%;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
  opacity: 0;
  transform: translateY(50px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
}
/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.btn {
	position: relative;
	text-align: center;
  background: linear-gradient(150deg,rgba(255, 244, 201, 1) 0%,  rgba(54, 14, 10, 1) 20%,rgba(255, 106, 0, 1) 45%,rgba(102, 20, 5, 1) 50%, rgba(255, 244, 201, 1) 70%,rgba(255, 106, 0, 1) 100%);
  padding: 1px;
  border-radius: 100px;
  max-width: 500px;
  margin: auto;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
.btn a {
	display: block;
	text-align: center;
	background-color: #ae1a07;
	font-weight: 600;
	font-size: 18px;
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 65px;
	align-content: center;
  line-height: 1;
  border-radius: 100px;
}
span.arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: url("../images/arrow.webp") no-repeat center/100%;
	display: inline-block;
	width: 10px;
	height: 16px;
}
.btn a:hover span.arrow {
  right: 10px;
  transition: all 0.3s ease-in-out;
}
.btn.white {
  background: linear-gradient(150deg,rgba(255, 225, 255, 1) 0%,  rgba(12, 12, 12, 1) 20%,rgba(200, 200, 200, 1) 45%,rgba(15, 15, 15, 1) 50%, rgba(255, 255, 255, 1) 70%,rgba(80, 80, 80, 1) 100%);
}
.btn.white a {
  background-color: #fff;
  color: #151515;
}
.btn.white a span.arrow {
  background: url("../images/arrow_black.webp") no-repeat center/100%;
}
/*----------------------------------------------------------------
header
----------------------------------------------------------------*/
.menu {
  background-color: rgba(21,21,21,0.5);
  display: flex;
  justify-content: flex-end;
  height: 40px;
  align-items: center;
  font-size: 14px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
}
.menu li { 
  padding-right: 15px;
  border-right: 1px solid #777;
  margin-right: 15px;
}
.menu li:last-of-type {
  border-right: 0 solid #151515;
  margin-right: 0;
}
.menu li a:hover {
  color: #ae1a07;
  animation: text-blur 0.5s;
}
@keyframes text-blur {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(1px); /* ぼかしの強さ */
  }
  100% {
    filter: blur(0);
  }
  }
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
h1 {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  /*font-size: 24px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
  position: relative;
}
h1 img {
  display: block;
  max-width: 450px;
  width: 60%;
  margin: auto;
}
.lemino_grad {
  background: linear-gradient(90deg,rgba(255, 185, 46, 1) 0%, rgba(255, 112, 109, 1) 50%, rgba(255, 7, 119, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_splide {
  margin-bottom: 80px;
}
/*----------------------------------------------------------------
section
----------------------------------------------------------------*/
.bg_gray {
  background-color: #222;
  background: linear-gradient(150deg,rgba(37, 34, 34, 1) 0%, rgba(87, 81, 81, 1) 50%, rgba(28, 28, 28, 1) 100%);
  background: url("../images/bg_net.webp") repeat top left / 60px 46px, linear-gradient(150deg,rgba(37, 34, 34, 1) 0%, rgba(87, 81, 81, 1) 50%, rgba(28, 28, 28, 1) 100%);
  position: relative;
  box-shadow: 0 0 10px #151515;
  z-index: 3;
  margin: 60px 0;
}
.contents_wrap {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.bg_gray .contents_wrap {
  padding: 40px 0;
}
.contents_inner {
  width: 85%;
  margin: auto;
  z-index: 2;
  position: relative;
}
main h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 0;
  padding-bottom: 30px;
  text-shadow: 0 2px 5px #151515;
}
main h2.fire {
  padding-top: 30px;
}
.fire::before {
  display: inline-block;
  content: "";
  background: url("../images/fire.webp") no-repeat top left / 100% auto;
  width: 100%;
  min-height: 280px;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -3;
}
.text {
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  line-height: 1.5;
}
.img_box {
  max-width: 900px;
  width: 85%;
  margin: auto;
  box-shadow: 0 2px 5px #151515;
}
.img_box.vertical {
  max-width: 750px;
  
}
#contents h2 {
  background: url("../images/documentary.webp") repeat-x top left / 840px 70px;
}
/*----------------------------------------------------------------
Next Match
----------------------------------------------------------------*/

#nextmatch h2 {
  background: url("../images/nextmatch.webp") repeat-x top left / 840px 70px;
}
.tag {
  position: absolute;
  top: 0;
  right: 50px;
  background-color: #ae1a07;
  width: 100px;
  height: 60px;
  text-align: center;
  align-content: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 5px solid #fff;
}
.content_date {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 8px;
  align-content: center;
}
.content_date::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 25px;
  position: absolute;
  background-color: #ae1a07;
  top: 2px;
  left: -3px;
}
.content_date span.free {
  display: inline-block;
  background-color: #ae1a07;
  font-size: 16px;
  padding: 2px 5px 3px;
  margin-left: 10px;
  transform: translateY(-2px);
  letter-spacing: 1px;
  font-weight: 600;
}
.content_ttl {
  font-size: 36px;
  font-weight: bold;
  padding: 10px 0;
}
.info_list {
  background-color: rgba(0,0,0,0.3);
  padding: 1em;
  font-size: 14px;
}
.info_list dl {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 8px;
}
.info_list dl:last-of-type {
  padding-bottom: 0;
}
.info_list dl dt {
  font-weight: normal;
}
.info_list dl dd {
  line-height: 1.4;
}
.flex_tx .btn {
  margin-top: 15px;
}
/*----------------------------------------------------------------
矢印
----------------------------------------------------------------*/
.container {
  position: relative;
  width: 24px;
  height: 24px;
	margin: 0 auto;
	top: -5px;
  left: -30px;
	z-index: 100;
}
.chevron {
  position: absolute;
  width: 100px;
  height: 10px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}
.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
  background: linear-gradient(90deg,rgba(72, 8, 0, 1) 0%, rgba(152, 46, 0, 1) 100%);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
  background: linear-gradient(90deg,rgba(152, 46, 0, 1) 0%, rgba(72, 8, 0, 1) 100%);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(45px);
  }
  100% {
    opacity: 0;
    transform: translateY(60px) scale3d(0.5, 0.5, 0.5);
  }
}
/*----------------------------------------------------------------
対戦カード
----------------------------------------------------------------*/
.h3_wrap {
  background: linear-gradient(158deg,rgba(255, 255, 255, 0.1) 0%, rgba(181, 49, 5, 0.2) 50%, rgba(0, 0, 0, 0.7) 100%);
  margin-top: 50px;
  padding: 2em 3em;
  border: 1px solid #666;
}
main h3 {
  text-align: center;
  font-size: 36px;
  padding-bottom: 30px;
  font-weight: 700;
  text-shadow: 0 2px 5px #151515;
}
.card {
  background: url("../images/bg_net.webp") repeat top left / 60px 46px, linear-gradient(150deg,rgba(28, 26, 26, 1) 0%, rgba(64, 59, 59, 1) 50%, rgba(20, 17, 17, 1) 100%);
  width: 100%;
  margin-bottom: 25px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.card_ttl {
  background: linear-gradient(90deg,rgba(144, 0, 24, 1) 0%, rgba(72, 8, 0, 1) 50%, rgba(152, 46, 0, 1) 100%);
  padding-left: 25px;
  font-size: 20px;
  font-weight: 600;
  height: 40px;
  align-content: center;
  position: relative;
}
.card_ttl::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 10px;
}
.card_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  position: relative;
}
.vs {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 110px;
}
.card_box {
  width: 50%;
  text-align: center;
  font-size: 18px;
}
.card_category {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.card_name {
  font-size: 36px;
  padding-bottom: 10px;
  font-weight: 700;
}
.card_number {
  position: absolute;
  opacity: 0.1;
  font-size: 130px;
  bottom: 0;
  left: 10px;
  font-family: "Anton", sans-serif,Anton;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  z-index: -2;
}
/*----------------------------------------------------------------
アコーディオン
-----------------------------------------------------------------*/
.moreBtn {
	color: #151515;
	cursor: pointer;
	background: #fff;
	border-radius: 2px;
	width: 200px;
	max-width: 100%;
	padding: 15px 20px;
	font-size: 18px;
  font-weight: 600;
	line-height: 1;
	display: block;
	position: relative;
  text-align: center;
  margin: auto;
  letter-spacing: 2px;
}
.moreBtn::before {
  display: inline-block;
  content: "";
  position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(90deg);
	background: url("../images/arrow_black.webp") no-repeat center/100%;
	width: 10px;
	height: 16px;
}
.moreBtn:hover,
.moreBtn:focus-visible {
	opacity: .8
}
.moreBtn .openBtn {
	display: block
}
.moreBtn .closeBtn,
.moreBtn.is-open:before,
.moreBtn.is-open .openBtn {
	display: none
}
.moreBtn.is-open .closeBtn {
	display: block
}
.moreBtn.is-open .closeBtn::before {
  display: inline-block;
  content: "";
  position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(-90deg);
	background: url("../images/arrow_black.webp") no-repeat center/100%;
	width: 10px;
	height: 16px;
}
/*----------------------------------------------------------------
今後の試合日程
----------------------------------------------------------------*/
.bg_gray #schedule::before {
  content: "";
  display: inline-block;
  background: url("../images/schedule.webp") repeat-x top left / 840px 70px;
  width: 100%;
  min-height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
/*.bg_gray #schedule h2 {
  text-align: left;
  width: 85%;
  margin: auto;
}*/
.schedule_table {
	width: 100%;
}
.w30per {
	width: 15%;
}
.w70per {
	width: 85%;
}
.schedule_table tr {
	border-bottom: 1px solid #666;
}
.schedule_table tr:last-of-type {
	border-bottom: 0;
}
.schedule_table th {
	vertical-align: middle;
  padding: 20px 0;
  text-align: center;
  background: linear-gradient(90deg,rgba(144, 0, 24, 0.5) 0%, rgba(72, 8, 0, 0.5) 50%, rgba(152, 46, 0, 0.5) 100%);
  box-shadow: 1px 0 3px rgba(0,0,0,0.3);
  font-weight: normal;
}
.schedule_table td {
	vertical-align: middle;
  padding: 20px 0 20px 30px;
  background-color: rgba(0,0,0,0.3);
}
/*--------------------------------------------------------
Lemino修斗注目選手
---------------------------------------------------------*/
#player.contents_wrap {
  padding-top: 80px;
}
#player h2 {
  background: url("../images/player.webp") repeat-x top left / 840px 70px;
}
.player_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.player {
  width: 32%;
  background: url("../images/bg_net.webp") repeat top left / 60px 46px, linear-gradient(20deg,rgba(28, 26, 26, 1) 0%, rgba(64, 59, 59, 1) 20%,rgba(64, 59, 59, 1) 80%, rgba(20, 17, 17, 1) 100%);
  padding: 1em;
  box-shadow: 0 0 10px #000;
  margin-top: 30px;
}
.player_tx {
  padding-top: 15px;
}
.player_name {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.player_info {
  margin: 10px 0;
  font-size: 14px;
}
.player_info li {
  padding-bottom: 5px;
}
.player_info li:last-of-type {
  padding-bottom: 0;
}
.player_sns {
  background-color: rgba(0,0,0,0.5);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: normal;
}
.player_sns .list_ttl{
  padding-left: 10px;
  position: relative;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px;
}
.player_sns .list_ttl::before{
  display: inline-block;
  content: "";
  width: 4px;
  height: 18px;
  background-color: #ae1a07;
  position: absolute;
  top: 0;
  left: 0;
}
.player_sns li {
  padding-bottom: 5px;
}
.player_sns li a {
  display: inline;
  text-decoration: underline;
}
.player_sns li a:hover {
  color: #ae1a07;
}
/* ----------------------------------------------------------

------------------------------------------------------------*/
.bg_gray #documentary::before {
  content: "";
  display: inline-block;
  background: url("../images/documentary.webp") repeat-x top left / 840px 77px;
  width: 100%;
  min-height: 79px;
  position: absolute;
  top: 0;
  left: 0;
}
#tournament h2 {
  background: url("../images/tournament.webp") repeat-x top left / 840px 72px;
}
/* ----------------------------------------------------------
過去Lemino修斗アーカイブ
------------------------------------------------------------*/
#archive.contents_wrap {
  padding-bottom: 60px;
}
/* ----------------------------------------------------------
sponser
------------------------------------------------------------*/
.sponser_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 90%;
  margin: 50px auto;
}
.sponser_list li {
  width: 200px;
  height: 80px;
  background-color: #fff;
  align-content: center;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
.sponser_list li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.sponser_list li img {
  height: 70px!important;
  width: auto!important;
}
/* ----------------------------------------------------------
SNS
------------------------------------------------------------*/
.official_sns {
  text-align: center;
}
.official_sns_list {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.official_sns_list li {
  margin-right: 10px;
}
.official_sns_list li:last-of-type {
  margin-right: 0;
}
.official_sns_list li a {
  width: 40px;
  height: 40px;
}
.official_sns_list li a:hover {
  transform:scale(0.95);
}
/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
  color: #fff; 
  overflow: hidden;
  width: 100%;
  margin:20px auto 0;
  font-size: 12px;
  font-weight: 300;
  padding: 1px;
}
.tokuten_scroll .inn {
  height: 200px;
  overflow-y: scroll;
  text-align: left;
  background-color: rgba(255,255,255,0.15);
  padding: 15px  ;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}
.tokuten_scroll .inn .inn_box > ul > li a{
  color: #fff;
  display: inline;
  text-decoration: underline;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 12px;
    margin-right: 10px;
 }
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
    background: #fff;
    width: 10px;
    border-radius: 100px;
}
.copy {
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
}
/*----------------------------
追従
----------------------------*/
.lp_cta_fixed.is-fixed {
  padding: .5em;
  text-align: center;
  width: 100%;
  background-color:rgba(21,21,21,0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  font-weight: 700;
	display: block;
	z-index: 55;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
  }
.lp_cta_fixed .point_cp {
  text-decoration: underline;
  font-size: 14px;
  padding-bottom: 5px;
	font-weight: normal;
}
.btn_wrap {
  display: flex;
  margin: auto;
  justify-content: center;
	width: 75%;
}
.btn.fix {
	width: 48%;
	margin-right: 2%;
}
.btn.fix:last-of-type {
	margin-right: 0;
}
.btn.fix::before {
  display: none;
}
.btn.fix a {
   font-size: 18px;
   margin: 0 20px 0 0;
	 border: 0;
	 letter-spacing: 0;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  color: #fff;
	line-height: 1.2;
	background: none;
  padding-top: 40px;
}
.wrapper::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
 background: url("../images/bg_sp.webp") top center /100% #000;
}
.btn {
  width: 85%;
  margin: auto;
}
.btn a {
  min-height: 50px;
  font-size: 16px;
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
h1 {
  margin-bottom: 20px;
}
h1 img {
  width: 80%!important;
}
h1.fire::before {
  top: 20px;
}
.top_splide {
  margin-bottom: 20px;
}
/*----------------------------------------------------------------
section
----------------------------------------------------------------*/
.bg_gray {
  margin: 0;
}
.contents_wrap {
  padding: 50px 0;
}
.bg_gray .contents_wrap {
  padding: 20px 0 30px;
}
.contents_inner {
  width: 92%;
}
main h2 {
  font-size: 28px;
  padding-bottom: 20px;
  text-shadow: 0 2px 5px #151515;
}
main h2.fire {
  padding-top: 0;
}
.fire::before {
  min-height: 200px;
  top: -25px;
  background: url("../images/fire_sp.webp") no-repeat top left / 100% auto;
}
.text {
  font-size: 14px;
  z-index: 2;
  padding:0 10px 20px;
}
.contents_inner > .text {
  padding: 0 0 20px
}
.img_box {
  width: 100%;
}
/*----------------------------------------------------------------
content
----------------------------------------------------------------*/
#nextmatch h2 {
  background: url("../images/nextmatch.webp") repeat-x top left / 500px 46px;
}
.tag {
  right: 15px;
  width: 80px;
  height: 30px;
  font-size: 14px;
  border-bottom: 3px solid #fff;
}
.flex_box {
  flex-direction: column;
}
.flex_img {
  width: 100%;
  margin-top: 10px;
}
.flex_tx {
  width: 100%;
}
.content_date {
  font-size: 16px;
  padding-left: 12px;
  margin-top: 15px;
}
.content_date span.free {
  font-size: 12px;
  padding: 2px 5px 3px;
  margin-left: 10px;
}
.content_date::before {
  height: 20px;
  left: 0;
}
.content_ttl {
  font-size: 24px;
  padding: 10px 0;
}
.info_list {
  padding: 0.8em;
  font-size: 12px;
}
/*----------------------------------------------------------------
矢印
----------------------------------------------------------------*/
.container {
	top: 0;
  left: -20px;
}
.chevron {
  width: 70px;
  height: 7px;
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(25px);
  }
  67% {
    opacity: 1;
    transform: translateY(35px);
  }
  100% {
    opacity: 0;
    transform: translateY(45px) scale3d(0.5, 0.5, 0.5);
  }
}
/*----------------------------------------------------------------
対戦カード
----------------------------------------------------------------*/
.h3_wrap {
  margin-top: 40px;
  padding: 1em;
}
main h3 {
  font-size: 22px;
  padding-bottom: 10px;
}
.card {
  background: url("../images/bg_net.webp") repeat top left / 40px 31px, linear-gradient(150deg,rgba(28, 26, 26, 1) 0%, rgba(64, 59, 59, 1) 50%, rgba(20, 17, 17, 1) 100%);
  margin-bottom: 20px;
}
.card:last-of-type {
  margin-bottom: 0;
}
.card_ttl {
  padding: 5px 0 5px 20px;
  font-size: 14px;
  height: auto;
}
.card_ttl::before {
  width: 3px;
  height: 20px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.card_flex {
  /*flex-direction: column;*/
  padding:15px 0;
}
.vs {
  width: 40px;
  position: static;
  transform: translateX(0) translateY(0);
  padding: 10px 0;
}
.card_box {
  /*width: 100%;*/
  font-size: 14px;
  padding: 0 3px;
}
.card_category {
  font-size: 16px;
  font-weight: 500;
}
.card_name {
  font-size: 18px;
  padding-bottom: 8px;
}
.card_place {
  font-size: 12px;
}
.card_number {
  font-size: 72px;
  top:50%;
  transform: translateY(-50%);
  bottom: inherit;
  left: 5px;
}
.moreBtn {
	width: 160px;
	padding: 10px 20px;
	font-size: 16px;
  letter-spacing: 2px;
}
.moreBtn.is-open {
	margin-top: 20px;
}
/*----------------------------------------------------------------
今後の試合日程
----------------------------------------------------------------*/
.bg_gray #schedule::before {
  background: url("../images/schedule.webp") repeat-x top left / 500px 42px;
  min-height: 45px;
}
.schedule_table {
	width: 100%;
}
.w30per {
	width: 30%;
}
.w70per {
	width: 70%;
}
.schedule_table th {
  padding: 15px 0;
  font-size: 14px;
}
.schedule_table td {
  padding: 15px 0 15px 15px;
  font-size: 14px;
}
/*--------------------------------------------------------
トーナメント
---------------------------------------------------------*/
.bg_gray #documentary::before {
  background: url("../images/documentary.webp") repeat-x top left / 500px 43px;
  min-height: 45px;
}
#tournament h2 {
  font-size: 22px;
  background: url("../images/tournament.webp") repeat-x top left / 500px 43px;
}
.sub_splide {
  margin-bottom: 15px;
}
/*--------------------------------------------------------
Lemino修斗注目選手
---------------------------------------------------------*/
#player.contents_wrap {
  padding-top: 50px;
}
#player h2 {
  background: url("../images/player.webp") repeat-x top left / 500px 50px;
}
.player_list {
  flex-direction: column;
}
.player {
  width: 100%;
  background: url("../images/bg_net.webp") repeat top left / 40px 31px, linear-gradient(20deg,rgba(28, 26, 26, 1) 0%, rgba(64, 59, 59, 1) 20%,rgba(64, 59, 59, 1) 80%, rgba(20, 17, 17, 1) 100%);
  padding: 0.5em;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.player_img {
  width: 48%;
}
.player_tx {
  padding-top: 0;
  width: 50%;
}
.player_name {
  font-size: 20px;
  text-align: left;
}
.player_info {
  margin: 5px 0;
  font-size: 11px;
}
.player_info li {
  padding-bottom: 5px;
}
.player_sns {
  padding: 6px 6px 0px;
  font-size: 11px;
}
.player_sns .list_ttl{
  padding-left: 8px;
  font-size: 12px;
}
.player_sns .list_ttl::before{
  width: 2px;
  height: 15px;
}
/* ----------------------------------------------------------
ドキュメンタリー
------------------------------------------------------------*/
#contents h2 {
  font-size: 24px;
}
#archive.contents_wrap {
  padding-bottom: 20px;
}
/* ----------------------------------------------------------
sponser
------------------------------------------------------------*/
.sponser_list {
  margin: 40px auto;
}
.sponser_list li {
  width: 180px;
  height: 50px;
}
.sponser_list li img {
  height: 45px!important;
  width: auto!important;
}
/* ----------------------------------------------------------
SNS
------------------------------------------------------------*/
.official_sns_list {
  margin-top: 10px;
}
/* ----------------------------------------------
ハンバーガーメニュー
------------------------------------------------*/
#nav-drawer {
  position: relative;
	font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.nav-unshown {
  display:none;/*チェックボックス等は非表示に*/
}
/*アイコンのスペース*/
#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 50px;
  height:50px;
  right: 0;
  top: 0;
  z-index: 99999;
	background: linear-gradient(90deg,rgba(144, 0, 24, 1) 0%, rgba(72, 8, 0, 1) 50%, rgba(152, 46, 0, 1) 100%);
	color: #fff;
  border-radius: 0 0 0 8px;
  box-shadow: -2px 2px 4px rgba(0,0,0,0.3);
  
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span.nav_line {
	position: absolute;
	right: 10px;
  height: 2px;/*線の太さ*/
  width: 30px;/*長さ*/
  background:  #fff;
  display: block;
  content: '';
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
}
#nav-open span.nav_line.first {
	top: 12px;
}
#nav-open span.nav_line.second {
	top: 22px;
}
#nav-open span.nav_menu {
	position: absolute;
	font-size: 10px;
	bottom: 3px;
	right: 10px;
  text-shadow: 1px 1px 3px #25252f;
}
/* アイコンがクリックされたらMENUを消す */
#nav-input:checked ~ #nav-open span.nav_menu {
  opacity: 0;
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav-input:checked ~ #nav-open span.nav_line.first {
  transform: rotate(225deg);
	top: 23px;
}
#nav-input:checked ~ #nav-open span.nav_line.second {
  transform: rotate(-225deg);
	width: 30px;
}  
/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  transition: .5s ease-in-out;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  color: #f5f5f5;
	background: url("../images/bg_net.webp") repeat top left / 60px 46px, linear-gradient(20deg,rgba(28, 26, 26, 1) 0%, rgba(64, 59, 59, 1) 20%,rgba(64, 59, 59, 1) 80%, rgba(20, 17, 17, 1) 100%);
	opacity: 0;
}
.nav_item {
  text-align: center;
  font-size: 20px;
  padding: 100px 20px 0;
  position: relative;
}
.nav_item li{
	border-bottom:1px solid #555;
	padding-bottom: 15px;
	margin: 0 0 15px;
}
.nav_item li:last-of-type{
	border-bottom:0 dashed #791f97;
}
.nav_item li a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}
.nav_item li a span {
	font-size: 14px;
	color: #e1ff68;
}
.hum_sns {
	display: flex;
	justify-content: center;
	align-content: center;
}
.hum_sns li a {
	max-width: 100px;
	margin: auto;
}
.hum_sns li {
	margin-right: 10px;
}
.hum_sns li:last-of-type {
	margin-right: 0;
}
/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  opacity: .5;
  display: block;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
	opacity: 1;
	height: 100vh;
}
.header_menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}
}
@media screen and (max-width: 370px) {
	.btn::before {
	display: none;
}
}
/* ----------------------------------------------------------------------------------------
812px以下の固定css(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
 .common_footer_wrapper .footer_inner {
  width: 93%!important;
 }
 /*ユーザーエージェント出し分け用*/
.iphone .android_show, .iphone .pc_show {display:none;}
.android .iphone_show, .android .pc_show {display:none;}
.pc .iphone_show, .pc .android_show {display:none;}
.pc .visible .iphone_show, .pc .visible .android_show {display:block;}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
 }
}
