ul.sns {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.sns li {
	float: right;
	margin-right: 4px;
}

div#laneyWrapper {
	background: #f7f7f7 url(../img/bg_circle.png) no-repeat;
	background-size:124%;
	background-position: 46.9% 8%;
	overflow:hidden;
	padding-bottom: 10px;
	position:  relative;
}

div#laneyWrapper img {
	height:auto;	
}

div#laneyWrapper p {
	font-size:16px;  
}

div#laneyTop h2 {
	width: 80%;
	max-width: 728px;
	margin: 50px auto 30px;
}

div#laneyTop h2 img {
	width: 100%;
}

div#laneyTop p {
	width:85%;
	max-width: 740px;
	margin: 31px auto 45px;
	font-size: 17px;
}


/*laneyDiagram------------------------------------------------------------*/


div#laneyDiagram {
	width: 90%;
	max-width: 990px;
	margin:  auto;
	overflow:  hidden;
	position:relative;
	padding-right: 2%;
}

#laneyDiagramCenter {
	content:"";
	width: 17.7%;
	height:18%;
	display:block;
	position:absolute;
	left: 41.6%;
	top: 44.18%;
	z-index: 1;
	transition: opacity 0.3s ease-out;
}

#laneyDiagramCenter:hover {
	opacity:.7;
	cursor:pointer;
}

div#laneyDiagram:hover #laneyDiagramCenter:hover + ul li  {
	opacity:1;
}

#laneyDiagramCenter img {
	width:100%;
}


div#laneyDiagram:hover ul li {
	opacity:.7;
}

div#laneyDiagram:hover ul li:hover {
	opacity:1;
}

div#laneyDiagram ul li {
	float:left;
	display: block;
	transition: opacity 0.3s ease-out;
}

div#laneyDiagram ul li:nth-child(1) {
	width: 51.5%;
}

div#laneyDiagram ul li:nth-child(2) {
	width: 48.4%;
	margin-top: 7.8%;
	margin-left: .1%;
}

div#laneyDiagram ul li:nth-child(3) {
	width: 50%;
	margin-left: 1.5%;
	margin-top: .1%;
}

div#laneyDiagram ul li:nth-child(4) {
	width: 46.8%;
	margin-left: 0.1%;
}

div#laneyDiagram ul li img {
	width:100%;
	vertical-align:  bottom;
}


#laneyShade {
	position: absolute;
	top:0;
	left:0;
	background: black;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: .4;
	display: none;
}


#laneyPopup {
	position:  relative;
	z-index: 2;
}

#laneyPopup li {
	position: absolute;
	z-index:  3;
	top: 0px;
	left: 0;
	right:  0;
	background:  white;
	width: 680px;
	box-sizing: border-box;
	margin: 18% auto 0;
	display: none;
}

#laneyPopup li#tubeology {
	padding-bottom: 15px;
}

#laneyPopup li div {
	position:relative;
}

#laneyPopup li > div > img {
	width:40%;
	float:left;
	margin-right: 20px;
}

#laneyPopup li:nth-child(2) > div > img,
#laneyPopup li:nth-child(3) > div > img {
	margin-right: 0px;
	margin-left:20px;
	float: right;
}

.laneyMovie {
	height:0;
	position:relative;
	padding-top: 51.2%;
	margin-bottom:2em;
	border: 1px solid #a7a7a7;
	margin: 30px 30px 15px 30px;
}

.laneyMovie iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#laneyPopup li h3 {
	font-weight:bold;
	font-size:20px;
	margin-top: 24px;
	margin-bottom: 4px;
	margin-right: 35px;
}

#laneyPopup li h3 a {
	color:#ff7f00;
}

#laneyPopup li:nth-child(2) h3,
#laneyPopup li:nth-child(3) h3 {
	margin-left: 35px;
	margin-right:0;
}

#laneyPopup li p {
	margin-right:35px;
}

#laneyPopup li:nth-child(2) p,
#laneyPopup li:nth-child(3) p {
	margin-right:0;
	margin-left:35px;
}

#laneyPopup li p.laneyClose {
	position:  absolute;
	right: -10px;
	top: -40px;
	width:40px;
	z-index: 2;
	margin: 0;
}

p.laneyClose:hover {
	cursor:pointer;
}

p.laneyClose img {
	width:100%;
}

/*laneyOterSeries------------------------------------------------------------*/

div#laneyOterSeries {
	width:90%;
	max-width: 920px;
	margin: 40px auto 50px;
}

div#laneyOterSeries h3 {
	font-size: 28px;
	font-weight:bold;
	margin: 50px 0 35px;
	border-bottom: 2px solid;
	border-left: 13px solid;
	padding-left: 15px;
	color: #404040;
}

div#laneyOterSeries ul li {
	overflow:hidden;
	margin-bottom: 25px;
	justify-content: center;
	align-items: center;
	display: flex;
	gap: 20px;
}

div#laneyOterSeries ul li > a:first-child {
	display:flex;
	width: 150px;
	justify-content:center;
	align-items:center;
}

div#laneyOterSeries ul li img {
	width:100%;
	max-width:140px;
	max-height: 118px;
	object-fit: contain;
}

div#laneyOterSeries ul li div {
	/* margin-left: 173px; */
	flex:1;
}

div#laneyOterSeries ul li h4 a {
	font-weight:bold;
	font-size:20px;
	color: #8a8f35;
	margin-bottom: 4px;
}

