@charset "UTF-8";
html{
-webkit-scroll-behavior:smooth;
scroll-behavior:smooth;
}

*{
	box-sizing: border-box;
}

img{
	max-width:100%;
}
section { 
	display:inline-block;
	width: 100%;
}
#mainV {
	display: table;
	width: 100%;
}
#mainV .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#mainV .inner h1 {
	margin: 0 auto;
	max-width: 1000px;
	width: 94%;
}
#mainV .inner p {
	color: #818080;
	font-size: 18px;
	letter-spacing: .5pt;
	line-height: 1.3;
	margin: 45px auto 0;
	max-width: 1000px;
	width: 94%;
}
@media screen and (max-width: 768px) {
	#bread {
		display: none;
	}

	#mainV .inner p {
		font-size: 14px;
		margin: 8% auto 0;
	}
}
/* ---------- main ---------- */
#Lens #mainV {
	background: url(../images/lens/main.jpg) top center no-repeat;
	display: table;
	width: 100%;
	padding-top: 24%;
	background-size: cover;
	text-align: left;
	position: relative;
}
#Lens #mainV .inner{
    position: absolute;
    top: 38%;
    left: 22%;
}


/* ---------- contents ---------- */
#Lens .youtube {
	text-align: right;
}
#Lens .iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1%;
}
#Lens .iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#Lens .youtube a{
	text-decoration: none;
}
#Lens .lens-select{
	text-align: right;
	margin:5% auto;
}
#Lens .lens-select a{
	text-decoration: none;
}
#Lens .lens-select a p{
	margin-top: 1%;
}
#Lens #select {
	letter-spacing: -.45em;
	line-height: 0;
	padding: 0 0 40px;
	text-align: left;
}
#Lens #select a {
	box-sizing: border-box;
	display: inline-block;
	letter-spacing: 0;
	margin: 0 15px 20px;
	position: relative;
	max-width: 300px;
}
#Lens #select a::after {
	transform: rotate(90deg);
	top: 50%;
	right: 17px;
	margin: -3px 0 0;
}
#Lens h3 {
	margin: 0 auto;
	font-size: 1.3vw;
	color:#831c27;
}
#Lens #type {
	background: #f2f2f2;
	padding: 50px 0;
	text-align: left;
}
#Lens #appearance {
	padding: 50px 0;
	text-align: left;
}
#Lens #coating {
	background: #f2f2f2;
	padding: 50px 0 130px;
	text-align: left;
}
#Lens .Text {
	color: #010100;
	font-size: 14px;
	letter-spacing: 1pt;
	line-height: 1.3;
	margin: 10px auto 0;
}
#Lens .lensL {
	list-style: none;
}
#Lens .lensL li {
	margin: 30px auto 0;
}
#Lens .lensL li img {
	box-sizing: border-box;
	width: 100%;
}
#Lens .lensL li .text {
	letter-spacing: 1pt;
	line-height: 1.5;
}
#Lens .lensL li h4 {
	color: #010100;
	font-size: 18px;
	margin: -.25em auto 16px;
}
#Lens .lensL li p,#Lens .lensL li dl,#Lens .lensL li h5 {
	color: #534c4c;
	font-size: 14px;
	font-weight: normal;
	position: relative;
}
#Lens .lensL li dl dt {
	clear: both;
	float: left;
}
#Lens .lensL li dl dt::after {
	content: "\FF0F";
}
#Lens .lensL li h5 {
	padding: 0 0 0 1.1em;
}
#Lens .lensL li h5::before {
	content: "";
	background: #c90d0d;
	display: inline-block;
	width: .8em;
	height: .8em;
	position: absolute;
	top: .4em;
	left: 0;
}
#Lens .lensL li .text section {
	margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
	#Lens .lensL li img {
		float: left;
	}
	#Lens #type .lensL li img,#Lens #coating .lensL li img {
		width: 32%;
	}
	#Lens #appearance .lensL li img {
		width: 42%;
	}
	#Lens .lensL li .text {
		float: right;
	}
	#Lens #type .lensL li .text,#Lens #coating .lensL li .text {
		width: 65%;
	}
	#Lens #appearance .lensL li .text {
		width: 55%;
	}
}
@media screen and (max-width: 768px) {
	#Lens #mainV {
		background: url(../images/lens/main-sp.jpg) top center no-repeat;
		display: block;
		width: 100%;
		padding-top: 97%;
		background-size: contain;
		position: relative;
	}
	#Lens h3 {
	margin: 0 auto;
	font-size: 6vw;
	color:#831c27;
}
	#Lens #type,#Lens #appearance {
		padding: 10% 0;
	}
	#Lens #coating {
		padding: 10% 0 14%;
	}
	#Lens .lensL li {
		margin: 8% auto 0;
	}
	#Lens .lensL li h4 {
		margin: 4% auto 2%;
	}
	#Lens .lensL li .text section {
		margin: 0 auto 3%;
	}
	#Lens #select {
		text-align: center;
	}
}