@charset "UTF-8";

@import url(https://fonts.cdnfonts.com/css/korolev-heavy);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face {
  font-family: "Raiden-Regular";
  src: url("../fonts/Raiden-Regular.woff") format("woff");
}
@font-face {
  font-family: "Raiden-Italic";
  src: url("../fonts/Raiden-Italic.woff") format("woff");
}


body {
  font-family: 'Korolev Medium', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", sans-serif;
  color: #272727;
}

body.stop *,
body.stop *::before,
body.stop *::after {
  transition: 0s!important;
  transition-delay: unset!important;
}

main {
  display: block;
}

.pc_blk {
  display: block!important;
}
.pc_inblk {
  display: inline-block!important;
}
.sp_blk,
.sp_inblk {
  display: none!important;
}
a.nolink {
  pointer-events: none;
  opacity: 0.7;
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
.pc_blk,
.pc_inblk {
  display: none!important;
}
.sp_blk {
  display: block!important;
}
.sp_inblk {
  display: inline-block!important;
}
}

.snsbtn a {
	display: inline-block;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.snsbtn .instagram {
	background-image: url(../images/snsbtn_instagram.svg);
	width: 22px;
	height: 22px;
}
.snsbtn .twitter {
	background-image: url(../images/snsbtn_twitter.svg);
	width: 22px;
	height: 22.5px;
}
.snsbtn .facebook {
	background-image: url(../images/snsbtn_facebook.svg);
	width: 12px;
	height: 22px;
}
.snsbtn .youtube {
	background-image: url(../images/snsbtn_youtube.svg);
	width: 33px;
	height: 22px;
}
.snsbtn .spolive {
	background-image: url(../images/snsbtn_spolive.svg);
	width: 22px;
	height: 22px;
}
.snsbtn_white .instagram {
	background-image: url(../images/snsbtn_instagram_white.svg);
}
.snsbtn_white .twitter {
	background-image: url(../images/snsbtn_twitter_white.svg);
}
.snsbtn_white .facebook {
	background-image: url(../images/snsbtn_facebook_white.svg);
}
.snsbtn_white .youtube {
	background-image: url(../images/snsbtn_youtube_white.svg);
}


.slidePath {
	position: relative;
	-webkit-clip-path: polygon(0 0,0 150%,0% 150%,0% 0);
	clip-path: polygon(0 0,0 150%,0% 150%,0% 0);
	transition: 0.3s;
	transition-timing-function: cubic-bezier(0, 0, 1, 0);
}
.slidePath::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: #bfa666;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
}
.slidePath.pathOpen {
	-webkit-clip-path: polygon(0 0,0 150%,100% 150%,100% 0);
	clip-path: polygon(0 0,0 150%,100% 150%,100% 0);
}
.slidePath.pathOpen::before {
	width: 0%;
}


header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 60;
}
header .logo_verblitz {
	position: fixed;
	top: 25px;
	left: 36px;
	z-index: 13;
	width: 158px;
	height: 52px;
	background-size: contain;
	background-repeat: no-repeat;
}
header.menu_open .logo_verblitz {
	transform: none!important;
}
header .mypage,
header .goods,
header .fanclub,
header .partner {
	position: fixed;
	top: 0;
	z-index: 2;
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
	width: 83px;
	height: 68px;
	text-align: center;
	background-color: #0d955a;
	padding: 46px 0 0;
	background-repeat: no-repeat;
	color: white;
	display: block;
}
header .mypage::after,
header .goods::after,
header .fanclub::after {
	content: '';
	position: absolute;
	top: 15%;
	right: 0;
	z-index: 1;
	display: block;
	width: 1px;
	height: 70%;
	background: #6dbf9c;
}
header .mypage {
	background-image: url(../images/header/mypage.svg);
	right: 342px;
	background-position: top 33% center;
}
header .goods {
	background-image: url(../images/header/goods.svg);
	right: 259px;
	background-position: top 12px center;
}
header .fanclub {
	background-image: url(../images/header/fanclub.svg);
	right: 176px;
	background-position: top 16px center;
}
header .partner {
	background-image: url(../images/header/partner.svg);
	right: 93px;
    background-position: top 17px center;
    font-size: 13px;
    padding-top: 46px;
}
header .menu_btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 14;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	width: 93px;
	height: 68px;
	text-align: center;
	background-color: #00441b;
	padding: 46px 0 0;
	background-repeat: no-repeat;
	color: white;
	cursor: pointer;
}
header .menu_btn span {
	display: block;
	width: 34px;
	height: 4px;
	background: white;
	position: absolute;
	top: 23px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	transition: 0.2s 0.2s;
}
header .menu_btn span::before,
header .menu_btn span::after {
	content: '';
	display: block;
	width: 34px;
	height: 4px;
	background: white;
	position: absolute;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	transition: top 0.2s 0.2s, width 0.2s 0.2s, transform 0.0s 0.2s, height 0.2s 0.0s;
}
header .menu_btn span::before {
	top: -6px;
}
header .menu_btn span::after {
	top: 10px;
}

header .menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 12;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	background: #F8F8F8;
	padding: 88px 0 0 276px;
	overflow-x: hidden;
	-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	transition: all 0.2s;
	width: 0;
	padding: 0;
	overflow-y: hidden;
}
header .menu::before {
	content: '';
	position: absolute;
	top: 25px;
	left: 36px;
	z-index: 2;
	width: 158px;
	height: 52px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/logo_verblitz_red.svg);
}
header .menu::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: #BFA666;
	transition: right 0.2s 0.0s;
}
header .menu article {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	height: 180px;
	padding: 10px 10px 0;
	border-bottom: solid 1px #00441B;
	margin: 0 95px 44px 0;
	position: relative;
	right: auto;
	background: transparent;
	text-align: left;
	font-weight: unset;
}
header .menu article::after {
	display: none;
}
header .menu article a {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	width: 100%;
	height: 90px;
	color: #00441B;
	transition: 0.2s;
	background-position: left top;
	background-repeat: no-repeat;
}
header .menu article a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #F8F8F8;
	transition: 0.2s;
	background-position: left top;
	background-repeat: no-repeat;
	opacity: 0;
}
header .menu article a::after {
	content: '';
	position: absolute;
	top: 18px;
	right: 8px;
	z-index: 3;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 7px;
	border-color: transparent transparent transparent #00441b;
	transition: 0.2s;
}
header .menu article a:hover {
	color: #0d955a;
}
header .menu article a:hover::before {
	opacity: 1;
}
header .menu article a:hover::after {
	border-color: transparent transparent transparent #0d955a;
}
header .menu article.news a {
	background-image: url(/verblitz/assets/images/header/menu_news.svg);
}
header .menu article.ticket a {
	background-image: url(/verblitz/assets/images/header/menu_ticket.svg);
}
header .menu article.game a {
	background-image: url(/verblitz/assets/images/header/menu_game.svg);
}
header .menu article.member a {
	background-image: url(/verblitz/assets/images/header/menu_member.svg);
}
header .menu article.team a {
	background-image: url(/verblitz/assets/images/header/menu_team.svg);
}
header .menu article.fan a {
	background-image: url(/verblitz/assets/images/header/menu_fan.svg);
}
header .menu article.goods a {
	background-image: url(/verblitz/assets/images/header/menu_goods.svg);
}
header .menu article.contact a {
	background-image: url(/verblitz/assets/images/header/menu_contact.svg);
}
header .menu article.partner a {
	background-image: url(/verblitz/assets/images/header/menu_partner.svg);
}

header .menu article.news a::before {
	background-image: url(/verblitz/assets/images/header/menu_news_hover.svg);
}
header .menu article.ticket a::before {
	background-image: url(/verblitz/assets/images/header/menu_ticket_hover.svg);
}
header .menu article.game a::before {
	background-image: url(/verblitz/assets/images/header/menu_game_hover.svg);
}
header .menu article.member a::before {
	background-image: url(/verblitz/assets/images/header/menu_member_hover.svg);
}
header .menu article.team a::before {
	background-image: url(/verblitz/assets/images/header/menu_team_hover.svg);
}
header .menu article.fan a::before {
	background-image: url(/verblitz/assets/images/header/menu_fan_hover.svg);
}
header .menu article.goods a::before {
	background-image: url(/verblitz/assets/images/header/menu_goods_hover.svg);
}
header .menu article.contact a::before {
	background-image: url(/verblitz/assets/images/header/menu_contact_hover.svg);
}
header .menu article.partner a::before {
	background-image: url(/verblitz/assets/images/header/menu_partner_hover.svg);
}

header .menu article a p {
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	margin: 50px 0 0;
	position: relative;
	z-index: 3;
}

header .menu article .text {
	font-size: 14px;
	line-height: 1.6;
	color: #00441B;
	margin: 92px 0 0;
}
header .menu article .text.exlink {
	padding: 0 27px 0 0;
	background: url(/verblitz/assets/images/icon_exlink_black.svg) no-repeat center right / auto 16px;
	display: inline-block;
}
header .menu .snsbtn {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 93px;
}
header .menu .snsbtn::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 93px;
	height: 100vh;
	background: white;
}
header .menu .snsbtn a {
	display: block;
	margin: 0 auto 30px;
}
header .menu .snsbtn a:last-child {
	margin-bottom: 45px;
}

header.menu_open .menu_btn {
	font-size: 0;
	background: transparent!important;
}
header.menu_open .menu_btn span {
	width: 0px;
	transition: 0.2s;
	top: 32px;
}
header.menu_open .menu_btn span::before,
header.menu_open .menu_btn span::after {
	top: 50%;
	width: 4px;
	height: 34px;
	transition: top 0.2s, width 0.2s, transform 0.0s 0.2s, height 0.2s 0.2s;
	background: #00441b;
}
header.menu_open .menu_btn span::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}
header.menu_open .menu_btn span::after {
	transform: translate(-50%, -50%) rotate(45deg);
}
header.menu_open .menu {-webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);width: 100%;padding: 88px 130px 0 276px;overflow-y: auto;transition: all 0.2s, width 0s, padding 0s, overflow 0s;}
header.menu_open .menu::after {
	right: 100%;
	transition: right 0.2s 0.2s;
}

footer {
	padding: 120px 0 0;
	text-align: center;
	position: relative;
	z-index: 5;
	background: white;
}
footer article.site {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	border-top: solid 1px #272727;
}
footer article.site dl {
	text-align: left;
	white-space: nowrap;
}
footer article.site dl dt {
	font-size: 1.2rem;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
footer article.site dl dd {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
footer article.site dl dd a {
	font-size: 1.2rem;
	line-height: 1;
	color: #272727;
	display: inline-block;
}
footer article.site .wrap {
	position: relative;
	padding: 43px 0 12px;
}
footer article.site .contents {
	display: inline-block;
	vertical-align: top;
}
footer article.site .contents dl {}
footer article.site .contents dl dt {
	width: 96px;
}
footer article.site .contents dl dd {
	width: 305px;
}
footer article.site .contents dl dd a {
	display: inline-block;
	vertical-align: top;
	width: 4.5em;
	margin: 0 55px 24px 0;
	font-size: 1.4rem;
}
footer article.site .item {
	display: inline-block;
	vertical-align: top;
}
footer article.site .item dl {
	margin: 0 0 22px;
}
footer article.site .item dl dt {
	width: 76px;
}
footer article.site .item dl dd {
	width: 200px;
}
footer article.site .item dl dd a {margin: 0 0 24px;}
footer article.site .contact {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 85px;
}
footer article.site .contact dl {}
footer article.site .contact dl dt {
	width: 76px;
}
footer article.site .contact dl dd {}
footer article.site .contact dl dd span {
	font-size: 1.2rem;
	line-height: 1;
	display: block;
	margin: 0 0 8px;
}
footer article.site .contact dl dd a {
	font-size: 1.4rem;
}
footer article.site .snsbtn {
	position: absolute;
	bottom: 29px;
	left: calc(50% + 326px);
}
footer article.site .snsbtn a {
	margin-right: 32px;
}
footer article.link {
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 40px;
	border-bottom: solid 1px #272727;
}
footer article.link .wrap {
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
}
footer article.link .wrap a {
	display: inline-block;
	margin: 0 30px 28px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
footer article.link .wrap a.leagueone {
	background-image: url(../images/footer/leagueone.png);
	width: 199px;
	height: 47px;
}
footer article.link .wrap a.adidas {
	background-image: url(../images/footer/adidas.png);
	width: 70px;
	height: 47px;
}
footer article.link .wrap a.reddolphins {
	background-image: url(../images/footer/reddolphins.png);
	width: 175px;
	height: 47px;
}
footer article.link .wrap a.shuttles {
	background-image: url(../images/footer/shuttles.png);
	width: 118px;
	height: 46px;
}
footer article.link .wrap a.topleague {
	background-image: url(../images/footer/topleague.png);
	width: 78px;
	height: 51px;
}
footer article.link .wrap a.lanico {
	background-image: url(../images/footer/lanico.png);
	width: 112px;
	height: 38px;
}
footer article.link .wrap a.jucola {
	background-image: url(../images/footer/jucola.png);
	width: 82px;
	height: 63px;
}
footer article.link .wrap a.toyota {
	background-image: url(../images/footer/toyota.png);
	width: 138px;
	height: 25px;
}
footer article.link .wrap a.gazoosports {
	background-image: url(../images/footer/gazoosports.png);
	width: 128px;
	height: 36px;
}
footer article.link .wrap a.specialolympics {
	background-image: url(../images/footer/specialolympics.png);
	width: 145px;
	height: 51px;
}
footer.copyright {
	padding-top: 0;
}
footer article.bottom {
	padding: 30px 3% 15px;
}
footer article.bottom .wrap {
	margin: 0 auto;
	width: 1280px;
	max-width: 100%;
	text-align: right;
}
footer article.bottom .wrap a {
	font-size: 1.2rem;
	line-height: 1;
	color: #272727;
	display: inline-block;
	margin-right: 22px;
}
footer article.bottom .wrap span {
	font-size: 1.2rem;
	line-height: 1;
}
footer.footer-banners {
	padding-top: 0;
	border-top: none;
}
footer .partner {
	background: #E9E9E7;
	text-align: center;
	padding: 53px 0 54px;
}
footer .partner .title {
	background-image: url(../images/footer/ttl_partner.svg);
	width: 184px;
	height: 26px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
footer .partner .links {
	margin: 36px 0 0;
}
footer .partner .links a {
	display: inline-block;
	margin: 0 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 26px;
	--h: 26px;
}
footer .partner .links a.kowa {
	background-image: url(../images/footer/kowa.svg);
	width: 255px;
}
footer .partner .links a.sanko {
	background-image: url(../images/footer/sanko.svg);
	width: 88px;
}
footer .partner .links a.chuden {
	background-image: url(../images/footer/chuden.svg);
	width: 157px;
}
footer .partner .links a.vuteq {
	background-image: url(../images/footer/vuteq.svg);
	width: 175px;
}
footer .partner .links a.kowa_2022 {
	background-image: url(../images/footer/kowa_2022.svg);
	width: calc(75 / 8 * var(--h));
}
footer .partner .links a.itokoumuten {
	background-image: url(../images/footer/itokoumuten.svg);
	width: calc(75 / 19 * var(--h));
}
footer .partner .links a.niyu {
	background-image: url(../images/footer/niyu.svg);
	width: 120px;
}
footer .partner .links a.saneikogyo {
	background-image: url(../images/footer/saneikogyo.svg);
	width: calc(15 / 2 * var(--h));
}
footer .partner .links a.obayashi {
	background-image: url(../images/footer/obayashi.svg);
	width: calc(15 / 4 * var(--h));
}
footer .partner .more {
}
footer .partner .more a {
	color: #272727;
	font-size: 16px;
	display: block;
	line-height: 1;
	margin: 36px auto 0;
	border: solid 1px #272727;
	width: 200px;
	border-radius: 3px;
	padding: 10px 0 9px;
	background: url(../images/arrow_gray_thin.svg) no-repeat right 20px center / auto 35%;
}


@media (min-width: 769px) {
}
@media (max-width: 768px) {

.snsbtn a {}
.snsbtn a.instagram {
	width: 6vw;
	height: 6vw;
}
.snsbtn a.twitter {
	width: 6vw;
	height: 6.1vw;
}
.snsbtn a.facebook {
	width: 2.5vw;
	height: 6vw;
}
.snsbtn a.youtube {
	width: 9vw;
	height: 6vw;
}
.snsbtn .spolive {
	width: 6vw;
	height: 6vw;
}
.slidePath {}
.slidePath::before {}
.slidePath.pathOpen {}
.slidePath.pathOpen::before {}




header {
	position: static;
	width: 100%;
	height: 15.5vw;
	background: #00441b;
	border-bottom: solid 1px white;
}
header .logo_verblitz {
	position: absolute;
	top: 12px;
	left: 21px;
	background-image: url(../images/logo_verblitz_white.svg)!important;
	width: 28vw;
	height: 9.5vw;
}
header.menu_open .logo_verblitz {
	opacity: 0;
}
header .mypage,
header .goods,
header .fanclub,
header .partner{
	display: none;
}
header .goods {}
header .goods::after {}
header .fanclub {}
header .menu_btn {
	font-size: 0;
	height: calc(15.5vw - 1px);
	width: 21.5vw;
	padding: 0;
}
header .menu_btn span {
	top: 7vw;
	width: 9.5vw;
	height: 1.1vw;
}
header .menu_btn span::before,
header .menu_btn span::after {
	width: 9.5vw;
	height: 1.1vw;
}
header .menu_btn span::before {
	top: -2.5vw;
}
header .menu_btn span::after {
	top: 3.4vw;
}

header .menu {
	padding: 9vh 0 0!important;
}
header .menu::before {
	top: 1.5vh;
	left: 5vw;
	width: 29vw;
	height: 6vh;
}
header .menu article {
	width: 100%;
	height: 14vh;
	margin: 0;
	padding: 0;
}
header .menu article a {
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	background-size: auto 30%;
	background-position: 7% 35%;
}
header .menu article a:hover {
	color: #00441B;
}
header .menu article a:hover::before {
	opacity: 0;
}
header .menu article a p {
	font-size: 4vw;
	margin: 17vw 0 0 5%;
}
header .menu article a:hover {
	background-color: inherit;
	border-radius: 0;
}
header .menu article a::after {
	display: none;
}
header .menu article img {
	position: absolute;
	top: 30%;
	left: 10%;
	height: 29%;
}
header .menu article .text {
	position: absolute;
	top: 8%;
	left: 48%;
	font-size: 3.5vw;
	margin: 23px 0 0;
	margin: 5vw 0 0;
}
header .menu .snsbtn {
	position: static;
	width: 100%;
	text-align: center;
	padding: 7vw 0;
	background: white;
}
header .menu .snsbtn::before {
	display: none;
}
header .menu .snsbtn a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4vw;
}
header .menu .snsbtn a:last-child {
	margin-bottom: 0;
}


footer {padding: 0;}
footer article.site {}
footer article.site dl {}
footer article.site dl dt {}
footer article.site dl dd {}
footer article.site dl dd a {}
footer article.site .wrap {
	padding: 7.5vw 5vw 6vw;
}
footer article.site .contents {
	display: none;
}
footer article.site .contents dl {}
footer article.site .contents dl dt {}
footer article.site .contents dl dd {}
footer article.site .contents dl dd a {}
footer article.site .item {
	display: block;
	width: 100%;
}
footer article.site .item dl {
	margin: 0 0 2vw;
}
footer article.site .item dl dt {
	width: 21vw;
}
footer article.site .item dl dd {
	width: 60vw;
}
footer article.site .item dl dd a {
	margin: 0 0 6vw;
}
footer article.site .contact {
	display: block;
	width: 100%;
	margin: 0;
}
footer article.site .contact dl {}
footer article.site .contact dl dt {
	width: 21vw;
}
footer article.site .contact dl dd {}
footer article.site .contact dl dd span {}
footer article.site .contact dl dd a {}
footer article.site .snsbtn {
	position: relative;
	bottom: auto;
	left: auto;
	text-align: left;
	margin: 12vw 0 0 0;
}
footer article.site .snsbtn a {}
footer article.link {}
footer article.link .wrap {
	width: auto;
}
footer article.link .wrap a {
	transform: scale(0.85);
	margin: 0 2vw 3vw;
}
footer article.link .wrap a.leagueone {}
footer article.link .wrap a.adidas {}
footer article.link .wrap a.reddolphins {}
footer article.link .wrap a.shuttles {}
footer article.link .wrap a.topleague {}
footer article.link .wrap a.lanico {}
footer article.link .wrap a.jucola {}
footer article.link .wrap a.toyota {}
footer article.link .wrap a.gazoosports {}
footer article.link .wrap a.specialolympics {}
footer article.bottom {
	padding: 5vw 2vw 5vw;
}
footer article.bottom .wrap {
	width: auto;
	text-align: center;
}
footer article.bottom .wrap a {margin-bottom: 3vw;}
footer article.bottom .wrap span {
	float: none;
	display: block;
}
footer .partner {
	padding: 10vw 0 9vw;
}
footer .partner .title {
	width: 36vw;
	height: 5vw;
}
footer .partner .links {
	margin: 8vw 0 0;
}
footer .partner .links a {
	margin: 0 3vw 6vw;
	height: 5.5vw;
	--h: 5.5vw;
}
footer .partner .more {}
footer .partner .more a {
	font-size: 3.5vw;
	margin: 1vw auto 0;
	width: 48vw;
	border-radius: 4px;
	padding: 3vw 0 2.5vw;
	background-position: right 4vw center;
}

}
