﻿

header#header {
	height: 62.5px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

body {
	min-width: initial;
	background: #000;
	padding-top: 62.5px;
}

video {
	width: 100%;
	height: 100%;
	display: block;
	filter: grayscale(100%);
}

.back {
	position: fixed;
	max-width: 100%;
	max-height: 100%;
	z-index: -1;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
}

@media screen and (min-width: 769px){

	.back {
		width: 100%;
	}


}

@media screen and (max-width: 769px){

	header#header {
		margin: 0;
		padding: 1em;
		box-sizing: border-box;
	}

	header#header .header-inner {
		margin: 0;
		padding: 0;
	}
	
	header#header .header-inner .header-logo {
		display: flex;
	}

	.back {
		height: 100%;
		overflow: hidden;
	}

	.back video {
		position: absolute;
		left: -50%;
		width: 200%;
		top: 0;
		height: 50vh;
	}

	.back video:nth-child(2) {
		top: 50%;
	}

}



/*
#header
///////////////////////////////////////////////////*/

.head {
	position: relative;
	z-index: 1;
}

.head .secWrap {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

.wrapper p.logo {
	width: 50%;
	margin: 30px 0;
	float: left;
}

.head .secWrap h1 img {
	width: 85%;
}

@media screen and (min-width: 769px){

	.head {
		background: url(/lalaport/special/lalaport_nike2026/common/image/common_bg01.png) center no-repeat;
		background-size: 100%;
	}

	.head .secWrap {
		padding-bottom: 100px;
	}

	.head .secWrap dl {
		padding: 30px 0 45px;
	}

	.wrapper dl.menu dd img {
		transition: .3s;
	}

	.wrapper dl.menu dd:hover img {
		opacity: 0.5;
	}

}

@media screen and (max-width: 769px){

	.head {
		background: url(/lalaport/special/lalaport_nike2026/common/image/common_bg01_sp.png) bottom no-repeat;
		background-size: 100%;
	}

	.head .secWrap {
		padding: 1.5em 1.5em 3em;
		box-sizing: border-box;
		width: 100%;
	}

	.head .secWrap dl {
		margin-bottom: 1.5em;
	}

	.head .secWrap h1 img {
		width: 93%;
	}

	.title {
		margin-left: 1.5em;
	}

}


.sec01 {
	background: #000;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.sec01 .secWrap {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

.sec01 .secWrap h2 img {
	width: 65%;
	margin: 0 auto;
	display: block;
}

.sec01 .secWrap p.btn {
	width: 50%;
	margin: 0 auto;
}

.sec01 .secWrap p.btn img {
	width: 100%;
	display: block;
}

@media screen and (min-width: 769px){

	.sec01 .secWrap {
		padding: 100px 0;
	}

	.sec01 .secWrap h2 {
		margin-bottom: 100px;
	}

	.sec01 .secWrap p.btn {
		background: url(/lalaport/special/lalaport_nike2026/common/image/sec01_btn01_o.png) no-repeat;
		background-size: contain;
		margin-top: 100px;
	}

	.sec01 .secWrap p.btn a img {
		transition: .3s;
	}

	.sec01 .secWrap p.btn a:hover img {
		opacity: 0;
	}

}

@media screen and (max-width: 769px){

	.sec01 .secWrap {
		padding: 2.5em 0;
		width: auto;
	}

	.sec01 .secWrap img {
		display: block;
		max-width: 100%;
	}

	.sec01 .secWrap p,
	.sec01 .secWrap p.btn {
		margin-top: 2em;
	}

}


/*
#header
///////////////////////////////////////////////////*/

.sec02 {
	background-image:url(/lalaport/special/lalaport_nike2026/common/image/sec01_bg01.png),
						linear-gradient(0deg, #0092d9, #0068b6);
	background-repeat: repeat-y, no-repeat;
	background-size: 45%, 100%;
	background-position: top right, top left;
	position: relative;
	z-index: 1;
	overflow: hidden;

}

.sec02 .secWrap {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

.sec02 .secWrap h2 {
	text-align: center;
}

.sec02 .secWrap h2 img {
	width: 60%;
	margin: 0 auto;
	display: block;
}

.sec02 .secWrap p img {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 769px){

	.sec02 .secWrap {
		padding: 100px 0;
	}

	.sec02 .secWrap h2 {
		margin-bottom: 50px;
	}

}

@media screen and (max-width: 769px){

	.sec02 .secWrap {
		padding: 2.5em 0em 0.5em;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
	}

	.sec02 .secWrap h2 {
		width: 55%;
		margin: 0 auto 2em;
	}

	.sec02 .secWrap p {
		margin: 2em;
	}

}


/*
#header
///////////////////////////////////////////////////*/

.sec03 {
	background: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.sec03 .secWrap {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

.sec03 .secWrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec03 .secWrap ul li {
	width: 47.5%;
}

.sec03 .secWrap h2 img {
	width: 85%;
	margin: 0 auto;
	display: block;
}

@media screen and (min-width: 769px){

	.sec03 .secWrap {
		padding: 100px 0;
	}

	.sec03 .secWrap h2 {
		margin-bottom: 50px;
	}

	.sec03 .secWrap ul li {
		margin: 30px 0;
	}

	.sec03 .secWrap ul li dl dd ul {
		margin-top: 15px;
	}

	.sec03 .secWrap ul li dl dd ul li {
		margin: 5px 0;
		width: 48.5%;
	}

	.sec03 .secWrap ul li dl dd ul li.btn01 {
		background: url(/lalaport/special/lalaport_nike2026/common/image/sec02_btn01_o.png) no-repeat;
		background-size: contain;
	}

	.sec03 .secWrap ul li dl dd ul li.btn02 {
		background: url(/lalaport/special/lalaport_nike2026/common/image/sec02_btn02_o.png) no-repeat;
		background-size: contain;
	}

	.sec03 .secWrap ul li dl dd ul li.btn03 {
		background: url(/lalaport/special/lalaport_nike2026/common/image/sec02_btn03_o.png) no-repeat;
		background-size: contain;
	}

	.sec03 .secWrap ul li dl dd ul li.btn04 {
		background: url(/lalaport/special/lalaport_nike2026/common/image/sec02_btn04_o.png) no-repeat;
		background-size: contain;
	}

	.sec03 .secWrap ul li dl dd ul li a img {
		transition: .3s;
	}

	.sec03 .secWrap ul li dl dd ul li a:hover img {
		opacity: 0;
	}

}

@media screen and (max-width: 769px){

	.sec03 .secWrap h2 img {
		width: 75%;
	}

	.sec03 .secWrap {
		padding: 2.5em 0;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
	}

	.sec03 .secWrap h2 {
		margin-bottom: 1.5em;
	}

	.sec03 .secWrap ul {
		margin: 0.5em 1.5em;
	}

	.sec03 .secWrap ul li {
		margin: 1em 0;
	}

	.sec03 .secWrap ul li dl dd ul {
		margin: 0.5em 0 0;
	}

	.sec03 .secWrap ul li dl dd ul li {
		margin: 0.25em 0 0;
		width: 48.5%;
	}


}

.attention {
	background: #fff;
	padding-bottom: 30px;
	font-size: 75%;
}

@media screen and (max-width: 769px){

	.attention .secWrap {
		padding: 0 1.5em;
		font-size: 70%;
	}

	footer {
		font-size: 70%;
	}


}


footer {
	background: #fff;
	padding-bottom: 30px;
}

ul.facility {
	display: flex;
	justify-content: center;
	background: #fff;
	align-items: center;
}

ul.facility li img {
	width: 100%;
	display: block;
}


@media screen and (min-width: 769px){

	ul.facility {
		padding: 30px auto 0;
	}

	ul.facility li {
		width: 150px;
		margin: 0 20px;
		display: block;
	}

}

@media screen and (max-width: 769px){

	ul.facility {
		padding: 0 1.5em;
	}

	ul.facility li {
		width: 30%;
		margin: 0 0.5em;
		display: block;
	}

}

/*
navigation
///////////////////////////////////////////////////*/

.flex_menu {
	right: -400px;
	top: 0;
	position: fixed;
	z-index: 200;
	transition: .3s;
}

.flex_menu dl {
	position: relative;
}

.flex_menu.slider {
	right: 0;
}

.flex_menu dd,
.flex_menu dd ul,
.flex_menu dd ul li {
	display: inline;
}

.flex_menu dd ul li a {
	position: absolute;
	width: 100%;
	height: 17%;
}

.flex_menu dd ul li a span {
	display: none;
}

.flex_menu dd ul li:nth-child(1) a {
	top: 15%;
}

.flex_menu dd ul li:nth-child(2) a {
	top: 32%;
}

.flex_menu dd ul li:nth-child(3) a {
	top: 49%;
}

.flex_menu dd ul li:nth-child(4) a {
	top: 74%;
	left: 80%;
	width: 19%;
}

@media screen and (min-width: 769px){

	.title{
		max-width: 640px;
		margin: 0 auto;
	}

	.flex_menu {
		width: 400px;
	}

	.flex_menu dd ul li a {
		transition: .3s;
	}

	.flex_menu dd ul li a:hover {
		background: rgba( 0, 0, 0, 0.5 );
	}

	.wrapper p.menu {
		position: sticky;
		width: calc( 50% - 320px );
		right: 0;
		top: 90px;
		margin-top: 30px;
		cursor: pointer;
		float: right;
		z-index: 100;
	}

}

@media screen and (max-width: 769px){

	.flex_menu {
		width: 80%;
		right: -80%;
	}

	.wrapper p.menu {
		position: sticky;
		width: 10%;
		right: 1em;
		top: 80px;
		margin-top: 30px;
		cursor: pointer;
		float: right;
		z-index: 100;
	}

}

#wrapper,
#event,
#archive,
#recommend {
	width: 100%;
}

@media screen and (min-width: 769px){

	.facility {
		padding-top: 50px;
	}

}

@media screen and (max-width: 769px){

	.facility {
		padding-top: 1.5em;
	}

}




/*
append
///////////////////////////////////////////////////*/

.sec03 .secWrap ul.list01,
.sec03 .secWrap ul.list02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.list01 li {
	width: 47.5%;
}

.sec03 .secWrap ul.list02 li {
	width: 32%;
}

ul.list01 li img {
	width: 85%;
	margin: 0 auto;
	display: block;
}

.sec03_link01 {
	position: relative;
}

.sec03_link01 a {
	position: absolute;
	display: block;
	width: 11%;
	height: 15%;
	top: 85%;
	left: 17%;
}

.sec03_link01 a span {
	display: none;
}

@media screen and (min-width: 769px){

	ul.list01 li {
		margin: 30px 0;
	}

	ul.list02 li:nth-child(1) {
		background: url(/lalaport/special/lalaport_nike2026/common/image/202603/sec02_btn01_o.png) no-repeat;
		background-size: contain;
	}

	ul.list02 li:nth-child(2) {
		background: url(/lalaport/special/lalaport_nike2026/common/image/202603/sec02_btn02_o.png) no-repeat;
		background-size: contain;
	}

	ul.list02 li:nth-child(3) {
		background: url(/lalaport/special/lalaport_nike2026/common/image/202603/sec02_btn03_o.png) no-repeat;
		background-size: contain;
	}

	ul.list02 li a img {
		transition: .3s;
	}

	ul.list02 li a:hover img {
		opacity: 0;
	}

	.sec03_link01 a {
		transition: .3s;
	}

	.sec03_link01 a:hover {
		background: rgba( 255, 255, 255, 0.5 );
	}

	.sec03_link01 {
		margin-top: 30px;
	}

	.sec03 h3 {
		margin-top: 50px;
	}


}

@media screen and (max-width: 769px){


	ul.list01 {
		margin: 0.5em 1.5em;
	}

	ul.list01 li {
		margin: 1em 0;
	}

	.sec03 ul.list02 {
		margin: 0 2.5em;
	}

	.sec03_link01 {
		margin: 0 2.5em;
	}

	.sec03 h3 {
		margin: 2em 2.5em 0;
	}


}






