@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(../images/header/menu_news.svg);
}
header .menu article.ticket a {
	background-image: url(../images/header/menu_ticket.svg);
}
header .menu article.game a {
	background-image: url(../images/header/menu_game.svg);
}
header .menu article.member a {
	background-image: url(../images/header/menu_member.svg);
}
header .menu article.team a {
	background-image: url(../images/header/menu_team.svg);
}
header .menu article.fan a {
	background-image: url(../images/header/menu_fan.svg);
}
header .menu article.goods a {
	background-image: url(../images/header/menu_goods.svg);
}
header .menu article.contact a {
	background-image: url(../images/header/menu_contact.svg);
}
header .menu article.partner a {
	background-image: url(../images/header/menu_partner.svg);
}

header .menu article.news a::before {
	background-image: url(../images/header/menu_news_hover.svg);
}
header .menu article.ticket a::before {
	background-image: url(../images/header/menu_ticket_hover.svg);
}
header .menu article.game a::before {
	background-image: url(../images/header/menu_game_hover.svg);
}
header .menu article.member a::before {
	background-image: url(../images/header/menu_member_hover.svg);
}
header .menu article.team a::before {
	background-image: url(../images/header/menu_team_hover.svg);
}
header .menu article.fan a::before {
	background-image: url(../images/header/menu_fan_hover.svg);
}
header .menu article.goods a::before {
	background-image: url(../images/header/menu_goods_hover.svg);
}
header .menu article.contact a::before {
	background-image: url(../images/header/menu_contact_hover.svg);
}
header .menu article.partner a::before {
	background-image: url(../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(../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;
	/*20241001*/
	margin: 20px auto 0px;
}
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: 170px;
	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 article.link .wrap a.toyotimes {
	background-image: url(../images/footer/f_new_toyotaimes.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;
	background: white;
}
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;
}

}


/*202409リニューアル用header・footer*/
.font_v{
	font-family: "Raiden-Italic";
}
/*header*/
header#header_new{
	position: relative;
	width: 100%;
	border-bottom: none;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", sans-serif;
}
header#header_new .l-title{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,13px);
}
header#header_new .l-title img{
	max-width: 70px;
	width: 100%;
}
header#header_new .header1{
	background: black;
	padding: 10px;
	color: white;
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
header#header_new .header1 > div{
	width: 50%;
}
header#header_new .header1 > div img{
	max-width: 120px;
	width: 100%;
}
header#header_new .header1 .log{
	flex: 1;
    text-align: left;
}
header#header_new .header1 .menu1{
	flex: 2;
    text-align: right;
	justify-content: end;
	font-size: 1.6rem;
}
header#header_new .header1 .menu1 a{
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
	font-size: 1.2rem;
	line-height: 1;
	color: white;
}

header#header_new .header1 .menu1 a::before{
	content: "";
	width: 20px;
	height: 12px;
	background: url("../images/header/header_new_ticket_icon.svg");
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
header#header_new .header1 .menu1 a.online::before{
	content: "";
	width: 15px;
	height: 17px;
	background: url("../images/header/header_new_online_icon.svg");
	background-size: 100%;
}
header#header_new .header1 .menu1 a.mypage_new::before{
	content: "";
	width: 13px;
	height: 15px;
	background: url("../images/header/header_new_mypage_icon.svg");
	background-size: 100%;
}
header#header_new .header2{
	background: url("../images/header/bg.png");
	background-size: contain;
	color: white;
	padding: 20px 0px 16px;
	box-shadow: 0px 5px 15px rgba(0,18,10,0.5);
}
header#header_new .header2 .menu2{
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
}
header#header_new .header2 .menu2 .menu_list{
	width: 50%;
	display: flex;
	justify-content: space-between;
	font-size: 1.5rem;
	line-height: 1;
}
header#header_new .header2 .menu2 .menu_list:first-child{
	margin-right: 210px;
}
header#header_new .header2 .menu2 .menu_list a{
}
header#header_new .header2 .menu2 .menu_list a p{
	position: relative;
	display: inline-block;
	font-weight: bold;
}
/*header#header_new .header2 .menu2 .menu_list a p span::before,header#header_new .header2 .menu2 .menu_list a p span::after{
	content: attr(data-txt);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}*/
header#header_new .header2 .menu2 .menu_list a p.l-nav-list__item-txt{
	display: flex;
    flex-direction: column;
    overflow: hidden;
	height: 19px;
    color: white;

				line-height: 1.5;
}
header#header_new .header2 .menu2 .menu_list a p span.is-main,header#header_new .header2 .menu2 .menu_list a p span.is-hover{
	transition: transform 0.3s ease;
}
header#header_new .header2 .menu2 .menu_list a:hover p span.is-hover, header#header_new .header2 .menu2 .menu_list a:hover p span.is-main {
	transform: translateY(-100%);
}
/*header#header_new .header2 .menu2 .menu_list a p span::after {
	top: -200%;
    color: #fff;
}
header#header_new .header2 .menu2 .menu_list a p span{
	display: inline-block;
	overflow: hidden;
	color: transparent;
	position: relative;
}*/
header#header_new .header2 .menu2 .menu_list a p span::before{
	color: #fff;
}
header#header_new .header2 .menu2 .menu_list a:hover p span::before{
	top: -200%;
}
header#header_new .header2 .menu2 .menu_list a:hover p span::after{
	top: 0;
}
header#header_new .header2 .menu2 .menu_list a::after{
	content: "";
	width: 100%;
	height: 4px;
	background: transparent;
	position: relative;
	bottom: 0px;
	left: 0;
	display: block;
}
header#header_new .header2 .menu2 .menu_list a:hover::after{
	content: "";
	width: 100%;
	height: 4px;
	background: #B79831;
	position: relative;
	bottom: -16px;
	left: 0;
}
.sp_menu1{
	display: none;
}
.footer_new{
	padding-top: 0px;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6rem;
	line-height: 1;
	background: none;
}
.sns .sns_cnt{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	background:#1B1B1B;
	color: #fff;
	align-items: center;
	border-bottom: solid 1px #fff;
}
.sns .sns_cnt a{
	border-left: none;
	width: calc(100% / 7);
	flex: 1 1 auto; /* アイテムの拡大と縮小を許可 */
	border-right: solid 1px #fff;
	padding: 20px;
}
.sns .sns_cnt a:last-child{
	border-right: none;
}
.sns .sns_cnt .sns_cat p:last-child{
	border: solid 1px #fff;
	border-radius: 3px;
	max-width: 80px;
	margin: 20px auto 0px;
	padding: 5px 15px;
	font-size: 1.6rem;
    line-height: 1;
}
.sns .sns_cnt a p{
	transition: 0.3s;
	color: white;
}
.sns .sns_cnt a:hover .sns_cat p:last-child{
	background: #fff;
	color: #1B1B1B;
}
.sns .sns_cnt .sns_cat p.icon2:first-child{
	width: 100px;
	margin: 14px auto;
}
.sns .sns_cnt .sns_cat p:first-child{
	width: 42px;
	margin: 0 auto;
}
.sns .sns_cnt .sns_cat p img{
	width: 100%;
}
.footer_new .footer_area{
	background: #1B1B1B;
	padding: 63px 0px;
	border-bottom: solid 1px #fff;
}
.footer_new .footer_area .footer_list{
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    color: #fff;
    text-align: left;
    font-size: 1.4rem;
	line-height: 1;
    font-weight: bold;
}

.footer_new .footer_area .footer_list .list_cnt{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer_new .footer_area .footer_list .list_cnt ul{
	width: calc(100%/3);
	margin-left: 20px;
}
.footer_new .footer_area .footer_list .list_cnt ul li{
    margin-bottom: 25px;
    position: relative;
}

.footer_new .footer_area .footer_list .list_cnt ul li:last-child{
    margin-bottom: 0px;
}

.footer_new .footer_area .footer_list .list_cnt ul li a p::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-20px, -50%) rotate(45deg);
}
.footer_new .footer_area .footer_list .list_cnt ul li a{
	display: inline-block; /* aタグをインラインブロックに */
}
.footer_new .footer_area .footer_list .list_cnt ul li a p{
    display: inline-block; /* aタグをインラインブロックに */
    position: relative;
	color: white;
}

.footer_new .footer_area .footer_list .list_cnt ul li a p::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -5px;               /* アンダーラインの位置 */
    transform: scale(0, 1);     /* 初期状態で横幅0に設定 */
    transform-origin: left top;
    transition: transform 0.3s ease-in-out;
}

.footer_new .footer_area .footer_list .list_cnt ul li a:hover p::after {
    transform: scale(1, 1);     /* ホバー時に横幅を100%にする */
}
.footer_new .footer_area .footer_list .list_cnt.list2{
	display: flex;
    justify-content: flex-start;
    width: 30%;
}
.footer_new .footer_area .footer_list .list_cnt.list2 ul{
	width: 100%;
}
.footer_new .footer_area .footer_list .list_cnt.list2 ul li a{
	position: relative;
}
.footer_new .footer_area .footer_list .list_cnt.list2 ul li a::after{
	content: "";
	background: url("../images/footer/link_icon.svg");
	background-size: 100%;
	width: 12px;
    height: 11px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(170%,-50%);
}
.footer_new .club_partner{
	padding: 72px 0px;
	background-image: url(../images/index_new/cnt3_bg.jpg);
    background-position: center;
	background-attachment: fixed;
  	background-size: cover;
}
.footer_new .club_partner h2{
	font-size: 4.2rem;
	color: #fff;
	margin-bottom: 30px;
	font-style: italic;
	letter-spacing: 0.1em;
}
.footer_new .btn a {
    display: block;
    text-align: center;
    max-width: 300px;
    padding: 20px;
    color: #005C30;
    background: white;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 10px;
    transition: 0.5s;
}
.footer_new .btn a:hover {
    background: #005C30;
    color: white;
}
.footer_new .btn a p {
    transition: 0.1s;
    position: relative;
	font-size: 1.6rem;
	line-height: 1;
}
.footer_new .btn a:hover p {
    transform: translate(-10px, 0);
}
.footer_new .btn a p::after {
    content: "";
    color: white;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-62px, -35%) rotate(45deg);
}
.footer_new .btn a:hover p::after {
    content: "";
    color: white;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-52px, -35%) rotate(45deg);
}
footer article.link .wrap a{
	margin: 0 25px 28px;
}
footer article.link .wrap a.toyota {
	background-image: url(../images/footer/logo_toyota.svg);
	width: 145px;
	height: 51px;
}
footer article.link .wrap a.toyotaimes {
	background-image: url(../images/footer/f_new_toyotaimes.png);
	width: 145px;
	height: 51px;
}
footer article.link .wrap a.spo_toyota {
	background-image: url(../images/footer/logo_olympics.svg);
	width: 190px;
	height: 51px;
}
.privacy-notice{
	text-align: center;
    /*margin: 2em 0 1em;*/
    line-height: 1.8;
	font-size: 1.6rem;
	background: white;
	position: relative;
	z-index: 5;
	padding: 2em 0 1em;
}
.privacy-notice ul {
    display: inline-block;
}
.privacy-notice ul li {
    display: inline-block;
    margin: 0 2em;
}
.privacy-notice ul li a {
    display: inline-block;
    padding: 0 0.8em 0 0;
    color: #666;
    font-size: 13px;
    opacity: 1;
    transition-duration: .3s;
    position: relative;
}
.privacy-notice ul li a::after {
    content: "";
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 0.15em);
    right: 0;
}
#header_new .sp{
	display: none;
}
/*head_foot_sp*/
@media (max-width: 1024px) {
	header#header_new .header2 .menu2{
		max-width: 900px;
	}
	header#header_new .header2 .menu2 .menu_list:first-child {
		margin-right: 150px;
	}
	/*footer*/
	.footer_new .footer_area .footer_list{
		max-width: 870px;
	}
	.footer_new .footer_area .footer_list .list_cnt.list2 {
		margin-left: 80px;
	}
}
@media (max-width: 820px) {
	header#header_new .header2 .menu2{
		max-width:750px;
	}
	header#header_new .header2 .menu2 .menu_list:first-child {
		margin-right: 120px;
	}
	header#header_new .header1 .menu1 a{
		margin-right: 0px;
	}
	/*footer*/
	.footer_new .footer_area .footer_list{
		max-width: 680px;
	}
	.footer_new .footer_area .footer_list .list_cnt.list2 {
		margin-left: 40px;
	}
}
@media (max-width: 768px) {
	header#header_new{
		height: 13.7vw;
	}
	header#header_new .header2{
		padding: 0;
	}
	header#header_new .header1 .menu1 a{
		position: relative;
		padding-left: 24px;
		font-size: 1.1rem;
	}
	header#header_new .header2 .menu2{
		position: absolute;
		top: 109px;
		max-width: 100%;
		width: 100%;
		height: 100vh;
		background: black;
		z-index: 999;
		display: block;
		padding: 50px 0px;
		display: none;
		margin-top: -5px;
	}
	header#header_new .header2 .menu2 .menu_list{
		display: block;
		margin-left: 100px;
	}
	header#header_new .header2 .menu2 .menu_list a{
		margin-bottom: 50px;
		display: block;
		position: relative;
	}
	header#header_new .header2 .menu2 .menu_list:first-child{
		margin-right: 0px;
	}
	header#header_new .header2 .menu2 .menu_list a::before{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		left: -27px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	header#header_new .header2 .menu2 .menu_list a::after{
		  top: 0;
		  left: 0;
		  bottom: 0;
		  width: 0.1em;
	}
	#header_new .menu_btn_new{
		width: 45px;
        height: 45px;
		display: flex !important;
		flex-direction: column;
		justify-content: space-between;
		cursor: pointer;
		z-index: 10000;
		background: #1B1B1B;
		padding: 15px;
	}
	#header_new .menu_btn_new span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transition: all 0.3s ease-in-out;
	}
	#header_new .menu_btn_new.open span:nth-child(1) {
		transform: rotate(45deg);
		position: relative;
		top: 6px;
	}
	#header_new .menu_btn_new.open span:nth-child(2) {
		opacity: 0;
	}
	#header_new .menu_btn_new.open span:nth-child(3) {
		transform: rotate(-45deg);
		position: relative;
		top: -7px;
	}
}
@media (max-width: 767px) {
	#header_new .sp{
		display: block;
	}
	header#header_new{
		height: 18.1vw;
	}
	#header_new .menu_btn_new{
		width: 55px;
        height: 46px;
	}
	#header_new .menu_btn_new.open span:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -8px;
    }
	#header_new .menu_btn_new.open span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 7px;
    }
	header#header_new .header1 .menu1{
		display: none;
	}
	header#header_new .header1{
		padding: 5px;
	}
	header#header_new .header1 > div img {
		max-width: 70px;
		width: 100%;
	}
	header#header_new .l-title img {
		max-width: 50px;
		width: 100%;
	}
	header#header_new .l-title {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 6px);
	}
	header#header_new .header2 .menu2 .menu_list a {
			margin-bottom: 40px;
	}
	header#header_new .header2 .menu2{
		top: 80px;
		margin-top: 0px;
	}
	header#header_new .header2 .menu1_btn{
		display: flex;
		justify-content: center;
		align-items: center;
		border-top: solid 1px #666666;
		border-bottom: solid 1px #666666;
	}
	header#header_new .header2 .menu1_btn > div {
		width: calc(100%/3);
		text-align: center;
		border-right: solid 1px #666666;
		padding: 23px 10px;
	}
	header#header_new .header2 .menu1_btn > div:last-child{
		border-right: none;
	}
	header#header_new .header2 .menu1_btn > div p{
		font-size: 1.1rem;
		margin-top: 11px;
		color: white;
	}
	header#header_new .header2{
		display: flex;
	}
	.sp_menu1 {
		display: block;
		width: 100%;
	}

	.menu_cnt {
		display: flex;
		justify-content: space-between; /* スペースを均等に配置 */
		align-items: stretch; /* 高さを揃える */
		padding: 12px 12px 5px;
	}
	.menu_cnt a {
		display: flex;
		flex-direction: column;
		align-items: center;
        text-decoration: none;
        justify-content: space-between;
	}
	.menu_cnt a:first-child{
		margin-right: 160px;
	}
	.menu_cnt img {
		height: auto;
	}
	.menu_cnt p {
		margin: 0; /* テキストのマージンをリセット */
		font-size: 0.8rem; /* テキストサイズ（調整可） */
		text-align: center; /* テキストを中央揃え */
		line-height: 1;
        color: white;
	}
	
	.sns .sns_cnt a{
		padding: 10px;
	}
	.sns .sns_cnt .sns_cat p:last-child{
		display: none;
	}
	.sns .sns_cnt .sns_cat p:first-child {
		width: 42px;
	}
	.sns .sns_cnt .sns_cat p.icon2:first-child {
		width: 50px;
	}
	.footer_new .footer_area{
		padding: 32px 20px 32px 40px;
	}
	.footer_new .footer_area .footer_list{
		display: block;
	}
	.footer_new .footer_area .footer_list .list_cnt{
		width: 100%;
	}
	.footer_new .footer_area .footer_list .list_cnt.list2{
		margin-left: 0px;
		margin-top: 47px;
		width: 100%;
	}
	.footer_new .footer_area .footer_list .list_cnt ul{
		margin-left: 10px;
	}
	.footer_new .club_partner{
		/*background-image: url(../images/index_new/cnt3_bg_sp.jpg);
		background-position: 0px -180px;
		background: none;*/
	}
	/*.footer_new .club_partner::before{
		content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-image: url(../assets/images/index_new/cnt3_bg_sp.jpg);
        background-size: cover;
	}*/
	
	footer article.link{
		padding-top: 20px;
	}
	footer article.link .wrap{
		margin-bottom: 0px;
	}
	footer article.link .wrap a{
		margin: 0 2vw 3vw;
	}
	.privacy-notice{
		background: white;
		padding: 2em 0 1em;
		margin: 0;
	}
	footer.copyright{
		background: white;
	}
}
@media (max-width: 414px) {
	#header_new .menu_btn_new{
	}
	header#header_new .header2 .menu2{
		top: 80px;
	}
	#header_new .menu_btn_new.open span:nth-child(1){
		top: 6px;
	}
}
@media (max-width: 390px) {
	.menu_cnt a:first-child {
        margin-right: 130px;
    }
	.footer_new .footer_area{
		padding: 32px 40px;
	}
	.footer_new .footer_area .footer_list .list_cnt{
		display: block;
	}
	.footer_new .footer_area .footer_list .list_cnt ul{
		margin-bottom: 20px;
		width: 100%;
	}
	.footer_new .footer_area .footer_list .list_cnt.list2{
		margin-top: 0px;
	}
	footer article.link .wrap a.reddolphins{
		width: 165px;
	}
	footer article.link .wrap a.spo_toyota{
		width: 160px;
	}
}
@media (max-width: 375px) {
	header#header_new .header2 .menu2{
		padding: 20px 0px;
	}
	header#header_new .header2 .menu2 .menu_list {
        display: block;
        margin-left: 70px;
    }
	header#header_new .header2 .menu1_btn > div p {
			font-size: 0.9rem;
	}
	.sns .sns_cnt .sns_cat p:first-child {
        width: 40px;
    }
	.sns .sns_cnt .sns_cat p.icon2:first-child {
        width: 40px;
    }
}
