@charset "UTF-8";

*{
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
font-style:normal;
}

p{ color:#4E4E56; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


img{ max-width:100%; }

a{
    text-decoration:none;
    cursor: pointer;
}


/* tap-highlight-color
------------------------------*/
img{ -webkit-tap-highlight-color:transparent; }
a,a img{ -webkit-tap-highlight-color:rgba(169,13,118,0.3) }

.full{
    width:100%;
}

.center{
    text-align:center;
}

.center-top{
    display: -webkit-flex; display: -ms-flexbox; display: flex;
    -webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
    -webkit-align-items: center;  -ms-flex-align: center; align-items: center;
}
.padding-top0{padding-top:0px !important;}
.padding-top5{padding-top:5px !important;}
.padding-top10{padding-top:10px !important;}
.padding-top15{padding-top:15px !important;}
.padding-top20{padding-top:20px !important;}
.padding-top25{padding-top:25px !important;}
.padding-top30{padding-top:30px !important;}
.padding-top35{padding-top:35px !important;}
.padding-top40{padding-top:40px !important;}
.padding-top45{padding-top:45px !important;}
.padding-top50{padding-top:50px !important;}
.padding-bottom0{padding-bottom:0px !important;}
.padding-bottom5{padding-bottom:5px !important;}
.padding-bottom10{padding-bottom:10px !important;}
.padding-bottom15{padding-bottom:15px !important;}
.padding-bottom20{padding-bottom:20px !important;}
.padding-bottom25{padding-bottom:25px !important;}
.padding-bottom30{padding-bottom:30px !important;}
.padding-bottom35{padding-bottom:35px !important;}
.padding-bottom40{padding-bottom:40px !important;}
.padding-bottom45{padding-bottom:45px !important;}
.padding-bottom50{padding-bottom:50px !important;}
.margin-top0{margin-top:0px !important;}
.margin-top5{margin-top:5px !important;}
.margin-top10{margin-top:10px !important;}
.margin-top15{margin-top:15px !important;}
.margin-top20{margin-top:20px !important;}
.margin-top25{margin-top:25px !important;}
.margin-top30{margin-top:30px !important;}
.margin-top35{margin-top:35px !important;}
.margin-top40{margin-top:40px !important;}
.margin-top45{margin-top:45px !important;}
.margin-top50{margin-top:50px !important;}
.margin-bottom0{margin-bottom:0px !important;}
.margin-bottom5{margin-bottom:5px !important;}
.margin-bottom10{margin-bottom:10px !important;}
.margin-bottom15{margin-bottom:15px !important;}
.margin-bottom20{margin-bottom:20px !important;}
.margin-bottom25{margin-bottom:25px !important;}
.margin-bottom30{margin-bottom:30px !important;}
.margin-bottom35{margin-bottom:35px !important;}
.margin-bottom40{margin-bottom:40px !important;}
.margin-bottom45{margin-bottom:45px !important;}
.margin-bottom50{margin-bottom:50px !important;}

/********************************************************************************
* BREAK
*********************************************************************************/
               br.brsp{   display: none; }
@media(max-width:640px) {  br.brsp{   display:block; } }
               br.br767{  display: none; }
@media(max-width:767px) {  br.br767{  display:block; } }
               br.br800{  display: none; }
@media(max-width:800px) {  br.br800{  display:block; } }
               br.br900{  display: none; }
@media(max-width:900px) {  br.br900{  display:block; } }
               br.br1000{ display: none; }
@media(max-width:1000px){  br.br1000{ display:block; } }
               br.br1024{ display: none; }
@media(max-width:1024px){  br.br1024{ display:block; } }



/* -------------------------------
	header
------------------------------- */
#header {
	background: #831c27;
	display: block;
}
#header .innerFull {
	box-sizing: border-box;
	display: table;
	margin: 0 auto;
	width: 100%;

}
#logoH {
	display: table-cell;
	vertical-align: middle;
	padding: 1% 0;
	padding-left: 2%;
}
#description {
	color: #fff;
	display: table-cell;
	font-size: 11px;
	line-height: 1.5;
	padding: 1% 0% 1% 3%;
	vertical-align: middle;
	text-align: left;
	border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
	#description {
	font-size: 8px;
	padding: 1% 1% 1% 3%;
	}
}
#menunavi {
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	border-right: 1px solid #fff;
}
#menunavi img {
	margin: 0 auto;
}
#header nav {
	width: 390px;
	background: rgba(0,0,0,0.95);
	display: none;
	position: absolute;
	top: calc(100% + 0px);
	right:150px;
	z-index: 9999;
}

@media screen and (max-width: 768px) {
	#header nav {
		width: 100%;
		top: calc(100% + 0px);
		right: 0;
		left: 0;

	}
}

#header nav ul {
	font-size: 12px;
	letter-spacing: -.4em;
	list-style: none;
	margin: 0;
	position: relative;
}
@media screen and (max-width: 768px) {
	#header nav ul {
		margin: 0 0em;
		font-size: 11px;
		height: 100vh;
	}
}
#header nav ul .navi-sub {
	display: none;
	position: absolute;
	width: 16%;
	background: rgba(0,0,0,0.71);
	top: calc(100% + 0px);
	z-index: 9999;
	margin: auto;
}
#header nav ul .navi-sub a{
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 1em .5em;
}
#header nav ul li {
	letter-spacing: 1pt;
	text-align: left;
}
#header nav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px !important;
	box-sizing: border-box;
	border-bottom: 1px solid #1F1F1F;
	background: url(../images/common/arrow-gnav.svg) 96% center no-repeat;
	
}

#header nav ul li span {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px 15px !important;
	box-sizing: border-box;
}

.btn_top {
	background: url(../images/btn_top_on.gif) no-repeat;
}

.btn_set {
	background: url(../images/btn_set_on.gif) no-repeat;
}

.btn_frame {
	background: url(../images/btn_frame_on.gif) no-repeat;
}

.btn_lens {
	background: url(../images/btn_lens_on.gif) no-repeat;
}

.btn_low_vision {
	background: url(../images/btn_low_vision_on.gif) no-repeat;
}

.btn_aid {
	background: url(../images/btn_aid_on.gif) no-repeat;
}

.btn_shop {
	background: url(../images/btn_shop_on.gif) no-repeat;
}

.btn_top a,
.btn_set a,
.btn_frame a,
.btn_lens a,
.btn_low_vision a,
.btn_aid a,
.btn_shop a {
	width: 137px;
	height: 50px;
}

.btn_top a:hover,
.btn_set a:hover,
.btn_frame a:hover,
.btn_lens a:hover,
.btn_low_vision a:hover,
.btn_aid a:hover,
.btn_shop a:hover {
	display: block;
	text-indent: -9999px;
}


/* -------------------------------
	footer
------------------------------- */
#footer {
	background: #010100;
	color: #9e9e9e;
	display: block;
}
#toTop {
	display: inline-block;
	bottom: 23px;
	right: -24%;
	width: auto;
	transition: .3s;
	z-index: 9999;
}
#toTop a {
	color: black;
	font-family: Futura,"Futura",Century Gothic,"Century Gothic",Meiryo,"メイリオ",sans-serif;
	font-size: 12px;
	position: relative;
	text-decoration: none;
}
#toTop a:hover {
	opacity: 1;
}

#footer .topColum {
	border-bottom: 1px solid #202327;
}
#footer .topColum .inner {
	display: table;
	width: 100%;
	height: 74px;
}
#fLogo {
	display: table-cell;
	vertical-align: middle;
	width: 110px;
}
#fNavi {
	display: table-cell;
	font-size: 12px;
	line-height: 1.5;
	list-style: none;
	padding: 2% 3%;
	vertical-align: middle;
	text-align: left;
}
#fNavi li {
	display: inline-block;
	margin: 0 1em 0 0;
}
#fNavi li a {
	display: block;
	color: #fff;
	letter-spacing: 1pt;
	text-decoration: none;
}



#fContact {
	background: #c90d0d;
	display: table-cell;
	vertical-align: middle;
	width: 190px;
}
#fContact img {
	margin: 0 auto;
}
#footer .bottomColum {
	display: table;
}
#footer .bottomColum p {
	letter-spacing: 1pt;
	line-height: 1.3;
	display: table-cell;
}
#footer .bottomColum p:first-of-type{
	text-align: left;
}
#wink {
	font-size: 12px;
	padding: 1% 3% 1% 0;
	width: 65%;
}
#wink a {
	color: #9e9e9e;
	text-decoration: none;
}
#copy {
	font-size: 10px;
	padding: 1% 0;
	text-align: right;
	width: 32%;
}

.shop_link li {
	border: 1px solid #FFFFFF;
	list-style-type: none;
	float: left;
}

.footer_inner_r {
	text-align: right;
	float: right;
}

.wink_link a {
	color: #FFFFFF;
	text-decoration: none;
}

.wink_link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.line {
	clear: both;
	width: 100%; /* for IE6,7 */
}

.line hr {
	 display: none;
}
.sp_br{
	display: none;
}
@media screen and (max-width: 768px) {
	.pc_br{
		display: none;
	}
	.sp_br{
		display: block;
	}
}

/****************************** newstyle ******************************/ 
.innerFull {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.online-btn {
	align-items: center;
    width: 150px !important;
    height: 100% !important;
    padding: 20px 0 20px 10px !important;
    display: table-cell !important;
    text-align: center !important;
    line-height: 100% !important;
    background: #000 !important;
    box-sizing: border-box !important;
    color: #fff;
    text-decoration: none;
    font-size: 11px !important;
    text-align: center !important;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
	.online-btn {
		width: 50px !important;
		padding: 20px 0 20px 0 !important;
	}
}

.online-btn span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.online-btn span em {
	margin-left: 10px !important;
	font-style: normal !important;
}

.online-btn span img {
	border-style: none !important;
    line-height: 0 !important;
    vertical-align: middle !important;
}


@media screen and (max-width: 768px) {
	.online-btn span em{
		display: none;
		margin: 0 !important;
	}
}


/********************** footer **********************/
.footer {
	width: 100%;
	margin: -25px auto 0;
  }
  @media (max-width: 480px) {
	.footer {
	  margin: 0 auto;
	  padding: 0 !important;
	  background: none !important;
	}
  }

  .footer-gotop {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
  }
  @media (max-width: 1000px) {
	.footer-gotop {
	  width: 100%;
	  padding: 0 20px;
	  -webkit-box-sizing: border-box;
			  box-sizing: border-box;
	}
  }
  @media (max-width: 480px) {
	.footer-gotop {
	  display: none;
	}
  }
  .footer-gotop a {
	font-family: Futura, "Futura", Century Gothic, "Century Gothic", Meiryo, "メイリオ", sans-serif;
	font-size: 12px !important;
	color: black;
  }
  
  .footer-bottom {
	width: 100%;
	background: #010100;
	padding: 50px 0 20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
  }
  @media (max-width: 1000px) {
	.footer-bottom {
		padding: 30px 0 20px !important;
	}
  }
  .footer-bottom-inner {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: start;
	gap: 30px;
  }
  @media (max-width: 1000px) {
	.footer-bottom-inner {
	  width: 100%;
	  -webkit-box-sizing: border-box;
			  box-sizing: border-box;
	}
  }
  @media (max-width: 820px) {
	.footer-bottom-inner {
	  display: block;
	  padding: 0 20px !important;
	  margin: 0 !important;
	}
  }
  .footer-navi {
	font-size: 12px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	gap: 20px;
	
  }
  @media (max-width: 820px) {
	.footer-navi {
	  display: block;
	}
  }
  @media (max-width: 480px) {
	.footer-navi {
	  margin: 20px 0 0 !important;
	  padding: 0 !important;
	}
  }
  .footer-navi-list {
	line-height: 1.5em;
	width: 50px;
	color: #fff;
	text-align: left !important;
	list-style: none !important;
  }
  @media (max-width: 480px) {
	.footer-navi-list {
	  width: 100%;
	}
  }
  .footer-navi-list a {
	color: #fff;
  }
  @media (max-width: 480px) {
	.footer-navi-list a {
	  width: 100%;
	  height: 40px;
	  line-height: 40px;
	  display: block;
	  background: url(../images/common/arrow-footer_sp.png) 98% center no-repeat;
	}
  }
  .footer-navi_pulldown {
	min-width: 340px;
	margin-top: 10px;
	display: list-item;
	list-style: none !important;
  }
  @media (max-width: 480px) {
	.footer-navi_pulldown {
	  margin: 0 !important;
	  padding: 0 !important;
	}
  }
  .footer-navi_pulldown_list {
	font-size:12px !important;
	margin-bottom: 10px;
  }
  @media (max-width: 480px) {
	.footer-navi_pulldown_list {
	  margin-bottom: 0;
	}
  }
  .footer-navi_pulldown_list a::before {
	content: "-";
	margin-right: 10px;
  }
  .footer-end {
	width: 100%;
	border-top: 1px solid #202327;
	background: #010100;
	padding: 10px 0;
  }
  .footer-end-inner {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: baseline;
		-ms-flex-align: baseline;
			align-items: baseline;
  }
  @media (max-width: 1000px) {
	.footer-end-inner {
	  width: 100%;
	  padding: 0 20px;
	  -webkit-box-sizing: border-box;
			  box-sizing: border-box;
	}
  }
  @media (max-width: 480px) {
	.footer-end-inner {
	  display: block;
	  padding: 20px 0;
	  text-align: center;
	}
  }
  .footer-end-text {
	font-size: 12px !important;
	text-align: left;
	line-height: 1em;
	line-height: 1.6em;
  }
  @media (max-width: 480px) {
	.footer-end-text {
	  text-align: center;
	  margin-bottom: 20px;
	}
  }
  .footer-end-text a {
	color: #9e9e9e;
  }
  .footer-end-copy {
	font-size: 10px !important;
	text-align: right;
	color: #9e9e9e;
  }
  @media (max-width: 480px) {
	.footer-end-copy {
	  text-align: center;
	}
  }

  .footer a {
	text-decoration: none;
  }

@media (max-width: 480px) {
	.footer-logo {
	display: flex;
	justify-content: center;
	  margin: auto !important;
	  text-align: center !important;
	}
  }
  @media (max-width: 480px) {
	.footer-logo img {
		align-self: center;
	}
  }




