﻿body {
	background: #fff;
}

.wrapper {
	background: #efeeee url(/lalaport/yokohama/campaign/messagecp20/common/image/common_bg.png) center repeat-y;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

.wrapper a {
	opacity: 1;
	transition: .3s;
}

.wrapper a:hover {
	opacity: 0.6;
	transition: .3s;
}

.wrapper h2 {
	background: #fff;
	padding: 2em 0;
}

.wrapper h2 img {
	width: 179px;
	margin: 0 auto;
}

.wrapper img {
	display: block;
	width: 100%;
	vertical-align: bottom;
}

dl.secWrap {
	max-width: 1000px;
	margin: 0 auto 2em;
}

.secWrap img {
	max-width: 100%;
}

.secWrap p {
	font-size: 1.425rem;
}

#header {
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.pgtop {
	position: fixed;
	z-index: 5000;
	margin: 0;
	padding: 0;
	display: none;
}
/*
footer {
	background: #fff;
}
*/
.loading {
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
}

footer.foot {
	border-top: 1px solid #ccc;
}

footer.foot .footWrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2em 0;
	overflow: hidden;
}

footer.foot .footWrap ul.fnav {
	text-align: left;
}

footer.foot .footWrap ul.fnav li {
	display: inline-block;
}

footer.foot .footWrap ul.fnav li a {
	color: #252525;
	text-decoration: none;
}

footer.foot .copyright {
	background: #004098;
	padding: 2em 1em;
	text-align: center;
	color: #fff;
}

/*
header
///////////////////////////////////////////////////////////////////////////////// */

#visual {
	background: url(/lalaport/yokohama/campaign/messagecp20/common/image/header_bg01.png) center bottom no-repeat;
	background-size: contain;
}

#visual ul.navigation {
	display: flex;
	justify-content: center;
	background: #fff;
	padding: 2em 0;
}

#visual ul.navigation li {
	border-right: 1px solid #231815;
}

#visual ul.navigation li a img {
	width: 160px;
}

#visual ul.navigation li:last-child {
	border: none;
}

#visual ul.image {
	display: flex;
	justify-content: center;
}

#visual ul.image li {
	width: 50%;
}

/*
sec01
///////////////////////////////////////////////////////////////////////////////// */

dl.secWrap dd ul {
	background: #fff;
	padding: 4em;
	display: block;
}

dl.secWrap dd ul li {
	margin: 0 0 0.5em 1em;
	text-indent: -1em;
	display: block;
}

/*
sec02
///////////////////////////////////////////////////////////////////////////////// */

#sec02 ul {
	position: relative;
	overflow: hidden;
}

#sec02 ul li span {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	text-align: center;
	width: 100%;
	display: flex;
/*
	justify-content: flex-end;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
*/
}

#sec02 ul li span img.logo {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translateY(-75%);
	width: 27.5%;
}

#sec02 ul li span img.btn {
	position: absolute;
	top: 50%;
	transform: translateY(50%);
	width: 50%;
	left: 25%;
	height: auto;
	margin: 0 auto;
}

#sec03 {
	background: #fff;
	padding: 2em;
}

#sec03 div {
	border: 2px solid #e00;
	color: #e00;
	padding: 2em;
	max-width: 800px;
	margin: 0 auto;
}


@media screen and (min-width: 768px){

	.secWrap {
		margin: 0 auto;
		padding: 50px 0;
		box-sizing: border-box;
		position: relative;
	}

	.secWrap h3 {
		font-size: 175%;
		font-weight: bold;
	}

	.secWrap a {
		opacity: 1;
		transition: opacity 1s, top 0.3s, left 0.3s, right 0.3s, bottom 0.3s, bottom 0.3s, max-width 0.3s, max-height 0.3s;
	}

	.secWrap a:hover {
		opacity: 0.5;
		transition: opacity 0.3s, top 0.3s, left 0.3s, right 0.3s, bottom 0.3s, bottom 0.3s, max-width 0.3s, max-height 0.3s;
	}

	.secWrap h2 img {
		max-width: 800px;
		margin: 0 auto 3em;
	}

	._sp {
		display: none !important;
	}

	#header dl {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
		overflow: hidden;
	}

	#header dl dt {
		padding: 10px 0;
		float: right;
		width: 190px;
	}

	#header dl dd {
		margin: 0;
	}

	#header dl dd a {
		display: inline-block;
		margin: 10px 15px 0;
	}

	#header dl dd a.lalap {
		width: 120px;
	}

	#header dl dt img,
	#header dl dd img {
		width: 100%;
		vertical-align: middle;
	}

	#catch ul {
		max-width: 900px;
		margin: 2em auto 0;
	}

	.pgtop {
		width: 50px;
		bottom: 1em;
		right: 1em;
	}

	#sec01 dl.secWrap dd {
		background: #fff;
	}

	footer.foot .footWrap ul.fnav li a:after {
		content: "\a0\FF5C\a0";
		display: inline-block;
	}

	footer.foot .footWrap ul.fnav {
		text-align: left;
		width: 50%;
		float: left;
	}

	footer.foot .footWrap ul.fnav li {
		display: inline-block;
		font-size: 80%;
		padding: 0.5em 0;
	}

	footer.foot .footWrap p.logo {
		width: 50%;
		float: right;
		text-align: right;
	}

	footer.foot .footWrap p.logo a {
		display: inline-block;
		margin: 0 0 0 1.5em;
	}

	footer.foot .footWrap p.logo img {
		height: 3em;
		width: 100%;
	}

	.wrapper img._half {
		width: 50%;
		margin: 0 auto;
	}

	#sec01 p {
		margin-top: 4em;
	}

	#sec01 p img {
		width: 40%;
		margin: 0 auto;
	}

	#sec02 ul li {
		width: 50%;
		float: left;
		position: relative;
	}

	#sec03 div {
		font-size: 120%;
	}

}

@media screen and (max-width: 768px){

	dl.secWrap {
		position: relative;
		margin: 0 1em 2em;
	}

	._pc {
		display: none !important;
	}

	.pgtop {
		width: 4em;
		bottom: 1em;
		right: 1em;
	}
	
	._clear {
		clear: both;
	}

/* header */

	#header dl {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
		overflow: hidden;
	}

	#header dl dt {
		display: none;
	}

	#header dl dd {
		margin: 0 5px;
	}

	#header dl dd a {
		display: inline-block;
		margin: 10px 5px;
	}

	#header dl dd a.lalap {
		width: 65px;
	}

	#header dl dt img,
	#header dl dd img {
		width: 100%;
		vertical-align: middle;
	}

	.catch img {
		width: 100%;
		display: block;
	}

	dl.secWrap dd ul {
		padding: 1.5em;
	}

	#sec02 li {
		position: relative;
	}

	#sec02 ul li span img.logo {
		position: absolute;
		top: 50%;
		left: 25%;
		transform: translateY(-75%);
		width: 50%;
	}

	#sec02 ul li span img.btn {
		position: absolute;
		top: 50%;
		transform: translateY(45%);
		width: 70%;
		left: 15%;
		height: auto;
		margin: 0 auto;
	}


	footer.foot .footWrap ul.fnav {
		margin: 0 1em;
		padding-bottom: 1em;
		border-bottom: 1px solid #ccc;
	}

	footer.foot .footWrap ul.fnav li {
		font-size: 80%;
		padding: 0.5em 0;
		display: block;
	}

	footer.foot .footWrap p.logo {
		padding: 2em 0 0;
		text-align: center;
	}

	footer.foot .footWrap p.logo a {
		display: inline-block;
		margin: 0 0.75em;
	}

	footer.foot .footWrap p.logo img {
		height: 3em;
		width: auto;
		display: inline-block;
	}

}


/*
.footer:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #abc4fa, #bef3ea);
	background-image: -o-linear-gradient(left, #abc4fa, #bef3ea);
	background-image: linear-gradient(to right, #abc4fa, #bef3ea);
}

*/


/* 0622 */

.sec401 {
	background: #004098;
	padding: 50px 50px 150px;
}
.sec402 {
	background: #000d36;
	padding: 0 50px 50px;
}

.sec401 {
	position: relative;
	background-color: 004098;
}

.sec401::before {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 200px 100vw ;
	border-color: transparent transparent #000d36 transparent;
}

#sec05 dl.secWrap dd {
	background: #fff;
}

#sec05 ul.list {
	font-weight: bold;
	font-size: 200%;
}

#sec05 .marinos ul {
	color: #004098;
}

#sec05 .bee ul {
	color: #000d36;
}

@media screen and (min-width: 768px){

	#sec04 ul {
		display: flex;
		margin: 0 50px;
	}

	#sec04 h3 img {
		width: 45%;
		margin: 0 auto 2.5em;
	}

	#sec04 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#sec04 ul li {
		margin: 20px 0;
		width: 50%;
	}

	#sec04 ul li img {
		width: 65%;
		margin: 0 auto;
	}

	#sec05 dl.secWrap dd .sec05Wrap {
		padding: 0 50px;
	}

	#sec05 h3 {
		background: #fff;
		padding-top: 2.5em;
	}

	#sec05 dl.secWrap dd h3 img {
		margin: 0 auto;
		width: 65%;
	}

	#sec05 .sec05Wrap {
		background: #fff;
		display: flex;
		justify-content: space-around;
	}

	#sec05 .sec05Wrap ul.list {
		margin: 50px 0;
		padding: 0;
		border-left: 1px solid #333;
		width: calc(100% / 3);
		box-sizing: border-box;
		text-align: center;
	}

	#sec05 .sec05Wrap ul:first-child {
		border: none;
	}

}

@media screen and (max-width: 768px){

	#visual {
		background-size: cover;
	}
	#sec04 h3 img {
		margin: 0 auto 2.5em;
		width: auto;
	}

	#sec04 ul li img {
		margin: 20px auto;
		width: 80%;
	}

	#sec05 dl.secWrap dd h3 {
		width: auto;
		padding-top: 2.5em;
	}


	#sec05 dl.secWrap dd ul.list {
		text-align: center;
		padding: 0;
	}

	#sec05 dl.secWrap dd ul.list:last-child {
		padding-bottom: 50px;
	}

	#sec05 dl.secWrap dd ul.list li {
		line-height: 0.75;
	}

	#sec05 dl.secWrap dd h3 img {
		margin: 0 auto;
		width: 85%;
	}

}