
body {
	min-width: initial;
}

section {
}

@media screen and (min-width: 769px){

	section .secWrap {
		width: 100%;
		margin: 0 auto;
	}

	#header dd img {
		width: 200px;
	}

}

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

	section .secWrap {
		margin: 0 1.5em;
	}

}

/*
common
///////////////////////////////////////////////////*/


@media screen and (min-width: 769px){

	.attention p {
		margin: 70px 0;
	}

	.pagetop {
		background: url(/lalaport/special/baystarsCP_2025/shared/image/pagetop_o.png) no-repeat;
		background-size: contain;
		position: fixed;
		line-height: 1.0;
		right: 1.5em;
		bottom: 1.5em;
		width: 80px;
		height: 80px;
		margin: 0;
		z-index: 1000;
		transition: .3s;
	}

	.pagetop a img {
		opacity: 1;
		transition: .3s;
	}

	.pagetop a:hover img {
		opacity: 0;
	}

	.attention {
		margin-top: 3vh;
	}

	.pagetop.fixed {
		bottom: 1.5em;
	}

}

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

	.attention p {
		margin: 2em 0;
	}

	.pagetop {
		width: 12px;
		height: 12px;
	}

	section.attention {
		margin: 3vh 0 0;
		padding-bottom: 0 !important;
	}

	.pagetop {
		width: 12%;
		height: auto;
		position: fixed;
		right: 2%;
		bottom: 2%;
		z-index: 999;
	}

	.pagetop img {
		vertical-align: bottom;
	}

}

footer {
	position: relative;
	padding: 0;
}

footer ul.link_nav {
}

footer ul.logo {
	border-top: 3px solid #004086;
	padding: 40px 0;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

footer p.copyright {
	background: #004086;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 769px){

	footer .secWrap {
		width: 100%;
		max-width: 100%;
	}

	footer ul.link_nav {
		max-width: 1000px;
		margin: 0 auto;
		padding: 40px 0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	footer ul.link_nav li {
		display: inline-block;
		margin: 1em;
		line-height: 1.0;
	}

	footer p.copyright {
		margin: 0;
		padding: 30px 0;
	}

}

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

	.header .secWrap {
		margin: 0;
	}

	section.header .secWrap p {
		width: 90%;
		margin: 0 auto 1.5em;
	}

	section.header .secWrap p {
	}

	section#intro {
		margin: 0 1.5em;
	}

	footer p.copyright {
		padding: 1.5em;
		font-size: 80%;
	}

}

/*
background
///////////////////////////////////////////////////*/

#header {
	background: #fff;
	position: relative;
	z-index: 1;
}

#head, #message, #lottery {
	background: #004086;
	color: #fff;
}

/*
common
///////////////////////////////////////////////////*/

.secWrap {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (min-width: 769px){

	.secWrap {
		padding: 80px 0;
	}

	.secWrap > h2 {
		margin-top: 0;
		margin-bottom: 60px;
	}

}

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

	.secWrap {
		margin: 1.5em;
	}

	.secWrap > h2 {
		margin-top: 0;
		margin-bottom: 1.5em;
	}

}

/*
sec01
///////////////////////////////////////////////////*/

#head h1 img {
	width: 100%;
	display: block;
}

#head nav ul {
	width: 75%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#head nav ul li {
	width: 47.5%;
}

#head nav ul li:nth-child(1) {
	width: 100%;
}

#head div.ico {
	text-align: center;
}

#head div.ico img {
	width: 50%;
	margin: 0 auto;
}

@media screen and (min-width: 769px){

	#head nav ul li {
		margin: 20px 0;
	}

	#head nav ul li:nth-child(1) {
		background: url(/lalaport/special/baystarsCP_2025/shared/image/head_nav01_o.png) no-repeat;
		background-size: contain;
	}

	#head nav ul li:nth-child(2) {
		background: url(/lalaport/special/baystarsCP_2025/shared/image/head_nav02_o.png) no-repeat;
		background-size: contain;
	}

	#head nav ul li:nth-child(3) {
		background: url(/lalaport/special/baystarsCP_2025/shared/image/head_nav03_o.png) no-repeat;
		background-size: contain;
	}

	#head nav ul li:nth-child(4) {
		background: url(/lalaport/special/baystarsCP_2025/shared/image/head_nav04_o.png) no-repeat;
		background-size: contain;
	}

	#head nav ul li:nth-child(5) {
		background: url(/lalaport/special/baystarsCP_2025/shared/image/head_nav05_o.png) no-repeat;
		background-size: contain;
	}

	#head nav ul li a img {
		transition: .3s;
	}

	#head nav ul li a:hover img {
		opacity: 0;
	}

	#head div.ico {
		margin-top: 60px;
	}

}

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

	#head .secWrap {
		padding: 1.5em;
		margin: 0;
	}

	#head nav ul {
		width: 90%;
	}

	#head nav ul li {
		margin: 0.5em 0;
	}

	#head div.ico img {
		width: 100%;
	}

	#head div.ico {
		margin-top: 1.5em;
	}


}

/*
sec01
///////////////////////////////////////////////////*/

#present p {
}

#present h3.sec01_title01 {
	margin-bottom: 0;
	background: #00306c;
}

#present h3.sec01_title01 img {
	display: block;
}

#present ul.sec01_list01 {
	margin-top: 0;
	border-left: 3px solid #00306c;
	display: flex;
	flex-wrap: wrap;
}

#present ul.sec01_list01 li {
	width: 50%;
}

#present ul.sec01_list01 li dl {
	position: relative;
	display: flex;
	color: #00306c;
	border-right: 3px solid #00306c;
	border-bottom: 3px solid #00306c;
}

#present ul.sec01_list01 li dl dt {
	width: 35%;
}

#present ul.sec01_list01 li dl dd {
	width: 65%;
}

#present ul.sec01_list01 li dl dd span,
#present ul.sec01_list01 li dl dd strong {
	display: block;
	position: absolute;
	top: 50%;
	width: 55%;
	left: 40%;
	font-weight: 500;
	transform: translateY( -50% );
}

#present ul.sec01_list01 li dl dd strong {
	font-weight: 700;
	font-size: 150%;
}

#present ul.sec01_list02 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#present ul.sec01_list02 li {
	width: 48%;
}

#present ul.sec01_list02 li:nth-child( even ) {
	margin-left: 4%;
}

#present ul.sec01_list02 li:nth-child(5) {
	margin-left: 0;
}

#present ul.sec01_list04 {
	color: #c71628;
}

#present ul.sec01_list04 li,
#present ul.sec01_list05 li {
	padding-left: 1em;
	text-indent: -1em;
}

#present h4 {
	display: block;
}

@media screen and (min-width: 769px){

	#present p.sec01_read {
		margin: 60px 0;
		text-align: center;
		font-size: 24px;
	}

	#present h3.sec01_title01 {
		margin-top: 60px;
	}

	#present h3.sec01_title01 img {
		width: 50%;
		margin: 0 auto;
	}

	#present ul.sec01_list01 {
		margin-bottom: 80px;
	}

	#present ul.sec01_list02 li {
		margin: 20px 0;
	}


	#present ul.sec01_list03 {
		margin: 40px 0 20px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	#present ul.sec01_list03 li {
		margin: 15px 0;
		width: 48%;
	}

	#present ul.sec01_list03 li:nth-child(1) {
		width: 100%;
	}

	#present ul.sec01_list03 li:nth-child(3) {
		margin-left: 4%;
	}

	#present ul.sec01_list03 li:nth-child(1) {
		background: url(/lalaport/special/baystarsCP_2025/shared/image/sec01_btn01_o.png) no-repeat;
		background-size: contain;
	}

	#present ul.sec01_list03 li:nth-child(2) {
		background: url(/lalaport/special/baystarsCP_2025/shared/image/sec01_btn02_o.png) no-repeat;
		background-size: contain;
	}

	#present ul.sec01_list03 li:nth-child(3) {
		background: url(/lalaport/special/baystarsCP_2025/shared/image/sec01_btn03_o.png) no-repeat;
		background-size: contain;
	}

	#present ul.sec01_list03 li a img {
		transition: .3s;
	}

	#present ul.sec01_list03 li a:hover img {
		opacity: 0;
	}

	#present h4 {
		margin: 80px auto 60px;
		text-align: center;
	}

	#present h4 img {
		display: block;
		width: 50%;
		margin: 0 auto;
	}

	#present ul.sec01_list05 {
		margin: 40px 0 0;
	}

	#present ul.sec01_list01 li dl dd span.middle {
		font-size: 130%;
	}

}

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

	#present .secWrap {
		margin: 1.5em;
	}

	#present p.sec01_read {
		margin: 1.5em 0;
		text-align: center;
		font-size: 3vw;
	}

	#present h3.sec01_title01 {
		margin-top: 1.5em;
	}

	#present h3.sec01_title01 img {
		width: 80%;
		margin: 0 auto;
	}

	#present ul.sec01_list01 {
		margin-bottom: 1.5em;
	}

	#present ul.sec01_list01 li {
		width: 100%;
	}

	#present ul.sec01_list02 li {
		margin: 0.5em 0;
	}

	#present ul.sec01_list03 {
		margin: 1.5em 0 1em;
	}

	#present ul.sec01_list03 li {
		margin: 1em 0;
	}

	#present h4 {
		margin: 1.5em auto 1em;
		text-align: center;
	}

	#present h4 img {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	#present p.attention,
	#present ul.sec01_list04,
	#present ul.sec01_list05 {
		font-size: 75%;
	}

	#present ul.sec01_list01 li dl dd span {
		font-size: 80%;
	}

}

/*
message
///////////////////////////////////////////////////*/

#message p.detail {
	text-align: center;
}

#message p.detail img {
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 769px){

	#message p.read {
		margin: 60px 0;
		text-align: center;
		font-size: 24px;
	}

}

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

	#message {
		padding: 1.5em 0;
	}

	#message p.read {
		margin: 1.5em 0;
		text-align: center;
		font-size: 3vw;
	}

}

/*
tag
///////////////////////////////////////////////////*/


#tag p.read {
	color: #00306c;
	text-align: center;
}

#tag p.detail {
	text-align: center;
}

#tag p.detail img {
	display: block;
	margin: 0 auto;
}

#tag ul.sec03_list01 li {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (min-width: 769px){

	#tag p.read {
		margin: 60px 0;
		font-size: 24px;
	}

	#tag ul.sec03_list01 {
		margin: 40px 0 0;
	}

}

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

	#tag {
		padding: 1.5em 0;
	}

	#tag p.read {
		margin: 1.5em 0;
		font-size: 3vw;
	}

	#tag ul.sec03_list01 {
		font-size: 75%;
		margin-top: 1em;
	}


}

/*
lottery(sec04)
///////////////////////////////////////////////////*/


#lottery p.detail {
	text-align: center;
}

#lottery p.detail img {
	margin: 0 auto;
	display: block;
}

@media screen and (min-width: 769px){

	#lottery p.detail {
		margin: 60px 0;
	}

}

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

	#lottery p.detail {
		margin: 1.5em 0;
	}

	#lottery {
		padding: 1.5em 0;
	}

}


/*
talkshow(sec05)
///////////////////////////////////////////////////*/

#talkshow p.detail {
	text-align: center;
}

#talkshow p.detail img {
	margin: 0 auto;
	display: block;
}

#talkshow p.sec05_btn01 {
	text-align: center;
}

@media screen and (min-width: 769px){

	#talkshow ul.sec05_list01 {
		text-align: center;
		margin: 60px 0;
	}

	#talkshow p.sec05_btn01 {
		background: url(/lalaport/special/baystarsCP_2025/shared/image/sec05_btn01_o.png) center no-repeat;
		background-size: contain;
		margin: 60px 0 0;
	}

	#talkshow p.sec05_btn01 a img {
		transition: .3s;
	}

	#talkshow p.sec05_btn01 a:hover img {
		opacity: 0;
	}

}

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

	#talkshow {
		padding: 1.5em 0;
	}

	#talkshow ul.sec05_list01 {
		font-size: 75%;
		margin: 1.5em 0;
	}

	#talkshow ul.sec05_list01 li {
		padding-left: 1em;
		text-indent: -1em;
	}

	#talkshow p.sec05_btn01 {
		margin: 1.5em 0;
	}

	#talkshow p.sec05_btn01 img {
		display: block;
		width: 50%;
		margin: 0 auto;
	}

}


/*
attention
///////////////////////////////////////////////////*/


#attention ul li {
	padding-left: 1em;
	text-indent: -1em;
}


@media screen and (min-width: 769px){

	#attention .secWrap {
		padding: 0 0 20px;
	}

	#attention ul li {
		display: inline-block;
	}

}

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

	#attention ul {
		font-size: 75%;
		margin: 1.5em 0;
	}

}

/*
footer
///////////////////////////////////////////////////*/

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

	footer ul.link_nav {
		margin: 1.5em 1.5em 0;
		font-size: 85%;
	}

}

