/**
 * index.css
 * updatedAt: 2018.03.05
 */

img {
	vertical-align: middle;
}
/*========================================

.header

========================================*/
.header {
background: #1a1a1a;
}
.header__inner {
display: flex;
flex-wrap: wrap;
align-items: center;

display: -webkit-flex;
-webkit-flex-wrap: wrap;
-webkit-align-items: center;
}
.header__inner.mod__wrapper{
	max-width: 1400px;
}
.header__logo {
display: block;
padding: 15px 0;
width: 100px;
}
.header__txt {
margin-left: auto;
padding: 14px 0 18px;
width: 351px;
line-height: 0;
}

@media(max-width: 960px) {
.header__txt {
	width: 300px;
}
}
@media(max-width: 639px) {
.header__logo {
	width: 80px;
}
.header__txt {
	width: 52%;
}
}

/*========================================

.mainvisual

========================================*/
.mainvisual {
overflow: hidden;
position: relative;
padding-bottom: 70px;
background-image: url(../img/mainvisual.jpg);
background-repeat: no-repeat;
background-position: center top;
background-color: #000;
}
.mainvisual__inner{
max-width: 1400px !important;
}
.mainvisual__sub {
padding-top: 8.33%;
width: 45.584%;
width: 490px;
width: 35%;
}
/* .mainvisual__title {
margin-top: 6.417%;
width: 45.917%;
} */
.mainvisual__txt {
/* margin-top: 6.75%; */
margin-top: 4.55%;
width: 45.167%;
width: 490px;
width: 35%;
}
.mainvisual__txt span {
	display: none;
}
.mainvisual__txt img{
height: 100%;
width: 100%;
}
 .mainvisual__item{
margin-top: 4.55%;
/* padding: 25px 68px 25px 20px; */
padding: 1.785% 4.86% 1.785% 1.429%;
background-color: #333;
box-sizing:border-box;
width: 490px;
width: 35%;
}
.mainvisual__item img{
height: 100%;
width: 100%;
}

@media(max-width: 1500px) {
.mainvisual {
	background-size: 130% auto;
}
}
@media(max-width: 1280px) {
}
@media(max-width: 639px) {
.mainvisual {
	padding-bottom: 50px;
	background-image: url(../img/mainvisual_sp.jpg);
	background-size: contain;
	background-position: center 35vw;
}
.mainvisual__inner{
	width: 78.76%;
}
.mainvisual__sub {
	width: 100%;
}
.mainvisual__txt {
	margin-top: 6.07%;
	margin-bottom: 76.45%;
	width: 100%;
}
.mainvisual__item {
	width: 100%;
	padding: 5% 5% 4.02%;

}
.mainvisual__item img{
	width: 90%;
}
}
/*========================================

.intro

========================================*/
.intro__txt {
text-align: center;
/* margin-top: 15.834%; */
margin-top: 10%;
font-size: 1.25rem;
line-height: 2.0;
color: #fff;
}

@media(max-width: 1500px) {
}

@media(max-width: 1280px) {
.intro__txt {
	font-size: 1.563vw;
	margin-top: 12.834%;
}
}
@media(max-width: 639px) {
.intro__txt {
	text-align: left;
	font-size: calc(75% + 0.938vw);
	font-size: -webkit-calc(75% + 0.938vw);
	font-size: -webkit-calc(100% + 0.938vw);
}
}

/*========================================

.navi

========================================*/
.navi {
display: flex;
display: -webkit-flex;
-webkit-flex-wrap: wrap;
margin: 4.167% auto 0;
padding: 0;
list-style: none;
max-width: 1400px;
justify-content: space-between;
}
.navi__item {
position: relative;
box-sizing: border-box;
flex: 0 1 16.6%;
height: 111px;
font-size: 1.125rem;
line-height: 1.3;
border-left: 1px solid #000;
}
.navi__item:nth-child(1) {
border: none;
}
.navi__item a {
display: flex;
justify-content: center;
align-items: center;
display: -webkit-flex;
-webkit-justify-content: center;
-webkit-align-items: center;
position: absolute;
box-sizing: border-box;
text-align: center;
padding-bottom: 20px;
width: 100%;
height: 100%;
color: #fff;
text-decoration: none;
background-color: #25253a;
transition: background-color 0.2s;
}
.navi__item a:hover {
background-color: #32324d;
}
.navi__item a:after {
display: inline-block;
position: absolute;
left: 0;
bottom: 20px;
width: 100%;
max-height: 15px;
height: 1.172vw;
background-image: url(../img/navi_arrow.svg);
background-repeat: no-repeat;
background-position: center center;
content: '';
}
.navi__item span {
display: none;
}

@media(max-width: 1280px) {
.navi__item {
	font-size: 1.063rem;
}
}
@media(max-width: 639px) {
.navi {
	margin: 30px auto 0;
	flex-wrap: wrap;
	width: 90.625%;
}
.navi__item {
	margin: 0 !important;
	flex: 0 1 50%;
	width: 50%;
	max-height: 80px;
	height: 18vw;
	border-left: none;
	border-top: 1px solid #000;
}
.navi__item:nth-child(-n+2) {
	border-top: none;
}
.navi__item:nth-child(even) {
	border-left: 1px solid #000;
}
.navi__item a {
	padding-bottom: 12px;
}
.navi__item a:after {
	bottom: 12px;
	height: 6px;
}
.navi__item a span {
	display: inline;
}
}

@media (-ms-high-contrast: none) and (max-width: 639px) {
	.navi__item {
	flex: 0 1 49.8%;
}
}

/*========================================

.titleBox

========================================*/
.titleBox {
overflow: hidden;
background: #eaeaea;
}
.titleBox.lens {
background: #999;
}
.titleBox__inner {
display: flex;
align-items: center;
justify-content: flex-start;

display: -webkit-flex;
-webkit-align-items: center;
-webkit-justify-content: flex-start;

position: relative;
max-height: 300px;
height: 23.438vw;
}
.titleBox__txt01 {
width: 51.666%;
}
.titleBox__txt02 {
width: 57.916%;
}
.titleBox__txt03 {
width: 55.9%;/*56.083%*/
}
.titleBox__txt04 {
width: 57.916%;
}
.titleBox__txt--size {
margin: 0 auto;
width: 35.667%;
}
.titleBox__txt--zoom {
margin: 0 auto;
width: 56.666%;
}
.titleBox__txt--lens {
margin: 0 auto;
width: 70%;
}

.titleBox__txt--comp {
margin: 0 auto;
width: 15.75%;
}
.titleBox__txt--open {
margin: 0 auto;
width: 57.26%;
}

@media(max-width: 639px) {
.titleBox__inner {
	display: block;
	margin-left: -20%;
	padding: 40px 0;
	width: 140%;
	max-height: inherit;
	height: auto;
}
.titleBox__txt {
	margin: 0 auto !important;
}
.titleBox__txt--lens {
	margin: 0 auto;
	width: 60%;
}
}

/*----------------------------------------
.titleBox__lensImg
----------------------------------------*/
.titleBox__lensImg {
position: absolute;
bottom: 0;
}
.titleBox__lensImg01 {
right: -8.333%;
width: 43.333%;
}
.titleBox__lensImg02 {
right: -8.333%;
width: 44.416%;
}
.titleBox__lensImg03 {
right: -8.333%;
width: 38%;
}
.titleBox__lensImg04 {
right: -8.333%;
width: 37.5%;
}

@media(max-width: 639px) {
.titleBox__lensImg {
	display: none;
}
}


/*========================================

.imgBox

========================================*/
.imgBox {
margin: 50px auto 0;
line-height: 0;
}
.imgBox + .imgBox {
margin-top: 90px;
}
.imgBox img {
width: 100%;
height: auto;
}
.imgBox__caption {
text-align: center;
margin-top: 15px;
font-size: 0.875rem;
line-height: 1.4;
color: #fff;
}
.imgBox__zoom {
display: block;
position: relative;
margin: 0 auto;
line-height: 0;
}
.imgBox__zoom:before {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
transition: background-color 0.2s;
content: '';
}
.imgBox__zoom:hover:before {
background-color: rgba(255,255,255,0.3);
}
.imgBox__zoom:after {
display: block;
position: absolute;
right: 0;
bottom: 0;
width: 18px;
height: 18px;
background-image: url(../img/zoom.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
content: '';
}

@media(max-width: 639px) {
.imgBox {
	margin-top: 40px;
}
.imgBox + .imgBox {
	margin-top: 50px;
}
}


/*========================================

article

========================================*/
.articleBG {
background-repeat: repeat-y;
background-position: center top;
background-color: #141414;
}
#ZEISS, #GLens, #Gmaster{
padding-bottom: 160px;
}
#Size, #Zoom, #Comp, #Open{
overflow: hidden;
padding-bottom: 120px;
}
.heading {
text-align: center;
margin: 70px 0 50px;
font-size: 2.0rem;
font-weight: 400;
line-height: 1.75;
color: #fff;
}
.heading.compali {
margin: 70px 0 30px !important;
}
.max--w810 {
margin-left: auto;
margin-right: auto;
max-width: 810px;
}

@media(max-width: 639px) {
.articleBG {
	background-size: 150% auto;
}
#ZEISS, #GLens, #Gmaster, #Size, #Zoom, #Comp,#Open {
	padding-bottom: 60px;
}
.heading {
	margin: 50px 0 30px;
	font-size: 4.8vw;
	line-height: 1.6;
}
}


/*========================================

.aboutBox

========================================*/
.aboutBox {
margin-top: 90px;
padding: 60px 56px 60px 50px;
background-repeat: no-repeat;
background-color: #fff;
}
.aboutBox--gmaster {
background-image: url(../img/about_gmaster.svg);
background-position: 45px 23px;
background-size: 48% auto;
}
.aboutBox--glens {
background-image: url(../img/about_glens.svg);
background-position: 45px 23px;
background-size: 33.053% auto;
}
.aboutBox01 {
	display: flex;
}
.aboutBox01 .img-box {
	flex: 0 0 26.842%;
	margin-left: 6.315%;
}
.aboutBox02:after {
	content: '';
}
.aboutBox__title {
margin-bottom: 20px;
font-size: 2.25rem;
line-height: 1.55;
margin-top: 6px;
}
.aboutBox__img {
float: right;
margin: 5px 0 20px 45px;
width: 30.214%;
}
.aboutBox__txt {
font-size: 1rem;
line-height: 2.25;
}
.aboutBox01 .img-sp {
	display: none;
}

@media(max-width: 639px) {
.aboutBox {
	margin-top: 50px;
	padding: 10.345%;
}
.aboutBox__title {
	margin-bottom: 30px;
	font-size: 2.0rem;
}
.aboutBox--glens {
	background-position: 19% 23px;
	background-size: 53.053% auto;
}
.aboutBox__img {
	margin: 5px 0 10px 9%;
	width: 32%;
}
.aboutBox__txt {
	line-height: 2.0;
}
.aboutBox01 {
	display: block;
}
.aboutBox01 .img-pc {
	display: none;
}
.aboutBox01 .img-sp {
	display: block;
}
.aboutBox01 .aboutBox__img {
	width: 40%;
}
}

@media (max-width: 479px) {
	.aboutBox__title {
		font-size: 1.5rem;
	}
}



/*========================================

#Size

========================================*/
#Size{
padding-bottom: 0px;
}
.size__line {
margin-top: 70px;
}
.size__line + .size__line {
margin-top: 100px;
}
.size__heading {
display: flex;
align-items: center;
justify-content: center;

display: -webkit-flex;
-webkit-align-items: center;
-webkit-justify-content: center;

margin-bottom: 35px;
font-size: 0;
}

@media(max-width: 960px) {
.size__heading {
	margin-left: -15%;
	width: 130%;
}
}
@media(max-width: 639px) {
.size__line {
	margin-top: 50px;
}
.size__line + .size__line {
	margin-top: 60px;
}
.size__heading {
	margin-bottom: 25px;
	margin-left: -70%;
	width: 240%;
}
}

#Size .mod__table{
display: flex;
max-width: 1200px;
margin: 75px auto 120px;
}
#Size .mod__table .table__column{
height: auto;
flex: 0 1 25%;
text-align: center;
}
#Size .mod__table .table__column:nth-of-type(n+2){
margin-left: -1px;
}
#Size .mod__table .table__column .column__ttl{
width: 100%;
margin-bottom: 30px;
}
#Size .mod__table .table__column .column__ttl .ttl__logo{
height: auto;
width: 35%;
margin: 0 auto 8.75%;
}
#Size .mod__table .table__column.table__column--glens .column__ttl .ttl__logo{
width: 14.25%;
margin: 0 auto 7.8%;
}
#Size .mod__table .table__column .column__ttl .ttl__logo img{
height: 100%;
width: 100%;
}
#Size .mod__table .table__column .column__ttl .ttl__txt--01{
height: auto;
width: 47%;
margin: 0 auto;
}
#Size .mod__table .table__column .column__ttl .ttl__txt--01 img{
height: 100%;
width: 100%;
}
#Size .mod__table .table__column.table__column--01 .column__ttl .ttl__txt--01{
width: 76%;
}
#Size .mod__table .table__column.table__column--02 .column__ttl .ttl__txt--01{
width: 89.334%;
}
#Size .mod__table .table__column.table__column--03 .column__ttl .ttl__txt--01{
width: 94%;
}
#Size .mod__table .table__column.table__column--04 .column__ttl .ttl__txt--01{
width: 79.334%;
}
#Size .mod__table .table__column.table__column--01 .column__img--01{
width: 106.6666667%;
}
#Size .mod__table .table__column.table__column--02 .column__img--01{
width: 108.3333333%;
margin-left: 6.334%;
}
#Size .mod__table .table__column.table__column--03 .column__img--01{
width: 95.334%;
margin-left: 15.001%;
}
#Size .mod__table .table__column.table__column--04 .column__img--01{
width: 89.6666667%;
margin-left: 10.335%;
}
#Size .mod__table .table__column .column__img--01 img{
width: 100%;
}
.table__img--caption {
	text-align: right;
	font-size: .875rem; /* 14px */
	color: #fff;
	margin-top: 10px;
	line-height: 1;
	letter-spacing: .05em;
}
#Size .mod__table .table__column .column__txtbox{
width: auto;
padding: calc(.875rem + 40px) 25px 0px 10px;
box-sizing: border-box;
}
.table__img--caption + .column__txtbox{
	padding-top: 30px !important;
}
#Size .mod__table .table__column .column__txtbox p{
color: #fff;
line-height: 2.0rem;
text-align: left;
}
@media(max-width: 1280px) {
#Size .mod__table{
	padding: 0 20px;
}
#Size .mod__table .table__column .column__ttl{
	height: 15.5vw;
}
#Size .mod__table .table__column .column__img--02{
	height: auto;
	background-color: #090909;
	background-size: contain;
	padding-top: 33vw;
	padding-bottom: 30px;
}
}
@media(max-width: 960px) {
#Size .mod__table{
	padding: 0 20px;
}
}
@media(max-width: 639px) {
#Size .mod__table{
	display: block;
	margin-top: 35px;
}
#Size .mod__table .table__column{
	width: 400px;
	margin: 0 auto 50px !important;
}
#Size .mod__table .table__column:last-of-type{
	margin: 0 auto !important;
}
#Size .mod__table .table__column .column__ttl{
	height: 150px;
}
#Size .mod__table .table__column.table__column--glens .column__ttl{
	height: 170px;
}
#Size .mod__table .table__column .column__img--01 {
	margin-bottom: 0;
}
#Size .mod__table .table__column .column__ttl .ttl__logo{
	margin-bottom: 4%;
}
#Size .mod__table .table__column .column__txtbox{
	height: auto;
	padding: 20px 0 0;
}
#Size .mod__table .table__column div[class^="column__img"] {
	width: 100% !important;
	margin: 0 auto !important;
}
}
@media(max-width: 440px) {
#Size .mod__table .table__column{
	width: 100%;
}
#Size .mod__table .table__column .column__ttl{
	height: 130px;
}
#Size .mod__table .table__column.table__column--glens .column__ttl{
	height: 150px;
}
}
/*----------------------------------------
zeiss.size__heading
----------------------------------------*/
.size__headingLogo--zeiss {
display: inline-block;
width: 4.5%;
}
.size__headingTxt--zeiss {
display: flex;
align-items: center;

display: -webkit-flex;
-webkit-align-items: center;

margin-left: 1.5%;
width: 53.334%;
}
.size__headingTxt--zeiss1 {
display: inline-block;
margin-right: 2.5%;
width: 39.375%;
}
.size__headingTxt--zeiss2 {
display: inline-block;
width: 58.125%;
}

@media(max-width: 639px) {
.size__headingTxt--zeiss {
	flex-direction: column;
	align-items: flex-start;
	-webkit-flex-direction: column;
	-webkit-align-items: flex-start;
	width: 31.035%;
}
.size__headingTxt--zeiss1 {
	width: 67.9%;
}
.size__headingTxt--zeiss2 {
	margin-top: 2%;
	width: 100%;
}
}

/*----------------------------------------
glens.size__heading
----------------------------------------*/
.size__headingLogo--glens {
display: inline-block;
vertical-align: middle;
width: 4.667%;
}
.size__headingTxt--glens {
display: inline-block;
vertical-align: middle;
margin: 0 0 0 1.5%;
width: 30.417%;
}

/*----------------------------------------
.size__imgBox
----------------------------------------*/
.size__imgBox {
font-size: 0;
}
.size__imgBox img {
display: inline-block;
vertical-align: top;
width: 50%;
height: auto;
}
.size__innerTxt {
margin: 30px auto 0;
max-width: 950px;
}

@media(max-width: 480px) {
.size__imgBox img {
	display: block;
	width: 100%;
}
}


/*========================================

.zoomComp

========================================*/
.zoomComp {
	background: #333;
	color: #fff;
	padding: .833% .833% 0 0;
	margin-top: 46px;
}

.zoomComp img {
	max-width: 100%;
}

.zoomComp__table--heading {
	display: flex;
	margin-left: 19.167%;
	position: relative;
	z-index: 1;
}

.zoomComp__table--heading .flex-item {
	flex: 0 1 20%;
}

.zoomComp__table--heading .flex-item:nth-of-type(n+2) {
	margin-left: 5px;
}

.zoomComp__table--heading .txt-box {
	padding: 16px 0 0;
	text-align: center;
}

.zoomComp__table--heading .flex-item:first-of-type .txt-box img {
	width: 35.106%;
}

.zoomComp__table--heading .flex-item:nth-of-type(2) .txt-box img {
	width: 42.553%;
}

.zoomComp__table--heading .flex-item:nth-of-type(3) .txt-box img,
.zoomComp__table--heading .flex-item:nth-of-type(4) .txt-box img {
	width: 44.68%;
}

.zoomComp__table--heading .flex-item:last-of-type .txt-box img {
	width: 45.212%;
}

.zoomComp__table--logo {
	width: 11.5%;
	margin: 0 auto 1.282% 0;
}

.zoomComp__table--logo.glens {
	width: 4.58%;
	margin: 3.418% auto 1.709% 0;
}

.zoomComp__table--logo img {
	width: 100%;
	height: auto;
}

.zoomComp__table {
	margin: 0 7.66% 0 2.5%;
	padding-bottom: 5%;
	position: relative;
}

.zoomComp__table .line {
	position: absolute;
	top: -15%;
	bottom: 0;
	display: block;
	width: 1px;
	background: #000;
}

.zoomComp__table .line:first-of-type {
	right: 72.352%;
}

.zoomComp__table .line:nth-of-type(2) {
	right: 54.264%;
}

.zoomComp__table .line:nth-of-type(3) {
	right: 36.176%;
}

.zoomComp__table .line:nth-of-type(4) {
	right: 18.088%;
}

.zoomComp__table .line:last-of-type {
	right: 0;
}

.zoomComp__table--row {
	display: flex;
}

.zoomComp__table--row + .zoomComp__table--row {
	margin-top: 2.564%;
}

.zoomComp__table--row dt {
	flex: 0 1 27.646%;
}

.zoomComp__table--row:first-of-type dt img {
	width: 72.696%;
}

.zoomComp__table--row:nth-of-type(2) dt img {
	width: 90.235%;
}

.zoomComp__table--row:nth-of-type(3) dt img {
	width: 94.2%;
}

.zoomComp__table--row:last-of-type dt img {
	width: 79.797%;
}

.zoomComp__table--row dd {
	flex: 0 0 36.105%;
	position: relative;
}

.zoomComp__table--row:nth-of-type(even) dd {
	flex: 0 0 54.117%;
}

.zoomComp__table--row dd p {
	text-align: center;
	padding: 1.56% 0;
}

.zoomComp__table--row dd .first {
	background: #000;
}

.zoomComp__table--row.zoomComp__table--gmaster dd .first {
	background: #cb4801;
}

.zoomComp__table--row dd .last {
	margin-top: 1px;
}

.zoomComp__table--row dd .last.flex {
	display: flex;
	justify-content: space-between;
}

.zoomComp__table--row dd .last .f1 img {
	width: 26%;
}

.zoomComp__table--row dd .last .f2 img{
	width: 20.445%;
}

.zoomComp__table--row:nth-of-type(2) dd {
	margin-left: 18.2%;
}

.zoomComp__table--row:first-of-type .first img,
.zoomComp__table--row:nth-of-type(3) .first img {
	width: 32.727%;
}

.zoomComp__table--row:first-of-type .last img {
	width: 42.077%;
}

.zoomComp__table--row:nth-of-type(2) .first img {
	width: 18.1%;
}

.zoomComp__table--row:nth-of-type(3) .last img {
	width: 35.844%;
}

.zoomComp__table--row:last-of-type .first img {
	width: 21.65%;
}

@media (max-width: 639px) {
	.zoomComp__table--heading .txt-box {
		padding-top: 20px;
	}

	.zoomComp__table--heading .flex-item:first-of-type .txt-box img {
		width: calc(35.106% * 1.5);
	}

	.zoomComp__table--heading .flex-item:nth-of-type(2) .txt-box img {
		width: calc(42.553% * 1.5);
	}

	.zoomComp__table--heading .flex-item:nth-of-type(3) .txt-box img,
	.zoomComp__table--heading .flex-item:nth-of-type(4) .txt-box img {
		width: calc(44.68% * 1.5);
	}

	.zoomComp__table--heading .flex-item:last-of-type .txt-box img {
		width: calc(45.212% * 1.5);
	}

	.zoomComp__table--logo {
		width: calc(11.5% * 1.5);
	}
	.zoomComp__table--logo.glens {
		width: calc(4.58% * 1.5);
	}

	.zoomComp__table--row:first-of-type .first img,
	.zoomComp__table--row:nth-of-type(3) .first img {
		width: calc(32.727% * 1.5);
	}

	.zoomComp__table--row:first-of-type .last img {
		width: calc(42.077% * 1.5);
	}

	.zoomComp__table--row dd .last .f1 img {
		width: calc(26% * 1.5);
	}

	.zoomComp__table--row dd .last .f2 img {
		width: calc(20.445% * 1.5);
	}

	.zoomComp__table--row:nth-of-type(2) .first img {
		width: calc(35.66235% * 1.5);
	}

	.zoomComp__table--row:last-of-type .first img {
		width: calc(39.470% * 1.5);
	}

	.zoomComp__table--row:nth-of-type(3) .last img {
		width: calc(35.844% * 1.5);
	}

	.zoomComp__table--row + .zoomComp__table--row {
		margin-top: 10px;
	}
}

@media (max-width: 479px) {
	.zoomComp__table--heading .txt-box {
		padding-top: 10px;
	}

	.zoomComp__table--heading .flex-item:first-of-type .txt-box img {
		width: calc(35.106% * 2);
	}

	.zoomComp__table--heading .flex-item:nth-of-type(2) .txt-box img {
		width: calc(42.553% * 2);
	}

	.zoomComp__table--heading .flex-item:nth-of-type(3) .txt-box img,
	.zoomComp__table--heading .flex-item:nth-of-type(4) .txt-box img {
		width: calc(44.68% * 2);
	}

	.zoomComp__table--heading .flex-item:last-of-type .txt-box img {
		width: calc(45.212% * 2);
	}

	.zoomComp__table--logo {
		width: calc(11.5% * 2);
	}
	.zoomComp__table--logo.glens {
		width: calc(4.58% * 2);
	}

	.zoomComp__table--row:first-of-type .first img,
	.zoomComp__table--row:nth-of-type(3) .first img {
		width: calc(32.727% * 2);
	}

	.zoomComp__table--row:first-of-type .last img {
		width: calc(42.077% * 2);
	}

	.zoomComp__table--row dd .last .f1 img{
		width: calc(26% * 2);
	}

	.zoomComp__table--row dd .last .f2 img {
		width: calc(20.445% * 2);
	}

	.zoomComp__table--row:nth-of-type(2) .first img {
		width: calc(18.1% * 2);
	}

	.zoomComp__table--row:last-of-type .first img {
		width: calc(21.65% * 2);
	}

	.zoomComp__table--row:nth-of-type(3) .last img {
		width: calc(35.844% * 2);
	}
}




/*========================================

.angleView

========================================*/
.angleView {
margin-top: 80px;
}
.angleView__heading {
text-align: center;
font-size: 2.25rem;
font-weight: 400;
line-height: 1.2;
color: #fff;
}
.angleView__inner {
margin-top: 25px;
padding: 50px 49px 50px 45px;
background: #333;
}
.angleView-icn {
	display: inline-block;
	margin: 17px auto 0;
}
.angleView__70mm {
max-height: 38px;
}
.angleView__100mm {
max-height: 38px;
}
.angleView__200mm {
max-height: 38px;
}
.angleView__300mm {
max-height: 38px;
}
.angleView__400mm {
max-height: 38px;
}

@media(max-width: 960px) {
.angleView__24mm,
.angleView__30mm,
.angleView__70mm,
.angleView__100mm,
.angleView__105mm,
.angleView__200mm,
.angleView__300mm,
.angleView__400mm {
	width: auto;
}

.angleView__24mm img,
.angleView__30mm img,
.angleView__70mm img,
.angleView__100mm img,
.angleView__105mm img,
.angleView__200mm img,
.angleView__300mm img,
.angleView__400mm img{
	width: auto;
	height: 3.96091205vw;
}
}
@media(max-width: 639px) {
.angleView {
	margin-top: 60px;
}
.angleView__heading {
	font-size: 6.0vw;
}
.angleView__inner {
	margin-top: 15px;
	padding: 6.897%;
}
.angleView__24mm,
.angleView__30mm,
.angleView__70mm,
.angleView__100mm,
.angleView__105mm,
.angleView__200mm,
.angleView__300mm,
.angleView__400mm {
	width: auto;
}
.angleView__24mm img,
.angleView__30mm img,
.angleView__70mm img,
.angleView__100mm img,
.angleView__105mm img,
.angleView__200mm img,
.angleView__300mm img,
.angleView__400mm img {
	width: auto;
	height: 5vw;
}
}

/*----------------------------------------
.angleView__index
----------------------------------------*/
.angleView__index {
display: flex;
justify-content: space-between;
display: -webkit-flex;
-webkit-justify-content: space-between;
}
.angleView__item {
text-align: center;
max-width: 362px;
width: 32.731%;
color: #fff;
}
.angleView__item__txt1 {
margin-top: 20px;
font-size: 1.25rem;
line-height: 1.4;
}
.angleView__item__txt2 {
font-size: 1.125rem;
line-height: 1.4;
}

@media(max-width: 960px) {
.angleView__item__txt1 {
	font-size: 1.763vw;
}
.angleView__item__txt2 {
	font-size: 1.607vw;
}
}
@media(max-width: 639px) {
.angleView__index {
	display: block;
}
.angleView__item {
	margin-top: 30px;
	max-width: inherit;
	width: 100%;
}
.angleView__item:first-child {
	margin-top: 0;
}
.angleView__item__txt1 {
	font-size: 3.5vw;
}
.angleView__item__txt2 {
	font-size: 3.2vw;
}
}

/*----------------------------------------
.angleView__lens
----------------------------------------*/
.angleView__lens {
margin-top: 120px;
}
.angleView__lens + .angleView__lens {
margin-top: 90px;
}
.angleView__lens__heading {
margin-bottom: 30px;
width: 100%;
}
.angleView__lens__imgBox {
display: flex;
flex-wrap: wrap;
justify-content: space-between;

display: -webkit-flex;
-webkit-flex-wrap: wrap;
-webkit-justify-content: space-between;

text-align: center;
}
.angleView__lens__img {
width: 49.548%;
}
.angleView__caption {
margin-top: 8px;
font-size: 0.875rem;
line-height: 1.4;
color: #fff;
}

@media(max-width: 639px) {
.angleView__lens,
.angleView__lens + .angleView__lens {
	margin-top: 60px;
}
.angleView__lens__img {
	width: 100%;
}
.angleView__lens__img + .angleView__lens__img {
	margin-top: 30px;
}
}

/*========================================

.lensHeading

========================================*/
.lensHeading {
display: flex;
align-items: center;
justify-content: center;

display: -webkit-flex;
-webkit-align-items: center;
-webkit-justify-content: center;
}
.lensHeading__logo {
display: inline-block;
margin-right: 16px;
max-width: 56px;
width: 4.375vw;
}

@media(max-width: 960px) {
.lensHeading__logo {
	margin-right: 10px;
	width: 5.625vw;
}
}
@media(max-width: 639px) {
.lensHeading__logo {
	width: 62px;
	width: 9.688vw;
}
}

/*----------------------------------------
gmaster
----------------------------------------*/
.lensHeading__logo--gmaster{
max-width: 140px;
width: 10.938vw;
}
.lensHeading__logo--gmaster > img{
height: auto;
width: 100%;
}
.lensHeading__txt--gmaster {
display: flex;
align-items: center;

display: -webkit-flex;
-webkit-align-items: center;

max-width: 417px;
width: 26.364vw;
}
.lensHeading__txt--gmaster.gm2 {
max-width: 512px;
width: 43.13vw;
}

.lensHeading__txt--gmaster1 {
display: inline-block;
margin-right: 2.9586%;
width: 194px;
width: 57.396%;
}
.lensHeading__txt--gmaster2 {
display: inline-block;
width: 132px;
width: 39.053%;
}
.lensHeading__txt--gmaster1 > img,
.lensHeading__txt--gmaster2 > img {
height: auto;
width: 100%;
}
@media(max-width: 960px) {
.lensHeading__txt--gmaster {
	/* width: 356px; */
	width: 34.285vw;
}
.lensHeading__txt--gmaster.gm2 {
	width: 43,1128743vw;
}
}
@media(max-width: 639px) {
.lensHeading__txt--gmaster {
	width: 61.25vw;
}
.lensHeading__txt--gmaster.gm2 {
	width: 79.4681243vw;
}
}
/*----------------------------------------
glens
----------------------------------------*/
.lensHeading__txt--glens {
max-width: 516px;/*374px*//*1269?レイアウト*/
width: 39.8vw;/*30.5313988vw*/
}
.lensHeading__txt--glens.g2 {
max-width: 455px;
width: 37.1445309vw;
}

@media(max-width: 960px) {
.lensHeading__txt--glens {
	width: 356px;/*960レイアウト*/
	width: 37.084vw;
}
}
@media(max-width: 639px) {
.lensHeading__txt--glens {
	width: 424px;/*960レイアウト*/
	width: 66.25vw;
}
}

/*----------------------------------------
zeiss
----------------------------------------*/
.lensHeading__txt--zeiss {
display: flex;
align-items: center;

display: -webkit-flex;
-webkit-align-items: center;

max-width: 639px;
width: 50vw;
/* 1280pxから出力 */
}
.lensHeading__txt--zeiss1 {
display: inline-block;
margin-right: 2.5%;
width: 252px;
width: 39.375%;
}
.lensHeading__txt--zeiss2 {
display: inline-block;
width: 372px;
width: 58.125%;
}

@media(max-width: 960px) {
.lensHeading__txt--zeiss {
	width: 624px;
	width: 65vw;
}
}
@media(max-width: 639px) {
.lensHeading__txt--zeiss {
	flex-direction: column;
	align-items: flex-start;

	-webkit-flex-direction: column;
	-webkit-align-items: flex-start;

	width: 432px;
	width: 67.5vw;
}
.lensHeading__txt--zeiss1 {
	width: 67.9%;
}
.lensHeading__txt--zeiss2 {
	margin-top: 2%;
	width: 100%;
}
}

/*========================================

.compLens

========================================*/
.compLens {
display: flex;
display: -webkit-flex;
margin-top: 90px;
}
.compLens__item {
position: relative;
/* 400pxから出力 */
flex: 0 1 25%;
margin-right: 1.666%;
height: 46em;
}
.compLens__img {
margin: 0 auto 40%;
font-size: 0;
height: 60px;
}
.compLens__img:after {
display: inline-block;
vertical-align: middle;
height: 100%;
content: '';
}
.compLens__img > img {
display: inline-block;
height: auto;
width: 100%;
vertical-align: middle;
}
.compLens__heading {
/* max-height: 140px;
height: 10.938vw; */
width: 100%;
}
.compLens__heading__inner {
width: 100%;
height: auto;
}
.compLens__heading__logo{
display: block;
width: 100%;
text-align: center;
margin: 0 auto 15%;
}
.compLens__heading__logo > img{
height: auto;
width: 100%;
}
.compLens__txt {
margin-top: 45px;
}
.compLens__btnBox {
padding-top: 30px;
width: 100%;
position: absolute;
	bottom: 0;
}
.compLens__btn {
position: relative;
text-align: center;
max-height: 60px;
min-height: 45px;
width: 100%;
height: 4.688vw;
font-size: 1rem;
font-weight: 400;
line-height: 1.2;
color: #fff;
text-decoration: none;
background-color: #25253a;
transition: background-color 0.2s !important;
display: flex;
justify-content: center;
align-items: center;
}
.compLens__btn:hover {
color: #fff;
background-color: #32324d;
}
.compLens__btn:before {
position: absolute;
top: 50%;
left: 20px;
margin-top: -3.5px;
width: 0;
height: 0;
border-style: solid;
border-width: 5.5px 0 5.5px 6px;
border-color: transparent transparent transparent #fff;
content: '';
}
.compLens__btn:last-child {
margin-top: 15px;
}
@media(max-width: 1280px) {
.compLens__btn{
	/*font-size: 1.3vw;*/
}
.compLens__btn:before{
	left:10%;
}
}
@media(max-width: 960px) {
.compLens__btn{
	font-size: 1.3vw;
}

.compLens__btn:before{
	display: none;
}
}

@media (max-width: 639px) {
	.compLens {
		flex-wrap: wrap;
	}
	.compLens__item {
		flex: 0 1 48.334%;
	}
	.compLens__item:nth-of-type(n+3) {
		margin-top: 80px;
	}

	.compLens__btn {
		font-size: .875rem;
	}
}

@media(max-width: 479px) {
.compLens {
	display: block;
	margin-top: 0;
}
.compLens__item {
	margin-top: 80px;
	margin-right: 0;
	width: auto;
	height: auto;
}
.compLens__img {
	margin: 0 auto 60px;
	max-height: inherit;
	height: auto;
}
.compLens__heading {
	margin-top: 40px;
	max-height: inherit;
	height: auto;
}
.compLens__heading__logo {
	position: relative;
}
.compLens__txt {
	margin-top: 30px;
}
.compLens__blank {
	max-height: inherit;
	height: 0;
}
.compLens__btnBox {
	position: static;
}
.compLens__btn:before {
	display: inline-block;
	margin-top: -5.5px;
}
}

/*----------------------------------------
gmaster
----------------------------------------*/
.compLens__img--gmaster {
width: 344px;
width: 87.5%;
}
.compLens__heading__logo--gmaster{
	padding-top: 6%;
}
.compLens__heading__logo--gmaster img{
width: 34.5%;
/*height:auto;*/
}
.compLens__heading--ttl {
	display: block;
	text-align: center;
}
.compLens__heading--gmaster01 img {
width: 73.928%;
}
.compLens__heading--gmaster02 img {
width: 95.714%;
}
.compLens__heading--glens01 img {
width: 99.3%;/*72.5%*/
}
.compLens__heading--glens02 img {
width: 85%;
}

@media(max-width: 639px){

}

/*----------------------------------------
glens
----------------------------------------*/
.compLens__img--glens {
width: 291px;
width: 73%;
}
.compLens__heading__logo--glens{
/*height: 35px;*/
/*height: 2.734vw;*/
/*width: 56px;*/
/*width: 14%;*/
/*margin: 0 auto;*/
padding-top: 4.5%;
}
.compLens__heading__logo--glens img{
width: 14%;
}
.compLens__heading--glens {
display: inline-block;
width: 376px;
width: 94%;
/*margin-bottom: 21.75%;*/
}
.compLens__heading--glens1 {
display: inline-block;
width: 220px;
width: 55%;
margin-right: 2.5%;
margin-bottom: 5.377%;
}
.compLens__heading--glens2 {
display: inline-block;
width: 160px;
width: 40%;
}
.compLens__heading--glens3 {
display: block;
width: 100%;
text-align: center;
margin: 0 auto;
}
.compLens__heading--glens3 img{
height:1.3vw;
width:auto;

}
.compLens__heading--glens1 img,
.compLens__heading--glens2 img,
.compLens__heading--glens3 img{
display: inline-block;
/*height: auto;*/
/*width: 100%;*/
}
.compLens__txt--glens{
text-align: left;
}
.compLens__btnBox--glens .compLens__btn:last-child {
margin-left: 0px;
}

@media(max-width: 639px){
.compLens__heading--glens {
	display: block;
	margin: 0 auto;
}
.compLens__heading--gmaster {
	display: block;
	padding-left: 0;
	margin: 0 auto;
}
.compLens__heading--gmaster3 > img,
.compLens__heading--glens3 > img,
.compLens__heading--zeiss3 > img {
	height: 3vw !important;
}
.compLens__heading__logo--glens > img{
	margin-top: 0;
}
}
/*----------------------------------------
zeiss
----------------------------------------*/
.compLens__img--zeiss {
width: 254px;
width: 63.5%;
}
.compLens__heading--zeiss{
/*max-height: 180px;*/
}
.compLens__img--zeiss {
/*margin-bottom: 34px;*/
}
.compLens__heading__logo--zeiss{
/*height: 35px;*/
/*height: 2.734vw;*/
/*width: 56px;*/
/*width: 14%;*/
/*margin: 0 auto;*/
}
.compLens__heading__logo--zeiss img{
width: 14%;

}

.compLens__heading--zeiss {
padding-left: 10px;
}
.compLens__heading--zeiss1 {
position: absolute;
display: block;

width: 100%;
text-align: center;
margin-top: -40px;
}
.compLens__heading--zeiss1 img{
	width: 70% !important;4px
	margin-top: 15px;
}
@media(max-width: 1280px){
.compLens__heading--zeiss1 img{
	margin-top: 10px;
}
}

.compLens__heading--zeiss2 {
display: block;
/* width: 123px;
width: 33.699%; */
width: 380px;
width: 95%;
margin: 0 auto 5.377%;
}
.compLens__heading--zeiss3 {
display: block;
/* width: 107px;
width: 28.764%;
min-height: 0%; */
width: 100%;
text-align: center;
margin: 0 auto;
}
.compLens__heading--zeiss3 img{
height:1.3vw;
width:auto;
}

.compLens__heading--zeiss1 img,
.compLens__heading--zeiss2 img,
.compLens__heading--zeiss3 img{
display: inline-block;
/*height: 100%;*/
/*width: 100%;*/
}
.compLens__txt--zeiss{
/* margin-top: 45px; */
}
.compLens__btnBox--zeiss {
}
@media(max-width: 639px){
.compLens__heading--zeiss {
	padding-left: 0;
}
.compLens__heading--zeiss1 {
	position: relative;
	margin-bottom: 12px;
}
.compLens__heading--zeiss1 > img {
	width: 60vw !important;
}
.compLens__heading__logo--zeiss {
	margin-bottom: 13%;
}
.compLens__heading__logo--zeiss > img{
	margin-top: 0;
}
}

/*========================================

.compTable

========================================*/
.compTable {
margin-top: 90px;
}
.compTable__heading {
text-align: center;
font-size: 2.25rem;
font-weight: 400;
line-height: 1.2;
color: #fff;
}
.compTable__table {
table-layout: fixed;
margin-top: 40px;
width: 100%;
font-size: 1.125rem;
line-height: 1.4;
color: #fff;
border-collapse: collapse;
border-spacing: 0;
}
.compTable__table tr:nth-child(odd){
border-bottom: 1px solid #111;
}
.compTable__table th,
.compTable__table td{
width: 25%;
/* width: 400px; */
background-color: #333;
box-sizing: border-box;
}
.compTable__table tr.line_ttl td{
height: 35px;
background-color: #444444;
}
.compTable__table th {
height: 250px;
}
.compTable__table td {
text-align: center;
box-sizing: border-box;
height: 80px;
}
.compTable__table td b {
font-size: 133.3%;
font-weight: 400;
}
.compTable__table td .small {
font-size: .875rem;
line-height: 1.3;
letter-spacing: .05em;
display: block;
}
.compTable__table td .small:last-of-type {
margin-top: 5px;
}
.compTable__table td .small .b120 {
display: none;
}
.compTable__th {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
font-size: 0;
}
.compTable__th__inner {
width: 100%;
}
.compTable__th__inner--glens {
align-items: flex-start;
-webkit-align-items: flex-start;
}
.compTable__th__logo {
display: block;
margin: 0 auto 20px;
width: 10.607%;
}
.compTable__caption {
	text-align: right;
	color: #fff;
	letter-spacing: .05em;
	font-size: .875rem;
	margin-top: 5px;
}

.compTable__table__ttl .ms-sp {
	display: none;
}

.compTable__first--caption {
	display: none;
}

@media(max-width: 1299px) {
.compTable__table td .small .b120 {
	display: inline-block;
}
.compTable__table td {
	height: 100px;
}
}
@media(max-width: 960px) {
.compTable__table {
	font-size: 1.063rem;
}
.compTable__table th {
	height: 200px;
}
.compTable__table td {
	height: 90px;
}
.compTable__table tr td .small {
	font-size: .75rem;
}
}
@media(max-width: 639px) {
	main {
		overflow: hidden;
	}
	.compTable__first--caption {
		display: block;
		font-size: .875rem;
		text-align: center;
		color: #fff;
		margin-top: 10px;
	}
.compTable {
	margin-top: 60px;
	}
	.compTable__outer {
		position: relative;
	}
	.compTable__wrapper {
		overflow-x: scroll;
		margin-left: 1px;
		position: relative;
	}
	.compTable__outer::before {
		content: '';
		position: absolute;
		z-index: 2;
		display: block;
		height: 100%;
		width: 2px;
		left: 0;
		background: #141414;
	}
.compTable__heading {
	font-size: 6.0vw;
	position: relative;
}
.compTable__table {
	font-size: 1.0rem;
	line-height: 1.2;
	min-width: 600px;
}
.compTable__table tbody {
	display: flex;
	flex-wrap: wrap;
}
.compTable__table__ttl th {
	flex: 0 0 20%;
}
.compTable__table__ttl::before {
	content: '';
	display: block;
	width: 20%;
	height: 112.59px;
	background: #141414;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
	transform: translateX(-1px);
}
.compTable__table tr {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 80%;
	height: 80px;
}
tr.compTable__table__ttl {
	height: auto;
	flex: 0 0 100%;
	flex-wrap: nowrap;
}
.compTable__table tr.line_ttl {
	flex: 0 0 20%;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 1;
	transform: translateX(-1px);
}
.compTable__table tr td {
	flex: 0 0 25%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.compTable__table tr.line_ttl td {
	flex: 0 0 100%;
	height: 100%;
}
.compTable__table tr td .small {
	flex: 0 0 100%;
	min-width: 0;
}
.compTable__table tr td .small .b120 {
	display: none;
}
.compTable__table th {
	padding: 15px 0;
	height: auto;
}
.compTable__table td:nth-child(2) {
	font-size: 87.5%;
}
.compTable__th__logo {
	margin-right: 0;
	margin-bottom: 10px;
	width: 30%;
}
.compTable__table tr:nth-child(even) {
	border-bottom: 1px solid #111;
	}
}

@media (-ms-high-contrast: none) and (max-width: 639px) {
	.compTable__table__ttl th {
		flex: 0 0 120px !important;
		width: 120px !important;
	}

	.compTable__table__ttl .ms-sp {
		display: block;
		background: #141414;
	}

	.compTable__th__inner {
		min-width: 0;
	}

	.compTable__th {
		display: block;
	}

	.compTable__table__ttl::before {
	display: none;
	position: static;
}

	.compTable__table tr.line_ttl {
	position: relative;
}
}


/*----------------------------------------
gmaster
----------------------------------------*/
.compTable__th__logo--gmaster{
width: 140px;
width: 35%;
margin-bottom: 27px !important;
}
.compTable__th__logo--gmaster img{
height: auto;
width: 100%;
}
.compTable__th--ttl {
	text-align: center;
}
.compTable__th--ttl.ttl01 img {
	width: 81%;
}
.compTable__th--ttl.ttl02 img {
	width: 89.333%;
}
.compTable__th--ttl.ttl03 img {
	width: 92.7%;/*67.666%*/
}
.compTable__th--ttl.ttl04 img {
	width: 79.333%;
}
@media(max-width: 639px) {
.compTable__th__logo--gmaster {
	margin: 0 auto;
}
.compTable__th__gmaster {
	width: 80%;
}
}

/*----------------------------------------
glens
----------------------------------------*/
.compTable__th__logo--glens{
width: 56px;
width: 14%;
margin-bottom: 30px !important;
}
.compTable__th__logo--glens > img{
height: auto;
width: 100%;
}
@media(max-width: 639px) {
.compTable__th__logo--glens {
	margin: 0 auto;
}
.compTable__th__glens {
	width: 80%;
}
}

/*----------------------------------------
zeiss
----------------------------------------*/
.compTable__th__logo--zeiss{
width: 56px;
width: 14%;
margin-bottom: 0 !important;
}
.compTable__th__logo--zeiss > img{
height: auto;
width: 100%;
}
.compTable__th--zeiss1 {
width: 305px;
width: 76.25%;
margin: 0 auto;
/* padding-top: 10px; */
padding-top: 2.5%;
}
.compTable__th--zeiss2 {
width: 316px;
width: 79%;
margin: 0 auto;
/* padding-top: 20px; */
padding-top: 5%;
}
.compTable__th--zeiss3 {
width: 110px;
width: 27.5%;
margin: 0 auto;
/* padding-top: 20px; */
padding-top: 5%;
}
.compTable__th--zeiss1 > img,
.compTable__th--zeiss2 > img,
.compTable__th--zeiss3 > img{
height: auto;
width: 100%;
}
@media(max-width: 639px) {
.compTable__th__logo--zeiss {
	margin: 0 auto;
}
.compTable__th__zeiss {
	width: 80%;
}
}


@media(max-width: 639px) {
.compTable__th--gmaster1{
	width: 65%;
}
.compTable__th--gmaster2{
	width: 41%;
}

.compTable__th--glens1{
	width: 65%;
}
.compTable__th--glens2{
	width: 44%;
}

.compTable__th--zeiss1{
	width:82%;
}
.compTable__th--zeiss2{
	width: 85%;
}
.compTable__th__logo--zeiss{
	transform: translateY(-3px);
}

}



/*========================================

.aplaza

========================================*/
.aplaza {
padding: 70px 0 160px;
background-color: #eaeaea;
}
.aplaza__title {
text-align: center;
font-size: 2.375rem;
font-weight: 400;
line-height: 1.4;
}
.aplaza__imgBox {
margin: 30px 0 50px;
font-size: 0;
}
.aplaza__imgBox img {
display: inline-block;
width: 50%;
}
.aplaza__txt {
font-size: 1.125rem;
line-height: 1.66;
}

@media(max-width: 960px) {
.aplaza__title {
	font-size: 2.125rem;
}
}
@media(max-width: 639px) {
.aplaza {
	padding: 50px 0 80px;
}
.aplaza__title {
	font-size: 5.8vw;
}
.aplaza__imgBox {
	margin: 30px 0;
}
}


/*========================================

.store

========================================*/
.store {
display: flex;
flex-wrap: wrap;
justify-content: space-between;

display: -webkit-flex;
-webkit-flex-wrap: wrap;
-webkit-justify-content: space-between;

margin-top: 55px;
}
.store__item {
display: block;
width: 19.167%;
transition: opacity 0.25s !important;
}
.store__item:hover {
opacity: 0.8;
}
.store__img {
display: block;
line-height: 0;
}
.store__img img {
width: 100%;
height: auto;
}
.store__name {
display: flex;
justify-content: center;
align-items: center;
display: -webkit-flex;
-webkit-justify-content: center;
-webkit-align-items: center;
text-align: center;
margin: 0;
height: 56px;
font-size: 1.0rem;
font-weight: 700;
line-height: 1.2;
color: #fff;
background: #5787e4;
}
.store__name:before {
display: inline-block;
position: relative;
top: -0.1em;
margin-right: 5px;
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 5px;
border-color: transparent transparent transparent #fff;
content: '';
}

.store__sp {
	display: none;
 }

@media(max-width: 960px) {
.store__name {
	height: 45px;
	font-size: 1.2vw;
}
}
@media(max-width: 639px) {
.store {
	margin-top: 30px;
}
.store__item {
	margin-top: 3%;
	width: 48.5%;
}
.store__name {
	height: 40px;
	font-size: 3.2vw;
}

.store {
	display: none;
}
.store__sp {
	display: block;
}

.store__sp .store__item {
	width: 100%;
	border: none;
	margin: 5% auto 10%;
}
}


/*========================================

.program

========================================*/
.program {
margin-top: 60px;
}
.program__box {
margin-top: 30px;
}
.program__img {
float: right;
margin: 0 0 0 40px;
width: 38.584%;
}
.program__btn {
display: inline-block;
position: relative;
box-sizing: border-box;
margin-top: 20px;
padding: 13px 30px 12px 30px;
font-size: 13px;
font-weight: 400;
line-height: 1.2;
color: #fff !important;
text-align: center;
text-decoration: none;
background-color: #5687f5;
}
.program__btn:before {
position: absolute;
top: 50%;
left: 15px;
margin-top: -3.5px;
width: 0;
height: 0;
border-style: solid;
border-width: 3.5px 0 3.5px 4px;
border-color: transparent transparent transparent #fff;
content: '';
}

@media(max-width: 639px) {
.program__box {
	margin-top: 20px;
}
.program__img {
	display: block;
	float: none;
	margin: 0 0 20px;
	width: auto;
}
}






@media(max-width: 1280px) {

}
@media(max-width: 960px) {

}

.Gmaster .titleBox,
.GLens .titleBox {
	margin-top: 70px;
}

.Gmaster02,
.GLens01,
.GLens02 {
	margin-top: 150px;
}

.GLens02 {
	padding-bottom: 120px;
}

@media (max-width: 639px) {
	.Gmaster02,
	.GLens01,
	.GLens02 {
		margin-top: 60px;
	}
}

/*
F-number
 */
#F-number .titleBox__inner {
	justify-content: center;
}

.titleBox__txt--F-number {
	width: 25.666%;
}

#F-number .flex-block {
	display: flex;
	margin-top: 50px;
	padding: 50px 50px 30px 40px;
	background: #333;
	justify-content: space-between;
}

#F-number .flex-item {
	flex: 0 0 49.459%;
}

#F-number .imgBox__zoom img {
	width: 100%;
}

#F-number .item-caption {
	text-align: center;
	margin-top: 30px;
}

#F-number .flex-item:first-of-type .item-caption img {
	width: 26.775%;
}

#F-number .flex-item:last-of-type .item-caption img {
	width: 22.404%;
}

@media (max-width: 959px) {
	#F-number .flex-item:first-of-type .item-caption img {
		width: 40.1625%;
	}

	#F-number .flex-item:last-of-type .item-caption img {
		width: 33.606%;
	}
}

@media (max-width: 639px) {
	#F-number .flex-block {
		padding: 30px 20px 20px;
	}
	#F-number .flex-item:first-of-type .item-caption img {
		width: 53.55%;
	}

	#F-number .flex-item:last-of-type .item-caption img {
		width: 44.808%;
	}
	#F-number .item-caption {
		margin-top: 20px;
	}
}

@media (max-width: 479px) {
	#F-number .flex-block {
		display: block;
	}

	#F-number .flex-item:last-of-type {
		margin-top: 20px;
	}

	#F-number .item-caption {
		margin-top: 10px;
	}

	#F-number .flex-item:first-of-type .item-caption img {
		width: 40.1625%;
	}

	#F-number .flex-item:last-of-type .item-caption img {
		width: 33.606%;
	}
}

/*
compTelecon
 */
.compTelecon {
	background: #fff;
	color: #333;
	margin-top: 80px;
	padding: 65px 50px 40px 40px;
	display: flex;
}

.compTelecon .txt-box {
	flex: 0 1 auto;
	position: relative;
}

.compTelecon__heading {
	font-size: 2.25rem;
	font-weight: normal;
	width: 120%;
	line-height: 1.33;
}

.compTelecon__heading .b120 {
	display: none;
}

.compTelecon__txt {
	margin-top: 20px;
	font-size: 1rem;
	line-height: 2.25;
}

.compTelecon__caption {
	margin-top: 20px;
	font-size: .875rem;
	line-height: 1.71;
	letter-spacing: -0.03em;
}

.compTelecon .link-box {
	flex: 0 0 47.927%;
	margin-left: 3.603%;
	display: flex;
}

.compTelecon__flex--item {
	flex: 0 0 48.684%;
}

.compTelecon__flex--item:last-of-type {
	margin-left: 2.632%;
}

.compTelecon__flex--item .txt-box {
	margin-top: 20px;
}

.compTelecon__flex--item:first-of-type .txt-box img {
	width: 92.664%;
}

.compTelecon__flex--item:last-of-type .txt-box img {
	width: 83.397%;
}

.compTelecon__flex--item .img-box {
	text-align: center;
}

.compTelecon__flex--item .img-box img {
	width: 98.455%;
}

@media (max-width: 1279px) {
	.compTelecon__heading {
		font-size: 3vw;
		width: 100%;
	}

	.compTelecon__heading .b120 {
		display: inline-block;
	}

	.compTelecon__heading .nb120 {
		display: none;
	}
}

@media (max-width: 799px) {
	.compTelecon {
		display: block;
	}

	.compTelecon__heading {
		font-size: 2rem;
	}

	.compTelecon__heading .b120 {
		display: none;
	}

	.compTelecon__heading .nb120 {
		display: inline-block;
	}
}

@media (max-width: 639px) {
	.compTelecon {
		padding: 30px 30px 20px 20px;
	}

	.compTelecon__heading {
		font-size: 2rem;
	}

	.compTelecon__heading .b120 {
		display: none;
	}

	.compTelecon__heading .nb120 {
		display: none;
	}
}

@media (max-width: 479px) {
	.compTelecon__heading {
		font-size: 1.5rem;
	}
	.compTelecon__txt,
	.compTelecon__caption {
		margin-top: 10px;
	}
}

/*
questionnaire__banner
 */
.questionnaire__banner {
	background: #fafafa;
	text-align: center;
	padding: 60px 0 45px;
	color: #333;
}

.questionnaire__banner .ttl {
	font-size: 2.375rem;
	letter-spacing: 0.06em;
	line-height: 1.33;
}

.questionnaire__banner .txt {
	font-size: 1.125rem;
	letter-spacing: 0.06em;
	line-height: 1.77;
	margin-top: 30px;
}

.questionnaire__banner .btn {
	font-size: 1.75rem;
	letter-spacing: 0.06em;
	line-height: 1.25;
	margin: 35px auto 0;
	display: block;
	padding: 16px 20px 18px;
	color: #fff;
	background: #5787e4;
	text-decoration: none;
	max-width: 950px;
}

@media (max-width: 639px) {
	.questionnaire__banner .ttl {
		font-size: 5.2vw;
	}
	.questionnaire__banner .txt {
		text-align: left;
	}
	.questionnaire__banner .btn {
		font-size: 3.2vw;
		font-weight: bold;
	}
}

.aboutBox__txt.note {
    color: #ffffff;
    font-size: 0.875rem;
    margin-top: 10px;
}

.youtube-block {
	margin-top: 90px;
	max-width: 950px;
}

.youtube-block .inner {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.youtube-block iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 639px) {
	.youtube-block {
		margin-top: 50px;
	}
}

/* 2022.7.9 追記 */
.video-textlink {
	text-align: center;
	padding-top: 10px;
  }
  
  .video-textlink .s5-link {
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.4;
  }
  
  .video-textlink .s5-link::before {
	content: none;
  }
  
  .video-textlink .s5-link .icon-window {
	margin-left: 0.5em;
  }
  
  
/* 2023.12.14 追記 */
.clear-hr{
  clear: both;
  height: 0;
}

a.s5-link:after{
 content: ">";
}
 