@charset "utf-8";


/* teamtitle
----------------------------------------------- */

.lp-teamtitle {
	text-align: center;
}
.lp-teamtitle__label {
	display: inline-block;
	position: relative;
	color: #00aee5;
	font-family: 'Orbitron', sans-serif;
	font-size: 40px;
	letter-spacing: 0.05em;
	text-shadow: 0px 0px 4px rgba(0,174,229,0.8);
	z-index: 1;
}
.lp-teamtitle__label:before,
.lp-teamtitle__label:after {
	display: block;
	content: "";
	position: absolute;
	width: 72px;
	height: 10px;
	background-image: url(../images/team/teamtitle_frame.png);
	background-repeat: no-repeat;
	background-size: 144px 10px;
	z-index: 1;
}
.lp-teamtitle__label:before {
	left: -92px;
	bottom: 20px;
	background-position: 0 0;
}
.lp-teamtitle__label:after {
	top: 20px;
	right: -88px;
	background-position: -72px 0;
}
.lp-teamtitle__text {
	margin: 5px 0 0;
	color: #00aee5;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 4px rgba(0,174,229,0.8);
}


/* team
----------------------------------------------- */

.lp-team {
	background-image: url(../images/about/about_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 980px 500px;
}
.lp-team__inner {
	margin: auto;
	padding: 80px 0 130px;
}
.lp-team__text {
	margin: 30px 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.1em;
	text-align: center;
	text-shadow: 0 0 4px rgba(0,0,0,0.2);
}


/* member
----------------------------------------------- */

.lp-member__list {
	position: relative;
	margin: 70px 0 90px;
}
.lp-member__list:before {
	position: absolute;
	top: 10px;
	bottom: 20px;
	width: 100%;
	content: "";
	background: red;
	transform: skewY(-10deg);
	background: rgb(0,173,228);
	background: linear-gradient(90deg, rgba(0,173,228,1) 0%, rgba(0,61,121,1) 100%);
	opacity: 0.6;
}
.lp-member__contents {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 65px 0 0;
	width: 970px;
	color: #fff;
}
.lp-member__image {
	position: absolute;
	top: 0;
	left: -10px;
	width: 305px;
	z-index: 1;
}
.lp-member__image img {
	width: 100%;
	height: auto;
}
.lp-member__label {
	margin: -35px 15px 0 0;
	display: block;
	font-family: 'Orbitron', sans-serif;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: right;
	opacity: 0.5;
	transform: skewY(-10deg);
}
.lp-member__name {
	margin: 0 0 0 310px;
	padding: 0 0 20px;
	font-size: 30px;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.lp-member__name span {
	margin: 0 0 0 10px;
	font-size: 18px;
	opacity: 0.5;
}
.lp-member__profile {
	margin: 0 0 0 310px;
	padding: 15px 0;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.lp-member__summary {
	margin: 15px 0 0 310px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.05em;
}
.lp-member__message {
	position: relative;
	margin: 45px 0 0;
}
.lp-member__message:before {
	position: absolute;
	top: 0;
	left: 50px;
	display: block;
	content: "";
	width: 1px;
	height: 200px;
	transform: translateY(-200px);
	background: #00aee5;
}
.lp-member__message dl {
	position: relative;
	display: flex;
	align-items: center;
}
.lp-member__message dt {
	width: 210px;
	color: #00aee5;
	font-family: 'Orbitron', sans-serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
}
.lp-member__message dl:before,
.lp-member__message dl:after {
	display: block;
	content: "";
	position: absolute;
	top: -10px;
	left: 50px;
	margin: 0 0 0 -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #00aee5;
	border-radius: 50%;
	background-color: #000;
	box-sizing: border-box;
	z-index: 1;
}
.lp-member__message dl:after {
	margin: 0 0 0 -3px;
	top: -3px;
	width: 6px;
	height: 6px;
	background-color: #00aee5;
}
.lp-member__message dd {
	position: relative;
	padding: 25px 40px;
	width: calc(100% - 210px);
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-align: justify;
	border-left: 1px solid #336494;
	box-sizing: border-box;
}
.lp-member__message dd:before {
	position: absolute;
	top: 50%;
	left: -1px;
	margin: 40px 0 0;
	display: block;
	content: "";
	width: 80px;
	height: 8px;
	background-image: url(../images/common/wireframe_parts03.svg);
	background-repeat: no-repeat;
	background-size: 80px 8px;
	transform: rotate(-90deg);
	transform-origin: left top;
}

/* js-indicate */

.js-indicate-ready.lp-member__list:before {
	opacity: 0;
	transform: translateY(150px) skewY(-10deg);
}
.js-indicate-start.lp-member__list:before {
	transition-delay: 0.1s;
	opacity: 0.6;
	transform: translateY(0px) skewY(-10deg);
	transition-property: opacity, transform;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.33, 1, 0.68, 1);
}
.js-indicate-start.lp-member__contents {
	transition-delay: 0.4s;
}


/* support
----------------------------------------------- */

.lp-support {
	margin: 0 0 125px;
	background: rgba(4,9,27,0.8);
}
.lp-support__inner {
	margin: auto;
	padding: 150px 0;
	width: 970px;
}
.lp-support__columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px auto 0;
	padding: 0 0 100px;
	width: 850px;
}
.lp-support__column {
	position: relative;
	color: #fff;
}
.lp-support__column:last-child {
	width: 410px;
}
.lp-support__title {
	margin: 0 0 20px;
	color: #00aee5;
	font-size: 24px;
	letter-spacing: 0.01em;
}
.lp-support__summary {
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.05em;
}
.lp-support__notes {
	margin: 8px 0 0;
}
.lp-support__notes li {
	padding: 0 0 0 1em;
	font-size: 12px;
	line-height: 20px;
	text-indent: -1em;
}
.lp-support__solatan {
	position: absolute;
	left: -60px;
	bottom: -80px;
	width: 210px;
	pointer-events: none;
	z-index: 1;
}
.lp-support__solatan img {
	width: 100%;
	height: auto;
}

/* information */

.lp-support .lp-information {
	width: 850px;
}


/* sommelier
----------------------------------------------- */

.lp-sommelier__text {
	margin: 35px 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.1em;
	text-align: center;
	text-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.lp-sommelier__lists {
	padding: 0 0 20px;
}
.lp-sommelier__list {
	position: relative;
	margin: 40px 0 0;
	padding: 40px 0 0 310px;
	color: #fff;
}
.lp-sommelier__images {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.lp-sommelier__image {
	margin: 20px;
	width: 250px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 4px rgba(255,255,255,0.6);
}
.lp-sommelier__image img {
	width: 100%;
	height: auto;
}
.lp-sommelier__name {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.lp-sommelier__name em {
	font-size: 30px;
}
.lp-sommelier__ruby {
	margin: 10px 0px 0px;
	padding: 0 0 15px;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-shadow: 0 0 4px rgba(0,0,0,0.2);
	opacity: 0.7;
	border-bottom: 1px solid #336494;
}
.lp-sommelier__lead {
	margin: 15px 0 0;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.05em;
	text-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.lp-sommelier__summary {
	margin: 10px 0 0;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
	letter-spacing: 0.05em;
	text-shadow: 0 0 4px rgba(0,0,0,0.2);
}

/* lp-starchart */

.lp-sommelier__images .lp-starchart {
	position: absolute;
	top: 0;
	left: 0;
	width: 290px;
	height: 290px;
}
.lp-sommelier__images .lp-starchart img {
	top: 0;
}
.lp-sommelier__list:nth-child(2) .lp-starchart img {
	animation-duration: 15s;
}
.lp-sommelier__list:nth-child(3) .lp-starchart img {
	animation-duration: 20s;
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* retina
	----------------------------------------------- */
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	}


}


/* mobile
----------------------------------------------- */

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


	/* teamtitle
	----------------------------------------------- */

	.lp-teamtitle__label {
		font-size: 20px;
	}
	.lp-teamtitle__label:before,
	.lp-teamtitle__label:after {
		width: 50px;
		height: 7px;
		background-size: 100px 7px;
	}
	.lp-teamtitle__label:before {
		bottom: 10px;
		left: -58px;
	}
	.lp-teamtitle__label:after {
		top: 10px;
		right: -55px;
		background-position: -50px 0;
	}
	.lp-teamtitle__text {
		margin: 3px 0 0;
		font-size: 17px;
	}


	/* team
	----------------------------------------------- */
	
	.lp-team {
		background-size: 490px 250px;
	}
	.lp-team__inner {
		margin: auto;
		padding: 50px 0 65px;
		width: auto;
	}
	.lp-team__text {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 25px;
	}


	/* member
	----------------------------------------------- */
	
	.lp-member__list {
		margin: 50px 0 75px;
	}
	.lp-member__list:before {
		top: 25px;
		bottom: -10px;
	}
	.lp-member__contents {
		padding: 0;
		max-width: 375px;
		width: auto;
	}
	.lp-member__header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 25px;
		padding: 0 0 20px;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.lp-member__image {
		position: relative;
		top: auto;
		left: -5px;
		width: 150px;
	}
	.lp-member__label {
		margin: -18px 7px 0 0;
		font-size: 15px;
	}
	.lp-member__name {
		width: calc(100% - 150px);
		margin: 0;
		padding: 0;
		font-size: 15px;
		border: none;
	}
	.lp-member__name span {
		display: block;
		margin: 5px 0 0;
		font-size: 12px;
	}
	.lp-member__profile {
		margin: 0 25px;
		padding: 12px 0;
		font-size: 12px;
		line-height: 20px;
	}
	.lp-member__summary {
		margin: 15px 25px 0;
		font-size: 12px;
		line-height: 20px;
	}
	.lp-member__message {
		margin: 20px 25px 0;
	}
	.lp-member__message:before,
	.lp-member__message dl:before,
	.lp-member__message dl:after {
		display: none;
	}
	.lp-member__message dl {
		display: block;
	}
	.lp-member__message dt {
		width: 100%;
		padding: 15px 15px 10px;
		font-size: 14px;
		text-align: left;
		box-sizing: border-box;
	}
	.lp-member__message dd {
		padding: 27px 15px 25px;
		width: 100%;
		font-size: 12px;
		line-height: 20px;
		border-left: none;
		border-top: 1px solid #336494;
	}
	.lp-member__message dd:before {
		top: -1px;
		left: 50%;
		margin: 0 0 0 -40px;
		transform: rotate(0deg);
	}


	/* support
	----------------------------------------------- */
	
	.lp-support {
		margin: 0 0 80px;
	}
	.lp-support__outer {
		margin: 0 25px;
	}
	.lp-support__inner {
		margin: auto;
		padding: 65px 0;
		max-width: 375px;
		width: auto;
	}
	.lp-support__columns {
		display: block;
		margin: 0;
		padding: 0 0 65px;
		width: 100%;
	}
	.lp-support__column:first-child {
		margin: 25px 10px 0;
	}
	.lp-support__column:last-child {
		width: 100%;
	}
	.lp-support__title {
		margin: 30px 0 0;
		font-size: 17px;
		line-height: 22px;
	}
	.lp-support__summary {
		margin: 10px 0 0;
		font-size: 14px;
		line-height: 25px;
	}
	.lp-support__solatan {
		left: -30px;
		bottom: -15px;
		width: 105px;
	}

	/* information */
	
	.lp-support .lp-information {
		margin: 15px 10px 0;
		width: auto;
	}


	/* sommelier
	----------------------------------------------- */
	
	.lp-sommelier__text {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 25px;
	}
	.lp-sommelier__list {
		margin: 35px 0 0;
		padding: 0;
	}
	.lp-sommelier__header {
		display: flex;
		align-items: center;
	}
	.lp-sommelier__images {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 15px 0 0;
	}
	.lp-sommelier__image {
		margin: 10px;
		width: 125px;
	}
	.lp-sommelier__name {
		font-size: 12px;
	}
	.lp-sommelier__name em {
		font-size: 15px;
	}
	.lp-sommelier__ruby {
		margin: 5px 0 0;
		padding: 0;
		font-size: 12px;
		border: none;
	}
	.lp-sommelier__lead {
		margin: 10px 0 0;
		font-size: 14px;
		line-height: 25px;
	}
	.lp-sommelier__summary {
		margin: 15px 0 0;
		font-size: 12px;
		line-height: 20px;
	}

	/* lp-starchart */
	
	.lp-sommelier__images .lp-starchart {
		position: absolute;
		top: 0;
		left: 0;
		width: 145px;
		height: 145px;
	}
	.lp-sommelier__images .lp-starchart img {
		top: 0;
	}


}