@charset "utf-8";
/* CSS Document */


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


/* #post_list_wrap
----------------------------------------- */
#post_list_wrap {
}
#post_list_wrap .inner {
	padding-top: 10rem;
	padding-bottom: 0;
	position: relative;
}
#post_list_wrap h1 {
	font-size: 3rem;
	letter-spacing: 0.05em;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10rem;
}
#post_list_wrap .post_list > li:nth-child(3n - 1) {
	transform: translateY(12rem);
}

#post_list_wrap .post_list .thumbnail {
    margin-bottom: 1.5rem;
}

#post_list_wrap h2 {
	font-size: 2rem;
	letter-spacing: 0.075em;
	font-weight: 400;
}
#post_list_wrap h2 span span {
	font-size: 2.3rem;
}
#post_list_wrap h2 span.en {
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-weight: 300;
	font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
#post_list_wrap .inner {
	padding-top: 5rem;
}
#post_list_wrap h1 {
	font-size: 2rem;
	margin-bottom: 5rem;
}
#post_list_wrap .post_list > li:nth-child(3n - 1) {
	transform: translateX(2.5rem);
}
	
#post_list_wrap .post_list li > a {
    align-items: center;
}
#post_list_wrap .post_list .thumbnail {
    margin-bottom: 0;
}

#post_list_wrap h2 {
	font-size: 1.5rem;
	display: block;
}
#post_list_wrap h2 span span {
	font-size: 1.75rem;
}
#post_list_wrap h2 span.en {
	font-size: 1.1rem;
}
}




/* .feature_con
----------------------------------------- */
.feature_con {
}
.feature_con h2 {
	font-size: 3.8rem;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-feature-settings: "palt";
	text-align: center;
	margin-bottom: 6rem;
}
.feature_con h2 span {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
.feature_con .lead_wrap {
	width: 100%;
	/*max-width: 80rem;*/
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: calc(24/15);
	font-weight: 500;
	text-align: center;
	margin: auto;
	margin-top: 3rem;
}
.feature_con .img_wrap {
	margin: auto;
    text-align: center;
}

#feature01 .inner {
	padding-top: 12rem;
	max-width: 113rem;
}

#feature01 .page_ttl_wrap {
	display: flex;
    flex-flow: column;
    align-items: center;
}
#feature01 .page_ttl_wrap .img_wrap {
	margin-bottom: 5rem;
}
#feature01 .page_ttl_wrap .page_ttl span {
	font-size: 3.2rem;
}
#feature01 .page_ttl_wrap .lead {
    margin-top: 2rem;
}

#feature01 h3.ttl {
    font-size: 3.2rem;
    text-align: center;
    
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1rem 0;
}
#feature01 h3.ttl span {
    display: block;
    font-size: 2.4rem;
    text-align: center;
}

#feature01 .layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6rem 5rem;
    margin-top: 10rem;
}
#feature01 .layout > .con:nth-child(1) {
    width: calc(600 / 1100 *100%);
}
#feature01 .layout > .con:nth-child(2) {
    width: calc(450 / 1100 *100%);
}
#feature01 .layout > .con:nth-child(3) {
    width: 100%;
}
#feature01 .layout > .con .txt_wrap {
    margin-top: 1rem;
}

#feature01 .data_table_wrap {
	width: 100%;
	max-width: 105rem;
	margin: auto;
	margin-top: 5rem;
}
#feature01 .data_table {
	width: 100%;
}
#feature01 .data_table tr {
	border-bottom: 1px solid #cccccc;
}
#feature01 .data_table th,
#feature01 .data_table td {
	padding: 2rem 0;
}
#feature01 .data_table th {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	white-space: nowrap;
	padding-right: 4rem;
}
#feature01 .data_table th span {
	font-size: 1.3rem;
	letter-spacing: 0;
	font-weight: 500;
}
#feature01 .data_table td {
	font-size: 1.3rem;
	letter-spacing: 0;
	font-weight: 500;
}
#feature01 .data_table td .btn {
	margin-top: 1rem;
}
#feature01 .data_table td .btn.eye::after {
	background-color: #e7f1f2;
}
#feature01 .data_table td .btn.skin::after {
	background-color: #ffeee2;
}

#feature01 .img_wrap.img02 {
	margin-top: 5rem;
	margin-bottom: 0;
}

#feature01 .inner > .btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}
#feature01 .inner > .btn_wrap .btn::after {
    background-color: #E7F1F2;
}

#feature02 {
	padding-top: 10rem;
}
#feature02 > .ttl {
	margin: auto;
	max-width: 121rem;
}
#feature02 .inner {
	padding-top: 10rem;
	max-width: 105rem;
}
#feature02 .img_wrap.top {
	width: 100%;
    margin-top: 4rem;
    position: relative;
}
#feature02 .img_wrap.top .img {
	width: 100%;
    aspect-ratio: 1400 / 420;
}
#feature02 .img_wrap.top .img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#feature02 .img_wrap.top .ttl {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    
    font-size: 3.2rem;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 1rem 0;
    color: #FFFFFF;
}
#feature02 .img_wrap.top .ttl span {
	display: block;
    font-size: 2.4rem;
    text-align: center;
}
#feature02 .img_wrap.top h2.ttl span::before {
    display: none;
}

#feature02 .img_wrap.img01 {
    margin-top: 12rem;
}

#feature02 .about_lens_wrap {
    margin-top: 10rem;
}
#feature02 .about_lens_wrap.about01 {
    padding-bottom: 3rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #cccccc;
}
#feature02 .about_lens_wrap .ttl_wrap {
    margin-bottom: 3rem;
}
#feature02 .about_lens_wrap .ttl_wrap h3 {
    font-size: 1.8rem;
	letter-spacing: 0.075em;
	font-weight: 700;
	margin-bottom: 2rem;
	position: relative;
	z-index: 1;
}
#feature02 .about_lens_wrap .ttl_wrap h3 span {
    font-size: 2.1rem;
}
#feature02 .about_lens_wrap.about01 .ttl_wrap h3::before {
    content: "";
	display: block;
	width: 8rem;
	height: 9.7rem;
	background: url(../images/about/feature02_img03.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	z-index: -1;
}
#feature02 .about_lens_wrap.about02 .ttl_wrap h3::before {
    content: "";
	display: block;
	width: 8rem;
	height: 9.7rem;
	background: url(../images/about/feature02_img04.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	z-index: -1;
}
#feature02 .about_lens_wrap .ttl_wrap .sub {
    font-size: 1.6rem;
	letter-spacing: 0;
	font-weight: 500;
}

#feature02 .about_lens_wrap.about02 > .img_wrap {
    max-width: 80rem;
    margin-top: 6rem;
    margin-bottom: 3rem;
}

#feature02 .about_lens_wrap .lens_layout {
    width: 100%;
}
#feature02 .about_lens_wrap .lens_layout > li {
    width: calc(500/1050 * 100%);
}
#feature02 .about_lens_wrap.about03 .lens_layout > li {
    width: 100%;
}
#feature02 .about_lens_wrap .lens_layout > li h4 {
	font-size: 1.6rem;
	letter-spacing: 0;
	font-weight: 700;
	margin-bottom: 1rem;
}
#feature02 .about_lens_wrap .lens_layout > li .txt_wrap {
	font-size: 1.6rem;
	letter-spacing: 0;
	font-weight: 500;
	margin-top: 1rem;
}
#feature02 .about_lens_wrap .lens_layout > li .txt_wrap .att {
    margin-top: 6rem;
}
#feature02 .about_lens_wrap .lens_layout > li .txt_wrap .btn_wrap {
    margin-top: 6rem;
}
#feature02 .about_lens_wrap .lens_layout > li .txt_wrap .btn_wrap .btn::after {
    background-color: #E7F1F2;
}

#feature02 .about_lens_wrap .point {
	display: table;
	font-size: 2rem;
	letter-spacing: 0;
	font-weight: 700;
	color: #FFFFFF;
	padding: 1rem 6rem;
	background-color: #d40000;
	border-radius: 1.3rem;
	margin: auto;
	margin-top: 3rem;
}

#feature02 .about_lens_wrap .att_list {
	margin-top: 2rem;
}

#feature02 .lens_navi {
    justify-content: center;
}
#feature02 .lens_navi > li:not(:last-child) {
    margin-right: 6rem;
}
#feature02 .lens_navi > li a {
    font-size: 2.3rem;
	letter-spacing: 0.1em;
	font-weight: 400;
    line-height: 1;
    text-align: center;
    position: relative;
}
#feature02 .lens_navi > li a::after {
    content: '';
    display: block;
    width: 2.1rem;
    height: 1.2rem;
    background: url(../images/about/page_down.svg) no-repeat center center;
    background-size: contain;
    margin: auto;
    margin-top: 2.5rem;
}


@media screen and (max-width: 768px) {
.feature_con h2 {
	font-size: 2.6rem;
	margin-bottom: 3rem;
}
.feature_con h2 span {
	font-size: 1.4rem;
}
.feature_con .lead_wrap {
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-bottom: 5rem;
    text-align: left;
}

#feature01 .inner {
	padding-top: 6rem;
}
    
#feature01 .page_ttl_wrap .img_wrap {
	margin-bottom: 3rem;
}
#feature01 .page_ttl_wrap .page_ttl span {
	font-size: 2.0rem;
}
#feature01 .page_ttl_wrap .lead {
    width: 35rem;
    margin: auto;
    margin-top: 1rem;
}

#feature01 h3.ttl {
    font-size: 2rem;
}
#feature01 h3.ttl span {
    font-size: 1.4rem;
}

#feature01 .layout {
    flex-flow: column;
    gap: 4rem 0;
    margin-top: 6rem;
}
#feature01 .layout > .con:nth-child(1) {
    width: 100%;
}
#feature01 .layout > .con:nth-child(2) {
    width: 100%;
}
#feature01 .layout > .con:nth-child(3) {
    width: 100%;
}
    
#feature01 .img_wrap {
	margin-bottom: 2.5rem;
}
#feature01 .data_table_wrap {
	margin-top: 2.5rem;
}
#feature01 .data_table {
	width: 100%;
}
#feature01 .data_table tr {
	display: block;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #cccccc;
}
#feature01 .data_table th,
#feature01 .data_table td {
	padding: 0;
    display: block;
}
#feature01 .data_table th {
	font-size: 1.3rem;
	padding-right: 0;
	padding-bottom: 1rem;
}
#feature01 .data_table th span {
	font-size: 1.1rem;
}
#feature01 .data_table td {
	font-size: 1.1rem;
}
#feature01 .data_table td .btn {
	margin-top: 1rem;
}

#feature01 .img_wrap.img02 {
	margin-top: 3rem;
}

#feature01 .inner > .btn_wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}
    

#feature02 {
	padding-top: 8rem;
}
#feature02 .inner {
	padding-top: 3rem;
}
#feature02 h2 {
	font-size: 2.4rem;
	letter-spacing: 0;
}
    
#feature02 > .ttl {
    margin: auto;
    max-width: 32.5rem;
}
    
#feature02 .img_wrap.top {
	width: 100%;
    margin-top: 2rem;
    position: relative;
}
#feature02 .img_wrap.top .img {
	width: 100%;
    aspect-ratio: 430 / 260;
}
#feature02 .img_wrap.top .img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#feature02 .img_wrap.top .ttl {
	position: relative;
    top: auto;
    left: auto;
    transform: none;
    z-index: 2;
    
    font-size: 2rem;
    line-height: 1.4;
    color: #000000;
}
#feature02 .img_wrap.top .ttl span {
	font-size: 1.4rem;
}
#feature02 h1.ttl {
	width: 100%;
}
#feature02 .img_wrap.img01 {
    margin-top: 4rem;
}
#feature02 .about_lens_wrap {
    margin-top: 6rem;
}
#feature02 .about_lens_wrap.about01 {
    padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
#feature02 .about_lens_wrap .ttl_wrap {
    margin-bottom: 2rem;
}
#feature02 .about_lens_wrap .ttl_wrap h3 {
    font-size: 2.1rem;
	margin-bottom: 1rem;
    margin-left: 1rem;
}
#feature02 .about_lens_wrap .ttl_wrap h3 span {
    font-size: 2.8rem;
}
#feature02 .about_lens_wrap.about01 .ttl_wrap h3::before {
    width: 3.75rem;
	height: 4.6rem;
}
#feature02 .about_lens_wrap.about02 .ttl_wrap h3::before {
     width: 3.75rem;
	height: 4.6rem;
}
#feature02 .about_lens_wrap .ttl_wrap .sub {
    font-size: 1.4rem;
}

#feature02 .about_lens_wrap .lens_layout {
    width: 100%;
}
#feature02 .about_lens_wrap .lens_layout > li {
    width: 100%;
}
#feature02 .about_lens_wrap .lens_layout > li:not(:last-child) {
    margin-bottom: 2.5rem;
}
#feature02 .about_lens_wrap .lens_layout > li h4 {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
#feature02 .about_lens_wrap.about02 .lens_layout > li h4 {
	text-align: center;
}
#feature02 .about_lens_wrap .lens_layout > li .txt_wrap {
	font-size: 1.4rem;
	margin-top: 1rem;
}
#feature02 .about_lens_wrap.about02 .lens_layout > li .img_wrap {
	width: 19.2rem;
	margin: auto;
}
#feature02 .about_lens_wrap.about02 .lens_layout > li .img_wrap img {
	width: 100%;
}

#feature02 .about_lens_wrap .point {
	display: table;
	font-size: 1.2rem;
	letter-spacing: 0;
	font-weight: 700;
	color: #FFFFFF;
	padding: 0.5rem 1rem;
	background-color: #d40000;
	border-radius: 0.5rem;
	margin: auto;
	margin-top: 1.5rem;
}

#feature02 .about_lens_wrap .att_list {
	margin-top: 2rem;
}
    
#feature02 .lens_navi {
    justify-content: space-between;
}
#feature02 .lens_navi > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
}
#feature02 .lens_navi > li a {
    font-size: 1.6rem;
}
#feature02 .lens_navi > li a::after {
    content: '';
    display: block;
    width: 2.1rem;
    height: 1.2rem;
    background: url(../images/about/page_down.svg) no-repeat center center;
    background-size: contain;
    margin: auto;
    margin-top: 1.0rem;
}
    
#feature02 .about_lens_wrap.about02 > .img_wrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
  
#feature02 .about_lens_wrap .lens_layout > li .txt_wrap .img_wrap {
    margin-top: 2rem;
}
#feature02 .about_lens_wrap .lens_layout > li .txt_wrap .att {
    margin-top: 1rem;
}
#feature02 .about_lens_wrap .lens_layout > li .txt_wrap .btn_wrap {
    margin-top: 3rem;
    display: flex;
    justify-content: flex-end;
}
}


/* #lens_01
----------------------------------------- */
#lens_01 {
    padding-top: 15rem;
}
#lens_01 h3.ttl {
    font-size: 2.7rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    margin-bottom: 7rem
}
#lens_01 h3.ttl span {
    padding-bottom: 1rem;
    border-bottom: 2px solid #000000;
}

#lens_01 .lead {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    margin-top: 6rem;
}

@media screen and (max-width: 768px) {
#lens_01 {
    padding-top: 10rem;
}  
#lens_01 h3.ttl {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 5rem
}
#lens_01 h3.ttl span {
    padding-bottom: 1rem;
    border-bottom: 2px solid #000000;
}
    
#lens_01 .lead {
    margin-top: 3rem;
}
} 
    

/* #lens_02
----------------------------------------- */
#lens_02 {
	padding-top: 15rem;
}
#lens_02 h3.ttl {
    font-size: 2.7rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    margin-bottom: 7rem;
}
#lens_02 h3.ttl span {
    padding-bottom: 1rem;
    border-bottom: 2px solid #000000;
}

#lens_02 .lead {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    margin-top: 6rem;
}

#lens_02 .con_list { 
    margin-top: 12rem;
}
#lens_02 .con_list > li:not(:last-child) {
    margin-bottom: 10rem;
}
#lens_02 .con_list h2.ttl {
    width: 100%;
    margin: auto;
    margin-bottom: 3rem;
    text-align: left;
    position: relative;
    z-index: 1;
}
#lens_02 .con_list h2.ttl span {
    font-size: 2.4rem;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1;
}
#lens_02 .con_list h2.ttl span::before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-70%,-40%);
    background-color: #e7f1f2;
    border-radius: 50%;
    z-index: -1;
}

#lens_02 .tough {
    width: 100%;
}
#lens_02 .tough h3.ttl {
    width: 100%;
    margin: auto;
    margin-bottom: 3rem;
    text-align: left;
    position: relative;
    z-index: 1;
}
#lens_02 .tough h3.ttl span {
    font-size: 2.4rem;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1;
    border-bottom: none;
}
#lens_02 .tough h3.ttl span::before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-70%,-40%);
    background-color: #e7f1f2;
    border-radius: 50%;
    z-index: -1;
}
#lens_02 .tough > li.txt {
    width: calc(570/1050*100%);
}
#lens_02 .tough > li.img {
    width: calc(400/1050*100%);
}
#lens_02 .tough > li.img .img_wrap {
    margin-bottom: 0;
}
#lens_02 .tough > li.img .caption {
    margin-top: 2rem;
}

#lens_02 .view_layout {
    width: 100%;
    margin-top: 3rem;
}
#lens_02 .view_layout > li {
    width: calc(500/1050*100%);
}
#lens_02 .view_layout > li h3 {
    font-size: 2.1rem;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1;
    margin-top: 2rem;
}
#lens_02 .view_layout > li .txt_wrap {
    margin-top: 1rem;
}

#lens_02 .coating_img {
    text-align: center;
    margin-top: 6rem;
}


#lens_02 .coating_layout {
    width: 100%;
    margin-top: 6rem;
}
#lens_02 .coating_layout > li.txt {
    width: calc(470/1050*100%);
}
#lens_02 .coating_layout > li.img {
    width: calc(510/1050*100%);
}
#lens_02 .coating_layout > li.img .img_wrap {
    margin-top: 6rem
}

#lens_02 .ttl_wrap {
    margin-top: 8rem
}
#lens_02 .ttl_wrap.coating01 {
    margin-top: 0;
}
#lens_02 .ttl_wrap h3 {
    font-size: 1.8rem;
	letter-spacing: 0.075em;
	font-weight: 700;
	margin-bottom: 2rem;
	position: relative;
	z-index: 1;
}
#lens_02 .ttl_wrap h3 span {
    font-size: 2.1rem;
}
#lens_02 .ttl_wrap.coating01 h3::before {
    content: "";
	display: block;
	width: 8rem;
	height: 9.7rem;
	background: url(../images/about/coating_r.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	z-index: -1;
}
#lens_02 .ttl_wrap.coating02 h3::before {
    content: "";
	display: block;
	width: 8rem;
	height: 9.7rem;
	background: url(../images/about/feature02_img03.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	z-index: -1;
}
#lens_02 .ttl_wrap.coating03 h3::before {
    content: "";
	display: block;
	width: 8rem;
	height: 9.7rem;
	background: url(../images/about/feature02_img04.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	z-index: -1;
}


@media screen and (max-width: 768px) {
#lens_02 {
	padding-top: 10rem;
}  
#lens_02 h3.ttl {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 5rem
}
#lens_02 .lead {
    margin-top: 3rem;
}

#lens_02 .con_list { 
    margin-top: 6rem;
}
#lens_02 .con_list > li:not(:last-child) {
    margin-bottom: 5rem;
}
#lens_02 .con_list h2.ttl {
    margin-bottom: 2rem;
}
#lens_02 .con_list h2.ttl span {
    font-size: 2.0rem;
}
#lens_02 .con_list h2.ttl span::before {
    width: 2.3rem;
    height: 2.3rem;
}

#lens_02 .tough {
    padding-top: 5rem;
}
#lens_02 .tough h3.ttl {
    margin-bottom: 2rem;
}
#lens_02 .tough h3.ttl span {
    font-size: 2.0rem;
}
#lens_02 .tough h3.ttl span::before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-70%,-40%);
    background-color: #e7f1f2;
    border-radius: 50%;
    z-index: -1;
}
#lens_02 .tough > li.txt {
    width: 100%;
}
#lens_02 .tough > li.img {
    width: 100%;
    margin-top: 2rem;
}
#lens_02 .tough > li.img .caption {
    margin-top: 1rem;
}
    
#lens_02 .view_layout {
    margin-top: 2rem;
}
#lens_02 .view_layout > li {
    width: 100%;
}
#lens_02 .view_layout > li h3 {
    font-size: 1.8rem;
    margin-top: 2rem;
}
#lens_02 .view_layout > li .txt_wrap {
    margin-top: 1rem;
}

#lens_02 .coating_img {
    margin-top: 3rem;
}

#lens_02 .coating_layout {
    margin-top: 3rem;
}
#lens_02 .coating_layout > li.txt {
    width: 100%;
}
#lens_02 .coating_layout > li.img {
    width: 100%;
}
#lens_02 .coating_layout > li.img .img_wrap {
    margin-top: 3rem
}

#lens_02 .ttl_wrap {
    margin-top: 4rem
}
#lens_02 .ttl_wrap.coating01 {
    margin-top: 0;
}
#lens_02 .ttl_wrap h3 {
    font-size: 1.1rem;
	margin-bottom: 1rem;
}
#lens_02 .ttl_wrap h3 span {
    font-size: 1.3rem;
}
#lens_02 .ttl_wrap.coating01 h3::before {
    width: 3.75rem;
    height: 4.6rem;
}
#lens_02 .ttl_wrap.coating02 h3::before {
    width: 3.75rem;
    height: 4.6rem;
}
#lens_02 .ttl_wrap.coating03 h3::before {
    width: 3.75rem;
    height: 4.6rem;
}

#lens_02 .img_wrap {
    margin-top: 1.5rem
}
}


/* #lens_color
----------------------------------------- */
#lens_color {
}

#lens_color .inner {
	max-width: 110rem;
    padding-top: 16rem;
	padding-bottom: 13rem;
}

#lens_color .layout {
    display: flex;
    flex-flow: column;
    gap: 13rem 0;
}

#lens_color .color_list_wrap {
}
#lens_color .color_list_wrap h3.ttl {
	font-size: 3.2rem;
    text-align: center;
	margin-bottom: 3rem;
}
#lens_color .color_list_wrap .lens_color_table_wrap {
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table {
    display: grid;
    grid-template-columns: repeat(7,auto);
    align-items: center;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table > div {
    height: 100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table > div span {
    font-size: 1.2rem;
    margin-bottom: -0.2em;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table > div img {
    width: 4rem;
    min-width: 4rem;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table .ttl {
    background-color: #dbe9ea;
    font-size: 1.2rem;
    flex-flow: column;
    border-bottom: none;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table .ttl span {
    display: block;
    font-size: 1.0rem;
    line-height: 1;
    margin: 0;
}

#lens_color .color_list_wrap .att_list {
    margin-left: 0;
    margin-top: 2rem;
}


#lens_color .lensview_list_wrap {
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap {
    width: calc(132/750*100%);
    border-top: 1px solid #e0e0e0;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f9f9fa;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s;
    opacity: 0;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab:hover::before,
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab.active::before {
    opacity: 1;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 1.3rem solid #040000;
    border-right: 0;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .6s;
    opacity: 0;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab:hover::after,
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab.active::after {
    opacity: 1;
}

#lens_color .lensview_list_wrap .lensview_tab_wrap .tab .img_wrap {
    transition: all .6s;
    position: relative;
    z-index: 1;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab .img_wrap img {
    width: 4rem;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab .ttl {
    font-size: 1.3rem;
    white-space: nowrap;
    text-align: center;
    margin-top: 0.5rem;
}

#lens_color .lensview_con_wrap {
    width: calc(600/750*100%);
    position: relative;
    height: 100%;
    /*aspect-ratio: 8 / 3;*/
}
#lens_color .lensview_con_wrap .content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
#lens_color .lensview_con_wrap .content.show {
    position: relative;
    opacity: 1;
    z-index: 3;
}
#lens_color .lensview_con_wrap .content .layout {
    display: flex;
    flex-flow: column;
    grid-gap: 2rem 0;
}
#lens_color .lensview_con_wrap .content .layout .img_wrap {
    width: 100%;
}
#lens_color .lensview_con_wrap .content .layout .txt_wrap {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
#lens_color .lensview_con_wrap .content .layout .txt_wrap .ttl {
    font-size: 1.5rem;
    line-height: calc(18/15);
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #040000;
}
#lens_color .lensview_con_wrap .content .layout .txt_wrap .txt {
    font-size: 1.5rem;
    line-height: calc(20/15);
    margin-top: 1rem;
}


#lens_color .pass_test {
    width: 100%;
    margin-top: 6rem;
    border: 1px solid #000000;
    padding: 4rem;
    display: flex;
    flex-flow: column;
    align-items: center;
}
#lens_color .pass_test .ttl {
    font-size: 1.8rem;
    text-align: center;
}
#lens_color .pass_test .pass_list {
    margin-top: 2rem;
}
#lens_color .pass_test .pass_list li {
    font-size: 1.5rem;
    /*text-align: center;*/
}

@media screen and (max-width: 768px) {
#lens_color {
	
}

#lens_color .inner {
	width: 34.5rem;
    padding-top: 8rem;
	padding-bottom: 6rem;
}

#lens_color .layout {
    display: flex;
    flex-flow: column;
    gap: 13rem 0;
}

#lens_color .color_list_wrap h3.ttl {
	font-size: 2.0rem;
	margin-bottom: 3rem;
}
    
#lens_color .color_list_wrap .lens_color_table_wrap {
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto;
    grid-template-rows: repeat(7, auto);
    align-items: center;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table > div {
    height: 100%;
    padding: 1.0rem;
    font-size: 0.9rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    border-right: 1px solid #e0e0e0;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table > div:nth-of-type(8n+1) {
    padding: 0 1rem;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table > div:nth-of-type(8n+2) {
    padding-top: 0;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table > div:nth-child(1) {
    display: none;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table > div:nth-child(2) {
    grid-row: 1 / 3;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table > div span {
    font-size: 0.6rem;
    margin-bottom: -0.2em;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table > div img {
    width: 2.3rem;
    min-width: 2.3rem;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table .ttl {
    background-color: #dbe9ea;
    font-size: 0.7rem;
    flex-flow: column;
    border-right: none;
}
#lens_color .color_list_wrap .lens_color_table_wrap .lens_color_table .ttl span {
    display: block;
    font-size: 0.6rem;
    line-height: 1;
    margin: 0;
}
    
#lens_color .lensview_list_wrap {
    margin-top: 3rem;
    flex-flow: column;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,20%);
    border-top: none;
}
#lens_color .outdoor .lensview_list_wrap .lensview_tab_wrap {
    grid-template-columns: repeat(4,25%);
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
    border-right: 1px solid #e0e0e0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f9f9fa;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s;
    opacity: 0;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab:hover::before,
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab.active::before {
    opacity: 1;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0.4rem solid transparent;
    border-left: 0.4rem solid transparent;
    border-top: 0.6rem solid #040000;
    border-bottom: 0;
    
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    transition: all .6s;
    opacity: 0;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab:hover::after,
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab.active::after {
    opacity: 1;
}

#lens_color .lensview_list_wrap .lensview_tab_wrap .tab .img_wrap {
    transition: all .6s;
    position: relative;
    z-index: 1;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab .img_wrap img {
    width: 2.5rem;
}
#lens_color .lensview_list_wrap .lensview_tab_wrap .tab .ttl {
    font-size: 0.9rem;
    white-space: nowrap;
    text-align: center;
    margin-top: 0.5rem;
}

#lens_color .lensview_con_wrap {
    width: 100%;
}
#lens_color .lensview_con_wrap .content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
#lens_color .lensview_con_wrap .content.show {
    position: relative;
    opacity: 1;
    z-index: 3;
}
#lens_color .lensview_con_wrap .content .layout {
    display: flex;
    flex-flow: column;
    grid-gap: 1.5rem 0;
}
#lens_color .lensview_con_wrap .content .layout .img_wrap {
    width: 100%;
}
#lens_color .lensview_con_wrap .content .layout .txt_wrap {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
#lens_color .lensview_con_wrap .content .layout .txt_wrap .ttl {
    font-size: 1.0rem;
    line-height: calc(18/15);
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #040000;
}
#lens_color .lensview_con_wrap .content .layout .txt_wrap .txt {
    font-size: 0.9rem;
    line-height: calc(20/15);
    margin-top: 1rem;
}
    
#lens_color .pass_test {
    width: 100%;
    margin-top: 6rem;
    border: 1px solid #000000;
    padding: 4rem 2rem;
}
#lens_color .pass_test .ttl {
    font-size: 1.6rem;
    text-align: center;
}
#lens_color .pass_test .pass_list {
    margin-top: 2rem;
}
#lens_color .pass_test .pass_list li {
    font-size: 1.3rem;
    text-align: left;
}
}
