@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Stint+Ultra+Condensed&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

kurakkatsu2023.scss

------------------------------------*/
a {
  color: #e60012;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  min-width: 980px;
  background: #FFF;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header *,
#main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  width: 100%;
  overflow: hidden;
  padding: 79px 0px 0px 0px;
  background-color: #fcf4de;
  background-image: repeating-linear-gradient(-45deg,transparent,transparent 15px,rgba(255,255,255,.5) 15px,rgba(255,255,255,.5) 30px);
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

footer {
  z-index: 11;
  position: relative;
}

.spDISP {
  display: none !important;
}

/* ==========================================================================
   header
========================================================================== */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 19px 0 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: -ms- space-between;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: -ms- center;
  align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 1);
  z-index: 500;
  min-width: 980px;
	height: 40px;
}

#header a:hover {
  opacity: 0.7;
}

#header .header__left {
  position: absolute;
  top: 20px;
  left: 20px;
}

#header .header__left img {
  height: 40px;
}

#header .header__logo {
  width: 100%;
  text-align: center;
	display: none;
}

#header .header__right {
  position: absolute;
  top: 20px;
  right: 70px;
}

.menu-trigger {
  display: inline-block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  margin-top: 10px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2000;
	display: none;
}

.menu-trigger:hover {
  opacity: 0.7;
}

.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active {
  right: 35px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

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

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#nav::-webkit-scrollbar {
  display: none;
}

.nav__logo {
  text-align: center;
  margin-bottom: 20px;
}

.nav__logo a:hover {
  opacity: 0.7;
}

.nav__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: #fff 3px solid;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 0.25em;
}

.nav__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: -ms- flex-start;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: -ms- stretch;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}

.nav__item {
  width: 12.5%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.nav__item a {
  padding: 10px 0px;
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}

.nav__item a:hover {
  opacity: 0.7;
}

.nav__item a .embL {
  margin: 0 auto 3px;
}

.nav__link {
  margin-top: 30px;
  text-align: center;
}

.nav__link a {
  display: block;
  padding: 1vw 2vw;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-size: 75% auto;
}
.kvArea .kvArea__img{
  width: 100%;
  text-align: center;
}
.kvArea .kvArea__img img{
  width: 100%;
}

/* ==========================================================================
   sec__catch
========================================================================== */
.sec__catch {
	position: relative;
	margin: auto;
}
.sec__catch::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  bottom: 0;
  z-index: 10;
  display: block;
  height: 20px;
  background-position: 0 0;
  /*background: url(/img/leaguecup/2023/special/kurakkatsu/bg_countdown_spike repeat top center;*/
	background: url(/img/leaguecup/2023/special/kurakkatsu/bg_countdown_spike) repeat top center;
}
.sec__catch .inner{
	width: 960px;
	margin: auto;
	padding: 100px 0px 120px 0px;
}
.sec__catch .inner .imgarea{
	display: block;
	width: 100%;
	margin: 0px auto 30px auto;
	text-align: center;
}
/*
.sec__catch .inner h2{
	display: block;
	margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
	font-size:24px;
	font-size:2.4rem;
	font-weight:700;
	line-height:1.5;
	color: #41210f;
	text-align: center;
}
*/
.sec__catch .inner h2{
	position: relative;
	display: block;
	width: 600px;
    margin: 0px auto 50px auto;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 2em;
    color: #fbecc5;
    text-align: center;
    padding: 0 1rem;
    background-color: #e60012;
}
.sec__catch .inner h2::before,
.sec__catch .inner h2::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #e60012 transparent;
    border-style: solid;
    content: '';
}
.sec__catch .inner h2::before {
    left: -15px;
    border-width: 30px 0px 30px 15px;
}
.sec__catch .inner h2::after {
    right: -15px;
    border-width: 30px 15px 30px 0px;
}
.sec__catch .inner p{
	display: block;
	margin: 0px auto;
	padding: 0px;
	font-size:16px;
	font-size:1.6rem;
	font-weight:700;
	line-height:30px;
	color: #41210f;
	text-align: center;
}
.sec__catch .inner .cookie01{
	position: absolute;
	bottom: 70px;
	right: 30px;
}
@media only screen and (max-width: 1180px) {
	.sec__catch .inner .cookie01{
		bottom: 120px;
		right: 0px;
		width: 210px;
	}
}
.sec__catch .inner .cookie02{
	position: absolute;
	bottom: 70px;
	left: 30px;
}
@media only screen and (max-width: 1180px) {
	.sec__catch .inner .cookie02{
		bottom: 170px;
		left: 0px;
		width: 210px;
	}
}

@media only screen and (max-width: 960px) {

}

/* ============================================
	レシピ投票
============================================ */
.sec__vote{
	position:relative;
	width: 100%;
	margin: auto;
	background:url("/img/leaguecup/2023/special/kurakkatsu/bg_vote.png") repeat top center;
}
.sec__vote .inner{
	width: 100%;
	margin: auto;
	padding: 100px 0px 120px 0px;
}
.sec__vote .inner h2{
	position: relative;
	display: block;
	width: 600px;
    margin: 0px auto 50px auto;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 2em;
    color: #fbecc5;
    text-align: center;
    padding: 0 1rem;
    background-color: #e60012;
}
.sec__vote .inner h2::before,
.sec__vote .inner h2::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #e60012 transparent;
    border-style: solid;
    content: '';
}
.sec__vote .inner h2::before {
    left: -15px;
    border-width: 30px 0px 30px 15px;
}
.sec__vote .inner h2::after {
    right: -15px;
    border-width: 30px 15px 30px 0px;
}
.sec__vote .inner h3{
	display: block;
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	font-size:48px;
	font-size:4.8rem;
	/*font-weight:bold;*/
	line-height:1.5;
	color: #41210f;
	text-align: center;
	font-family: 'Sacramento', cursive;
}
.sec__vote .inner .ttl{
	display: block;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    font-size: 24px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    color: #41210f;
    text-align: center;
	margin-bottom: 60px;
}
.sec__vote .inner .ttl span{
    font-weight: 700;
    font-size: 2rem;
}
.sec__vote .inner p{
	display: block;
	margin: 0px auto 50px auto;
	padding: 0px;
	font-size:16px;
	font-size:1.6rem;
	font-weight:700;
	line-height:30px;
	color: #41210f;
	text-align: center;
}
.sec__vote .inner ul{
	width: 100%;
	margin:0px auto;
	padding:0px 50px 0px 50px;
	list-style:none;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;		
}
.sec__vote .inner ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.sec__vote .inner ul li{
	display:block;
	width:25%;
	float:left;
	padding: 0px;
	margin: 0px;
}
.sec__vote .inner ul li:nth-child(odd){
	background-color: #ffffff;
}
.sec__vote .inner ul li:nth-child(even){
	background-color: #ffefc7;
}
/*-- チーム別 --*/
.sec__vote .inner ul li.cosaka{
	border-top: 10px solid #da005b;
}
.sec__vote .inner ul li.tokyo{
	border-top: 10px solid #0b318f;
}
.sec__vote .inner ul li.gosaka{
	border-top: 10px solid #00458d;
}
.sec__vote .inner ul li.urawa{
	border-top: 10px solid #e6002d;
}
.sec__vote .inner ul li.yokohamafm{
	border-top: 10px solid #014099;
}
.sec__vote .inner ul li.yokohamafc{
	border-top: 10px solid #003586;
}
.sec__vote .inner ul li.kyoto{
	border-top: 10px solid #750069;
}
.sec__vote .inner ul li.hiroshima{
	border-top: 10px solid #51318f;
}
.sec__vote .inner ul li.sapporo{
	border-top: 10px solid #d6000f;
}
.sec__vote .inner ul li.kashima{
	border-top: 10px solid #b7183f;
}
.sec__vote .inner ul li.shonan{
	border-top: 10px solid #6eb92b;
}
.sec__vote .inner ul li.niigata{
	border-top: 10px solid #ea5404;
}
.sec__vote .inner ul li.kobe{
	border-top: 10px solid #000000;
}
.sec__vote .inner ul li.shimizu{
	border-top: 10px solid #f18900;
}
.sec__vote .inner ul li.kawasaki{
	border-top: 10px solid #33a1db;
}
.sec__vote .inner ul li.oita{
	border-top: 10px solid #073190;
}
.sec__vote .inner ul li.tosu{
	border-top: 10px solid #e95499;
}
.sec__vote .inner ul li.tokushima{
	border-top: 10px solid #073190;
}
.sec__vote .inner ul li.kashiwa{
	border-top: 10px solid #fff100;
}
.sec__vote .inner ul li.iwata{
	border-top: 10px solid #6c9bd2;
}
.sec__vote .inner ul li.fukuoka{
	border-top: 10px solid #001b5b;
}
.sec__vote .inner ul li.nagoya{
	border-top: 10px solid #d70c19;
}

.sec__vote .inner ul li figure{
	position: relative;
	display:block;
	width:100%;
	padding: 0px;
	margin: 0px auto;
}
.sec__vote .inner ul li figure::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 30%;
    margin: auto;
    z-index: 10;
    display: block;
    height: 80px;
    background-position: 0 0;
    background: url(/img/leaguecup/2023/special/kurakkatsu/icon_play.png) no-repeat top center;
  }
.sec__vote .inner ul li figure img{
	width:100%;
}

.sec__vote .inner ul li .team{
	display:block;
	width:100%;
	padding: 3% 5% 3% 5%;
	margin: 0px auto;
}
.sec__vote .inner ul li .team img{
	display:inline-block;
	width:30px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.sec__vote .inner ul li .team p{
	display:inline-block;
	font-size:12px;
	font-size:1.2rem;
	font-weight:700;
	line-height:14px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
/*-- チーム別 --*/
.sec__vote .inner ul li.cosaka .team p{
	color: #da005b;
}
.sec__vote .inner ul li.tokyo .team p{
	color: #0b318f;
}
.sec__vote .inner ul li.gosaka .team p{
	color: #00458d;
}
.sec__vote .inner ul li.urawa .team p{
	color: #e6002d;
}
.sec__vote .inner ul li.yokohamafm .team p{
	color: #014099;
}
.sec__vote .inner ul li.yokohamafc .team p{
	color: #003586
}
.sec__vote .inner ul li.kyoto .team p{
	color: #750069;
}
.sec__vote .inner ul li.hiroshima .team p{
	color: #51318f;
}
.sec__vote .inner ul li.sapporo .team p{
	color: #d6000f;
}
.sec__vote .inner ul li.kashima .team p{
	color: #b7183f;
}
.sec__vote .inner ul li.shonan .team p{
	color: #6eb92b;
}
.sec__vote .inner ul li.niigata .team p{
	color: #ea5404;
}
.sec__vote .inner ul li.kobe .team p{
	color: #000000;
}
.sec__vote .inner ul li.shimizu .team p{
	color: #f18900;
}
.sec__vote .inner ul li.kawasaki .team p{
	color: #33a1db;
}
.sec__vote .inner ul li.oita .team p{
	color: #073190;
}
.sec__vote .inner ul li.tosu .team p{
	color: #e95499;
}
.sec__vote .inner ul li.tokushima .team p{
	color: #073190;
}
.sec__vote .inner ul li.kashiwa .team p{
	color: #000000;
}
.sec__vote .inner ul li.iwata .team p{
	color: #6c9bd2;
}
.sec__vote .inner ul li.fukuoka .team p{
	color: #001b5b;
}
.sec__vote .inner ul li.nagoya .team p{
	color: #d70c19;
}

.sec__vote .inner ul li h4{
	display:block;
	height: 90px;
	font-size:16px;
	font-size:1.6rem;
	font-weight:700;
	line-height:20px;
	padding: 0 5%;
	margin: 0px;
	color: #41210f;
}
.sec__vote .inner ul li h4 span{
	display:block;
	font-size:12px;
	font-size:1.2rem;
	font-weight:700;
}
.sec__vote .inner ul li a{
	display:block;
	width: 80%;
	text-decoration:none;
	color:#e60012;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
	line-height:1;
	padding: 15px 0px 15px 0px;
	font-weight: 700;
	transition:all .2s ease;
	margin: 0px auto 20px auto;
	border: 2px solid #e60012;
	-webkit-border-radius:100px 100px 100px 100px;
	-moz-border-radius:100px 100px 100px 100px;
	border-radius:100px 100px 100px 100px;
}
.sec__vote .inner ul li a:hover{
	color:#ffffff;
	background-color: #e60012;
	opacity: 1;
}
.sec__vote .inner ul li a.nolink{
	color:#666666;
	border: 2px solid #666666;
	pointer-events: none;
}
.sec__vote .inner .comingsoon_btn{
	background-color: #d1d1d1;
    width: 80%;
    padding: 15px 0px 15px 0px;
    border-radius: 100px;
    font-size: 1.4rem;
    margin: 0px auto 20px auto;
    color: #909090;
    line-height: 1;
}
.sec__vote .inner .cookie01{
	position: absolute;
    top: 30px;
    right: 30px;
}
@media only screen and (max-width: 1180px) {
	.sec__vote .inner .cookie01{
		top: 0px;
		right: 0px;
		width: 210px;
	}
}
.sec__vote .inner .cookie02{
	position: absolute;
    top: 60px;
    left: 30px;
}
@media only screen and (max-width: 1180px) {
	.sec__vote .inner .cookie02{
		width: 210px;
	}
}

/* ==========================================================================
   なかよしルヴァン
========================================================================== */
.sec__spec {
	position: relative;
	margin: auto;
	background:url("/img/leaguecup/2023/special/kurakkatsu/bg_countdown.png") repeat top center;
}
.sec__spec::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  bottom: 0;
  z-index: 10;
  display: block;
  height: 20px;
  background-position: 0 0;
  background: url(/img/leaguecup/2023/special/kurakkatsu/bg_vote_spike.png) repeat top center;
	/*background: url(/img/leaguecup/2023/special/kurakkatsu/bg_rank_spike.png) repeat top center;*/
}
.sec__spec .inner{
	width: 960px;
	margin: auto;
	padding: 100px 0px 100px 0px;
}
.sec__spec .inner h2{
	position: relative;
	display: block;
	width: 600px;
    margin: 0px auto 50px auto;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 2em;
    color: #fbecc5;
    text-align: center;
    padding: 0 1rem;
    background-color: #e60012;
}
.sec__spec .inner h2::before,
.sec__spec .inner h2::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #e60012 transparent;
    border-style: solid;
    content: '';
}
.sec__spec .inner h2::before {
    left: -15px;
    border-width: 30px 0px 30px 15px;
}
.sec__spec .inner h2::after {
    right: -15px;
    border-width: 30px 15px 30px 0px;
}
.sec__spec .inner h3{
	text-align: center;
    color: #fbedc4;
    font-weight: bold;
    font-size: 3rem;
}
.sec__spec .inner span{
	font-size: 5rem;
    font-weight: bold;
}
.sec__spec .inner p{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 60px;
    color: #fbecc5;
    text-align: center;
}
.sec__spec .inner .sapporo .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #e60012;
    text-align: center;
}
.sec__spec .inner .cosaka .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #da005b;
    text-align: center;
}
.sec__spec .inner .tokyo .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #0b318f;
    text-align: center;
}
.sec__spec .inner .gosaka .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #00458d;
    text-align: center;
}
.sec__spec .inner .urawa .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #e6002d;
    text-align: center;
}
.sec__spec .inner .yokohamafm .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #014099;
    text-align: center;
}
.sec__spec .inner .yokohamafc .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #003586;
    text-align: center;
}
.sec__spec .inner .kyoto .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #750069;
    text-align: center;
}
.sec__spec .inner .hiroshima .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #51318f;
    text-align: center;
}
.sec__spec .inner .kashima .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #b7183f;
    text-align: center;
}
.sec__spec .inner .shonan .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #6eb92b;
    text-align: center;
}
.sec__spec .inner .niigata .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #ea5404;
    text-align: center;
}
.sec__spec .inner .kobe .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #000000;
    text-align: center;
}
.sec__spec .inner .shimizu .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #f18900;
    text-align: center;
}
.sec__spec .inner .kawasaki .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #33a1db;
    text-align: center;
}
.sec__spec .inner .oita .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #073190;
    text-align: center;
}
.sec__spec .inner .tosu .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #e95499;
    text-align: center;
}
.sec__spec .inner .tokushima .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #073190;
    text-align: center;
}
.sec__spec .inner .kashiwa .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #fff100;
    text-align: center;
}
.sec__spec .inner .iwata .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #6c9bd2;
    text-align: center;
}
.sec__spec .inner .fukuoka .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #001b5b;
    text-align: center;
}
.sec__spec .inner .nagoya .teamname{
	display: block;
    margin: 0px auto 20px;
    padding: 0px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 60px;
    color: #d70c19;
    text-align: center;
}

.sec__spec .inner .count{
	margin: 0 auto 70px;
    padding: 0px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 60px;
    color: #fbecc5;
    text-align: center;
}
.sec__spec .inner .figure img{
	position: absolute;
    top: -40px;
    left: -40px;
}
.sec__spec .inner .cookie01{
	position: absolute;
	top: 120px;
    left: 90px;
}
@media only screen and (max-width: 1180px) {
	.sec__spec .inner .cookie01{
		top: 0px;
		right: 0px;
		width: 210px;
	}
}
.sec__spec .inner .cookie02{
	position: absolute;
    top: 120px;
    right: 140px;
}
@media only screen and (max-width: 1180px) {
	.sec__spec .inner .cookie02{
		width: 210px;
	}
}



.sec__spec .inner .contents{
	position: relative;
	width: 960px;
	margin: 0px auto 50px auto;
	padding:0px 0px 0px 0px;
	display:block;
	background-color: #ffffff;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
}
.sec__spec .inner .contents:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.sec__spec .inner .cosaka{
	border: 5px solid  #da005b;
}
.sec__spec .inner .tokyo{
	border: 5px solid  #0b318f;
}
.sec__spec .inner .gosaka{
	border: 5px solid  #00458d;
}
.sec__spec .inner .urawa{
	border: 5px solid  #e6002d;
}
.sec__spec .inner .yokohamafm{
	border: 5px solid  #014099;
}
.sec__spec .inner .yokohamafc{
	border: 5px solid  #003586;
}
.sec__spec .inner .kyoto{
	border: 5px solid  #750069;
}
.sec__spec .inner .hiroshima{
	border: 5px solid  #51318f;
}
.sec__spec .inner .sapporo{
	border: 5px solid  #d6000f;
}
.sec__spec .inner .kashima{
	border: 5px solid  #b7183f;
}
.sec__spec .inner .shonan{
	border: 5px solid  #6eb92b;
}
.sec__spec .inner .niigata{
	border: 5px solid  #ea5404;
}
.sec__spec .inner .kobe{
	border: 5px solid  #000000;
}
.sec__spec .inner .shimizu{
	border: 5px solid  #f18900;
}
.sec__spec .inner .kawasaki{
	border: 5px solid  #33a1db;
}
.sec__spec .inner .oita{
	border: 5px solid  #073190;
}
.sec__spec .inner .tosu{
	border: 5px solid  #e95499;
}
.sec__spec .inner .tokushima{
	border: 5px solid  #073190;
}
.sec__spec .inner .kashiwa{
	border: 5px solid  #fff100;
}
.sec__spec .inner .iwata{
	border: 5px solid  #6c9bd2;
}
.sec__spec .inner .fukuoka{
	border: 5px solid  #001b5b;
}
.sec__spec .inner .nagoya{
	border: 5px solid  #d70c19;
}

.sec__spec .inner .contents .rank{
	position: absolute;
	top: -50px;
	left: -50px;
	width: 151px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}
.sec__spec .inner .contents .txtarea{
	display:block;
	width:370px;
	padding: 60px 0px 0px 0px;
	margin: 0px;
	float: left;
}
.sec__spec .inner .contents .txtarea img{
	display:block;
	width: 15%;
	padding: 0;
	margin: 0px auto 5px auto;
}
.sec__spec .inner .contents .txtarea h3{
	display:block;
	font-size:30px;
	font-size:3.0rem;
	font-weight:700;
	line-height:1em;
	padding: 0;
	color: #41210f;
	text-align: center;
	margin: 0px 0px 30px 0px;
}
.sec__spec .inner .contents .txtarea p.team{
	display:block;
	font-size:20px;
	font-size:2rem;
	font-weight:700;
	line-height:1.5em;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	text-align: center;
}
.sec__spec .inner .contents .txtarea p.cracker_name{
	display:block;
	font-size:14px;
	font-size:1.4rem;
	font-weight:700;
	line-height:1em;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #41210f;
	text-align: center;
}
.sec__spec .inner .sapporo .txtarea p.team{
	color: #d6000f;
}
.sec__spec .inner .kashima .txtarea p.team{
	color: #b7183f;
}
.sec__spec .inner .shonan .txtarea p.team{
	color: #6eb92b;
}
.sec__spec .inner .niigata .txtarea p.team{
	color: #ea5404;
}
.sec__spec .inner .kobe .txtarea p.team{
	color: #000000;
}
.sec__spec .inner .shimizu .txtarea p.team{
	color: #f18900;
}
.sec__spec .inner .kawasaki .txtarea p.team{
	color: #33a1db;
}
.sec__spec .inner .oita .txtarea p.team{
	color: #073190;
}
.sec__spec .inner .tosu .txtarea p.team{
	color: #e95499;
}
.sec__spec .inner .tokushima .txtarea p.team{
	color: #073190;
}
.sec__spec .inner .kashiwa .txtarea p.team{
	color: #fff100;
}
.sec__spec .inner .iwata .txtarea p.team{
	color: #6c9bd2;
}
.sec__spec .inner .fukuoka .txtarea p.team{
	color: #001b5b;
}
.sec__spec .inner .nagoya .txtarea p.team{
	color: #d70c19;
}

.sec__spec .inner .contents figure img{
	position: absolute;
	top: -40px;
	left: -40px;
}
.sec__spec .inner .contents .txtarea a{
	display:block;
	width: 60%;
	text-decoration:none;
	color:#e60012;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
	line-height:1;
	padding: 15px 0px 15px 0px;
	font-weight: 700;
	transition:all .2s ease;
	margin: 0px auto 0px auto;
	border: 2px solid #e60012;
	-webkit-border-radius:100px 100px 100px 100px;
	-moz-border-radius:100px 100px 100px 100px;
	border-radius:100px 100px 100px 100px;
}
.sec__spec .inner .contents .txtarea a:hover{
	color:#ffffff;
	background-color: #e60012;
	opacity: 1;
}
.sec__spec .inner .contents .picarea{
	position: relative;
	display:block;
	width:580px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.sec__spec .inner .contents .picarea img{
	width: 100%;
}
.sec__spec .inner .contents .picarea::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 35%;
  margin: auto;
  z-index: 10;
  display: block;
  height: 120px;
  background-position: 0 0;
  background: url(/img/leaguecup/2023/special/kurakkatsu/icon_play.png) no-repeat top center;
}



@media only screen and (max-width: 960px) {

}
